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 : sy-subrc 1001 : mode 'N'

Former Member
0 Kudos
240


Hi Gurus,

There is a BDC program for creating propduction order which i am executing in background mode 'N' and sy-subrc gets 1001 and production order Doesnt gets created. I found similar post. It says that when we check in debugging mode sy-subrc will be 1001 but still why my production order does not get created.

But if i run in mode like 'A' or 'E' it works perfectly.


Rewards will be provided. Please help

1 REPLY 1
Read only

former_member191761
Active Participant
0 Kudos
163

Hi Rahul,

BDC might not work in many of the Enjoy transactions. Please use FM BAPI_PRODORD_CREATE to create Production Orders.

Below link has list of BAPI's for Production Order

List of BAPI For Production Order

Regards

Sri