<?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: Problem in using FM SELECT_TEXT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265353#M1215810</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If u have text in internal table, Just loop at that table and print the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT it_thead INTO wa_thead.&lt;/P&gt;&lt;P&gt;WRITE: /1 &lt;STRONG&gt;wa_thead-tdline.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Feb 2009 10:42:03 GMT</pubDate>
    <dc:creator>vinod_vemuru2</dc:creator>
    <dc:date>2009-02-28T10:42:03Z</dc:date>
    <item>
      <title>Problem in using FM SELECT_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265352#M1215809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;I have a problem in using fm SELECT_TEXT.&lt;/P&gt;&lt;P&gt;Here I want to fetch Material PO text in Material master to my report.&lt;/P&gt;&lt;P&gt;I just dont know in which field of table "it_thead" the actual text is available.\&lt;/P&gt;&lt;P&gt;I tried debugging the program but was not successful.&lt;/P&gt;&lt;P&gt;I have also tried using READ_TEXT but it gives an error if no Text exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'SELECT_TEXT'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        client     = sy-mandt&lt;/P&gt;&lt;P&gt;        object     = 'MATERIAL'&lt;/P&gt;&lt;P&gt;        name       = wrk_matnr&lt;/P&gt;&lt;P&gt;        id         = 'BEST'&lt;/P&gt;&lt;P&gt;        language   = sy-langu&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        selections = it_thead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i print the actual MAterial PO text in IT_THEAD ?&lt;/P&gt;&lt;P&gt;hope u understand the question...please do let me know if any details are required from myside..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2009 10:08:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265352#M1215809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-28T10:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in using FM SELECT_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265353#M1215810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If u have text in internal table, Just loop at that table and print the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT it_thead INTO wa_thead.&lt;/P&gt;&lt;P&gt;WRITE: /1 &lt;STRONG&gt;wa_thead-tdline.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2009 10:42:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265353#M1215810</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2009-02-28T10:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in using FM SELECT_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265354#M1215811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's no field as TDLINE in THEAD structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is there in READ_TEXT FM in TLINE structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2009 10:52:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265354#M1215811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-28T10:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in using FM SELECT_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265355#M1215812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi yogesh,&lt;/P&gt;&lt;P&gt;If this text is stored in Text object the you have to use read_text but text id and name should be passed corectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly look into follwoing link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/an" target="test_blank"&gt;https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/an&lt;/A&gt;&lt;EM&gt;Introduction&lt;/EM&gt;of&lt;EM&gt;Text&lt;/EM&gt;Objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If having any problem then let me know the details further .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Smita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2009 10:59:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265355#M1215812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-28T10:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in using FM SELECT_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265356#M1215813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Smita,&lt;/P&gt;&lt;P&gt;If I use READ_TEXT in my program, &lt;/P&gt;&lt;P&gt;It gives an ERROR IF NO TEXT EXIST for the particular MATERIAL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2009 11:02:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265356#M1215813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-28T11:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in using FM SELECT_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265357#M1215814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My mistake.&lt;/P&gt;&lt;P&gt;Check below sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS: po_matnr TYPE mara-matnr.
DATA: i_lines TYPE STANDARD TABLE OF tline,
      wa_lines TYPE tline,
      l_matnr TYPE thead-tdname.

CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
  EXPORTING
    INPUT         = po_matnr
 IMPORTING
   OUTPUT        = po_matnr
          .

MOVE po_matnr TO l_matnr.

CALL FUNCTION 'READ_TEXT'
  EXPORTING
*   CLIENT                        = SY-MANDT
    ID                            = 'BEST'
    LANGUAGE                      = sy-langu
    NAME                          = l_matnr              "Pass material with leading zeros
    OBJECT                        = 'MATERIAL'
*   ARCHIVE_HANDLE                = 0
*   LOCAL_CAT                     = ' '
* IMPORTING
*   HEADER                        =
  TABLES
    LINES                         = i_lines
 EXCEPTIONS
   ID                            = 1
   LANGUAGE                      = 2
   NAME                          = 3
   NOT_FOUND                     = 4
   OBJECT                        = 5
   REFERENCE_CHECK               = 6
   WRONG_ACCESS_TO_ARCHIVE       = 7
   OTHERS                        = 8
          .
IF SY-SUBRC &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.

