Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error in CALL TRANSACTION and SESSION Method

Sumeetpatil
Explorer
0 Likes
487

I have 8 records (1,2,3,4,5,6,7,8) to update into SAP database using CALL TRANSACTION and SESSION Method. If there is a error in 6th record. What happens in both call transaction and session method.

Please let me know which records will process and what about the error record. How to process only the error record if all other records have updated into database.

3 REPLIES 3
Read only

Clemenss
Active Contributor
0 Likes
459

Hi Patil_sumeet,

if your code for this is not protected secret of some federal agency, you may read [How to post code in SCN, and some things NOT to do...|; and then post relevant lines here.

According to the facts presented until know it may have been better to ask Radio Eriwan

Regards

Clemens

Read only

matt
Active Contributor
0 Likes
459

lol

Read only

Sandra_Rossi
Active Contributor
0 Likes
459

Hi Patil_sumeet,

both use the same batch input technology, but with CTU (call transaction ... using ...) there's no recovery process by default.

In both cases, all transactions will be performed, only the 5th will fail (assuming the 6, 7 and 8 are not based on data written by the 5th one). With batch input session, you'll see the records that failed and you can restart them.

BR

Sandra