<?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: PR header note in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pr-header-note/m-p/3033385#M717567</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;thanks. it works. but may i ask why the OBJECT has to be EBANH? i cant find it as a table or structure. so what actually it is?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Nov 2007 07:04:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-06T07:04:30Z</dc:date>
    <item>
      <title>PR header note</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pr-header-note/m-p/3033382#M717564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would want to retrieve the text data in a PR under text header note. however i were unable to find the field table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would want to use FM "READ_TEXT" and i tried with ID = B01, but there is nothing shows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one please help. thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        ben leen lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 06:42:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pr-header-note/m-p/3033382#M717564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T06:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: PR header note</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pr-header-note/m-p/3033383#M717565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You have to use the fun module READ_TEXT&lt;/P&gt;&lt;P&gt;and have to pass the  parameters OBJECT,ID,OBJECTNAME and LANGUAGE&lt;/P&gt;&lt;P&gt;double click/change the long text of header &lt;/P&gt;&lt;P&gt;goto text editor&lt;/P&gt;&lt;P&gt;from menu GOTO-&amp;gt; HEADER&lt;/P&gt;&lt;P&gt;see the OBJECT (mostly EBAN) and ID and the Objectname (PR No) and the Lang EN and take them and pass to Fun module READ_TEXT and get the long text into internal table and use that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Anji Reddy Vangala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 06:44:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pr-header-note/m-p/3033383#M717565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T06:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: PR header note</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pr-header-note/m-p/3033384#M717566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give the Text name and object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLIENT                          800&lt;/P&gt;&lt;P&gt;ID                              B01&lt;/P&gt;&lt;P&gt;LANGUAGE                        EN&lt;/P&gt;&lt;P&gt;NAME                            0010013803   -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;  check for those purchase requistion header txt&lt;/P&gt;&lt;P&gt;OBJECT                         &amp;lt;b&amp;gt; EBANH&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vimal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 06:57:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pr-header-note/m-p/3033384#M717566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T06:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: PR header note</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pr-header-note/m-p/3033385#M717567</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;thanks. it works. but may i ask why the OBJECT has to be EBANH? i cant find it as a table or structure. so what actually it is?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 07:04:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pr-header-note/m-p/3033385#M717567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T07:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: PR header note</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pr-header-note/m-p/3033386#M717568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its text object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use tcode: SE75 to see this text object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 07:09:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pr-header-note/m-p/3033386#M717568</guid>
      <dc:creator>JoffyJohn</dc:creator>
      <dc:date>2007-11-06T07:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: PR header note</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pr-header-note/m-p/3033387#M717569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EBANH is object for Purchase Requisitions Header texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EBANH	B01	Header note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EBAN	B01	Item text&lt;/P&gt;&lt;P&gt;EBAN	B02	Item note&lt;/P&gt;&lt;P&gt;EBAN	B03	Delivery text&lt;/P&gt;&lt;P&gt;EBAN	B04	Material PO text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer in table TTXID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to take item text you have to add item no with PR No in Text name field&lt;/P&gt;&lt;P&gt;ex. 0010013803&amp;lt;b&amp;gt;0010&amp;lt;/b&amp;gt; &amp;lt;b&amp;gt;EBAN	B01	Item text&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vimal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Vimal Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 07:11:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pr-header-note/m-p/3033387#M717569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T07:11:33Z</dc:date>
    </item>
  </channel>
</rss>

