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 |
Reuse-ALV-commentatory?
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
What is its? : abap hr
In ALV, i have to display list in which some records has to display. starting of each record it should display checkox. and we have to display push button delete. when user select chekc box and press delete button, that entry should delete. please tell me how to do it?
transaction code for assingning the function module to the process code?
Events that can be used in both the classical and interactive reports
HOW MANY EDITORS ARE THERE IN SAP ABAP. WHAT ARE THEY AND THERE USES.
Can a constructor be declared private? If yes then in which scenario?
what is difference between occurs1 and occurs2?
what is ECC in current version of sap r/3 ECC6.0. what is full form of ECC6.0?
82 Answers Bhushan Power Steel, Cremica, HP, JPMorgan Chase, Keane India Ltd, Tyco, Unilogic Software, Value Labs,
Explain how to create any functions?
What are the 3 types of tables in sap? : abap data dictionary