which processor controls the flow logic of an online
program?
Answer Posted / mgb
dynpro processor
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is update task
Give examples of transparent table?
What functions does a data dictionary perform? : abap data dictionary
What are the contents in technical specifications?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
What are two methods of modifying sap standard tables? : abap data dictionary
Which FM do you use to find out who is reporting to whom
What are the difference between call screen and leave screen?
Type casting and error handling
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
Can we use transfer dataset to transfer data in internal table ?
Explain the difference between function group and function module?
What is amdp (abap managed data procedures)?
What is append structure?
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?