cancel
Showing results for 
Search instead for 
Did you mean: 

Billing Error: For object RV_BELEG, number range interval does not exist

Former Member
0 Kudos

Dear SD experts,

I'm stuck with the subject error that I get while trying to save the billing document in VF01.

Went through the forums and checked the following:

VOFA:

VN01:

FBN1:

Table: NRIV

Can someone please guide and tell me if I'm missing something?

Regards

Pearl

Accepted Solutions (0)

Answers (4)

Answers (4)

Lakshmipathi
Active Contributor

Not sure whether you have checked in SNUM for that Object RV_BELEG.

G. Lakshmipathi

Former Member
0 Kudos

Sir,

Yes I did.

nileshsapsd
Member
0 Kudos

Ans :- In SD , Tcode - VOFA , we maintain document type RV..

Error is - For object RV_BELEG , number range interval 49 doesn't exist

1.Tcode- FBN1 & check which interval is maintained ex - 20

2. Now go to T code OBA7 & click on Position Tab - Put document type - RV

3. double click on RV & new screen will open & in Number range box put - value 20 and save it.

problem will be solved..!!!

Former Member
0 Kudos

Hello Pearl,

Please check which FI document type is assigned to ZFS.

Then check the number ranges associated with that.

Example:

Regards

AG.

Former Member
0 Kudos

Hi AG,

The Document type field for ZFS is blank. Also, note that this issue is there for a particular Company code only.

mahendra_jani3
Contributor
0 Kudos

Hi Pearl,

I believe you must be using some User Exit to determine Number Range Specific to Company code.

Check in RV60AFZZ Program and see if any specific table has been maintained from which you are picking the number range.

Regards,

MJ.

arthur_alvesteixeira
Active Participant
0 Kudos

Hi Pearl,

insert a break-point in NUMBER_GET_NEXT function and check the parameters values (nr_range_nr, object, year...) imported in this function.

It's necessary to have a relation between these import parameters
with your configuration and NRIV table data.

Ps: Check too if you don't have overlap number ranges.