What is the bapi?
Whom do you report when you find difficulty in Tech. designing?
how do you transport a script and how do you transport a standard texts?
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT
Can we have more than one selection-screen . And how ?
where u can find out the check table?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
Can we create an abap program without using y or z?
What statement will be found in an sap application program that implements a function module exit?
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..
Have you printed any report?
what is Application server?
Identify the valid statement when coding a field exit (a) SUBMIT RSCA101X. (b) MESSAGE E101. (c) MESSAGE I101. (d) BREAK-POINT.