cancel
Showing results for 
Search instead for 
Did you mean: 

Issue Regarding Number Range against Sales Organization

Former Member
0 Kudos

Hi,

Can we create number range against sales organization in sales process...???

I know that Number range is describe according to Document Type wise in SAP but we have a requirement for another number range according to sales organization...

If possible, please let me know...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

It is  Possible. It can be done through User Exit USEREXIT_NUMBER_RANGE

you will get this user exit in  RV6OAFZ

you need to create now "Z table" with required fields which will be responsible for no range

Tanveer

Former Member
0 Kudos

It's RV6OAFZZ inplace of RV6OAFZ....(missed last spell)

Thanks for logic...

Former Member
0 Kudos

Yes, its RV6OAFZZ

former_member657193
Contributor
0 Kudos

Hi Anil

Yes using the USer Exit you can define your own Logic for Number Range.

1,

USEREXIT_NUMBER_RANGE   MV45AFZZ

This user Exit can be used for Define Number Range logic for  Inquiry / Quotation / Order

Where you can create a Internal Table with  Sales organization / Document Type / Number Range Object

Eg.

Table combination can be like

Sales Org / Doc Type / Number Range Object , and fill the table in the below format

1000 / OR / AA

2000/  OR / AB

3000/  OR / AC

and then you can ask the ABAPer to write the logic in the User exit to pick the number range according when the Primary Key tht is sale Org changes.

Similarly for

2. Delivery User Exit

USEREXIT_NUMBER_RANGE  MV50AFZ1   Program  SAPMV50A

3. Billing user Exit

USEREXIT_NUMBER_RANGE RV60AFZZ

You can put the required Logic for each one of the document you want to create.

Thanks

RB

Answers (1)

Answers (1)

bsivasankarreddy_reddy
Active Contributor
0 Kudos

hi

based on my knowledge it is not possible ,