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 / hariabap
option 3 best if both internal tables structure are same.
i.e itab2[] = itab1[].
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
Explain what is sequence of event triggered in report?
What is dialog module?
What is a report?
how to capture the errors in bdc Call transaction method?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What is payroll area
What is the transaction code to display the payroll results ? : abap hr
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
What is open sql?
What are the function modules used in a sap script driver program?
How do you populate data into a multiple line field? : abap bdc
– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required: Sales Org Delivery type Sales document type Optional: Planned Goods movement date Option to choose E-Mail E-mail Address Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields, Success/Error (S/E) Sales Document number Delivery number New Debit memo request number Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS
What is bdc programming in sap?
What are the domains and data element?