What are Call Transaction Modes?

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


Please Help Members By Posting Answers For Below Questions

1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?

1413


What is the difference between a structure and an append structure?

535


What is a multiple line field?

588


What is example class

886


Explain buffering concept usage?

599






WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.

1633


Why do we use types statement in abap programming?

669


How do you retrieve the data for repetitive structures ? : abap hr

651


How to write a code for multiple transactions? : abap bdc

538


How can you display frames (horizontal and vertical lines) in lists?

614


What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary

513


Can you assign a matchcode object to a parameter? If so how?

596


How to create any functions?

550


On which event we can validate the input fields in module programs?

594


How do you get the number of lines in an internal table? How to use a specific number occurs statement?

523