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: 

Need Help with HROT_USM Standard IDOC

Former Member
0 Kudos

Can someone show me how to find out what function module creates the outbound HROT_USM IDOC for HR Payroll? I need to overide the population of one of the segments.

Secondly, should I use a user exit to place my code or clone the standard function as a Z function. If Z clone, where in the config do I specify that for this outbound HR Master Data IDOC?

2 REPLIES 2

mvoros
Active Contributor
0 Kudos

Hi,

check eser exits from enhancement POUT0001 (transactions SMOD) if you can use them. Both usere exits get access to complete IDoc so you should be able to use it to modify values in any segment.

Cheers

Former Member
0 Kudos

In the User Exits that are part of enhancemnt POUT0001, the Tax Data Segments have yet to be populated in the IDOC interal table.

Is there a user exit that will allow me to modify the IDOC internal table once the U4 and TE tax segments are in the table?