Application Development and Automation 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: 
Read only

invoice number range

Former Member
0 Likes
1,110

hey hi all

according to the client requirement , i need to update the number range using the user exit 'USEREXIT_NUMBER_RANGE' in the program , RV60AFZZ.

this should be executed for tcodes VF01, VF04 , VF11 .

what ever coding i h ve done is working , and the final values is going to 'us_range_intern'. But i want ti know , inturn this value from us_range_intern is updated where in which field of the transaction ? like where can i check where this value is getting updated ?

Plz help me out ....

hey hi all

according to the client requirement , i need to update the number range using the user exit 'USEREXIT_NUMBER_RANGE' in the program , RV60AFZZ.

this should be executed for tcodes VF01, VF04 , VF11 .

what ever coding i h ve done is working , and the final values is going to 'us_range_intern'. But i want ti know , inturn this value from us_range_intern is updated where in which field of the transaction ? like where can i check where this value is getting updated ?

Plz help me out ....

5 REPLIES 5
Read only

Former Member
0 Likes
996

Hi

Have you tried to check in SNRO Transaction ??

Also are you updating any Z Table for it ??

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

ilesh Nandaniya

Read only

0 Likes
996

hey hi thanx for u r reply

ya i have craeted a Ztable ,and updating the num_range values ......

i have tried the Tcode SNRO , what is the object name which i need to give help me out ?

if i pass the value to us_range_intern variable...anywhere in the transaction it is updated?

help me?

Read only

Former Member
0 Likes
996

Hi Kiruthiga Balusamy,

Check the content of your ZTable

also

Check Table NRIV (Number Range Intervals)

NRIV_LOKAL

Also check NR* Tables

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

ilesh Nandaniya

Read only

0 Likes
996

thanx ilesh ...

i m not updating the Ztable with this values but infact getting the values from the ztable and passing it to us_range_intern ...

i have checked the table NRIV but what is the value of the object which i need to give ?

is there any place in transaction vf01 , vf04 , vf11 where this change will b reflected ?

Read only

Former Member
0 Likes
996

Hi Kiruthiga Balusamy,

Definately there will be effect of this userexit...

That Code you check out on what condition you have written the code to use the number range...

May be for differend sales org or for diff sales office you may be using diff number range...

Whenever you save the document this user exit will be triggered and according to the data it will create the document (Billing doc number)...

The internal number range used in the standard system is specified in the billing type table and can be changed in this user exit. This user exit is only called when the billing documents is created.

Just put Break Point for your user name in user exit and check what is happening while you create new document form the mentioned transactions...

OR Else ask the Functional people there... They will be knowing for what condition they have created differnent number range...

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

ilesh Nandaniya