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: 

Log HR infotype changes without a Mod like Change Documents

Former Member
0 Kudos

We need some help with a requirement. We need to monitor HR infotype changes. We would like to be able to trigger a event like a change pointer. However, we are trying to stay away from mods to our system. We are needed fields from 0000,0001,0003,0006,0105. Most of the fields do not have Change Documents set and would required us to create a mod to flag the data elements. We also tried to trigger and monitor these changes in ZXPADU02 until we realized that once we get to 0003,0006,0105 in zxpadu02 we don't know what the person is inserting in that specific infotype, because the exit function module does not bring in information on changes to those infotypes. We would really like to be able to trigger off of a event without creating a mod. We would like to not have to run a program to read the logging files because we like the responsiveness and real time actions of triggering and not running a periodic program. We are trying to push these changes out of SAP.

Thanks

1 REPLY 1

suresh_datti
Active Contributor
0 Kudos

>

> However, we are trying to stay away from mods to our system. >

> Thanks

Just in case you aren't already aware of it..

If you are on ECC6, you can enhance almost any Class/Function Module without the need for an Access key from SAP. you can insert a Pre/Post/Overwrite method..there are also several implicit enhancement points in each method/function module, where you can plug in custom code..

Also, this thread needs to be in the [Enhancements & Modifications |; forum.

~Suresh