How are BAPI different from Normal function modules ?
What is the function of Substring?
What do you mean by transparent tables in sap abap? : abap data dictionary
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
If u r working with call transaction method .any problem occurs error records r stored in BDCMSGCOLL structure.How do u find that an error has occured at a particular point,how can u handle to rectify and process it successfully? If a file has 10000 records where 3 records doent having right format,how do u tackle with this issue either by using call transaction or session method to transfer data perfectly into database table?tell me the steps how to procede?
How to find out the no of implementations done for a badi
How do you find number of records present in internal table?
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
how do you supress blank spaces in sap scripts?
What are some control break events in abap?
what is the use of STOP,EXIT,CHECK,CONTINUE in internal table?
why Transaction Varient needed?
how to add a field to existing TMG with out deleting that TMG. tmg over riding techinique.