<?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 standard text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/2741582#M637016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i have created a standard text and then used that id in the table as one field and if in the program if i use the select query in which i fetch the standard text will the contents of the standard text come or not.&lt;/P&gt;&lt;P&gt;like if i have a field like text id in the table that contains the value as the standard text name and if i use the same name in fetching the data will i get the content or not. please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;md.ibrahim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Sep 2007 06:56:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-11T06:56:23Z</dc:date>
    <item>
      <title>standard text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/2741582#M637016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i have created a standard text and then used that id in the table as one field and if in the program if i use the select query in which i fetch the standard text will the contents of the standard text come or not.&lt;/P&gt;&lt;P&gt;like if i have a field like text id in the table that contains the value as the standard text name and if i use the same name in fetching the data will i get the content or not. please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;md.ibrahim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 06:56:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/2741582#M637016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T06:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: standard text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/2741583#M637017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think it will appear.&lt;/P&gt;&lt;P&gt;You need to get this through Read_Text FM based on the condition from your Select Query of that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 06:58:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/2741583#M637017</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-09-11T06:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: standard text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/2741584#M637018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi amit,&lt;/P&gt;&lt;P&gt;thank you for your reply it will surely help me out but i will be very thank ful to you if you can help me out for using the FM correctly.&lt;/P&gt;&lt;P&gt;i went through that FM but was unable to know what parameters are to be given and how to retrieve the content from that standard text.&lt;/P&gt;&lt;P&gt;as you said i will be fetching the standard text name from the table and should be using that name to fetch the content so, if you can please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have id, name and object as the parameters in that FM that i was unable to know. please help me in that matter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;md.ibrahim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 07:16:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/2741584#M637018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T07:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: standard text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/2741585#M637019</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;Here i am sending following code &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                            = 'ST'&lt;/P&gt;&lt;P&gt;      LANGUAGE                      = 'E'&lt;/P&gt;&lt;P&gt;      NAME                          = 'Z_PO_HEADER_TEXT'&lt;/P&gt;&lt;P&gt;      OBJECT                        = 'TEXT'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      LINES                         = i_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'SAVE_TEXT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      HEADER                = i_theader&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    INSERT                = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     SAVEMODE_DIRECT       = 'X'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      LINES                 = i_line[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward me if it use full answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 07:31:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/2741585#M637019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T07:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: standard text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/2741586#M637020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;*Internal table to store standard texts&lt;/P&gt;&lt;P&gt;DATA: IT_TEXTS like T_LINE occurs o with header line.&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                      =       'ST'&lt;/P&gt;&lt;P&gt;          language                =   'E'  "language in which you have maintained text&lt;/P&gt;&lt;P&gt;          name                    =       "Text name from so10&lt;/P&gt;&lt;P&gt;          object                  =       'TEXT'&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                   = IT_TEXTS   "Internal table&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        ID                      = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        LANGUAGE                = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        NAME                    = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        NOT_FOUND               = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        OBJECT                  = 5&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        REFERENCE_CHECK         = 6&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WRONG_ACCESS_TO_ARCHIVE = 7&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        OTHERS                  = 8&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&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;Enjoy SAP.&lt;/P&gt;&lt;P&gt;Pankaj Singh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 08:29:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/2741586#M637020</guid>
      <dc:creator>messier31</dc:creator>
      <dc:date>2007-09-11T08:29:06Z</dc:date>
    </item>
  </channel>
</rss>

