iam having 3 internal table how can i pass data to the 4th
internal table
Answer Posted / phani
Put loop for one internal table , within that read internal
tabe 2 & 3.
Populate data into internal table 4 by using move statement
within the loop.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Explain the call transaction method? : abap bdc
What are the system table used in abap?
Difference between sy-tabix and sy-index?
How to determine the attributes of an internal table?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
On which event we can validate the input fields in module programs?
what is difference between set screen and call screen ?
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
What is pnp-sw-found ? : abap hr
What are the control break events in abap? : abap data dictionary
what is mean be On Change of in Control Break statement
What is sap abap data classes?
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
Explain the use of insert and append statement in sap abap?
What is a view? : abap data dictionary