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 / 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 |
Post New Answer View All Answers
foreign key enforcement?
Name some data dictionary objects?
Is it possible to pass data to and from include programs explicitly? : abap modularization
What is the use of table maintenance allowed?
What are base tables of an aggregate object?
Why do we use abstract class
Explain the call transaction method? : abap bdc
what is the transaction transaction for setting parameters rdisp/buffermode
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What are the differences between a database index and a match code? : abap data dictionary
what is sap scriptview ?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
What is roles and responsibilities of sap hr consultants? : sap abap hr
any one can tell me which is the tables can store in ddic plese dont say db02l,please give me different ways of resideing the tables ?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc