Can you delete data element, which is being used by table fields?
What are the different buffering methods?
Explain the program flow when we use logical database PNP or PNPCE
what is the difference between bdc and lsmw?
3. 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?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
What are uses of foreign key?
BDC CALL TRANSACTION carry on synchronous processing and update the database both synchronously and asynchronously,where session method carry on asynchoronous processing and update the database synchrousnously.I want to know the meaning of synchronous and asynchronous processing and also the meaning of synchronous and asynchronous database update.
how to download sap Smart form in text format
can you call a bdc program from report program?
1 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
What is your approach to find exit and BAdi?
Can a transparent table exist in data dictionary but not in the data base physically?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.