Explain the differences between interactive and drill down reports?
When using call transaction method for 1000 records , If u found error in 64th record then how can u find it and how can u send this to user
What abap statement will trigger list generation?
in which event validation is done?
what are obsolete function modules FROM version 4.5b to ECC 6.
how will you debug sapscript
Is exit a function module?
what is Composite key in table creation? what is the use?
how to replacing the BDC with the BAPI, wherever possible
If internal table used in for all entries in empty then what happens?
What happens if a function module runs in an update task? : abap modularization
loop at itab. IF <cond>. Continue. Endif. Endloop. If continue triggers what will happen, it comes out of loop and endloop for further loop pass or just comes out of IF and Endif.
What is an abap instance?