if u have two internal table such as itab1 and itab2.in
itab1 has four fields such as f1,f2,f3,f4 and in itab2 has
two fields such as f1,f2.then how can u copy data from
first internal table to second internal table.
Answer Posted / guest
By using the inner join condition in classical report
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Kindly help me to Know the process of mapping in EDI from R/3 to a convertor(third party which translates IDoc flatfile to EDIFACT /XML / FTP /HTTP ) ?
Explain the difference between domain and data element? What are aggregate object?
What is synchronous update?
What is lock object ? : abap data dictionary
A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary
How are BAPI different from Normal function modules ?
Explain the concept of clusters in payroll
How are the date abd time field values stored in sap?
What is the disadvantage of using exec sql statement in abap?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
What is bdc programming? : abap bdc
What is buffering in abap?
Explain the types of bdc's?
What type of user exits have you written ?
What is the use of start-of-selection.,if not use in report what will happen,?