LOOP AT i_lines INTO wa_lines.
  WRITE: /1 wa_lines-tdline.
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just execute this code by inputting ur material number.&lt;/P&gt;&lt;P&gt;If the text doesnot exist the error u r getting because of not commenting the MESSAGE statement after FM call. Try in the way i told above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vinod Reddy Vemuru on Feb 28, 2009 4:36 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2009 11:05:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265357#M1215814</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2009-02-28T11:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in using FM SELECT_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265358#M1215815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI Vinod,&lt;/P&gt;&lt;P&gt;I've now used READ_TEXT FM and removed the Messages.&lt;/P&gt;&lt;P&gt;If no text exist for material then &lt;/P&gt;&lt;P&gt;it says TEXT 000000000005010600 ID BEST LANGUAGE EN NOT FOUND..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2009 11:36:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265358#M1215815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-28T11:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in using FM SELECT_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265359#M1215816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It is obvious that if u don't have text u will get this message. But where r u getting this message?&lt;/P&gt;&lt;P&gt;When u execute? or exception?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can put a check for sy-subrc after FM call. If 0 then only loop and display the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Did u uncommented the EXCEPTIONS in FM call?&lt;/STRONG&gt; If not do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Comment the Message statement. U can simply copy paste my code and modify as per ur req.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2009 11:46:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265359#M1215816</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2009-02-28T11:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in using FM SELECT_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265360#M1215817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vinod,&lt;/P&gt;&lt;P&gt; Thanks for your reply..&lt;/P&gt;&lt;P&gt; I am sorry for replying late as I was not able to access Internet since last couple of days.&lt;/P&gt;&lt;P&gt; I had already done everything you recommended me.&lt;/P&gt;&lt;P&gt;Here's my code for READ_TEXT.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; It is Giving me error when I press EXECUTE Button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    LOOP AT it_mara.&lt;/P&gt;&lt;P&gt;      CLEAR: wrk_matnr, it_tline.&lt;/P&gt;&lt;P&gt;      REFRESH it_tline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      wrk_matnr = it_mara-matnr.&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;          client   = sy-mandt&lt;/P&gt;&lt;P&gt;          id       = 'BEST'&lt;/P&gt;&lt;P&gt;          language = sy-langu&lt;/P&gt;&lt;P&gt;          name     = wrk_matnr&lt;/P&gt;&lt;P&gt;          object   = 'MATERIAL'&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          lines    = it_tline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'CONVERSION_EXIT_MATN1_OUTPUT'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          input  = it_mara-matnr&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          output = wa_final-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      wa_final-matkl = it_mara-matkl.&lt;/P&gt;&lt;P&gt;      wa_final-maktx = it_mara-maktx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 04:11:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265360#M1215817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-04T04:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in using FM SELECT_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265361#M1215818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;tables stxh.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOOP AT it_mara.&lt;/P&gt;&lt;P&gt;CLEAR: wrk_matnr, it_tline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wrk_matnr = it_mara-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*select single **&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;from stxh&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where TDOBJECT = 'MATERIAL' and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TDNAME = wrk_matnr and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TDID = 'BEST'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TDSPRAS = sy-langu.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if sy-subrc = 0.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'READ_TEXT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;client = sy-mandt&lt;/P&gt;&lt;P&gt;id = 'BEST'&lt;/P&gt;&lt;P&gt;language = sy-langu&lt;/P&gt;&lt;P&gt;name = wrk_matnr&lt;/P&gt;&lt;P&gt;object = 'MATERIAL'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;lines = it_tline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;loop at it_tline.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;move the data of tdline to ur variable.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;endloop.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;endif.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 04:21:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265361#M1215818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-04T04:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in using FM SELECT_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265362#M1215819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi yogesh,&lt;/P&gt;&lt;P&gt;It seems that the text name you are passing does not exist in text object .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly use  following function before passing it to read_text &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    INPUT         = wrk_matnr&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   OUTPUT        = wrk_matnr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then pass this object name to read_text&lt;/P&gt;&lt;P&gt;I hope it will solve your issue&lt;/P&gt;&lt;P&gt;if not then let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Smita          .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 04:40:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265362#M1215819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-04T04:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in using FM SELECT_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265363#M1215820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for helping me out..&lt;/P&gt;&lt;P&gt;Specially Mr.A and Mr.Vinod.&lt;/P&gt;&lt;P&gt;The Problem has been resolved as per guidance by MR. A ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 05:10:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265363#M1215820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-04T05:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in using FM SELECT_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265364#M1215821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;U have missedout exceptions part after READ_TEXT FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please paste exceptions also. It works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
EXCEPTIONS
   ID                            = 1
   LANGUAGE                      = 2
   NAME                          = 3
   NOT_FOUND                     = 4
   OBJECT                        = 5
   REFERENCE_CHECK               = 6
   WRONG_ACCESS_TO_ARCHIVE       = 7
   OTHERS                        = 8
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check my earlier code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 05:16:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-fm-select-text/m-p/5265364#M1215821</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2009-03-04T05:16:23Z</dc:date>
    </item>
  </channel>
</rss>

