<?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: change infotype in code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-infotype-in-code/m-p/4323597#M1030243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi wuyia nata  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify the records in table or infotype level is not an proper way.&lt;/P&gt;&lt;P&gt;do it in Transaction way, here infotype records time depend records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Aug 2008 08:37:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-25T08:37:40Z</dc:date>
    <item>
      <title>change infotype in code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-infotype-in-code/m-p/4323595#M1030241</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;Can anyone tell me how to create, delete and change the infotype HR in code? Can I use just 'insert', 'delete' and 'update' directly to change the table for exemple 'PA002' or 'PA0001'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2008 08:20:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-infotype-in-code/m-p/4323595#M1030241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-25T08:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: change infotype in code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-infotype-in-code/m-p/4323596#M1030242</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;yes u can use , check this FM and its documentation &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HR_INFOTYPE_OPERATION&lt;/P&gt;&lt;P&gt;Operation  = &lt;/P&gt;&lt;P&gt;COP	Copy&lt;/P&gt;&lt;P&gt;DEL	Delete&lt;/P&gt;&lt;P&gt;DIS	Display&lt;/P&gt;&lt;P&gt;EDQ	Lock/unlock&lt;/P&gt;&lt;P&gt;INS	Create&lt;/P&gt;&lt;P&gt;LIS9	Delimit&lt;/P&gt;&lt;P&gt;MOD	Change&lt;/P&gt;&lt;P&gt;INSS	Create for Actions is not converted to Change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2008 08:24:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-infotype-in-code/m-p/4323596#M1030242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-25T08:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: change infotype in code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-infotype-in-code/m-p/4323597#M1030243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi wuyia nata  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify the records in table or infotype level is not an proper way.&lt;/P&gt;&lt;P&gt;do it in Transaction way, here infotype records time depend records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2008 08:37:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-infotype-in-code/m-p/4323597#M1030243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-25T08:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: change infotype in code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-infotype-in-code/m-p/4323598#M1030244</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;You can use FM HR_INFOTYPE_OPERATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this Fm you can perform several Functions on the INfotype Supplied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you have to take care of the fact that you have to pass all the Mandatory filed Values into the FM to get a result.&lt;/P&gt;&lt;P&gt;It will give you an error if any of the mandatory field in the INFOTYPE screen is left blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regadrs&lt;/P&gt;&lt;P&gt;Sumit Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2008 08:41:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-infotype-in-code/m-p/4323598#M1030244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-25T08:41:06Z</dc:date>
    </item>
  </channel>
</rss>

