Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Delivery and Invoice Number Plant wise

Former Member
0 Kudos

Hi Friends

I have one Company Code Many Plant. Whenever i am creating the Delivery and Invoice, i should want different Numbering range of Delivery Number and Invoice Numbers. So that i can understand that these invoice raised from particular plants

Pelase send me sourse code

Regards,

Udhay

1 REPLY 1

Former Member
0 Kudos

hello,

changing nuber range:

1. for deliveries:

program MV50AFZ1:

FORM USEREXIT_NUMBER_RANGE USING US_RANGE_INTERN.

  • Example: Numer range from TVLK like in standard

  • US_RANGE_INTERN = TVLK-NUMKI.

ENDFORM.

2. invoices:

program RV60AFZC:

FORM USEREXIT_NUMBER_RANGE_INV_DATE USING US_RANGE_INTERN.

  • Example: Number range from TVFK like in standard

  • US_RANGE_INTERN = TVFK-NUMKI.

ENDFORM.

reward points if helpful

best regards,darek