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: 

How to update an infotype field if a field is updated in another infotype

Former Member
0 Kudos

Hi Gurus,

I am new to sap. I need a help in coding to the following requirement.

There are two infotypes one basic infotype --- 008 and other is infotype --- 057

If an updationg for the hourly data field (one of the field in 008) is updated by Hr then there should be an automatic update in one of the field in infotype 057 based on small business logic.

I heard that there is user exit or badi to any infotype. I dont know which is that user exit or badi for the field in the 008 where I can add my logic.

Can any one guide me how to do this?

Thanks

Ravi

3 REPLIES 3

Former Member
0 Kudos

Hello Ravi, it could be done without programming, with customizng via dynamic actions, you could tell that to the functional.

If you want to do it with programming nevertless, you can go through user exit EXIT_SAPFP50M_002, let me know if you need any further help with that.

Best regards

Former Member
0 Kudos

HI Federico,

Thanks for the fast reply. I dont know what to do with the exit function given by you. Can you explain me in some more step details Please.

Function guy as asked me to write this user exit, so i think she dont know that dynamic action. Can you guide me in step wise in code level or the steps to be taken to the function guy so that I can say to her how to do?

Please help me. Thanks Federico for your fast response.

Thanks

Ravi

0 Kudos

In the HR forum you have loads of examples & info about dynamic actions, for example:

You can write exactly what you need and post in the HR forum to get a better answer.

Best regards