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

CAPOC in BAPI_ROUTING_CREATE

Former Member
0 Likes
716

Hello guys,

Do you know why the field CAPOC (Type of CAPP calculation at order creation) from PLPOD there is no in BAPI_ROUTING_CREATE?

How can I update this field?

Thanks!

Kleber

1 ACCEPTED SOLUTION
Read only

Flavio
Active Contributor
0 Likes
633

Hi Kleber,

Indeed, BAPI_ROUTING_CREATE has few fields missing in its structures when creating a routing.

Anyway, in the past I found a very interesting note (488765 - Do it yourself EWB programming) that allows routing update, adding missing data where needed. I successfully used it, even if not specifically with field CAPOC.

Hope this could help. If you need any further hint, feel free to ask.

Bye,

Flavio

2 REPLIES 2
Read only

Flavio
Active Contributor
0 Likes
634

Hi Kleber,

Indeed, BAPI_ROUTING_CREATE has few fields missing in its structures when creating a routing.

Anyway, in the past I found a very interesting note (488765 - Do it yourself EWB programming) that allows routing update, adding missing data where needed. I successfully used it, even if not specifically with field CAPOC.

Hope this could help. If you need any further hint, feel free to ask.

Bye,

Flavio

Read only

Former Member
0 Likes
633

Hi Flavio,

It's great! Thanks a lot!

Kleber