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 / kane
you can use "move-correspondings itab1 to itab2."
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
Of the two call transaction and session method, which is faster?
What are the main events of which are used for logical database?
What is an rfc?
How you attach search help to data element? : sap abap data dictionary
Explain the components of selection table?
What is a table attribute? : abap data dictionary
How many ways can a sap system be accessed?
what is the transaction transaction for setting parameters rdisp/buffermode
What is alv programming in abap? When is this grid used in abap? : abap hr
What do is landscape in sap project, I think its related to no. Of servers used, pls correct me if I am wrong, or what it is? : sap abap hr
What is the master data necessary before you can start posting in MM?
How to write a code in tab control? : abap bdc
hi,i worked mostly in core abap.know iam assigned to XI utility project.can u experts let me know what r the basic things i need to learn to work in XI utility project.i already searched in forum.thanks in advance.
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
How to create a button in selection screen ?