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 are the problems in processing batch input sessions?
What is the difference between synchronous and asynchronous updates?
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 are the different kinds of lock modes?
Differentiate screen painter from menu painter.
Difference between Field groups and internal tables?
What does the insert statement in extract datasets do? : abap modularization
Which FM do you use to find out who is reporting to whom
where do we store all custom programs in SD module?
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
What is full form of bdc session? : abap bdc
What is tcode se16?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.