I have two structures s1 and s2 have same struture of
five fields each how can u transfer data from s1 to s2
Answers were Sorted based on User's Feedback
Answer / shafay
s2 = s1.
or
move s1 to s2.(because both have same structure so, we
don't need move corresponding)
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / nandita
You use move-corresponding if we have different
stutures..if they are same then simply s1= s2 or move
statement helps...
Is This Answer Correct ? | 4 Yes | 1 No |
What is personnel sub are
what is event in abap?
How can we use multiple transactions by using bdc_insert? : abap bdc
what is tablemaintanance generator ? how to create it?
Difference between select and select single statement
Write the bdc table structure? : abap bdc
2-What is the difference between At New and On change Of inside a loop??I want inside a loop difference not basic difference??
What are the function module types
What is the difference between collect and append statements?
which transaction is used to make dictionary adjustments when upgrading versions of SAP?
Can a filed occur in several field groups? : abap modularization
What is the difference between Customizing Data, Master Data and Transactional data?