<?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 Text Display inSAP Script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-display-insap-script/m-p/1636633#M283826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to get the text in Sap Script.. from the text written in MIRO Transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you provide with code ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mohan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Sep 2006 06:21:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-28T06:21:28Z</dc:date>
    <item>
      <title>Text Display inSAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-display-insap-script/m-p/1636633#M283826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to get the text in Sap Script.. from the text written in MIRO Transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you provide with code ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mohan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 06:21:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-display-insap-script/m-p/1636633#M283826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-28T06:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Text Display inSAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-display-insap-script/m-p/1636634#M283827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the function module read_text by appropriately passing the text id, text object etc.&lt;/P&gt;&lt;P&gt;STORE THIS TEXT INTO VARIABLE  AND PAAS  THIS VARIABLE  TO SAPSCRIPT FOR DISPLAY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 06:26:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-display-insap-script/m-p/1636634#M283827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-28T06:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Text Display inSAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-display-insap-script/m-p/1636635#M283828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use INCLUDE  in the LAYOUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;description :&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;INCLUDE: Include other texts&lt;/P&gt;&lt;P&gt;Use INCLUDE to include the contents of another text into your text. The text to be included exists separately from yours and is only copied at the time of the output formatting. With INCLUDE, since the text is only read and inserted during the output formatting, the most current version of the required text is always available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Syntax:&lt;/P&gt;&lt;P&gt;/: INCLUDE name [OBJECT o] [ID i] [LANGUAGE l] [PARAGRAPH p] [NEW-PARAGRAPH np]&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;The name of the text to be inserted must be specified and can have up to 70 characters. If the text name contains blanks, put it in quotes as a literal. It can also be specified with a symbol. All further parameters of INCLUDE are optional. If these parameters are missing, SAPscript uses default values based on the respective call environment for them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 06:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-display-insap-script/m-p/1636635#M283828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-28T06:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Text Display inSAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-display-insap-script/m-p/1636636#M283829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying with Include statement .. Still I get the Include name as numbers at runtime say 5000912006 / Object name as RBKP /  ID as 0001. &lt;/P&gt;&lt;P&gt;How should I pass the same in Sap Script using Include statement...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 06:58:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-display-insap-script/m-p/1636636#M283829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-28T06:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Text Display inSAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-display-insap-script/m-p/1636637#M283830</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 give like,&lt;/P&gt;&lt;P&gt;/: INCLUDE &amp;lt;b&amp;gt;&amp;amp;T024E-TXADR&amp;amp;&amp;lt;/b&amp;gt; OBJECT &amp;lt;b&amp;gt;RBKP&amp;lt;/b&amp;gt; ID &amp;lt;b&amp;gt;ADRS&amp;lt;/b&amp;gt; LANGUAGE &amp;amp;EKKO-SPRAS&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;amp;T024E-TXADR&amp;amp;&amp;lt;/b&amp;gt; : is your OBJECT NAME (here its 5000912006)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;ADRS&amp;lt;/b&amp;gt;          : give as 0001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to give &amp;lt;b&amp;gt;/:&amp;lt;/b&amp;gt; in the first column of the TEXT EDITOR. its a CONTROL COMMAND of script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;srikanth&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>Thu, 28 Sep 2006 07:03:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-display-insap-script/m-p/1636637#M283830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-28T07:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Text Display inSAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-display-insap-script/m-p/1636638#M283831</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  have to use the Function Module Read_Text.&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;P&gt;      id                      = w_thead-tdid&lt;/P&gt;&lt;P&gt;      language                = w_thead-tdspras&lt;/P&gt;&lt;P&gt;      name                    = w_thead-tdname&lt;/P&gt;&lt;P&gt;      object                  = w_thead-tdobject&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      lines                   = it_lines&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;&lt;/P&gt;&lt;P&gt;in the above function module it_lines contains the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but to get the input paremeters&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;doule click on the text which you need to display in 'Miro' then you will get a text editor follow the menu path you will get all the details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto-&amp;gt;header&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JAFFER VALI SHAIK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 07:34:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-display-insap-script/m-p/1636638#M283831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-28T07:34:27Z</dc:date>
    </item>
  </channel>
</rss>

