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

User Exit

Former Member
0 Likes
666

Hi Friends,

I have to add a condition in the User Exit "USEREXIT_SAVE_DOCUMENT_PREPARE" in the program MV45AFZZ for the t-code VA11. When I go to the change mode, the system is not allowing and I am getting the message as 'Choose a change request with target sys QA2'.

Kindly guide me as to how to add a conditiion in the user exit, so that it checks at the time of saving the document.

TIA.

Regards,

Mark K

5 REPLIES 5
Read only

Former Member
0 Likes
629

Hi ,

Are you working in QA2 system .Is it a Quality system .It can be changed in the development

Then there can be two options

1 .You can modify in development system only .

2 . There can be a changed request already present in same system with MV45AFZZ .

Please reward if useful.

Read only

0 Likes
629

I am working in Development server.

Regarads,

Read only

0 Likes
629

Hi Mark,

Are you getting the message in a Pop up?, Check if the pop up has a button for create transport request or, an option of chosing from a list of TRs. Create a new Transport request and continue.

You will get the editor in edit mode where you can write the code.

Once you are done with the changes and activation, you should release the transport request(Take help from basis) to make those changes available in QA and Production system.

Regards,

Ravi

Read only

Former Member
0 Likes
629

Hi,

You can make the program changes only in Development system, then transport the changes to Quality.

Again you will need an acess key to make the changes in an user exit.

Hope this inf will be helpful for you. Please let me know if you need any clarification.

Regards,

Bhavana

Read only

Former Member
0 Likes
629

I THINK YOU ARE TRYING TO CHANGE THE CODE IN FORM . BUT USER EXIT IS FN MODULE EXIT (ONE TYPE OF USER EXIT). SO YOU HAVE TO FIND THE ENHANCEMENT IN SMOD AND WHICH FN MODULE EXIT IS SUITED FOR YOUR REQUIREMENT. IN THE SSMOD JUST GIVE ENHANCEMENT NAMES AND PRESS F8 IT WILL LIST THE FN MODULES NAME . DBL CLICK ON THAT IT WILL GO TO FN MODULE BUILDER(SE 37) . HERE 1 INCLUDE WILL BE THERE DBL CLICK THAT IT WILL GO TO ABAP EDITOR GO TO CHANGE MODE HERE AND CHECK THE VALIDATION.

I AM GIVING SOME ENHANCE MENT NAMES FOR YOUR REQUIREMENT JUST CHECK WHETHER IT IS WORKING FOR YOU OR NOT?

IN SMOD GIVE THAT NAMES .

IMP: YOU HAVE TO ACTIVATE ALL THE THINGS IN ALL THE SCREENS.

SDVAX001

V45A0002

V45A0003

V45A0004

REGARDS

SHIBA DUTTA