<?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: populating the custom infotype in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-the-custom-infotype/m-p/4801278#M1124236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joshi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; One way to get external system data is through application server files. The files will be sent by sent by external system in predefined format. This can be read through your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCODE is AL11 for application server files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2008 10:43:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-18T10:43:55Z</dc:date>
    <item>
      <title>populating the custom infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-the-custom-infotype/m-p/4801274#M1124232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;   Payworld is an application which is used by employees travelling to Onsite on work permit and by employee who is hired overseas.  Please provide me pointers on how the data from this payworld can be populated  into respective infotypes by the batch as a part of different events in Payworld.&lt;/P&gt;&lt;P&gt;FM HR_INFOTYPE_OPEARTION can v use this to populate the data into the respective infotypes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 10:27:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-the-custom-infotype/m-p/4801274#M1124232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T10:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: populating the custom infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-the-custom-infotype/m-p/4801275#M1124233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, Please use the same FM 'HR_INFOTYPE_OPERATION' to modify/insert record of the employee in the INFOTYPE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use FM 'EMPLOYEE_ENQUEUE' to lock the employee, HR_READ_INFOTYPE to read info type data for the employee. If data exist for in the info type for the employee then modify the record else insert the record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jayant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 10:30:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-the-custom-infotype/m-p/4801275#M1124233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T10:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: populating the custom infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-the-custom-infotype/m-p/4801276#M1124234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use FM HR_MAINTAIN_MASTERDATA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 10:37:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-the-custom-infotype/m-p/4801276#M1124234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T10:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: populating the custom infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-the-custom-infotype/m-p/4801277#M1124235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jayant,&lt;/P&gt;&lt;P&gt;    I wanted to know how to fetch the data from non SAP system.&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 10:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-the-custom-infotype/m-p/4801277#M1124235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T10:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: populating the custom infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-the-custom-infotype/m-p/4801278#M1124236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joshi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; One way to get external system data is through application server files. The files will be sent by sent by external system in predefined format. This can be read through your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCODE is AL11 for application server files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 10:43:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-the-custom-infotype/m-p/4801278#M1124236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T10:43:55Z</dc:date>
    </item>
  </channel>
</rss>

