State the system field for the current date?
what is the effect when a clear ststement is used on an internal table without header line?
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then?
What is the diffrence between select single * and Select upto 1 row?
what are the events in ABAP?
18 Answers Keane India Ltd, Microsoft,
what is the output of given code? data : f1 type i, f2 type i. write : / f1, f2. do 2 times. perform addfld. enddo. write : / f1, f2. form addfld. data : f1 type i, f2 type i. add 1 to f1. add 1 to f2. write : / f1 , f2. endform. int : f1 , f2.
What kind of deliverables you have on a day to day basis?
What are system fields for secondary lists?
which table contains the details of all Tcodes?
Work most on which module: name a few tables?
In which cluster time results are stored? : abap hr
What are the other modules integrated with om? : sap abap hr
If there are 100 records...explain the BDC session method step by step how you gonna do ?