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

doubt in user exit

Former Member
0 Likes
694

hi have to coding for enhancement in which i have to first check if the sales type is ZNS or ZQT and if the transaction is va01,va02,va21,va22.

then check if billing plan is at header or item level. and then if the reference billing plan numer is valid or not! the billing rule in the processing document line item and reference billing plan number should be same!!and the last is billing percentage in processing document line item and reference billing plan should be sam e.

this i have to do for bot iems having billing plan at header and item level.

POINTS PROMISED.

hi have to coding for enhancement in which i have to first check if the sales type is ZNS or ZQT and if the transaction is va01,va02,va21,va22.

then check if billing plan is at header or item level. and then if the reference billing plan numer is valid or not! the billing rule in the processing document line item and reference billing plan number should be same!!and the last is billing percentage in processing document line item and reference billing plan should be sam e.

this i have to do for bot iems having billing plan at header and item level.

POINTS PROMISED.

4 REPLIES 4
Read only

Former Member
0 Likes
660

Hi,

Which user exit are you using?? Please specify the name of the Exit.

Regards,

DIvya

Read only

0 Likes
660

In Sap Program SAPLV60F there is and include RV60FUS1

2- In this Include, I have create two includes into Enhancement Point: in Client DS7-100

3- YRV60FUS1_DETAILS_ENH_D234 to process validation on header

4- YRV60FUS1_HEADER_ENH_D234 to process validation on item lines

5- In each of these includes, implement your logic as per FD.

6- The implementation name is YRV60FUS1_ENH_D234

ur help will be highly appreciated

Read only

Former Member
0 Likes
660

Hi,

Theres a user exit : EXIT_SAPLV60F_001. You can go to it through transaction Se37.

This exit is importing two data through two structures I_FPLA and I_FPLT.These two structures have the fields for Billing plan etc.

There is a z include in this exit. You can place your code in this, we can write the conditions mentioned by you in your question.

Since the include names you have mentioned in your reply are Y includes and not standard SAP programs, I cannot view them.

Let me know if you can write your code in the exit I mentioned above . Then we can write the code for your conditions.

Regards,

DIvya

Read only

0 Likes
660

actually the exit that u mentioned doenot get triggeresd for transactins va01 va02 va21 va22. so i am using the includes dat i mentioned!so if u can plss tell me how to go abt the code it will be of great help.

thanx in advance!!