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: 

Enhancement/Exit/BADI for Routing

Former Member
0 Kudos

Dear All,

I have the following scenario.

In Routing,

1. Work center should always be with 6 digits

2. Final operation control key should be with PP01

3. If work center is XXXX, my cost element should be 5061007. if it is different work center, my cost element value may vary.

(The link between work center and cost element, i will keep in one Z table)

4. Labor time will always be equal to machine time

These check should be done before saving the routing. Can I achieve these through any enhancement or exit or any.

Please guide me.

Vijay.

2 REPLIES 2

Former Member
0 Kudos

Hi Vijay,

you can try these BAPI'S

1. BAPI_ROUTING_CREATE for the creation of a routing

2. BAPI_ROUTING_EXISTENCE_CHECK to check whether routing exists or not.

hope this helps

regards

Aakash Banga

Former Member
0 Kudos

Hi,

BAPI's for routing

BAPI_ROUTING_CREATE - Creation of a routing

BAPI_ROUTING_EXISTENCE_CHECK - Check whether routing exists

BADI

ROUTING_EXIT - User Exits for Routings

Exit

IWO20001 PM order: User exit to pass routing to order