<?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: Read_text FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/6294909#M1390282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; As far i know, first drill down step will be the read texts input &lt;STRONG&gt;&lt;U&gt;Name&lt;/U&gt;&lt;/STRONG&gt;. If we pass the &lt;STRONG&gt;invoice number&lt;/STRONG&gt; then we can check in &lt;STRONG&gt;VF02&lt;/STRONG&gt; or if we pass &lt;STRONG&gt;sale order number&lt;/STRONG&gt; then we can check in &lt;STRONG&gt;VA02&lt;/STRONG&gt;. The next step will be text id. As  Vaishali Rautray said, VBBK denotes sale order header text and VBBP denotes sale order item text. You can find the same in invoice also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Nov 2009 05:14:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-17T05:14:32Z</dc:date>
    <item>
      <title>Read_text FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/6294903#M1390276</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 am looking into a program which uses the following read_text FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'READ_TEXT'&lt;/P&gt;&lt;P&gt;         exporting&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        CLIENT                  = SY-MANDT&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              id                      = 'ZS13'&lt;/P&gt;&lt;P&gt;              language                = 'E'&lt;/P&gt;&lt;P&gt;              name                    = w_name&lt;/P&gt;&lt;P&gt;              object                  = 'VBBK'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        ARCHIVE_HANDLE          = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        HEADER                  =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         tables&lt;/P&gt;&lt;P&gt;              lines                   = tlines&lt;/P&gt;&lt;P&gt;         exceptions&lt;/P&gt;&lt;P&gt;              id                      = 1&lt;/P&gt;&lt;P&gt;              language                = 2&lt;/P&gt;&lt;P&gt;              name                    = 3&lt;/P&gt;&lt;P&gt;              not_found               = 4&lt;/P&gt;&lt;P&gt;              object                  = 5&lt;/P&gt;&lt;P&gt;              reference_check         = 6&lt;/P&gt;&lt;P&gt;              wrong_access_to_archive = 7&lt;/P&gt;&lt;P&gt;              others                  = 8.&lt;/P&gt;&lt;P&gt;    read table tlines index 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with the above information, how can I find the transaction in which or where the correspoding text is maintained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 07:38:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/6294903#M1390276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-16T07:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Read_text FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/6294904#M1390277</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;object = 'VBBK' refers to the Sales order Header Text. To find the ID execute tcode VA02 go to-&amp;gt;header text. Double click on the texts maintained and check header of the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vaishali.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vaishali Rautray on Nov 16, 2009 8:48 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 07:47:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/6294904#M1390277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-16T07:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Read_text FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/6294905#M1390278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;STXH,STXL and STXB are the tables used &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if you want to get the details to be passed to the functional module then,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example if you want to know the header text used in vlo1n (delivery Order)  transaction,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;got to vl02n - &amp;gt; enter order no-&amp;gt; choose menu path goto-&amp;gt;header-&amp;gt;texts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on the screen editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will lead you to graphical editor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;again choose menu goto-&amp;gt;header.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 07:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/6294905#M1390278</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-11-16T07:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Read_text FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/6294906#M1390279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;goto the Fm and chec the parametrs import there we have ID that link with structure si THEAD in this we have  TDFORM  Form Name based on those we can find the tcode using NACE tcode...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Santhosh R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 07:52:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/6294906#M1390279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-16T07:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Read_text FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/6294907#M1390280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know how to obtain the input parameters for the FM. But, what I want is with the available inputs, I have to find the place where I have to maintain the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 10:22:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/6294907#M1390280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-16T10:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Read_text FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/6294908#M1390281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check Transaction &lt;STRONG&gt;SO10&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 10:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/6294908#M1390281</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-11-16T10:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Read_text FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/6294909#M1390282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; As far i know, first drill down step will be the read texts input &lt;STRONG&gt;&lt;U&gt;Name&lt;/U&gt;&lt;/STRONG&gt;. If we pass the &lt;STRONG&gt;invoice number&lt;/STRONG&gt; then we can check in &lt;STRONG&gt;VF02&lt;/STRONG&gt; or if we pass &lt;STRONG&gt;sale order number&lt;/STRONG&gt; then we can check in &lt;STRONG&gt;VA02&lt;/STRONG&gt;. The next step will be text id. As  Vaishali Rautray said, VBBK denotes sale order header text and VBBP denotes sale order item text. You can find the same in invoice also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2009 05:14:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/6294909#M1390282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-17T05:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Read_text FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/6294910#M1390283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajan Usman Basha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is one trick for it.. it may work for your case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SE11 &lt;/P&gt;&lt;P&gt;Table &lt;STRONG&gt;STXH&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter Object ID &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TDOBJECT&lt;/P&gt;&lt;P&gt;TDNAME&lt;/P&gt;&lt;P&gt;TDID&lt;/P&gt;&lt;P&gt;TDSPRAS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And See the value of the field &lt;STRONG&gt;TDMACODE1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally it will be T-Code and Program Name combination.. Again it may depend on the configuration...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just Give a Try for it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you know the T-code... Try to get to the header or item texts Tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope it will solve your problem..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;ilesh 24x7&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ilesh Nandaniya&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2009 05:42:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-fm/m-p/6294910#M1390283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-17T05:42:58Z</dc:date>
    </item>
  </channel>
</rss>

