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

BAPI_INTERNALORDER_SAVEREPLICA for order type 20

0 Likes
1,569

Hello,

I need to distribute an order of type 20. I am thinking to use similar BAPI as exists BAPI_INTERNALORDER_SAVEREPLICA. In there it is checked if the order type is 01 or 02, otherwise an error is thrown. Does anyone have an idea, how this BAPI or another BAPI could be used for other order types? Probably need to create my own SAVEREPLICA Bapi for this or?

Any ideas?

Thanks,

Tim

Hello,

I need to distribute an order of type 20. I am thinking to use similar BAPI as exists BAPI_INTERNALORDER_SAVEREPLICA. In there it is checked if the order type is 01 or 02, otherwise an error is thrown. Does anyone have an idea, how this BAPI or another BAPI could be used for other order types? Probably need to create my own SAVEREPLICA Bapi for this or?

Any ideas?

Thanks,

Tim

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,200
Look first at transaction BAPI
  • BAPI_INTERNALORDER_SAVEREPLICA is related to business object BUS2075 internal orders (category '01' and '02')
  • The category '20' corresponds to Network, try a BAPI of business object BUS2002 (or BUS2002001) such as BAPI_BUS2002_CREATE andBAPI_BUS2002_CHANGE.

Hint: Look at How to use BAPI in Project System Module