<?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: Finding text id in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-text-id/m-p/1375771#M184274</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;The tables related are STXH (Header), STXL(Item).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for PO texts...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for header texts..&lt;/P&gt;&lt;P&gt;TDOBJECT EKKO&lt;/P&gt;&lt;P&gt;TDNAME   PO number(with padded zeroes)&lt;/P&gt;&lt;P&gt;TDID   F18(it depends on configuration)&lt;/P&gt;&lt;P&gt;TDSPRAS EN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for item texts..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TDOBJECT EKPO&lt;/P&gt;&lt;P&gt;TDNAME   PO number+Item(Po and item with padded zeroes)&lt;/P&gt;&lt;P&gt;TDID   F03(it depends on configuration)&lt;/P&gt;&lt;P&gt;TDSPRAS EN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass the above parameters you can read the long text stored in PO to the FM &amp;lt;b&amp;gt;READ_TEXT&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 May 2006 12:36:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-02T12:36:32Z</dc:date>
    <item>
      <title>Finding text id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-text-id/m-p/1375767#M184270</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;Can you tell me the transaction/table for finding text id associated with header &amp;amp; item text of purchase order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2006 11:47:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-text-id/m-p/1375767#M184270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-02T11:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Finding text id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-text-id/m-p/1375768#M184271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can find them in table STXH and STXL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2006 11:49:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-text-id/m-p/1375768#M184271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-02T11:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Finding text id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-text-id/m-p/1375769#M184272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this link :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1032572"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the way how to findout the OBJECT details :&lt;/P&gt;&lt;P&gt;1. READ_TEXT&lt;/P&gt;&lt;P&gt;for this you have to pass the below fields to the fm&lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt;LANGUAGE&lt;/P&gt;&lt;P&gt;NAME&lt;/P&gt;&lt;P&gt;OBJECT&lt;/P&gt;&lt;P&gt;and you will get already stored text for this ID into the LINES internal table.&lt;/P&gt;&lt;P&gt;the above values for ID,NAME,OBJECT etc. you can find in the transaction.&lt;/P&gt;&lt;P&gt;for example: for po, header-&amp;gt;goto texts -&amp;gt; select ur text (for ex.TERMS OF PAYMENTS ) here it will have several dropdown items like "continuous text,line editor,script editor".&lt;/P&gt;&lt;P&gt;here select SAP SCRIPT editor.&lt;/P&gt;&lt;P&gt;you will see a new script line editor.here .there in the menu GOTO -&amp;gt; header .&lt;/P&gt;&lt;P&gt;here you can find all the required fields to pass to the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Kidambi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2006 11:52:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-text-id/m-p/1375769#M184272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-02T11:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Finding text id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-text-id/m-p/1375770#M184273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best option to find out text id in purchase order is to go to Purchase order display screen. Say Me23-&amp;gt; enter the po and go the next screen. Then if u want to check for header then go to header text. Select the text for which u are looking for id and press long text button. Then GOTO-&amp;gt;HEADER and it will show u the text id. same for item level.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2006 12:27:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-text-id/m-p/1375770#M184273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-02T12:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Finding text id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-text-id/m-p/1375771#M184274</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;The tables related are STXH (Header), STXL(Item).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for PO texts...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for header texts..&lt;/P&gt;&lt;P&gt;TDOBJECT EKKO&lt;/P&gt;&lt;P&gt;TDNAME   PO number(with padded zeroes)&lt;/P&gt;&lt;P&gt;TDID   F18(it depends on configuration)&lt;/P&gt;&lt;P&gt;TDSPRAS EN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for item texts..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TDOBJECT EKPO&lt;/P&gt;&lt;P&gt;TDNAME   PO number+Item(Po and item with padded zeroes)&lt;/P&gt;&lt;P&gt;TDID   F03(it depends on configuration)&lt;/P&gt;&lt;P&gt;TDSPRAS EN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass the above parameters you can read the long text stored in PO to the FM &amp;lt;b&amp;gt;READ_TEXT&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2006 12:36:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-text-id/m-p/1375771#M184274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-02T12:36:32Z</dc:date>
    </item>
  </channel>
</rss>

