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: 

CAPOC in BAPI_ROUTING_CREATE

Former Member
0 Kudos

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

Flavio
Active Contributor
0 Kudos

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

Flavio
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Hi Flavio,

It's great! Thanks a lot!

Kleber