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?
Answers were Sorted based on User's Feedback
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 |
Answer / ankammarao jatipati
Hi
is updated but that time you entered manually 7 th record after it's going other records in session method or call transaction also.
Is This Answer Correct ? | 0 Yes | 0 No |
What is a data class? : abap data dictionary
How you will send mail from one SAP system to other SAP system?
what is the purpose of TYPES keyword?
How do you write manual bdc session method? : abap bdc
What are field groups?
explain about step loop and table control.
when does a list get sent to the screen on the presentation layer?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
I have 2 fields like customer and name having 20 records on basic list. When I select 5 records randomly, I want to get the address of particular customer selected in secondary list?
how to cal driver program in smart forms??
What is the Difference between Header and Item in ABAP? VBAK-Sales Order Header,VBAP-Sales Order Item, how can u use these tables in one query,means by using these tables write a select query.
what is sorted table and Hash table?