Answer Posted / 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 |
Post New Answer View All Answers
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
What are Pull and Push Methods?
How do you write manual bdc session method? : abap bdc
How move-corresponding works
What are the two ways for restricting the value range for a domain? : abap data dictionary
What is sapnet?
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
Explain what are the different functions used in sap script? What are the parameters used in each function?
How are the date abd time field values stored in sap?
what are the important fields while preparing sales order,inquiry?
Name some system global variables you can use in abap programs?
What will you code in start-of-selection & end-of-selection ?
What are table clusters?
How can one distinguish between different kinds of parameters? : abap modularization
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?