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

Change Standard Routing using Tcode CA02

Former Member
0 Likes
1,141

Hi All,

Is there any standard BAPI available for updating / Changing the Standard Routing i.e.,using Tcode CA02. And in the forum i have seen for Rate Routing i.e., Tcode CA22.

Regards,

vamshi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
920

Hi,

Try using the FM /SAPMP/BAPI_ROUTING_PROCESS. there is only one standard bapi BAPI_ROUTING_CREATE for creating.

Hope this helps.

Sharath.

6 REPLIES 6
Read only

Former Member
0 Likes
921

Hi,

Try using the FM /SAPMP/BAPI_ROUTING_PROCESS. there is only one standard bapi BAPI_ROUTING_CREATE for creating.

Hope this helps.

Sharath.

Read only

0 Likes
920

Hi sharath,

I tried with the "BAPI_ROUTING_PROCESS". but there is no FM like this we are using SAP 4.6c. Can u please give me the exact Function Module.

We are using the create but i want it for Change/update.

Regards,

vamshi

Read only

0 Likes
920

We're also studying BAPI_ROUTING_PROCESS. Can you provide some code sample to explain how we can use it?

If we don't put any parameter and run the BAPI, it will dump:

The following syntax error occurred in program "/SAPMP/SAPLCPCC_BUS1012 " in include "/SAPMP/LCPCC_BUS1012U04 " in line 72:

"The data object "LS_OPR_IF" does not have a component called "/SAPMP/M"

"ET_LRCH"."

" "

" "

Read only

Former Member
0 Likes
920

Hi,

Sorry if my answer was not very clear ... the bapi name is

"/SAPMP/BAPI_ROUTING_PROCESS". I think this works because i have used it before and worked fine for me.

With regards,

Sharath.

Read only

0 Likes
920

Hi Sharath,

Can u please tell me whether this is a standard BAPI or your customised BAPI and can you tell me what functions are used in that BAPI. I think you have created this BAPI in your organisation.

If not please tell which tcode i have to use to specify the name you specified. I tried in SE37.

Regards,

vamshi

Read only

0 Likes
920

Hi Vamshi,

I've the same request yesterday, and it seems there is no way to change/modify a routing...

For the moment, I've found nothing.