In two structures S1 and S2 having same structure
of five fields each how can You transfer data from S1 to
S2 ?
Answer Posted / nagamani
MOVE S1 TO S2.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What are the features of abap/4 dictionary? : abap data dictionary
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
Name a few data dictionary objects? : abap data dictionary
What is bdc programming in sap?
what is the process of creating quotation using BAPIs.
What are the different database integrities?
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
How many structures can be created in a Ztable ?
What are the components in sap application server?
What is sap abap data dictionary?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
Value table VS check Table.
Why we are using Macros instead of Function Modules
What are the functional modules used in sequence in bdc? : abap bdc