cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Billing Number range object

Former Member
0 Kudos

Dear expert,

Can we use Custom number range object in place of RV_BELEG.

Requirement is to have number range yearly. But in standard we have the same object for sales order and delivery also so yearly number ranges are applicable sales order and delivery.

If it is possible please provide details how.

My technical consultant is working on it but his conclusion is it is not possible to replace the standard  object with Zee object for invoice.

Please Guide

ATP

Accepted Solutions (0)

Answers (9)

Answers (9)

Former Member
0 Kudos

Dear All closing the thread.

Client is ready to discard and reassign number range key after a specific period from Zee table after 3-4 years.

Thank you

Former Member
0 Kudos

Hi

When there is a standard way of achieving the fucntionality that you are looking for - Its really surprising to see that you have opted for Z-route. Anyhow all the very best.

Regards

ajitsingh6
Active Contributor
0 Kudos

Dear ATP,

A solution is only possible by using a user exit.

Please follow following steps,

Determination of the number range interval other than standard,

1. In Transaction SNRO ('Number Range Object Maintenance'), use the 'Number Ranges' function to create the required intervals Z1, Z2, and so on for object RV_BELEG ('SD Documents').

2. Implement the attached solution in program RV60AFZZ, which is stored in example RV60AFZZ_EXAMPLE1.

Regards,

Ajit K Singh

jason_barton
Active Participant
0 Kudos

ATP,

One question on this, what country are doing this within? Is the number range tied to a legal requirement? For example, Nota Fiscal number range in Brazil, or pre-defined legal invoice numbers in Chile? I strongly agree with Atul's approach, "You can determine number range for a billing document on the basis of your own criteria other than standard, with USEREXIT_NUMBER_RANGE in the include program RV60AFZZ". However, interested to know the countr(ies) involved in your requirement.

Thanks,

Jason

Former Member
0 Kudos

Hi,

Yes, it is possible by using "Business Place" functioality.

Please follow the below document and let me know for any clarifications:

http://scn.sap.com/docs/DOC-44209#comment-380378

Regards

Former Member
0 Kudos

Hi,

It is Possible to have customer number range year wise, However you need to do some enhancement to achive this. It may take bit time as well.

Regards

Muralidhar Shetty

rabikiran_sahu
Participant
0 Kudos

Hi ATP,

This requires an enhancement from technical side, first we have to create a number range Namespace, in SNRO and when ever RV_BELEG is called inside the program , we have to replace with created namespace number range.

Bit of debugging require where the RV_BELEG is updated , plug the enhancement with your number range.

Thanks,

Rabi

former_member184771
Contributor
0 Kudos

Dear ATP

Try with Tcode - SNRO and their maintain no range for the object. Also try to discuss with FI consultant and check what the no range they have maintain for the subsequent doc type RV.

Thanks,

Sumeet

Former Member
0 Kudos

Hi

You can determine number range for a billing document on the basis of your own criteria other than standard, with USEREXIT_NUMBER_RANGE in the include program RV60AFZZ.

Regards

Atul

Former Member
0 Kudos

Hi,

check oss note 595327. Have a look at the examples. You can use additional fields to redetermine number ranges.

Regards,

JM