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
Explain what is sap script?
What are the two statements which are required in an abap program to output an icon using a write statement?
What is database utility? : abap data dictionary
How is collect statement different from append?
What is a projection view? : abap data dictionary
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
How do you document ABAP programs? Do you use program documentation menu option?
What are the different methods of passing data? : abap modularization
Can you print decimals in type n?
What are system variable in abap?
What is the function module to popup contents in the internal table?
What is a transport?
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
What is an update task?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary