<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HR data transfer idoc program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-data-transfer-idoc-program/m-p/3767689#M906547</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ribhu Ahuja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a look on this................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set Transfer of HR Master Data From External Systems&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This section explains the settings that are necessary for the scenario Transfer of HR master data from external systems . You can find information on the business background in the section HR master data from external systems in "Application Help".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;The employee master data entered in an external system is stored as a sequential file in IDoc format. The external system starts the SAP System (for example, by means of a script) by using the C program startrfc and transmits the path, the name and the logical identifier of the IDoc as well as the name of the EDI function module EDI_DATA_INCOMING to EDI inbound processing. EDI inbound processing opens the file and processes the&lt;/P&gt;&lt;P&gt;IDoc. Once the file has been successfully transferred to the SAP System, it is then deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure in EDI:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to process the IDoc in HR, you have to call the HR function module IDOC_INPUT_HRSM_HIRE. The processing status of this IDoc is logged in EDI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure in HR:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The HR function module IDOC_INPUT_HRSM_HIRE writes the data to interface tables.&lt;/P&gt;&lt;P&gt;2. Depending on the Customizing settings, further processing of the data is triggered or you have to manually start it via the work list.&lt;/P&gt;&lt;P&gt;3. The processing of the data leads to personnel numbers being allocated in the HR system. These personnel numbers are sent back to the external system as an IDoc.&lt;/P&gt;&lt;P&gt;4. The processing status of the data is logged in the interface.&lt;/P&gt;&lt;P&gt;Customizing Distribution (ALE)&lt;/P&gt;&lt;P&gt;In order to ensure that the IDoc is imported and processed, you have to make the following settings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Maintain logical systems &lt;/P&gt;&lt;P&gt;In this step you define logical systems for your external systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Maintain distribution model &lt;/P&gt;&lt;P&gt;In this step, include the following entries via Create message type:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sender/Client: external logical system&lt;/P&gt;&lt;P&gt;Recipient/Server: HR System&lt;/P&gt;&lt;P&gt;Message type: HRSM_A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sender/Client: HR System&lt;/P&gt;&lt;P&gt;Recipient/Server: external logical system&lt;/P&gt;&lt;P&gt;Message type: HRSM_B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Define port&lt;/P&gt;&lt;P&gt;In this step, define the following file ports:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) File port for the import of HR master data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Data port for the export of allocated personnel numbers. Click on the pushbutton Outbound file and enter a path name and a function module in order to generate a file name.&lt;/P&gt;&lt;P&gt;1. Maintain partner profiles &lt;/P&gt;&lt;P&gt;In this step you set up the inbound and outbound parameters for the logical systems involved:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Declare the following outbound parameters for the external system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Partner type: LS&lt;/P&gt;&lt;P&gt;Message type: HRSM_B&lt;/P&gt;&lt;P&gt;Recipient port: Port für Export der vergebenen Personalnummern&lt;/P&gt;&lt;P&gt;Output mode: Immediate transfer of IDocs&lt;/P&gt;&lt;P&gt;Do not start subsystem&lt;/P&gt;&lt;P&gt;Basic type: HRSM_B01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Declare the following inbound parameters for the HR system:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Partner type: LS&lt;/P&gt;&lt;P&gt;Message type: HRSM_A&lt;/P&gt;&lt;P&gt;Process code: HRSM&lt;/P&gt;&lt;P&gt;Processing: Immediate processing&lt;/P&gt;&lt;P&gt;Further notes&lt;/P&gt;&lt;P&gt;Latest supported HR System release: 4.5A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see this links for entire information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_45b/helpdata/en/35/6f297b268b2239e10000009b38f984/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_45b/helpdata/en/35/6f297b268b2239e10000009b38f984/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_sm32/helpdata/en/0b/2a61f1507d11d18ee90000e8366fc2/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_sm32/helpdata/en/0b/2a61f1507d11d18ee90000e8366fc2/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sagar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls reward me points if usefull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 May 2008 16:28:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-02T16:28:05Z</dc:date>
    <item>
      <title>HR data transfer idoc program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-data-transfer-idoc-program/m-p/3767688#M906546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone plesase give me a sample Idoc program for transferring HR master data - e.g. to move data of infotype 0001 and 0002 or any other infotype  - from one sap system to another through ALE???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 11:13:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-data-transfer-idoc-program/m-p/3767688#M906546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T11:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: HR data transfer idoc program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-data-transfer-idoc-program/m-p/3767689#M906547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ribhu Ahuja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a look on this................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set Transfer of HR Master Data From External Systems&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This section explains the settings that are necessary for the scenario Transfer of HR master data from external systems . You can find information on the business background in the section HR master data from external systems in "Application Help".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;The employee master data entered in an external system is stored as a sequential file in IDoc format. The external system starts the SAP System (for example, by means of a script) by using the C program startrfc and transmits the path, the name and the logical identifier of the IDoc as well as the name of the EDI function module EDI_DATA_INCOMING to EDI inbound processing. EDI inbound processing opens the file and processes the&lt;/P&gt;&lt;P&gt;IDoc. Once the file has been successfully transferred to the SAP System, it is then deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure in EDI:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to process the IDoc in HR, you have to call the HR function module IDOC_INPUT_HRSM_HIRE. The processing status of this IDoc is logged in EDI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure in HR:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The HR function module IDOC_INPUT_HRSM_HIRE writes the data to interface tables.&lt;/P&gt;&lt;P&gt;2. Depending on the Customizing settings, further processing of the data is triggered or you have to manually start it via the work list.&lt;/P&gt;&lt;P&gt;3. The processing of the data leads to personnel numbers being allocated in the HR system. These personnel numbers are sent back to the external system as an IDoc.&lt;/P&gt;&lt;P&gt;4. The processing status of the data is logged in the interface.&lt;/P&gt;&lt;P&gt;Customizing Distribution (ALE)&lt;/P&gt;&lt;P&gt;In order to ensure that the IDoc is imported and processed, you have to make the following settings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Maintain logical systems &lt;/P&gt;&lt;P&gt;In this step you define logical systems for your external systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Maintain distribution model &lt;/P&gt;&lt;P&gt;In this step, include the following entries via Create message type:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sender/Client: external logical system&lt;/P&gt;&lt;P&gt;Recipient/Server: HR System&lt;/P&gt;&lt;P&gt;Message type: HRSM_A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sender/Client: HR System&lt;/P&gt;&lt;P&gt;Recipient/Server: external logical system&lt;/P&gt;&lt;P&gt;Message type: HRSM_B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Define port&lt;/P&gt;&lt;P&gt;In this step, define the following file ports:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) File port for the import of HR master data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Data port for the export of allocated personnel numbers. Click on the pushbutton Outbound file and enter a path name and a function module in order to generate a file name.&lt;/P&gt;&lt;P&gt;1. Maintain partner profiles &lt;/P&gt;&lt;P&gt;In this step you set up the inbound and outbound parameters for the logical systems involved:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Declare the following outbound parameters for the external system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Partner type: LS&lt;/P&gt;&lt;P&gt;Message type: HRSM_B&lt;/P&gt;&lt;P&gt;Recipient port: Port für Export der vergebenen Personalnummern&lt;/P&gt;&lt;P&gt;Output mode: Immediate transfer of IDocs&lt;/P&gt;&lt;P&gt;Do not start subsystem&lt;/P&gt;&lt;P&gt;Basic type: HRSM_B01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Declare the following inbound parameters for the HR system:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Partner type: LS&lt;/P&gt;&lt;P&gt;Message type: HRSM_A&lt;/P&gt;&lt;P&gt;Process code: HRSM&lt;/P&gt;&lt;P&gt;Processing: Immediate processing&lt;/P&gt;&lt;P&gt;Further notes&lt;/P&gt;&lt;P&gt;Latest supported HR System release: 4.5A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see this links for entire information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_45b/helpdata/en/35/6f297b268b2239e10000009b38f984/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_45b/helpdata/en/35/6f297b268b2239e10000009b38f984/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_sm32/helpdata/en/0b/2a61f1507d11d18ee90000e8366fc2/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_sm32/helpdata/en/0b/2a61f1507d11d18ee90000e8366fc2/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sagar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls reward me points if usefull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 16:28:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-data-transfer-idoc-program/m-p/3767689#M906547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T16:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: HR data transfer idoc program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-data-transfer-idoc-program/m-p/3767690#M906548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronnie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message type HRMD_A should suffice your requirements.&lt;/P&gt;&lt;P&gt;IDOcs for this Message type are create using Change pointers i.e. by using RBDMIDOC program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These IDOCs are posted at receivers side using the Inbound FM IDOC_INPUT_HRMD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 05:39:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-data-transfer-idoc-program/m-p/3767690#M906548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T05:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: HR data transfer idoc program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-data-transfer-idoc-program/m-p/3767691#M906549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sagar Reddy and SDN forum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This message type it's working correctly in the system, but I need more infotypes, example IT0050, Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need to add infotypes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 16:04:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-data-transfer-idoc-program/m-p/3767691#M906549</guid>
      <dc:creator>manuel_garcia3</dc:creator>
      <dc:date>2011-10-21T16:04:14Z</dc:date>
    </item>
  </channel>
</rss>

