What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
1131How do you connect to the remote server if you are working from the office for the client in remote place?
1198I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
3527If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
1120
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
Explain what are the various types of selection screen event?
What is meant by performance analysis? Have done anything to improve the performance?
How we can give authorization on the fields of table control in a dialog-programming?
How to split one Invoice into Multiple ( Step by Step)?
Can I execute user exits? If yes, how?
Difference between sy-tabix and sy-index? Where it is used?
What is difference between dialog program and a report?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What are field symbols?
Write syntax for message error (report)?
Did you create secondary index?
What is amdp (abap managed data procedures)?
Explain the difference between tables and structures?