I have two structures s1 and s2 have same struture of
five fields each how can u transfer data from s1 to s2
Answer Posted / 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 |
Post New Answer View All Answers
How can end-of-selection be used?
From Excel to ABAP - Is batch mode possible ?
How are BAPI different from Normal function modules ?
What is a currency factoring technique?
What are the disadvantages of using explicit enhancement?
How do you find if a logical database exists for your program requrements?
What are the different types of parameters? : abap modularization
Can multiple abap systems connect to abap database?
How can we upload a text file having delimiters in to legacy system?
What is luw?
How we format the data before before write statement in report ?
Differentiate screen painter from menu painter.
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
Does every abap/4 have a modular structure? : abap modularization
Define external layer?