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
603

Hi all,

My requirement is: I have to create or change an employee's record in PA30 or PA40 and then read that record after the creation or change is successfull in a user exit. That information will be required for some calculation. I am not able to read the new created or changed record in PA30.

Can any one suggest how to do it?

Moderator message - Please use meaningful subject lines in future posts.

Message was edited by: Suhas Saha

1 ACCEPTED SOLUTION
Read only

alex_geppart
Active Participant
0 Likes
567

Hi Ankima,

please be more exact with your question next time.

If I understand you right, you are searching for a user exit for transaction PA30.

To find the possible exits you could use a local program like described here.

Don't forget to reward 

kind regards

Alex

3 REPLIES 3
Read only

Former Member
0 Likes
567

You are updating data to standard tables or using some custom table to save modified details,
If standard table then please check weather data is actually getting updated in standard tables .If you are going through some custom tables then u have to connect them to your transaction.

Read only

alex_geppart
Active Participant
0 Likes
568

Hi Ankima,

please be more exact with your question next time.

If I understand you right, you are searching for a user exit for transaction PA30.

To find the possible exits you could use a local program like described here.

Don't forget to reward 

kind regards

Alex

Read only

RaymondGiuseppi
Active Contributor
0 Likes
567

Did you check for BAdI HRPAD00INFTYmethod  IF_EX_HRPAD00INFTY~IN_UPDATE (execute in Update Task after validation if I understand your requirement) ?

Regards,

Raymond