Modes in Call Tr?
Answers were Sorted based on User's Feedback
Answer / srinivasaai
In call trnc we have syntax like
call transaction 'vA01' using <bdcdata>
mode<A/N/E>
update<A/S>
MESSAGES INTO <INTTABLE>
A: ALL SCREEN MODE
N: NO SCREEN MODE
E: ERROR MODE
A:AYNCHORONOUS MODE
S:SYNCHORNOUS MODE
Is This Answer Correct ? | 12 Yes | 0 No |
Answer / guest
Modes of displaying screens are
1) All
2) None
3) Error
Method of updating the database are
1)Synchronous
2)Asynchronous
3)Local
Is This Answer Correct ? | 8 Yes | 0 No |
Call transaction method having 3 parameters..
1. Display
2. Update
3. Messages.
Parameter DISPLAY have 3 modes:
1. Append
2. NoDisplay
3.Error
Parameter UPDATE having 3 modes:
1.Synchronous updating
2.Asynchronous updating
3.Local Updating
Parameter MESSAGES is used to maintain log file.
Is This Answer Correct ? | 2 Yes | 0 No |
What are the output type and Tcodes?
What is report category and for what purpose do we use report category
what types of request are used to transport repository objects?
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
Why do we use types statement in abap programming?
How do you save data in bdc tables? : abap bdc
15) What is a Normal,Constant and Variable Window?
In Interactive Report : How to come from Secondary List 10 to secondary list 4? what is the Program code?
What is gui status? How to create /edit gui status?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
If i double click on any sales order no it sud take me to the transaction how?
1.How to pass the variables to form? 2. How did you test the form you developed? 3.what are the outpout types and tcodes? 4.what mean by performance analysis?