<?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: Retrieve Include Standard Text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-include-standard-text/m-p/4075154#M974405</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;Pls find the syntax for include below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE ZMMPO-TEXT OBJECT TEXT ID ST LANGUAGE E PARAGRAPH F1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jun 2008 09:53:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-25T09:53:17Z</dc:date>
    <item>
      <title>Retrieve Include Standard Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-include-standard-text/m-p/4075153#M974404</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 long text currently I send to idoc are view exactly what we wrote in SAP transaction as below. Could I know how to retrieve the data from Include standard text and send along to idoc with others text to the segment? Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Before:&lt;/U&gt; &lt;/P&gt;&lt;P&gt;                                        &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*    test pop-up'                                     
*    Text 1                                            
/ :  INCLUDE GENERAL_TEXT OBJECT TEXT ID ST 
*    Text 2&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;                                                                                &lt;/P&gt;&lt;P&gt;&lt;U&gt;Expected:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*   test pop-up'                                     
*   Text 1                                            
*   Standard Text display here    
*   Text 2&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 06:51:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-include-standard-text/m-p/4075153#M974404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T06:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Include Standard Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-include-standard-text/m-p/4075154#M974405</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;Pls find the syntax for include below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE ZMMPO-TEXT OBJECT TEXT ID ST LANGUAGE E PARAGRAPH F1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 09:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-include-standard-text/m-p/4075154#M974405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T09:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Include Standard Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-include-standard-text/m-p/4075155#M974406</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;I managed to find out how to expand the standard text by using this Function Module : TEXT_INCLUDE_REPLACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I would like to make changes to my output. I need to move all include standard text to last line and display it out. Could I know I can achieve that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Long Text Entered in SAP:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*    test pop-up'                                     
*    Text 1                                            
/ :  INCLUDE GENERAL_TEXT1 OBJECT TEXT ID ST  
*    Text 2
/ :  INCLUDE GENERAL_TEXT2 OBJECT TEXT ID ST &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*   test pop-up'                                     
*   Text 1                                            
*   Text 2
/ : INCLUDE GENERAL_TEXT1 OBJECT TEXT ID ST 
*   expanded text1
/ : INCLUDE GENERAL_TEXT2 OBJECT TEXT ID ST 
*   expanded text2&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Blue Sky on Jun 27, 2008 4:55 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 07:30:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-include-standard-text/m-p/4075155#M974406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T07:30:08Z</dc:date>
    </item>
  </channel>
</rss>

