Application Development 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: 

User Exits in RV45PFZA for TCODE VA41, VA42..

Former Member
0 Kudos

Hi all,

I need to write my own code in the 'USEREXIT_SET_STATUS_VBUK' in Include 'RV45PFZA'. I am not able to change the code as it is a Standard SAP code and it asks me the access key. Now The question is :

1. Do I have to request for the Access Key to make this change?

or

2. Do I have to Create a Project in CMOD?? If I have to, then where will I find the Enhancement name or the Exit Name. I tried all the methods proposed in the earlier forums but have not been sucessful in finding the right exit.

Have any of you worked on this or on something similar?? This is urgent. Your invaluable suggestions are greatly appreciated.

Thanks in Advance,

Raj.

2 REPLIES 2

former_member181962
Active Contributor
0 Kudos

Hi raj,

user exits of this kind (Adding code in between form-endform doesn't require Projects in CMOD. You need to get the access key from the basis and add your code. activate the code and run the transaction.

Regards,

Ravi

Former Member
0 Kudos

Ravi,

Thank you for your suggestion. I got the Doubt cleared. I have one more question.

In Include RV60AFZZ , I have added my code in

FORM USEREXIT_PRICING_PREPARE_TKOMP to Deactivate Condition types for FPD process . I activated the code. Now when I create a delivery doc (via Vf01), it gets created and saved if I do it in the fore ground, but it fails if I schedule it as Back ground job. Is this because the Include doesnt have the SAVE_DOC User exit.Please elaborate if you have any suggetsions as to why it is failing in the Background and what will be the other options to make it work in the Back ground.

Again Thank you so much.

Raj.