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
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
What is pass by value and what is pass by reference? Which is better?
What is asynchronous update?
What is abap work bench?
What is the difference between collect and append statements?
What is get cursor field?
How to determine the attributes of an internal table?
What are spa/gpa parameters (sap memory)?
How many types of views are there? : abap data dictionary
after creating lock object if does n't access record by second user what should we do?
What are standard layouts sets in the sap script?
Why do we use events and actions in web dynpro?
Why lsmw does not support call transaction method? : abap bdc
visibility section for class level and attributes level
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary