cancel
Showing results for 
Search instead for 
Did you mean: 

User Exit for PP Order Number ranges

Former Member
0 Kudos

Dear PP Experts,

Good Day. are there any User Exit for PP Order Type to allow different number ranges set based on the Company Code?

i would like to use the same Order type but based on the Exit to propose the number range that prefix with company code.

Eg: as below

Order Type
Company Code
Number Range
PP011001100110000000 - 100199999999
PP011002100210000000 - 100299999999

Please Advise

Thanks


Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

sjeevan
Active Contributor
0 Kudos

I don't know why you want to use the same order type.

But you may look into the following exits

PPCO0006, PPCO0007.

Former Member
0 Kudos

Dear Jeevan,

Thanks for your help. we have some audit issues that we need to have the running number in sequence for each company.

if i set external number range for the exit provided. the PP Order creation will ask user to enter the external number before the Exit Kicks in.

Any clue?

i have done this for PM using "IWO10017 Determine external order number by customer logic"

Please advise

Thanks

Regards

Former Member
0 Kudos

Hi,

If you want to have different number ranges for company codes then do different order types for the same . create order type as ZP01 and YP01.

Dont think its possible for PP Orders.

Regards,

sjeevan
Active Contributor
0 Kudos

Try this:

Create a screen variant through SHD0  and enter some external production number (eg: ZZZZZZZZZ) which you'll never use and grey it out, assign this to CO01. Now implement user exit and change this external number to the range you want, per company code.