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
691

Hi,

How can i activate a form exit. RV60AFZD-USEREXIT_NEWROLE_XVBPAK_AVBPAK

For that kind of user-exit I think I can't use transaction CMOD...

In development machine this is working fine, but i transported to Testing System and doesn't worked.

Thanks a lot

1 ACCEPTED SOLUTION
Read only

Clemenss
Active Contributor
0 Likes
603

Hi thor,

the first thing you have to do is check if the modified version of include RV60AFZD has been transported to test system.

Then use debugger to find out what happens...

BTW: You are right, there is no CMOD for this kind of userexit. This handling was the first try to give the user a controlled access to system programs.

Regards,

Clemens

4 REPLIES 4
Read only

Clemenss
Active Contributor
0 Likes
604

Hi thor,

the first thing you have to do is check if the modified version of include RV60AFZD has been transported to test system.

Then use debugger to find out what happens...

BTW: You are right, there is no CMOD for this kind of userexit. This handling was the first try to give the user a controlled access to system programs.

Regards,

Clemens

Read only

Former Member
0 Likes
603

Hi,

I have checked all of those points. I have the correct version of the program in the two machines (development and testing). Using the debugger the only thing that i am able to check is that it doesn't enter on the perform...

I think there should be a way to activate this... well i don't know, this is very strange for me.

Thanks for your help

Best regards

Read only

Former Member
0 Likes
603

This is form exit under SD Module,so need to activate anywhere else SE38..

Issue would be data at your transaction,give proper data and test it.

Thanks

Seshu

Read only

Former Member
0 Likes
603

The call to this FORM exit happens conditionally. It is called within a loop "LOOP AT AVBPAK WHERE PARVW EQ 'RG'.".

So unless you have a RG partner this will not come into this exit. Put your breakpoint on this loop statement in the include LV60AA64, FORM RELI_XVBPAK_AUS_AVBPAK.