There are 4 internal tables containing data. How to put it
into a final table?
Answer Posted / parthasarathi
u have to do by loop the internal table which having more records compare to other internal table. Then read the other internal table by using read statement.After that move the records into final internal table.
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
Why lsmw does not support call transaction method? : abap bdc
How do we handle multiple line items in BDC's.
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
What is the bapi?
Explain the client concept of sap.
Difference between /N and /BEND?
What is meant by hot spots? : abap data dictionary
How to read 5th record from Hash Internal Table?
Where are you used type casting?
Which database object is used for storing the system variables? : abap data dictionary
When the top-of-page event does get triggered?
How you attach search help to data element? : sap abap data dictionary
How to create user interfaces for lists?
Name some data dictionary objects?
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization