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
Why are insert and append statement used in sap abap?
What is web dynpro for abap?
Can we create field without data element? If yes, how?
Explain the table, which contain the details of all the name of the programs and forms?
What are lock objects?
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?
Explain the components of selection table?
Explain the different types of mode (run code) in call transaction method?
What are the events we use in dialog programming and explain them?
What are the data types of internal tables?
What is PS structure
How the at-user command serves mainly in lists?
How do you get the number of lines in an internal table?
What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr
Explain what is the difference between sy-tabix and sy-index? Where it is used?