Application Development and Automation 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: 
Read only

Problem with Object list number (OBKNR)

LucianoBentiveg
Active Contributor
0 Likes
1,674

Last week we have a mandt copy from Production to Test.

We have some problems with number ranges objects intervals, becose many documents was taken old numbers from number ranges, and going to dump when trying to insert duplicates. We solve this updating intervals with values from PRD, but still have one problem... Object list numbers...

When a user try to enter a transfer posting throw MB1B, system generate old Object list numbers to make entries in SER03, going to dump. I believe, there is no number ranges for Object list numbers. Question is: Where is the system saving the last object list number generated?

Points guaranteed.

Regards.

1 ACCEPTED SOLUTION
Read only

sridhar_k1
Active Contributor
0 Likes
1,106

NR object used for objlist is OBJK_NR, it's maintained using tx: IP22.

Regards

Sridhar

Last week we have a mandt copy from Production to Test.

We have some problems with number ranges objects intervals, becose many documents was taken old numbers from number ranges, and going to dump when trying to insert duplicates. We solve this updating intervals with values from PRD, but still have one problem... Object list numbers...

When a user try to enter a transfer posting throw MB1B, system generate old Object list numbers to make entries in SER03, going to dump. I believe, there is no number ranges for Object list numbers. Question is: Where is the system saving the last object list number generated?

Points guaranteed.

Regards.

5 REPLIES 5
Read only

LucianoBentiveg
Active Contributor
0 Likes
1,106

Anybody?

Read only

sridhar_k1
Active Contributor
0 Likes
1,107

NR object used for objlist is OBJK_NR, it's maintained using tx: IP22.

Regards

Sridhar

Read only

0 Likes
1,106

Nop, system is not using that... That range goes for 71215648, but system was trying to create 67697576...

Thanx anyway.

Somebody else?

Read only

0 Likes
1,106

Set a breakpoin in fm OBJECTLIST_NUMBER, check object and the number it's getting.

Regards

Sridhar

Message was edited by: Sridhar K

Read only

0 Likes
1,106

You are the man!!!!

Thanx.