I have 10 records in flat file. In that 7th record is
error record. I want to update to data base. If i used Call
transaction method what about 7 record and what about
8,9,10 records. If i used Session method what happen. Is it
updated or stop at 7th record?
Answer Posted / bighnaraj
In call Transaction method it depends upon the synchronous
and asynchrounous update in synchrounous it will stop at 7
th record and 7,8,9 record is not updated and BDCMSGCOLL
gives error msg the 7th record. in asynchronous all the
records are updated except 7 record In sesion method
database table is not updated and it will go to sesion log
file . and can analise or correct the error foud in the
data file or program.
if find the error in data file u can correct them
interactevely . other wise u modified the batch input
program. ok thank u
| Is This Answer Correct ? | 30 Yes | 0 No |
Post New Answer View All Answers
What is the difference between open_form and close_form?
What is the use of the raising exception? : abap modularization
Is it possible to pass data to and from include programs explicitly?
How will you define posting procedures?
Can a constructor be declared private? If yes then in which scenario?
What are the events in classical reports?
What are the other modules integrated with om? : sap abap hr
In which cluster time results are stored? : abap hr
What is the syntex used to call a screen as dialog box (pop up)?
How is time management and payroll is integrated? : sap abap hr
Which objects are independent transport objects?
What are logical databases?
what are the two methods of modifying sap standard tables ?
What are internal tables? : abap hr
What are lock objects?