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..
IBM,
9 17535how to placed drop down arrow in the input field of module pool table control/ steploop
TCS,
3 11107
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
What are the events used for logical database?
How are BAPI different from normal function modules?
What are internal tables? How to use a specific number occurs statement?
How do you convert non-char field into char type fields ?
What is a badi?
What are the different function modules used in sapscript?
What is the maximum number of match code id's that can be defined for one match code object ?
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
what will happen if called program is not executable ?
What is amdp (abap managed data procedures)?
What is the significance of delivery class?
How can we upload a text file having delimiters in to legacy system? : abap bdc
What is the difference between open_form and close_form?