<?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: displaying text using read_text fm in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-text-using-read-text-fm/m-p/2070085#M428713</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;TDNAME will be the sales order number..Make sure you have zeroes in front of the sales order..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex..If the sales order number is 12345...IN the read_Text function module you have to give 0000012345.&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;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Mar 2007 18:43:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-06T18:43:55Z</dc:date>
    <item>
      <title>displaying text using read_text fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-text-using-read-text-fm/m-p/2070082#M428710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I have a small requirement. In my report I want the following three fields&lt;/P&gt;&lt;P&gt;added between the Invoice Number and the Drayage Amount:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DODAC#        CONTRACT#     CALL#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.)     Bring up the Billing Document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.)     Click on the document flow Icon. Icon before the one labeled&lt;/P&gt;&lt;P&gt;Accounting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.)     Open up another session. Bring up the sales order identified on the&lt;/P&gt;&lt;P&gt;first line of the documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.)     On the sales order click on the GOTO toolbar. Select Header/texts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.)     You will see fields on the left hand side towards the bottom labeled&lt;/P&gt;&lt;P&gt;DODAC#, DOD CONTRAC#, and DOD CALL#. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    From my knowledge, we can do this using the function module READ_TEXT. But I am not sure how to do that. Can anyone help me in this regard. I am unable to find the TDNAME of those fields to pass in the parameters of the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its urgent, expecting some help from someone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rajasekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 18:08:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-text-using-read-text-fm/m-p/2070082#M428710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T18:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: displaying text using read_text fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-text-using-read-text-fm/m-p/2070083#M428711</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;To get the text details..do the following..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you display the sales order..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the menu choose..GOTO -&amp;gt; HEADER -&amp;gt; TEXTS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on the text for which you want to get the details..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will take you go the editor..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the menu choose..GOTO -&amp;gt; HEADER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you can see the details about the text..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use those information in the function module READ_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get the text..&lt;/P&gt;&lt;P&gt;&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;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 18:32:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-text-using-read-text-fm/m-p/2070083#M428711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T18:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: displaying text using read_text fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-text-using-read-text-fm/m-p/2070084#M428712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi naren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Thanks for your reply. But when i am displaying the sales order using VA03, on double-clicking the required text, some text data is displayed on the subscreen to the right of the text field in the blank space. But in the GOTO menu, Header is inactive and so no details are found. Anyway, I have found the TDID and TDOBJ of the field, but the TDNAME is not known.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help regarding that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rajasekhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 18:40:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-text-using-read-text-fm/m-p/2070084#M428712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T18:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: displaying text using read_text fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-text-using-read-text-fm/m-p/2070085#M428713</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;TDNAME will be the sales order number..Make sure you have zeroes in front of the sales order..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex..If the sales order number is 12345...IN the read_Text function module you have to give 0000012345.&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;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 18:43:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-text-using-read-text-fm/m-p/2070085#M428713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T18:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: displaying text using read_text fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-text-using-read-text-fm/m-p/2070086#M428714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi naren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Thanks a lot for your help. I got the required result. I will do necessary changes to my report to use the fm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rajasekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 19:15:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-text-using-read-text-fm/m-p/2070086#M428714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T19:15:51Z</dc:date>
    </item>
  </channel>
</rss>

