what is the difference between templates and tables.
Answer Posted / abdul
TABLE IS DYNAMIC ,TEMPLATE IS STATIC
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the update types possible? : abap data dictionary
Where do you find info on new developments in SAP?
How will you define posting procedures?
What is view? Different types of view. Explain?
What are internal tables? How to use a specific number occurs statement?
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 are the different kinds of lock modes?
Normally how many and what files get created when a transaction program is written?
How many types of views are there? : abap data dictionary
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
Can we call reports and transactions from interactive reporting lists?
Explain the advantages of logical databases?
Explain the components of selection table?
How can end-of-selection be used?
How do you Export a session ?