<?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: Creating Infotype text with OO code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-infotype-text-with-oo-code/m-p/9418647#M1737786</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thx for your response.&amp;nbsp; I can read the text just fine (sorry should have been clearer).&amp;nbsp; My problem is actually writing it back to the database with&amp;nbsp; some changes to the text that my code makes.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did find a class CL_HR_PTEXT which has a method update in it.&amp;nbsp; I can read texts and get lots of things to work in this class, but I can't figure out how to get the update to work.&amp;nbsp; Any advice on this one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I went back and looked at the export statement as you suggested.&amp;nbsp; I did get it so it quicks complaining that it is not OO compliant.&amp;nbsp; However now it only "deletes" my exsiting text from the infotype - it does not update it with my new text.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my "new code:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;data&lt;SPAN class="L0S55"&gt;:&amp;nbsp; &lt;/SPAN&gt;ls_pskey&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;pskey&lt;SPAN class="L0S55"&gt;,&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;"structure for&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lt_infotype_text&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;table &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;of &lt;/SPAN&gt;hrwpc_s_infotype_text.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_pskey&lt;SPAN class="L0S70"&gt;-pernr &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_p0021&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;pernr&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_pskey&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;infty &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'0021'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_pskey&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;subty &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_p0021&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;subty&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_pskey&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;objps &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_p0021&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;objps&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_pskey&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;endda &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_p0021&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;endda&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_pskey&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;begda &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_p0021&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;begda&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;export &lt;/SPAN&gt;lt_infotype_text &lt;SPAN class="L0S52"&gt;from &lt;/SPAN&gt;lt_infotype_text &lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;database &lt;/SPAN&gt;pcl1&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;tx&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;id &lt;/SPAN&gt;ls_pskey&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My id (ls_key) is fine as it is actually deleting the text -- it just doesn't update it with the new text in my lt_infotype_text table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions on the class I mentioned earlier or what I am doing wrong with my export statement or anything else?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 May 2013 14:41:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-05-10T14:41:11Z</dc:date>
    <item>
      <title>Creating Infotype text with OO code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-infotype-text-with-oo-code/m-p/9418645#M1737784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a Class/Method and I need to be able to create HR Intotype texts for Infotype 0021.&amp;nbsp; The code below (which I got off SDN a few years back) works great in an ABAP, but it is not support in the OO Context.&amp;nbsp; the line starting with rp-read-infotype is a macro and it is not supported.&amp;nbsp; Also, export to database is an obsolete statement.&amp;nbsp; The function SAVE_TEXT will not work for infotypes.&amp;nbsp; Does anyone know how I can update/create my comments text in an infotype using OO code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Old CODE that works in an ABAP:&lt;/P&gt;&lt;P&gt;report&amp;nbsp; zp_pa_0019_save_notes&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;/P&gt;&lt;P&gt;tables: pernr.&lt;/P&gt;&lt;P&gt;infotypes: 0019.&lt;/P&gt;&lt;P&gt;data:&amp;nbsp; key like pskey.&lt;/P&gt;&lt;P&gt;data: begin of ptext occurs 200.&lt;/P&gt;&lt;P&gt;data:&amp;nbsp;&amp;nbsp; line(72).&lt;/P&gt;&lt;P&gt;data: end of ptext.&lt;/P&gt;&lt;P&gt;selection-screen begin of block abc with frame title text-001.&lt;/P&gt;&lt;P&gt;parameters:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p_pernr like pernr-pernr.&lt;/P&gt;&lt;P&gt;selection-screen end of block abc.&lt;/P&gt;&lt;P&gt;ptext-line = 'Test Text1'.&lt;/P&gt;&lt;P&gt;append ptext.&lt;/P&gt;&lt;P&gt;ptext-line = 'Test Text2'.&lt;/P&gt;&lt;P&gt;append ptext.&lt;/P&gt;&lt;P&gt;rp-read-infotype p_pernr 0019 p0019 '18000101' '99991231'.&lt;/P&gt;&lt;P&gt;sort p0019 descending.&lt;/P&gt;&lt;P&gt;read table p0019 index 1.&lt;/P&gt;&lt;P&gt;move-corresponding p0019 to key.&lt;/P&gt;&lt;P&gt;p0019-itxex = 'X'.&lt;/P&gt;&lt;P&gt;update pa0019 set itxex = 'X'&amp;nbsp;&amp;nbsp; where pernr = p_pernr.&lt;/P&gt;&lt;P&gt;export ptext to database pcl1(tx) id key.&lt;/P&gt;&lt;P&gt;commit work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 20:55:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-infotype-text-with-oo-code/m-p/9418645#M1737784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-09T20:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Infotype text with OO code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-infotype-text-with-oo-code/m-p/9418646#M1737785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janice,&lt;/P&gt;&lt;P&gt;there are some restrictions with OO coding.&lt;/P&gt;&lt;P&gt;Use of macros is supported, they only have to be defined within the class. Use of TRMAC-macros however will not work within OO.&lt;/P&gt;&lt;P&gt;Instead use FM HR_READ_INFOTYPE - it's even documented &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1434/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;As for your export statement, it's still supported, only the short syntax isn't.&lt;/P&gt;&lt;P&gt;For full detail see F1 help for export.&lt;/P&gt;&lt;P&gt;If in doubt, use the most explicit syntax version - in most cases this will work with OO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Jörg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2013 07:57:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-infotype-text-with-oo-code/m-p/9418646#M1737785</guid>
      <dc:creator>jrg_wulf</dc:creator>
      <dc:date>2013-05-10T07:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Infotype text with OO code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-infotype-text-with-oo-code/m-p/9418647#M1737786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thx for your response.&amp;nbsp; I can read the text just fine (sorry should have been clearer).&amp;nbsp; My problem is actually writing it back to the database with&amp;nbsp; some changes to the text that my code makes.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did find a class CL_HR_PTEXT which has a method update in it.&amp;nbsp; I can read texts and get lots of things to work in this class, but I can't figure out how to get the update to work.&amp;nbsp; Any advice on this one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I went back and looked at the export statement as you suggested.&amp;nbsp; I did get it so it quicks complaining that it is not OO compliant.&amp;nbsp; However now it only "deletes" my exsiting text from the infotype - it does not update it with my new text.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my "new code:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;data&lt;SPAN class="L0S55"&gt;:&amp;nbsp; &lt;/SPAN&gt;ls_pskey&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;pskey&lt;SPAN class="L0S55"&gt;,&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;"structure for&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lt_infotype_text&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;table &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;of &lt;/SPAN&gt;hrwpc_s_infotype_text.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_pskey&lt;SPAN class="L0S70"&gt;-pernr &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_p0021&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;pernr&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_pskey&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;infty &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'0021'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_pskey&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;subty &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_p0021&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;subty&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_pskey&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;objps &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_p0021&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;objps&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_pskey&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;endda &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_p0021&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;endda&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_pskey&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;begda &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_p0021&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;begda&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;export &lt;/SPAN&gt;lt_infotype_text &lt;SPAN class="L0S52"&gt;from &lt;/SPAN&gt;lt_infotype_text &lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;database &lt;/SPAN&gt;pcl1&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;tx&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;id &lt;/SPAN&gt;ls_pskey&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My id (ls_key) is fine as it is actually deleting the text -- it just doesn't update it with the new text in my lt_infotype_text table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions on the class I mentioned earlier or what I am doing wrong with my export statement or anything else?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2013 14:41:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-infotype-text-with-oo-code/m-p/9418647#M1737786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-10T14:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Infotype text with OO code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-infotype-text-with-oo-code/m-p/9418648#M1737787</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;I have submitted a document with loop holes while updating infotype text ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the thread .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-40809" title="http://scn.sap.com/docs/DOC-40809"&gt;http://scn.sap.com/docs/DOC-40809 &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will definitely works ..reward if useful and let me know if not works i had worked on this recently&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2013 16:08:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-infotype-text-with-oo-code/m-p/9418648#M1737787</guid>
      <dc:creator>kamesh_g</dc:creator>
      <dc:date>2013-05-10T16:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Infotype text with OO code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-infotype-text-with-oo-code/m-p/9418649#M1737788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant!!&amp;nbsp;&amp;nbsp; thank-you a million times.&amp;nbsp; It works!!&amp;nbsp; All I needed was your last example code on using the &lt;/P&gt;&lt;P&gt; cl_hrpa_text_cluster class (i.e., &lt;SPAN class="L0S52"&gt;call &lt;SPAN class="L0S52"&gt;method &lt;/SPAN&gt;lr_upd_cluster&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;update).&amp;nbsp; I knew there had to be some type of class out there.&amp;nbsp; Great document and also your tips re: needing the text flag set (itxex) are going to be invaluable to many.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2013 16:28:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-infotype-text-with-oo-code/m-p/9418649#M1737788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-10T16:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Infotype text with OO code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-infotype-text-with-oo-code/m-p/9418650#M1737789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janice &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good that my document is useful to you and created a blog on this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/community/erp/hcm/blog/2013/04/30/issue-with-long-text-in-infotypes"&gt;http://scn.sap.com/community/erp/hcm/blog/2013/04/30/issue-with-long-text-in-infotypes&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 May 2013 05:32:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-infotype-text-with-oo-code/m-p/9418650#M1737789</guid>
      <dc:creator>kamesh_g</dc:creator>
      <dc:date>2013-05-11T05:32:34Z</dc:date>
    </item>
  </channel>
</rss>

