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
when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.
What is locking ?
What is the use of table control in bdc is it same in module pool table control? : abap bdc
Can you define a field without a data element?
what is defference between repository and non repository Object?
How to use messages in lists?
Explain the sequences of event block?
Difference between Insert, Update and Modify?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
How many secondary indexes can we create in a table?
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
What are the aggregate objects in the dictionary? : abap data dictionary
How do you activate a function exit?
What is meant by write lock? : sap abap data dictionary
What are the parameter types for a method?