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
What happens if we use leave to list-processing without using suppress-dialog?
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?
What is lock objects? : sap abap data dictionary
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
What is a collect statement?
What are the rules to create a BAPI?
What is Group by in Select statement?
can anyone do BDC or BAPI for F-02 and F-04 transactions.If it LSMW also.Kindly let me know.
If yes then why do we require logical database
how to see the tables of 200 in client 100?
Explain what is the step-by-step process to create a table in data dictionary?
What are the two different ways of building a match code object? : abap data dictionary
Explain about interactive report?
How to determine the attributes of an internal table?
What is a subroutine?