<?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 table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control/m-p/4961267#M1156692</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 cant go for any other editor Because i have to display the text box dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here by using the Table control i am changing the length and no of lines of the text box based on the values from a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please help me out using this table control only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ravindra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Dec 2008 11:44:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-24T11:44:24Z</dc:date>
    <item>
      <title>Problem in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control/m-p/4961265#M1156690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have  a database table where i will save the Text entered by the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to give the option of the change of text so i am using a table control and getting the Text from the table and using it and displaying the text. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is when i am going for the change iam unable to see the first line in the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say if i have 3 lines of text : say it is like this &lt;/P&gt;&lt;P&gt;                                                                    1) This &lt;/P&gt;&lt;P&gt;                                                                    2) is &lt;/P&gt;&lt;P&gt;                                                                    3) the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am unable to see the first line "This" at the first shot. it is displayed like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                                                    2) is &lt;/P&gt;&lt;P&gt;                                                                    3) the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if i scroll down and come back to the first line i can see the first line as shown below.&lt;/P&gt;&lt;P&gt;                                                                   1) This &lt;/P&gt;&lt;P&gt;                                                                    2) is &lt;/P&gt;&lt;P&gt;                                                                    3) the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the problem?&lt;/P&gt;&lt;P&gt;I am using internal table with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ravindra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 11:24:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control/m-p/4961265#M1156690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T11:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control/m-p/4961266#M1156691</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;If the user just enterederd the text then it would be best you use a text editor instead of going for table control ,it look good and user friendly from user point of view and it easy to create it and use the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: init,                                                 &lt;/P&gt;&lt;P&gt;      container TYPE REF TO cl_gui_custom_container,        &lt;/P&gt;&lt;P&gt;      editor    TYPE REF TO cl_gui_textedit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: event_tab TYPE cntl_simple_events,&lt;/P&gt;&lt;P&gt;      event     TYPE cntl_simple_event.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: line(3000) TYPE c,                                &lt;/P&gt;&lt;P&gt;      text_tab LIKE STANDARD TABLE OF line.             &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  STATUS_0100  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE status_0100 OUTPUT.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'SCREEN_100'.&lt;/P&gt;&lt;P&gt;  SET TITLEBAR 'TITLE_100'.&lt;/P&gt;&lt;P&gt;  IF init IS INITIAL.&lt;/P&gt;&lt;P&gt;    init = 'X'.&lt;/P&gt;&lt;P&gt;    CREATE OBJECT: container EXPORTING container_name = 'TEXTEDIT',&lt;/P&gt;&lt;P&gt;                   editor    EXPORTING parent = container.&lt;/P&gt;&lt;P&gt;    event-appl_event = 'X'.                     "application event&lt;/P&gt;&lt;P&gt;    APPEND event TO event_tab.&lt;/P&gt;&lt;P&gt;    CALL METHOD: editor-&amp;gt;set_registered_events&lt;/P&gt;&lt;P&gt;                 EXPORTING events = event_tab.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  CALL METHOD editor-&amp;gt;set_text_as_stream&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      text = text_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " STATUS_0100  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  USER_COMMAND_0100  INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE user_command_0100 INPUT.&lt;/P&gt;&lt;P&gt;  save_ok = ok_code.&lt;/P&gt;&lt;P&gt;  CLEAR ok_code.&lt;/P&gt;&lt;P&gt;  CASE save_ok.&lt;/P&gt;&lt;P&gt;    WHEN 'SAVE'.&lt;/P&gt;&lt;P&gt;      CALL METHOD editor-&amp;gt;get_text_as_stream&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          text = text_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      PERFORM save_text TABLES text_tab&lt;/P&gt;&lt;P&gt;                      USING wa_head-matnr .&lt;/P&gt;&lt;P&gt;    WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;      LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;    WHEN OTHERS.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " USER_COMMAND_0100  INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  save_text&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     --&amp;gt;P_TEXT_TAB  text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     --&amp;gt;P_WA_HEAD_MATNR  text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM save_text  TABLES   p_tab LIKE text_tab&lt;/P&gt;&lt;P&gt;                USING    p_mard_matnr TYPE matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA : lt_lines TYPE STANDARD TABLE OF tline,&lt;/P&gt;&lt;P&gt;         wl_lines TYPE tline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA : wa_head TYPE thead ,&lt;/P&gt;&lt;P&gt;         wa_tab TYPE line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data : vl_newline(1),&lt;/P&gt;&lt;P&gt;         vl_cr_lf(1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  types : begin of txt,&lt;/P&gt;&lt;P&gt;          line(130) type c,&lt;/P&gt;&lt;P&gt;          end of txt.&lt;/P&gt;&lt;P&gt;  data : wa_split type txt,&lt;/P&gt;&lt;P&gt;         lt_split type standard table of txt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vl_newline = cl_abap_char_utilities=&amp;gt;newline.&lt;/P&gt;&lt;P&gt;vl_cr_lf   = cl_abap_char_utilities=&amp;gt;cr_lf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  read table p_tab into wa_tab index 1.&lt;/P&gt;&lt;P&gt;  split wa_tab at vl_newline into table lt_split.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT lt_split INTO wa_split.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    replace vl_cr_lf in wa_split-line with ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF sy-tabix EQ 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      wl_lines-tdformat = '*'.&lt;/P&gt;&lt;P&gt;    ELSE.&lt;/P&gt;&lt;P&gt;      wl_lines-tdformat = '/'.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;     wl_lines-tdline = wa_split-line.&lt;/P&gt;&lt;P&gt;     append wl_lines to lt_lines.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa_head-tdobject = 'MATERIAL'.&lt;/P&gt;&lt;P&gt;  wa_head-tdname   = p_mard_matnr.&lt;/P&gt;&lt;P&gt;  wa_head-tdid     = 'PRUE'.&lt;/P&gt;&lt;P&gt;  wa_head-tdspras  = 'E'.&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;      client          = sy-mandt&lt;/P&gt;&lt;P&gt;      header          = wa_head&lt;/P&gt;&lt;P&gt;      savemode_direct = 'X'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      lines           = lt_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;      object          = 4&lt;/P&gt;&lt;P&gt;      OTHERS          = 5.&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'COMMIT_TEXT'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        object          = wa_head-tdobject&lt;/P&gt;&lt;P&gt;        name            = wa_head-tdname&lt;/P&gt;&lt;P&gt;        id              = wa_head-tdid&lt;/P&gt;&lt;P&gt;        language        = wa_head-tdspras&lt;/P&gt;&lt;P&gt;        savemode_direct = 'X'.&lt;/P&gt;&lt;P&gt;    COMMIT WORK AND WAIT.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " save_text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And on the screen define a custom control with name TEXTEDIT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help you .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get back to me if you have any issue with the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Joginder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 11:38:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control/m-p/4961266#M1156691</guid>
      <dc:creator>joginder_singh</dc:creator>
      <dc:date>2008-12-24T11:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control/m-p/4961267#M1156692</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 cant go for any other editor Because i have to display the text box dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here by using the Table control i am changing the length and no of lines of the text box based on the values from a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please help me out using this table control only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ravindra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 11:44:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control/m-p/4961267#M1156692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T11:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control/m-p/4961268#M1156693</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;How you are splitting the data into itab and how you are passing it to the table control on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try in PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;describe table itab lines tc-lines.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also how many rows are visible in table control?? at first&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you increasing them dinamically??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please refer to the Program &lt;STRONG&gt;RSDEMO02&lt;/STRONG&gt; for further info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 11:49:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control/m-p/4961268#M1156693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T11:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control/m-p/4961269#M1156694</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 is my code in screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT I_fobpr into w_fobpr WITH CONTROL I_TCONTROL CURSOR&lt;/P&gt;&lt;P&gt;I_TCONTROL-CURRENT_LINE.&lt;/P&gt;&lt;P&gt;    MODULE display_fobpr.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this module display_fobpr is as follows &lt;/P&gt;&lt;P&gt;Module display_fobpr output.&lt;/P&gt;&lt;P&gt;if i_fobpr[] is initial.&lt;/P&gt;&lt;P&gt;      select single zzimprint_chars&lt;/P&gt;&lt;P&gt;             zzimprint_lines&lt;/P&gt;&lt;P&gt;             into (v_imprint_chars , v_imprint_lines)&lt;/P&gt;&lt;P&gt;             from mara&lt;/P&gt;&lt;P&gt;             where matnr = vbap-matnr.&lt;/P&gt;&lt;P&gt;if t180-trtyp = 'V' AND I_FOBPR[] IS INITIAL.&lt;/P&gt;&lt;P&gt;   perform sub_get_zztext.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;*----Modify the table controls length and no of lines&lt;/P&gt;&lt;P&gt;    loop at I_TCONTROL-cols into w_cols1.&lt;/P&gt;&lt;P&gt;     if screen-name = 'I_FOBPR-ZZTEXT'.&lt;/P&gt;&lt;P&gt;        w_cols1-vislength = v_imprint_chars. " No of characters                   " this gives the dynamic length&lt;/P&gt;&lt;P&gt;        modify I_TCONTROL-cols from w_cols1.&lt;/P&gt;&lt;P&gt;        modify screen.&lt;/P&gt;&lt;P&gt;     endif.&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;    I_TCONTROL-lines     = v_imprint_lines.            " This give the dynamic No of lines&lt;/P&gt;&lt;P&gt;    zhdi_fobpr-zztext = i_fobpr-zztext.&lt;/P&gt;&lt;P&gt; endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in perform  perform sub_get_zztext. i am selecting the data from the table if the internal table i_fobpr is initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So everything is working fine except that i am unable to see the first line for the first time and if i scroll down and go up i can see it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ravindra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 12:00:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control/m-p/4961269#M1156694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T12:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control/m-p/4961270#M1156695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some one please answer my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Ravindra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 13:22:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control/m-p/4961270#M1156695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T13:22:11Z</dc:date>
    </item>
  </channel>
</rss>

