cancel
Showing results for 
Search instead for 
Did you mean: 

Configure Invoice Number range based on the plant

Former Member
0 Kudos

Dear all,

How to configure the invoice Number range starts with 3001 based on the xxx plant, yyy Sales org and zzz country.

Thanks,

Jagadish.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi

use user exit RV60AFZZ

form user exit_number_range using us_range_intern

Iam giving an example if AGRA plant the system uses number range 22 and if it is AHD ahmedabad the system uses '23' as no range please try

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

'

Former Member
0 Kudos

Hi,

It is abap development,if you want plant specific number range do like this,

By using RV60AFZZ userexit and insert development coding in the form USEREXIT_NUMBER_RANGE.

So that you will get result.

Let me know more clarity on this.

Reward points if it helpful.

Regards,

Chandra

Former Member
0 Kudos

Use the userexit USEREXIT_NUMBER_RANGE of the include RV60AFZZ