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

Function Module for update Routing

Former Member
0 Likes
751

Hi ALL

I'm looking for a Function Module or Method for update Routing.

I can insert Routing data using 'BAPI_ROUTING_CREATE'.

after that, I can't update this data using BAPI.

If you know that, Please let me know.

Regards

Rie

3 REPLIES 3
Read only

Former Member
0 Likes
532

Hello

Try FM '/SAPMP/BAPI_ROUTING_PROCESS'

Read only

Former Member
0 Likes
532

Hi Rie,

Chk the following FMs..

XSI_ROUTING_UPDATE

CS_DI_ITEM_UPDATE

CS_DI_MAXKAN_UPDATE_BY_ROUTING

CIF_ROUTING_CHANGED

Also look for the FMs in func grps CARO, PGS3.

Regards,

Deeba

Read only

venky_k
Explorer
0 Likes
532

Hi Rie,

After executing the BAPI_ROUTING_CREATE, kindly use BAPI_TRANSACTION_COMMIT to update the data.

-Venky.