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
Can a transparent table exist in the data dictionary but not in the database physically?
How do you backup Sapscript layout sets? Can you download and upload? How?
Difference between Read and Get cursor?
What are the prerequisites for creating foreign key relationship?
What are the screen painter and menu painter?
any 1 having notes on SAP-ABAP certification, or even if any 1 could provide the url for getting notes on SAP-ABAP certification, would be appreciated.
What is a multiple line field? : abap bdc
What is an rdbms?
Value table VS check Table.
What is macro? : abap hr
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
Write special commands of list?
What is pnp-sw-found ? : abap hr
How to convert normal function module to bapi?
Have you printed any report?