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

Call Transaction

Former Member
0 Likes
515

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
Read only

Former Member
0 Likes
489

hi Shri ram,

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

Regards,

Santosh

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.

2 REPLIES 2
Read only

Former Member
0 Likes
490

hi Shri ram,

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

Regards,

Santosh

Read only

Former Member
0 Likes
489

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