Answer Posted / theabapconsultant
structures and tables that were defined by sap can me enhanced by adding customizing includes or append structures. the enhancement not only refers to tables/structures themselves but also to the dependent structures that adopt the enhancement as an include or append structure.
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
How do you use tab sets in layout sets?
What is the function of the correction system? : abap data dictionary
How to find the return code of a statement in abap programs?
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
after creating lock object if does n't access record by second user what should we do?
How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul
In the `select' statement what is group by ?
How do you validate the selection criteria of a report? And how do you display initial
What are domains and data element? : abap hr
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 system fields for secondary lists?
What is netweaver???what is the relationship with ABAP?
How to know if the value entered contains records or not?
What is dynpro? what are its components ?