I 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
No Answer is Posted For this Question
Be the First to Post Answer
what is the diffrence between Field String & normal Work area?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
Can we modify data in data base table using view?
if idoc generated successfully where it can be stored i know database)?
I Developed Interactive report to display Customers, Sales Details and Delivery Priority? Why did u create these reports?what was the buisness requirements? what wer the inputs At Selection Screen?what was the output?how was the desighn of the screen?
Which one of the following statements would occur in the PBO of a dialog program using table control? a) module user_command. b) set screen '0100'. c) loop at itab. d) loop at itab with control itab_tc.
How do we handle multiple line items in BDC's.
What is an update task? : abap modularization
How do you call a transaction from a report ?
What are user exits? What is involved in writing them? What precautions are needed?
What are your ways to performance optimization?