Answer Posted / kartikeya bommuluri
The call transaction mode can take the following values:
'A' Display screen
'E' Display only if an error occurs
'N' Do not display
'P' Do not display; debugging possible
If the MODE addition is omitted, then the processing mode
is 'A'.
If a screen is displayed in processing mode 'E' because the
system reached the end of the BDC data, the system
automatically switches to processing mode 'A'.
If breakpoints are set in a transaction tcod called using
the CALL TRANSACTION tcod USING itab variant, these are not
actually reached in 'N' mode. The system tries to insert
data in the Debugger screen; the call ends with SY-SUBRC =
1001 and the message "Batch input data is not available for
screen SAPMSSY3 0131" (S 00 344).
Conversely, in 'P' mode, transaction screens are processed
in the background (as in 'N' mode) and debugging is
possible.
| Is This Answer Correct ? | 37 Yes | 8 No |
Post New Answer View All Answers
What is the difference between get and get late?
what next in SAP-ABAP/4 is it going to be change?
Explain buffering concept usage?
What is is a match code? : abap data dictionary
What two statements would be used to exchange data between programs using abap memory?
What are matchcodes?
What is the function of the correction system? : abap data dictionary
What is the table buffer?
What is logo in sap script?
Which transaction code can I use to analyze the performance of abap program?
What are the user interfaces of interactive lists?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
What is a collect statement?
What is the table buffer? Which type of tables used this buffer?