What is inheritance and multi-level inheritance? Explain with example ?
Answer Posted / gowthu
yes multiple inheritance is possible
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the types of the programming language used in the sap abap software?
What is a data dictionary? : abap data dictionary
Difference between call by value and call by reference? : abap data dictionary
What is the difference between native sql & open sql? : abap data dictionary
what precautions or prerequisites do you follow to update a record into database table and how
What is the difference between RETURNING and CHANGING parameters for a method?
What is meant by search help? : sap 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.
What is synchronous update?
how to read the standard field value in your custom program.
Explain how to Handle the internal tables in ABAP?
What are the functional areas? User groups?
How to create any functions? How to go about it?
What is the process to enhance the Infotype
What is an rfc?