which one is efficient in following command to copy data
from one itab1to another itab2 . both itab table has same
structure.
1. move itab1 to itab2
2.move corresponding field of itab1 to itab2
3. itab2[] = itab2[]
4.appends line of itab1 to itab2..
Answer Posted / bal
.move corresponding field of itab1 to itab2
| Is This Answer Correct ? | 1 Yes | 16 No |
Post New Answer View All Answers
Does the external program run in the same sap luw as the caller, or in a separate one?
What are the types of subroutines?
What is the difference between internal tables and extract datasets? : abap modularization
Final class
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
What is smart forms? : abap hr
What is the use of buffering?
What are base tables of an aggregate object? : abap data dictionary
What data is contained in data dictionary? : abap data dictionary
Explain what is step-loop? Explain all the steps?
How to find the return code of an stmt in abap programs?
Explain the disadvantages of abap query tool?
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.
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
Have you worked with support? How ticket comes to you? What were the timings for resolving tickets types of severity?