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: 

Routing: create and modify. How to create an interface in commun ??

Former Member
0 Kudos

Hello,

I have to create a MF to create or modify a rounting.

I'm using the following bapi to do it into my MF:

BAPI_ES_ROUTING_CHANGE to change

BAPI_ROUTING_CREATE to create

The interface of these 2 bapi are different, anyway there's a way to create a unique interface on my MF and than

inside a MF call the first or second bapi to manage routing ?

Tks a lot,

R.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi roberto ,

Try this bapi this can be used to create as well as changing routing

/SAPMP/BAPI_ROUTING_PROCESS

Thanks,

Gaurav.

3 REPLIES 3

Former Member
0 Kudos

Hi roberto ,

Try this bapi this can be used to create as well as changing routing

/SAPMP/BAPI_ROUTING_PROCESS

Thanks,

Gaurav.

Former Member
0 Kudos

It's also possible to use 'CP_BD_DIRECT_INPUT_PLAN' or 'CP_BD_DIRECT_INPUT_PLAN_EXT' to create/change/delete routings. It's a little bit complicated to use, but works fine for me.

0 Kudos

*