while uploading a flat file through bdc call trans, then the
system get CRASHED. how do i know how many records have been
updated.
Answer Posted / marri
Even though it is bulk data processing, but updating the
database always record by record only. so after calling the
transaction , maintain the status of call transaction in to
one custom table including the record details.
so that we can check the custom table for the latest details
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
In delivery processing which step comes first picking, packing, posting goods issue ?
What is Field group?
How is the command suppress-dialog useful?
What is check table?
Explain the difference between open_form and close_form?
Explain the call transaction method? : abap bdc
Define batch input session?
Persistent class
Program lines for the radio button selection and unabling some input variables in section screen
How do you import pay scale data from non sap to sap? : sap abap hr
How memory management happens for internal tables and work areas in abap?
What does the extract statement do in extract datasets?
Explain how do you get output from idoc?
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?