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: 

IDoc number range

Former Member
0 Kudos

Hi,

Can anyone help me in the following:

Is to possible to maintain receipient specific Number range for IDocs..else is it possible to convert those IDoc numbers to our own naming conventions..?

regards

sathishkumar.v

1 ACCEPTED SOLUTION

former_member187709
Active Participant
0 Kudos

Hi Sathish,

Not too sure but I dont think it is possible . Though in transaction OYSN , you can define the number ranges for the Idoc document number.

A control record entry DOCNUM in EDI_DC exists for each IDoc which defines the Idoc number .

When the IDoc being transmitted from the subsystem is imported by the R/3 system, the content of DOCNUM is replaced with an internal number, determined by the R/3 system. The reference to the old DOCNUM is saved.

Hope this helps.

Cheers

Disha

3 REPLIES 3

Former Member
0 Kudos

Go to Tcode

SNRO

use object EDIDOC, select number range.

Change to specif number you want to.

Rgds,

Manohar E

Maintain custom table for each partner , choose the number range for a specific partner.

Try Number_get_next Fm

former_member187709
Active Participant
0 Kudos

Hi Sathish,

Not too sure but I dont think it is possible . Though in transaction OYSN , you can define the number ranges for the Idoc document number.

A control record entry DOCNUM in EDI_DC exists for each IDoc which defines the Idoc number .

When the IDoc being transmitted from the subsystem is imported by the R/3 system, the content of DOCNUM is replaced with an internal number, determined by the R/3 system. The reference to the old DOCNUM is saved.

Hope this helps.

Cheers

Disha

0 Kudos

I agree with Disha. It is not possible to assign partner specific number range for IDOC's. Only number range interval "01" with internal numbering is allowed for IDOCs. However you can choose the number range interval if you want something different from default "0000000000000001 to 9999999999999999".

Cheers,

Sanjeev