cancel
Showing results for 
Search instead for 
Did you mean: 

User exit for VA01 - No range for sales document type

Former Member
0 Kudos

Dear Experts,

In our project, we have 8 sales organizations and these are assigned to 8 different company codes. Actually our client doesnt want to maintain different document types for each Sales Organization. We need to maintain one document type for all the sales organizations and different No ranges for each sales organization. So can any one guide me on User exit available for this purpose.

Thanks & Regards,

Rahul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

pls refer to the following user exit.

Include prog : MV45AFZZ

USEREXIT_NUMBER_RANGE

Use this user exit to define the number ranges for internal document number assignment depending on the required fields. For example, if you want to define the number range depending on the sales organization (VKORG) or on the selling company (VKBUR), use this user exit.

The user exit is called up in the FORM routine BELEG_SICHERN.

reg

Deepak

Answers (2)

Answers (2)

Lakshmipathi
Active Contributor
0 Kudos

Dear Rahul

User exits in the program MV45AFZZ - USEREXIT_NUMBER_RANGE will fulfill your requirement.

Use this user exit to define the number ranges for internal document number assignment depending on the required fields. For example, if you want to define the number range depending on the sales organization (VKORG) or on the selling company (VKBUR), use this user exit. The user exit is called up in the FORM routine BELEG_SICHERN.

thanks

G. Lakshmipathi

Former Member
0 Kudos

Userexit for Number Range: USEREXIT_NUMBER_RANGE in MV45AFZZ for Sales Order.

Here it is recommended to maintain 'Z' Table and extract the Number Range from the same, using the above user Exit.

Regards,

Rajesh Banka