<?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: Saving/Creating InfoType Text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-creating-infotype-text/m-p/1763695#M330375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fantastic.  This worked perfectly and it is simple.  thx so much ... points are rewarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jan 2007 22:01:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-02T22:01:00Z</dc:date>
    <item>
      <title>Saving/Creating InfoType Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-creating-infotype-text/m-p/1763693#M330373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using BAPI_HRMASTER_SAVE_REPL_MULT to create some new infotype records for Actions (Infotype 0000) and Org (InfoType 0001) and I also want to be able to create some text for Infotype 0000.  If you were doing this manually you would press F9 in the PA30 Actions Screen.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ_TEXT AND SAVE_TEXT function modules will not work for Infotypes.   There is HR_ECM_READ_TEXT_INFOTYPE which allows me to read infotype text, but I cannot find any function module to create/save new text.  I have read some of the various posts on this topic but cannot get anything to work.  Does anyone know of a function module that will allow me to save text for various infotypes or can someone send me a complete set of simple code that I could use?  thx in Advance ... points will be rewarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 19:46:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-creating-infotype-text/m-p/1763693#M330373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-02T19:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Saving/Creating InfoType Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-creating-infotype-text/m-p/1763694#M330374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this..a quick &amp;amp; dirty one.. may be you can fine tune it.. the Infotype record must exist.. only then you will be able to maintain the texts..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;report  zp_pa_0019_save_notes                    .
tables:
 pernr.
infotypes:
 0019.
data:  key like pskey.
data: begin of ptext occurs 200.
data:   line(72).
data: end of ptext.
selection-screen begin of block abc with frame title text-001.
parameters:
               p_pernr like pernr-pernr.
selection-screen end of block abc.
ptext-line = 'Test Text1'.
append ptext.
ptext-line = 'Test Text2'.
append ptext.
ptext-line = 'Test Text3'.
append ptext.
rp-read-infotype p_pernr 0019 p0019 '18000101' '99991231'.
sort p0019 descending.
read table p0019 index 1.
move-corresponding p0019 to key.
p0019-itxex = 'X'.
update pa0019 set itxex = 'X'
              where pernr = p_pernr.
export ptext to database pcl1(tx) id key.
commit work.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 19:59:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-creating-infotype-text/m-p/1763694#M330374</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-01-02T19:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Saving/Creating InfoType Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-creating-infotype-text/m-p/1763695#M330375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fantastic.  This worked perfectly and it is simple.  thx so much ... points are rewarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 22:01:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-creating-infotype-text/m-p/1763695#M330375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-02T22:01:00Z</dc:date>
    </item>
  </channel>
</rss>

