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

IDOC_INPUT_HRMD

Former Member
0 Likes
354

Hi,

We have a requirement to transfer personnel details from one client to another. We are using the inbound FM 'IDOC_INPUT_HRMD' for this purpose. So far, we are able to update existing records. How do we proceed when we need to transfer records for a PERNR that does not exist on the receiving client?

I understand that we need to put the Operation (Update Method) as 'I' to insert a new PERNR. What other infotype details are necessary to create a new Person id(PERNR) in the new client?Also, PERNR numbers are proposed automatically by the system. Is there any methode to bypass this functionality?

Thanks in advance!

Regards,

Nejuma Iqbal

Hi,

We have a requirement to transfer personnel details from one client to another. We are using the inbound FM 'IDOC_INPUT_HRMD' for this purpose. So far, we are able to update existing records. How do we proceed when we need to transfer records for a PERNR that does not exist on the receiving client?

I understand that we need to put the Operation (Update Method) as 'I' to insert a new PERNR. What other infotype details are necessary to create a new Person id(PERNR) in the new client?Also, PERNR numbers are proposed automatically by the system. Is there any methode to bypass this functionality?

Thanks in advance!

Regards,

Nejuma Iqbal

1 REPLY 1
Read only

Former Member
0 Likes
310

Solved it on my own:)