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: 

HR - Dynamic action

Former Member
0 Kudos

Hi all

I work with Dynamic action and i need to know if i got to the user exit from dynamic action or not.

How can i know?

Tks.

5 REPLIES 5

Former Member
0 Kudos

Hi Celtic,

If you want to check whether program control has triggered the user exit or not, just put a break point in the user exit and then run the application triggering the dynamic action.

You can put a explicit break point like

BREAK user. - where user is your SAP user ID and then run the application.

If the program stops @ the statement (breakpoint) then you know that the dynamic action has triggered the user exit.

Regards,

Aditya

0 Kudos

Thats i know.

But i need to know if its dynamic action or not.

0 Kudos

I guess the structure rp50g gets filled only during the Dyn Actions.. may be you can try checking that in your User exit..

~Suresh

0 Kudos

Hi,

Not rp50g but rp50d gets fille dduring the dynamic action.

You can put a break point and chk whether this structure is getting filled , if it does it's a dynamic action.

Also all the dynamic actions are store in table T588Z ,

you can chk up for the infotype u r looking for.

Ira.

0 Kudos

Hi

There is no access to RP50G or RP50D on EXIT_SAPFP50M_002 exit ( PAI user exit).