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 17255how to placed drop down arrow in the input field of module pool table control/ steploop
TCS,
3 10979
Give an example of interface from your project explaining why you used it?
What is the difference between dialog program and a report?
Explain how to create any functions? How to go about it?
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
What are the three components of a work process?
In a loop of an internal table, what is the use of at first & at last statements?
What are the steps in creating screen ?
What are dml commands in abap?
What are the check tables?
What is sequence of event triggered in report?
Example of table cluster and cluster tables.
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
What should be the approach for writing a bdc program? : abap bdc
Explain what is an rdbms?