I have 100 records and 75th record contains error,if i use
call transaction how many records will update the data base
and if i use session method how many will update?
Answers were Sorted based on User's Feedback
in CT method upto 74th record all the records will be updated to the database and we have to correct the the 75th row and then we can update it to database whereas in SM not a single record will be updated to database unless and until you clear the error.
Is This Answer Correct ? | 8 Yes | 2 No |
Answer / prasad
In case of Call transaction method, up to 74 all the
records are processed and on 75 th row user has to correct
error then only it will process further and finally updates
the database.
In case of Session method all the non error rows will be
processed by leaving 75th row. The error row will be shown
in the error message list.
Is This Answer Correct ? | 8 Yes | 3 No |
What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?
Application Category?
What are the various types of BDC's?
Name a few data dictionary objects? : abap data dictionary
What is lock mechanism? How do we create lock objects in abap?
What are the functional areas?
What is lock objects? : sap abap data dictionary
how do u know what is the exact user-exit for that particular enhancement.
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
How to Business addin function in Standars transactiion code. how it is steps
What is asynchronous and synchronous update?
i have ztable for that i had created screen in that screen i had designed tablecontrol and save button calling ztable fields thorugh tablecontrol i have to insert the data in ztable if i press save button the data which i had enter in table control that should b save in ztable can any one send me the code for this for this. example is sm30 there we can directly insert the values directly in a single shot right?. urgent