<?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: Insert Data Into Infotypes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-infotypes/m-p/1133164#M112258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above  FM to fill up data in IT`S . Remember you might ran in to buffer problem if you use these FM , as it happened to us so we created separated BDC programs for IT upload...&lt;/P&gt;&lt;P&gt;Just sharing a experience with you . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Feb 2006 19:40:10 GMT</pubDate>
    <dc:creator>former_member181966</dc:creator>
    <dc:date>2006-02-01T19:40:10Z</dc:date>
    <item>
      <title>Insert Data Into Infotypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-infotypes/m-p/1133160#M112254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I am developing an inbound IDoc, during which i am suppose to insert respective segment structure into infotypes PA0000, PA0001, PA0002, PA0006 &amp;amp; PA0008 through Function Module RH_INSERT_INFTY, its throwing error sy-subrc 1, i can give sample code of it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RH_INSERT_INFTY'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;fcode = 'INSE'&lt;/P&gt;&lt;P&gt;vtask = 'S' &lt;/P&gt;&lt;P&gt;order_flg = 'X'&lt;/P&gt;&lt;P&gt;commit_flg = 'X'&lt;/P&gt;&lt;P&gt;repid = sy-repid&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;innnn = innnn&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;no_authorization = 1&lt;/P&gt;&lt;P&gt;error_during_insert = 2&lt;/P&gt;&lt;P&gt;repid_form_initial = 3&lt;/P&gt;&lt;P&gt;corr_exit = 4&lt;/P&gt;&lt;P&gt;begda_greater_endda = 5&lt;/P&gt;&lt;P&gt;OTHERS = 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The internal table innnn has record of type as follows&lt;/P&gt;&lt;P&gt;710 12080033 12/31/2006 12/27/2005 000 01/02/2006 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When Idoc is posted through We19 through 'RH_INSERT_INFTY', it throws Sy-Subrc 1. &lt;/P&gt;&lt;P&gt;When the same record is input manually through SE37 into function Module 'RH_INSERT_INFTY', it throws error_during_insert,&lt;/P&gt;&lt;P&gt;Can any guys suggest me to come out of this problem, if possible suggest any other standard Fuction Module to insert data into Infotypes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 16:23:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-infotypes/m-p/1133160#M112254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T16:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Data Into Infotypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-infotypes/m-p/1133161#M112255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Use this FM.&lt;/P&gt;&lt;P&gt;  HR_INFOTYPE_OPERATION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;GSR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 17:06:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-infotypes/m-p/1133161#M112255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T17:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Data Into Infotypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-infotypes/m-p/1133162#M112256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with this HR_INFOTYPE_OPERATION function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 17:10:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-infotypes/m-p/1133162#M112256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T17:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Data Into Infotypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-infotypes/m-p/1133163#M112257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module 'RH_INSERT_INFTY lets you insert multiple infotype records for OM objects into the Personnel Planning databases (HRPnnnn). ie the PD infotypes. For updating PA infotypes pl use 'HR_INFOTYPE_OPERATION' as suggested by others earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 18:22:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-infotypes/m-p/1133163#M112257</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-02-01T18:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Data Into Infotypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-infotypes/m-p/1133164#M112258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above  FM to fill up data in IT`S . Remember you might ran in to buffer problem if you use these FM , as it happened to us so we created separated BDC programs for IT upload...&lt;/P&gt;&lt;P&gt;Just sharing a experience with you . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 19:40:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-infotypes/m-p/1133164#M112258</guid>
      <dc:creator>former_member181966</dc:creator>
      <dc:date>2006-02-01T19:40:10Z</dc:date>
    </item>
  </channel>
</rss>

