Application Development 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: 

Call Transaction

Former Member
0 Kudos

Hi all,

In BDC if we use call transaction method if it is sucessful sy-subrc will be zero.Otherwise we are checking for sy-subrc<>0.But at that time when it fails what will be the value of sy-subrc.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi Shri ram,

It will be <b>1001</b> .

Regards,

Santosh

2 REPLIES 2

Former Member
0 Kudos

hi Shri ram,

It will be <b>1001</b> .

Regards,

Santosh

Former Member
0 Kudos

hi

sy-subrc can be <1000 or 1001

if <1000, it signifies - Error in the called transaction.

if 1001, it signifies - Error in batch input processing.

hope this info helps.

thx

pavan

*pls reward for helpful answers