‎2008 Feb 04 3:27 AM
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
‎2008 Feb 04 3:35 AM
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
‎2008 Feb 04 3:35 AM
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
‎2008 Feb 04 3:55 AM
‎2008 Feb 06 12:35 AM
Guys, thanks I found the required exits from the main program.