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

internal order creation user-exit

Former Member
0 Likes
590

Hi there,

Can you please guide me on the user exits in the process of internal order creation. I need to check the cost centre, internal order number range. Thanks.

Regards,

FS

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
532

Hi FS

Assuming Internal Order is a Sales Order, check routine exits: USEREXIT_NUMBER_RANGE for Number Range validation and USEREXIT_MOVE_FIELD_TO_VBAK or USEREXIT_SAVE_DOCUMENT_PREPARE for Cost Center Validation in Include MV45AFZZ.

Kind Regards

Eswar

3 REPLIES 3
Read only

Former Member
0 Likes
533

Hi FS

Assuming Internal Order is a Sales Order, check routine exits: USEREXIT_NUMBER_RANGE for Number Range validation and USEREXIT_MOVE_FIELD_TO_VBAK or USEREXIT_SAVE_DOCUMENT_PREPARE for Cost Center Validation in Include MV45AFZZ.

Kind Regards

Eswar

Read only

Former Member
0 Likes
532

actually I am using internal order in controlling. Thanks.

Read only

Former Member
0 Likes
532

Guys, thanks I found the required exits from the main program.