cancel
Showing results for 
Search instead for 
Did you mean: 

URGENT< Transported complete number range to PRD>

former_member2091
Participant
0 Kudos

Hello ALL,

I transported whole number range into PRD system (implemented since last 10 years

System is messed up now and I am trying to clean before any issue arises at user level.

Object AUFTRAG has been changed and in it

Many order types last created order changed..Im trying to update it

Some order type are written as INTERNAL orders what are those?

Some order types whole number range changed.

I need to know what orders could have got impacted from object AUFTRAG and what relevant tables.

Accepted Solutions (1)

Accepted Solutions (1)

soyeiur
Explorer
0 Kudos

Well I hope this is only for AUFTRAG. If you have a copy of PRD somewhere then it can be easy.

Else,

1. Go to NRIV table in PRD and see how many number rnages you have with object AUFTRAG

2. Al these number ranges in NRIV must below to order number ranges.

3. Fetch from AUFK table the last order number for each of the number range.

4. Update the information directly in PRD with the right current number range.

I hope this should be enough.

janbuchmann
Contributor
0 Kudos

Don't forget to check table T003O which links the order types for the different order categories to the actual number range IDs.

former_member2091
Participant
0 Kudos

Hi Manish,

Yes, I think only object AUFTRAG is updated looking at transport objects.

I did exactly those steps as soon as I realized this error but I was not sure about

Internal orders, there are many order types named internal orders which had NO TRANSACTION in AUFK.

Can there be any other table except AUFK which can have transactions related to object AUFTRAG order types.

Also, I observed even though NR number was changed still orders got created in normal sequence. I believe system stores some numbers in buffer to use them in future.

Answers (2)

Answers (2)

soyeiur
Explorer
0 Kudos

No AUFK is the order master for all types of orders in SAP. Order category 01 is for IO.

If you do not find some of the order types in AUFK then 100% there is no such order created in system so far.

Regarding buffering, yes some 20 numbers are reserved for orders as per SAP notes

Kind Regards

Munish

former_member2091
Participant
0 Kudos

Hi Munish,

Yes, you are right. There were no internal orders present in system. I was able to close this issue by updating NR number of rest.

Buferring config was maintained as 20 in our system because of which orders got created with usual number range.

Really appreciate your help

janbuchmann
Contributor
0 Kudos

You could also check the change documents: SNUM, enter object AUFTRAG, click on Interval Editing, menu Goto > Change documents

former_member2091
Participant
0 Kudos

Hello Jan,

I tried looking into change documents first but I guess it does not store changes which are moved from Transport.

It only has transactional changes.