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

Number Range Object

Former Member
0 Likes
523

Hello Guru,

I have a question concerning a range object.

I'm gone need to use a number range object inside my current developing package and I'm asking myself whether or not the newly created range object could be exported when I'm gone transport my package to a new system.

Best Regards,

Kais

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
493

Hi kais ,

check

http://help.sap.com/saphelp_NW70EHP1/helpdata/en/2a/fa0331493111d182b70000e829fbfe/content.htm

NOte : When you maintain a number range object, it is put in a change transport. Once the transport has been released, consistency checks prevent incorrect objects from being transported. Any error messages or warnings are displayed in the transport log. If errors occur, the export or import is not performed.

thanks

anurag

Edited by: anurag srivastava on Jan 5, 2010 4:04 PM

4 REPLIES 4
Read only

GauthamV
Active Contributor
0 Likes
493

Check the SAP help in transporting number range intervals.

[http://help.sap.com/saphelp_nw04/helpdata/en/1f/83112d4bc511d189750000e8322d00/content.htm]

Read only

Former Member
0 Likes
493

Hello Gautham,

Thanks for your respond its very helpful.

Now, I need to ask you something.

I have definied an internal table containing an index number which is very importent because it tells me which last object has been added on the table.

The Problem that I need to use Select-max all the time to get the max and then to increment it.

Now, I need to integrate the range number object because this solution is not working well for maxdb but still works fine for oracle even if the entries are millions.

I saw that when we create a new range number object, there's a table groupe.

What's this actually and can I add there my internal table and the field which has the role of index.

Are the last entry of the index going to be buffered?

My last question is concerning code inspector.

I'm going to simulate the behaviour of millions of entries with the range number object on maxdb and without it, to compare which solution is the best, of course its the one with the range number object but I need to simulate it.

Is this a right way to go on the Problem ?

Best Regards,

Kais

Read only

Former Member
0 Likes
493

please check the link below which will help you..

Regards

Satish Boguda

Read only

Former Member
0 Likes
494

Hi kais ,

check

http://help.sap.com/saphelp_NW70EHP1/helpdata/en/2a/fa0331493111d182b70000e829fbfe/content.htm

NOte : When you maintain a number range object, it is put in a change transport. Once the transport has been released, consistency checks prevent incorrect objects from being transported. Any error messages or warnings are displayed in the transport log. If errors occur, the export or import is not performed.

thanks

anurag

Edited by: anurag srivastava on Jan 5, 2010 4:04 PM