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

Enhancement

Former Member
0 Likes
361

Hi Guru

I need ur help.

My requirement is?

1.program RV60AFZZ to check the billing type and find the corresponding billing number ranger type from the user defined table (ZSD_BIL_NO_RANG). this number ranger is than passed to standard program to allocate uniqui to each document.

2. developed program extent for standard program LV60A003. because lof user custimization the message is set to warning messae. if later sap fnctionlaity need we simply set the routine number 003 in the appropriate billing procedure.

plz give details with codding.

Thanks

Manas

1 REPLY 1
Read only

Former Member
0 Likes
302

Hi Friend,

1. You can write code in

FORM USEREXIT_NUMBER_RANGE

You can select the number range no from Z table after passing VBRK-FKART (billing type).

And pass the number range no to US_RANGE_INTERN.

2. Check any enhancement-point is avialable or not. Otherwise you have to change the code using access key.

Hope it will solve your problem.

Regards

Krishnendu