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 we use on change of between select and endselect?
Which objects are independent transport objects?
Hi All , Would be providing online trainings for SAP ABAP , guidance with real time experience examples , guidance in profile prepartion . Any one intrested please contact on 8978890047.
10) How to get Item Header in Sales Order?
Is the basic list deleted when the new list is created?
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
What is logical database? : abap hr
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
What are the Control levels in internal tables?
How do you document ABAP programs? Do you use program documentation menu option?
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
What are the internal tables and work area?
Explain the systems fields used for interactive lists and lists?
Which function modules can be used to transfer the data using bdc programming? : abap bdc