cancel
Showing results for 
Search instead for 
Did you mean: 

number ranges

Former Member
0 Kudos

hi,

We require to config number ranges for sales doc type based on sales org.

and that too alpha numeric

like dl01---dl00001

mu01-----m 01

can any one tell me whts the user exit for that and whts the process to activate it.

rewards for sure.

thakns in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi

this is for billing

Different Billing Document Number range based on Company code / Plant Code for the same billing type.

The Following are the example for different invoice number based on Plant.

Use the Exit RV60AFZZ.

FORM USEREXIT_NUMBER_RANGE USING US_RANGE_INTERN.

if (

xvbrk-fkart = 'ZF3' or xvbrk-fkart = 'ZF2' )

and xvbrk-vkorg = '1000'.

case xvbrp-werks.

when 'AGR'.

us_range_intern = '22'.

when 'AHD'.

us_range_intern = '28'.

Endif.

ENDFORM.

USEREXIT_NUMBER_RANGE includes in MV45AFZZ

for sales order i think u have to use MV45Afzz

please check

Former Member
0 Kudos

Thanks a Lot .....prashanth

it was really helpfull ..can you please please lemme knw the step to step procedure of activating this ...

you see i am doing it for the first time ....so fist i will try the procedure wht u send and then DEVlop it...

like from CMOD to end step how to do this ...it wld be great help if i cld close this.

thanks a lot.

regards.

Former Member
0 Kudos

This message was moderated.

Lakshmipathi
Active Contributor
0 Kudos

Hi Kiran

Use RV60AFZZ for number ranges. With the help of your ABABer, I am sure, you can configure to your sales organization.

Thanks

G. Lakshmipathi

Former Member
0 Kudos

Hi

User-Exit <b>USEREXIT_NUMBER_RANGE</b>

The user exit is called up in the FORM routine <b>BELEG_SICHERN</b>

Refer link below

<a href="http://www.easymarketplace.de/userexit.php">SAP User Exits</a>

Message was edited by:

SHESAGIRI.G

Former Member
0 Kudos

THANKS A LOT SHESHAGIRI N LAKSHMI as i expected the answer from you gyz.....

but again im not able to find the exit in the package in 'VA" in CMOD

can you please lemme knw how to activate it .

and the programe rv60afzz.....how can it satisfy my req......please provide some details.

thank you