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

BDC question help me

Former Member
0 Likes
528

hi abapers guide me.

for example i am having 50 records i am using call transaction and session method.

in 31st and 32 records are error records and remaining all are correct records. if i use

call transaction how many records will be update and if i use session method how many records will be update.

hi abapers guide me.

for example i am having 50 records i am using call transaction and session method.

in 31st and 32 records are error records and remaining all are correct records. if i use

call transaction how many records will be update and if i use session method how many records will be update.

3 REPLIES 3
Read only

Former Member
0 Likes
499

Hi,

All the records will be updated except the 31st and 32nd reocrds, this is same as Session method and also for Call transaction method

Read only

Former Member
0 Likes
499

It depends on the mode you are running the program.

You have the choice of:

1. Stop at the point you get the error i.e the program will stop at the 31st transaction and pass on the control to you.

2. Mark the transaction as a error and proceed with the other correct transactions.

- Guru

Reward points for helpful answers

Read only

Former Member
0 Likes
499

Hello,

48 records will be updated.

Thanks,

Suresh Ganti