cancel
Showing results for 
Search instead for 
Did you mean: 

number range

Former Member
0 Kudos

Hi,

Is it possible to have different number range for the same billing type but for different sales area?

EX:

1000 - 14 - 01 F2 096000000 - 0969999999

1000 - 14 - 11 F2 097000000 - 0979999999

1000 - 20 - 21 F2 099000000 - 0999999999

Thanks

Arthur

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

not thru std but thru user exit in VF01. check this one USEREXIT_NUMBER_RANGE (Module pool SAPLV60A, program RV60AFZZ). you may heve to create a z table for this. seek ur ABAP ppl's help.

saurabh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

I think using the routines under copy controls may be a way to select what number range to pick, contact your abapper and give it a shot.

Or Include RV60AFZZ FORM USEREXIT_NUMBER_RANGE

Or use MV45AFZZ user exit to determine a number range upon saving of the

sales document from a number range table.