In two structures S1 and S2 having same structure
of five fields each how can You transfer data from S1 to
S2 ?
Answer Posted / harshita
S1 = S2.
or
Move s1 to s2.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is buffering in abap?
What is bdc? : abap bdc
What is view proxy in abap?
what is diff between idocs,bdc,rfc and bapi. give real time answer
What is a function group? : abap modularization
How do I find the output type of a table or a program?
What is search help exit? : sap abap data dictionary
How do you do bdc for a table control? : abap bdc
how 2 create the normal form by using functional module
What are the different modules of sap? : sap abap hr
What is macro? : abap hr
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
What are two methods of modifying sap standard tables?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
Name the special commands of list?