Answer Posted / malathy
1.If your using call transaction method the on the syntax
for call transaction as shown below put "N" as the option
which stands for no screens.
CALL TRANSACTION 'MM01' USING BDCDATA MODE A/E/N UPDATE A/S
MESSAGE INTO MESSTAB.
Mode A/E/N stands for A - All screens
E - Error screens
N - No screens
Update A/S stands for A - Asynchronous
S - Synchronous
2.If you use session method go to SM36 to schedule a
backgroun job.
Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
What are the dynamic actions and how to configure it? : sap abap hr
What is the Process to transfer IDOC from Outbound System to Inbound system.
What is design pattern? Provide example .Why are we using it?
What are the function of the transport system and workbench organiser? : abap data dictionary
What is alv programming in abap? When is this grid used in abap? : abap hr
HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?
Define abap/4 layer?
What are the differences between session method and call transaction method? : abap bdc
Why is pretty printer user in abap?
How to know if the value entered contains records or not?
What are the various events associated with screen programming?
MY DOMAIN IS SAP-ABAP COMPARE TO WEBDYNPRO AND CRM-TECHNICAL WHICH IS BEST?
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
How is conversion of data types done between abap/4 & external level?
Mention some important events in abap programming.