<?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: Script text reading in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-reading/m-p/2966306#M699932</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;You need to use function module READ_TEXT to get the text in your driver program. For reading the long text you need to get parameters - Text name, Text ID, Text Object and Language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually Language is SY-LANGU, Text name is corresponding Purchase Order no, Text object is EKKO and Text ID for Terms of Delivery text is F05, For Shipping instructions it is F06.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So get the text using READ_TEXt function module, read the internal table data and print the same next yo tour label in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2007 14:34:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-23T14:34:17Z</dc:date>
    <item>
      <title>Script text reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-reading/m-p/2966304#M699930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Respected Members,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display the texts written in the purchase order creation.&lt;/P&gt;&lt;P&gt;I am getting this text with the help of include statement written in sapscript medruck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But problem is suppose i want to print text for shipping instructions and delivery&lt;/P&gt;&lt;P&gt;then by using the include command line statement ,i m getting the text but how to distinguish between that text whether it is shipping instruction one or delivery one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so  with the help of paragarph format i have given standard text &lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;p1 DELIVERY&lt;/P&gt;&lt;P&gt;P1 SHIPPING INSTRUCTIONS&lt;/P&gt;&lt;P&gt;now i want the corresponding values should print infront of it.&lt;/P&gt;&lt;P&gt;BUt values of text come by using the command line ( /:)&lt;/P&gt;&lt;P&gt;and nothing we can give in this command line.&lt;/P&gt;&lt;P&gt;so my values are coming in the next line.&lt;/P&gt;&lt;P&gt;eg&lt;/P&gt;&lt;P&gt;DELIVERY&lt;/P&gt;&lt;P&gt; hyderabad station&lt;/P&gt;&lt;P&gt;SHIPPING INSTRUCTIONS&lt;/P&gt;&lt;P&gt; properly picked up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me how to print the 'hyderabad station' text infront of the DELIVERY in the same line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if yours solution is that i start giving the DELIVERY also along with the text then it will not be a good solution.&lt;/P&gt;&lt;P&gt;So please give me the good solution as soon as possilbe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 14:21:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-reading/m-p/2966304#M699930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T14:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Script text reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-reading/m-p/2966305#M699931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Texts are differentiated  with the ID used in the Include statement&lt;/P&gt;&lt;P&gt;check the include commands for different texts &lt;/P&gt;&lt;P&gt;/: INCLUDE Objectname&amp;lt;name&amp;gt; ID &amp;lt;id&amp;gt; ....&lt;/P&gt;&lt;P&gt;so for different texts different id's will be there&lt;/P&gt;&lt;P&gt;goto PO display in ME23N&lt;/P&gt;&lt;P&gt;select the texts&lt;/P&gt;&lt;P&gt;double click .goto text ediot&lt;/P&gt;&lt;P&gt;from menu GOTO-&amp;gt; header you will see the OBJECT,ID,OBJECTNAME etc&lt;/P&gt;&lt;P&gt;there if you see other parameetrs are same except the ID for each text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can alter the text of INCLUDE statement in Script&lt;/P&gt;&lt;P&gt;you can't add or remove something from it&lt;/P&gt;&lt;P&gt;If you wants to do like that you have to fetch the texts using READ_TEXT fun module into an internal table and do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 14:32:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-reading/m-p/2966305#M699931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T14:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Script text reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-reading/m-p/2966306#M699932</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;You need to use function module READ_TEXT to get the text in your driver program. For reading the long text you need to get parameters - Text name, Text ID, Text Object and Language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually Language is SY-LANGU, Text name is corresponding Purchase Order no, Text object is EKKO and Text ID for Terms of Delivery text is F05, For Shipping instructions it is F06.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So get the text using READ_TEXt function module, read the internal table data and print the same next yo tour label in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 14:34:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-reading/m-p/2966306#M699932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T14:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Script text reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-reading/m-p/2966307#M699933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use SE75 to find out the object and ID details of transaction texts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 14:35:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-text-reading/m-p/2966307#M699933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T14:35:15Z</dc:date>
    </item>
  </channel>
</rss>

