cancel
Showing results for 
Search instead for 
Did you mean: 

Number Range object

Former Member
0 Kudos

Gurus,

We are revising the number range system iin the development server of our client.

For Sales order they have created table " ZCTA_NUMKI_VA01" , which has number range according to plant and customer.

Now we want to stop this procedure, and assign the number range according to plant itself ( there are 4 plants ).

What is the procedure to

1) stop existing number range for sales document?

2) Create new table which will allocate sales order number according to plant

Can any one elaborate more on, what is number range object ( like we find in ZRV_BELEG in the current system in SNRO ) and what is the connection of the tables that we create ( like ZCTA_NUMKI_VA01) with these object? Do we assign these tables to objects?

I could fine 3 ztables in the current system

ZCTA_NUMKI_VA : Number range Key table for SD Document- CoCode/Plantwise

ZCTA_NUMKI_VA01: MANDT key table for SD Document-Cocode /Plant wise

ZCTA_NUMKI_ME21N: PO Number Ranges for Plantwise

Thanks

Trupti

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Trupti,

Include : MV45AFZZ

USEREXIT_NUMBER_CHANGE.

This userexit can be used to determine the numberranges for *

  • the internal document number. *

  • *

  • US_RANGE_INTERN - internal number range *

  • *

  • This form is called from form BELEG_SICHERN *

Ask the ABAPer to develop by maintaining Y.table for plants . During the sales document processing.

Regards

Durga Sana

Former Member
0 Kudos

Thank you sir,

I will try with the help of ABAP person.

Trupti

Answers (0)