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 |
If internal table used in for all entries in empty then what happens?
i can give default values in select-options also then what is use of INTIALIZATION event?
where do we store all custom programs in SD module?
1 Answers Baidu, Thomson Reuters,
How many types of views are there? : abap data dictionary
Name the abap/4 modularization techniques? : abap modularization
What are the function module types
How can I make a differentiation between dependent and independent data? : abap hr
In which time constraint does the infotype records depend on the subtype ? : abap hr
How did you test the form u developed? how did you taken print?
What is the difference between skip and reserve?
4.why dont use start form in script?
for uploading master data(ex:customer data) into sap, which methods you prefer? call transaction/session/lsmw/bapi? why?