What is the typical structure of an ABAP/4 program?
Answer Posted / tech3
HEADER, BODY, FOOTER.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What are the different types of data dictionary objects? : abap data dictionary
What are the domains and data element?
how to see the table output?
hi,i worked mostly in core abap.know iam assigned to XI utility project.can u experts let me know what r the basic things i need to learn to work in XI utility project.i already searched in forum.thanks in advance.
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.
What are different data types in abap/4?
What is the difference between refresh and free statements?
What is the use of dequeue function module? : sap abap data dictionary
Why do we use abstract class
How to pass data from list to report?
What are the function module in bdc?
How will you insert record in a sorted table
What is amdp (abap managed data procedures)?
5) How to rereive text elements in SF and script?
Can you delete data element, which is being used by table fields?