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 is a table pool? : abap data dictionary
What is the abap program name to process the batch input session automatically? : abap bdc
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
What are different types of parameters?
What are the disadvantages of abap query tool?
What are Tickets in Realtime ?
What is a fall back class?
What is partner selection?
what is the difference between hashed & sorted internal tables?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
What are the different methods of bdc? : abap bdc
What is the differences between abap and ooabap. In which situation we useooabap?
What is alv programming in abap? When is this grid used in abap? : abap hr
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
what is abstract classes