ABAPCALL_TRANSACTION_BDC_OPTIONS - CALL TRANSACTION BDC OPTIONS

CL_GUI_FRONTEND_SERVICES - Frontend Services   PERFORM Short Reference  
This documentation is copyright by SAP AG.

CALL TRANSACTION - bdc_options

Short Reference



Syntax

... { {[MODE mode] [UPDATE upd]}
    | [OPTIONS FROM opt] }
    [MESSAGES INTO itab] ... .


Additions

1. ... MODE mode

2. ... UPDATE upd

3. ... OPTIONS FROM opt

4. ... MESSAGES INTO itab

Effect

Control of batch input processing with the USING addition.

Addition 1

... MODE mode

Effect

The MODE addition determines the processing mode for batch input processing. As mode,you can specify a character-type data object. Its possible content and effect is displayed in the followingtable. Without use of one of the additions MODE or OPTIONS FROM, the effect is the same as if mode had the content "A".

modeEffect
"A"Processing with display of screens
"E"Display of screens only if an error occurs
"N"Processing without display of screens. If a breakpoint is reached in one of the calledtransactions,processing is terminated with sy-subrc same as 1001. The field sy-msgty contains "S",sy-msgid contains "00", sy-msgno contains "344", sy-msgv1 contains "SAPMSSY3", and sy-msgv2 contains "0131".
"P"Processing without display of the screens. If a breakpoint is reached in one of the called transactions, the system branches to the ABAP Debugger.
OthersLike "A".

Addition 2

... UPDATE upd

Effect

The UPDATE addition determines the processing mode for batch input processing. You can specifya character-type object for upd. Its possible content and its effect are displayed in the followingtable. Without use of one of the additions UPDATE or OPTIONS FROM, the effect is the same as if upd had the content "A".

updEffect
"A"Asynchronous update.Updatesof called programs are executed in the same way as if in the COMMITWORK statement the AND WAIT addition was not specified.
"S"Synchronous processing. Updates of the calledprograms are executed in the same way as if in the COMMIT WORK statement the AND WAIT addition had been specified.
"L"Local update. Updates of the called programare executed in such a way as if the SET UPDATE TASK LOCAL statement had been executed in it.
OtherAs for "A".

Note

This option is not available for execution of actual batch input sessions. There the update is always synchronous.

Addition 3

... OPTIONS FROM opt

Effect

The OPTIONS addition covers the functions of the MODE and UPDATE additions. Itprovides further options for controlling batch input processing. The control parameters are specified in an opt structure of the type CTU_PARAMS from the ABAP Dictionary. The CTU_PARAMS structure has the components displayed in the following table:

ComponentMeaning
DISMODEProcessing mode for batch input processing. Values as for the MODE addition.
UPMODEProcessing mode for batch input processing. Values as for the UPDATE addition.
CATTMODECATT mode for batch input processing. "CATT" means Computer Aided Test Tool. While batch input is mostly used for data transfer, CATT processes are to be viewed as more complextransactions, since they are reusable tests. Values: " " (no CATT mode), "N" (CATT without single screen control), "A" (CATT with single screen control).
DEFSIZESelection as to whether the screens of the called transaction are displayed in the standard screen size. Values "X" (standard size), " " (current size).
RACOMMITSelection as to whether the COMMIT WORK statement terminates batch input processing or not. Values: " "(COMMIT WORK terminates processing), "X" ( COMMIT WORK does not terminate processing).
NOBINPTSelection for the symbol field sy-binpt. Values: " " (sy-binpt contains in the called transaction "X"), "X" (sy-binpt contains in the called transaction " ").
NOBIENDSelection for the system field sy-binpt. Values: " "(sy-binpt contains "X" after the end of the batch input data in the called transsaction ) "X" (sy-binpt contains " " after the end of the batch input data in the called transaction).

Without use of the OPTIONS FROM addition,the values set by the additions MODE or UPDATEor the standard values specified there apply to DISMODE and UPMODE"A". The other components are set to the value " ".

Addition 4

... MESSAGES INTO itab

Effect

Using this addition, all the messages sent during batch input processing are stored in an internal table itab of the type BDCMSGCOLL from the ABAP Dictionary.


ROGBILLS - Synchronize billing plans   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.


Length: 8458 Date: 20120518 Time: 202306     triton ( 215 ms )