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: 

purpose of enhancement

Former Member
0 Kudos

hi ABAP experts,

The enhancement SAPMM06E003 is for number ranges & document number.

please kindly tell me what is number ranges n how to give number ranges.

Is there any BADI exists for same functionality.

3 REPLIES 3

Former Member
0 Kudos

Hi

Number ranges are the Client specific settings for different objects in which we have to do in each and every client . this is mostly done by functional consultants

Check the Transactions

<b>SNUM and

SNRO</b>

and related fun module for these number ranges is NUMBER_GET_NEXT

<b>

Reward points for useful Answers</b>

Regards

Anji

Former Member
0 Kudos

Hi,

Hi,

Check the transaction SNRO./ Check the Table NRIV.

Fn module NUMBER_GET_NEXT and BADI_NUMBER_GET_NEXT

for key value we need to provide number range.

example, if we create a sales order we won't specify the number for that sales order. system will generate automatically after saving it.

that number will increase by one from previous.

to define number rangem check the TCode: SNRO

there will be internal number range and external number range.

for external number range user can provide the number (that should be with in the range which defined for it).

internal number range it generates automatically

refer the links

http://www.sap-img.com/ge003.htm

http://www.sap-basis-abap.com/sapmm009.htm

http://www.erpgenie.com/abap/code/abap33.htm

http://www.kabai.com/abaps/z26.htm

<b>Reward points</b>

Regards

0 Kudos

Hi,

Number ranges can be created in transactio SNRO.

They are soecial obejcts using which we can program in such a way that every user gets a UNIQUE number when he/she makes runs a program.

They are for generating numbers in a sequence.

You can maintain intervals, the intervals are useful so that we use different interval's for say different cost center etc.

Check the Function groups SNR0 to SNR7.

Mainly SNR3 which as NUMBER_GET_NEXT FM.

Regards,

Sesh

.