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: 

number ranges in bdc

Former Member
0 Kudos

hi,

how to maintain number ranges . can u describe the purpose of number ranges with example.

i have to upload data from flat file which is having vendor details. but the vendor numbers are to be generated internally(in application server) in the system and at the same time the flat file records related to vendor no's are to be uploaded.

can we go for number ranges for genearating vendor no's internally. so please explain my problem with details. i need tcode for number ranges also.

Thank u in advance

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

You can create no range using transaction SNRO.

You can define the range there.

regards

Naresh

4 REPLIES 4

Former Member
0 Kudos

Hi

You can create no range using transaction SNRO.

You can define the range there.

regards

Naresh

0 Kudos

hi ,

thank you for your cooperaration.

regards,

Hari.

Former Member
0 Kudos

Hi,

Go to SNRO and define the number range.

To define a number range for shipment cost documents:

1.go to SNRO and select the number range intervals push button.

2.Specify the number range from 01 0000001000 0000999999

01 Indicates the internal number range.

Means system generates the next available number based

on the interval you specified.

Use the function <b>NUMBER_GET_NEXT</b> to get the next number in the range

rgds,

latheesh

Message was edited by: Latheesh Kaduthara

0 Kudos

hi

thank u for ur co-operation

regards.

Hari