<?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: INDX table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/indx-table/m-p/3768324#M906758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi badrinarayan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in one of the program they are using the code like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CASE which.&lt;/P&gt;&lt;P&gt;    WHEN 'ABB'. ASSIGN ix_id TO &amp;lt;ix_id&amp;gt;.&lt;/P&gt;&lt;P&gt;    WHEN 'CSC'. ASSIGN ix_id2 TO &amp;lt;ix_id&amp;gt;.&lt;/P&gt;&lt;P&gt;    WHEN OTHERS.&lt;/P&gt;&lt;P&gt;      EXIT.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;*&amp;lt;&amp;lt; 02/04 CSC&lt;/P&gt;&lt;P&gt;  SELECT mandt FROM ('T000') INTO TABLE tclnt&lt;/P&gt;&lt;P&gt;         WHERE mandt &amp;lt;&amp;gt; sy-mandt&lt;/P&gt;&lt;P&gt;         ORDER BY mandt.&lt;/P&gt;&lt;P&gt;  INSERT sy-mandt INTO tclnt INDEX 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT tclnt.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;auf unserem "eigenen" Cluster nachsehen&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    IMPORT picture_data TO pictab&lt;/P&gt;&lt;P&gt;           picture_size TO picsize&lt;/P&gt;&lt;P&gt;           picture_type TO pictype&lt;/P&gt;&lt;P&gt;           FROM DATABASE zntg_indx(pi)&lt;/P&gt;&lt;P&gt;           CLIENT tclnt ID &amp;lt;ix_id&amp;gt;.&lt;/P&gt;&lt;P&gt;    IF sy-subrc &amp;lt;&amp;gt; 0 OR pictab[] IS INITIAL.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;da wurde das Logo per Transport reingebracht&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      IMPORT picture_data TO pictab&lt;/P&gt;&lt;P&gt;             picture_size TO picsize&lt;/P&gt;&lt;P&gt;             picture_type TO pictype&lt;/P&gt;&lt;P&gt;             FROM DATABASE indx(zn)&lt;/P&gt;&lt;P&gt;             CLIENT tclnt ID &amp;lt;ix_id&amp;gt;.&lt;/P&gt;&lt;P&gt;      IF sy-subrc = 0 AND NOT pictab[] IS INITIAL.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;dann auf "unser" Cluster hauen&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        EXPORT picture_data FROM pictab&lt;/P&gt;&lt;P&gt;               picture_size FROM picsize&lt;/P&gt;&lt;P&gt;               picture_type FROM pictype&lt;/P&gt;&lt;P&gt;               TO DATABASE zntg_indx(pi)&lt;/P&gt;&lt;P&gt;               ID &amp;lt;ix_id&amp;gt;.&lt;/P&gt;&lt;P&gt;        COMMIT WORK.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;    IF NOT pictab[] IS INITIAL.&lt;/P&gt;&lt;P&gt;      EXIT.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;URL geben lassen&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IF NOT pictab[] IS INITIAL.&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'DP_CREATE_URL'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;              type     = 'image'&lt;/P&gt;&lt;P&gt;              subtype  = pictype&lt;/P&gt;&lt;P&gt;              size     = picsize&lt;/P&gt;&lt;P&gt;              lifetime = cndp_lifetime_transaction          "%46%&lt;/P&gt;&lt;P&gt;         TABLES&lt;/P&gt;&lt;P&gt;              data     = pictab[]&lt;/P&gt;&lt;P&gt;         CHANGING&lt;/P&gt;&lt;P&gt;              url      = url&lt;/P&gt;&lt;P&gt;         EXCEPTIONS&lt;/P&gt;&lt;P&gt;              OTHERS   = 99.&lt;/P&gt;&lt;P&gt;    IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;      CLEAR url.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the code they used to get a logo from the table indx/zntg_indx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls tell me how they upload that logo in that indx table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thans in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 May 2008 11:39:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-02T11:39:40Z</dc:date>
    <item>
      <title>INDX table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indx-table/m-p/3768321#M906755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI all,&lt;/P&gt;&lt;P&gt;I have to know in INDX table there is a field CLUSTR and CLUSTD. Pls tell me that from where these fields are updating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help me in this regard asap.&lt;/P&gt;&lt;P&gt;points will be rewarded.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravi shankar reddy s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 11:28:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indx-table/m-p/3768321#M906755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T11:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: INDX table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indx-table/m-p/3768322#M906756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hope you this to update the INDX table &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;EXPORT A FROM   B   TO DATABASE indx(sq) ID lv_srtfd.&lt;/P&gt;&lt;P&gt;in this CLUSTR  is length of A    CLUSTD is field type of A , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark if useful, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Badari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 11:34:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indx-table/m-p/3768322#M906756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T11:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: INDX table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indx-table/m-p/3768323#M906757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CLUSTR type INT2 with length 2. This contains the length of the data in the following field CLUSTD. The field is filled automatically by the system when you save a data cluster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLUSTD type VARC. You can define it with any length. It is usually around 1000 bytes long. This is the field in which the system saves the actual data in the data cluster. The data is saved in compressed form. If CLUSTD is not long enough to accommodate a data cluster, it is split across two or more lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below link may help you.&lt;/P&gt;&lt;P&gt;[INDX-Type Databases|http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3c05358411d1829f0000e829fbfe/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 11:36:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indx-table/m-p/3768323#M906757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T11:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: INDX table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indx-table/m-p/3768324#M906758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi badrinarayan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in one of the program they are using the code like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CASE which.&lt;/P&gt;&lt;P&gt;    WHEN 'ABB'. ASSIGN ix_id TO &amp;lt;ix_id&amp;gt;.&lt;/P&gt;&lt;P&gt;    WHEN 'CSC'. ASSIGN ix_id2 TO &amp;lt;ix_id&amp;gt;.&lt;/P&gt;&lt;P&gt;    WHEN OTHERS.&lt;/P&gt;&lt;P&gt;      EXIT.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;*&amp;lt;&amp;lt; 02/04 CSC&lt;/P&gt;&lt;P&gt;  SELECT mandt FROM ('T000') INTO TABLE tclnt&lt;/P&gt;&lt;P&gt;         WHERE mandt &amp;lt;&amp;gt; sy-mandt&lt;/P&gt;&lt;P&gt;         ORDER BY mandt.&lt;/P&gt;&lt;P&gt;  INSERT sy-mandt INTO tclnt INDEX 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT tclnt.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;auf unserem "eigenen" Cluster nachsehen&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    IMPORT picture_data TO pictab&lt;/P&gt;&lt;P&gt;           picture_size TO picsize&lt;/P&gt;&lt;P&gt;           picture_type TO pictype&lt;/P&gt;&lt;P&gt;           FROM DATABASE zntg_indx(pi)&lt;/P&gt;&lt;P&gt;           CLIENT tclnt ID &amp;lt;ix_id&amp;gt;.&lt;/P&gt;&lt;P&gt;    IF sy-subrc &amp;lt;&amp;gt; 0 OR pictab[] IS INITIAL.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;da wurde das Logo per Transport reingebracht&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      IMPORT picture_data TO pictab&lt;/P&gt;&lt;P&gt;             picture_size TO picsize&lt;/P&gt;&lt;P&gt;             picture_type TO pictype&lt;/P&gt;&lt;P&gt;             FROM DATABASE indx(zn)&lt;/P&gt;&lt;P&gt;             CLIENT tclnt ID &amp;lt;ix_id&amp;gt;.&lt;/P&gt;&lt;P&gt;      IF sy-subrc = 0 AND NOT pictab[] IS INITIAL.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;dann auf "unser" Cluster hauen&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        EXPORT picture_data FROM pictab&lt;/P&gt;&lt;P&gt;               picture_size FROM picsize&lt;/P&gt;&lt;P&gt;               picture_type FROM pictype&lt;/P&gt;&lt;P&gt;               TO DATABASE zntg_indx(pi)&lt;/P&gt;&lt;P&gt;               ID &amp;lt;ix_id&amp;gt;.&lt;/P&gt;&lt;P&gt;        COMMIT WORK.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;    IF NOT pictab[] IS INITIAL.&lt;/P&gt;&lt;P&gt;      EXIT.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;URL geben lassen&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IF NOT pictab[] IS INITIAL.&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'DP_CREATE_URL'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;              type     = 'image'&lt;/P&gt;&lt;P&gt;              subtype  = pictype&lt;/P&gt;&lt;P&gt;              size     = picsize&lt;/P&gt;&lt;P&gt;              lifetime = cndp_lifetime_transaction          "%46%&lt;/P&gt;&lt;P&gt;         TABLES&lt;/P&gt;&lt;P&gt;              data     = pictab[]&lt;/P&gt;&lt;P&gt;         CHANGING&lt;/P&gt;&lt;P&gt;              url      = url&lt;/P&gt;&lt;P&gt;         EXCEPTIONS&lt;/P&gt;&lt;P&gt;              OTHERS   = 99.&lt;/P&gt;&lt;P&gt;    IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;      CLEAR url.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the code they used to get a logo from the table indx/zntg_indx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls tell me how they upload that logo in that indx table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thans in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 11:39:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indx-table/m-p/3768324#M906758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T11:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: INDX table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indx-table/m-p/3768325#M906759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vibha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in one of the program they are using the code like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CASE which.&lt;/P&gt;&lt;P&gt;    WHEN 'ABB'. ASSIGN ix_id TO &amp;lt;ix_id&amp;gt;.&lt;/P&gt;&lt;P&gt;    WHEN 'CSC'. ASSIGN ix_id2 TO &amp;lt;ix_id&amp;gt;.&lt;/P&gt;&lt;P&gt;    WHEN OTHERS.&lt;/P&gt;&lt;P&gt;      EXIT.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;*&amp;lt;&amp;lt; 02/04 CSC&lt;/P&gt;&lt;P&gt;  SELECT mandt FROM ('T000') INTO TABLE tclnt&lt;/P&gt;&lt;P&gt;         WHERE mandt &amp;lt;&amp;gt; sy-mandt&lt;/P&gt;&lt;P&gt;         ORDER BY mandt.&lt;/P&gt;&lt;P&gt;  INSERT sy-mandt INTO tclnt INDEX 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT tclnt.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;auf unserem "eigenen" Cluster nachsehen&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    IMPORT picture_data TO pictab&lt;/P&gt;&lt;P&gt;           picture_size TO picsize&lt;/P&gt;&lt;P&gt;           picture_type TO pictype&lt;/P&gt;&lt;P&gt;           FROM DATABASE zntg_indx(pi)&lt;/P&gt;&lt;P&gt;           CLIENT tclnt ID &amp;lt;ix_id&amp;gt;.&lt;/P&gt;&lt;P&gt;    IF sy-subrc &amp;lt;&amp;gt; 0 OR pictab[] IS INITIAL.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;da wurde das Logo per Transport reingebracht&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      IMPORT picture_data TO pictab&lt;/P&gt;&lt;P&gt;             picture_size TO picsize&lt;/P&gt;&lt;P&gt;             picture_type TO pictype&lt;/P&gt;&lt;P&gt;             FROM DATABASE indx(zn)&lt;/P&gt;&lt;P&gt;             CLIENT tclnt ID &amp;lt;ix_id&amp;gt;.&lt;/P&gt;&lt;P&gt;      IF sy-subrc = 0 AND NOT pictab[] IS INITIAL.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;dann auf "unser" Cluster hauen&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        EXPORT picture_data FROM pictab&lt;/P&gt;&lt;P&gt;               picture_size FROM picsize&lt;/P&gt;&lt;P&gt;               picture_type FROM pictype&lt;/P&gt;&lt;P&gt;               TO DATABASE zntg_indx(pi)&lt;/P&gt;&lt;P&gt;               ID &amp;lt;ix_id&amp;gt;.&lt;/P&gt;&lt;P&gt;        COMMIT WORK.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;    IF NOT pictab[] IS INITIAL.&lt;/P&gt;&lt;P&gt;      EXIT.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;URL geben lassen&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IF NOT pictab[] IS INITIAL.&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'DP_CREATE_URL'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;              type     = 'image'&lt;/P&gt;&lt;P&gt;              subtype  = pictype&lt;/P&gt;&lt;P&gt;              size     = picsize&lt;/P&gt;&lt;P&gt;              lifetime = cndp_lifetime_transaction          "%46%&lt;/P&gt;&lt;P&gt;         TABLES&lt;/P&gt;&lt;P&gt;              data     = pictab[]&lt;/P&gt;&lt;P&gt;         CHANGING&lt;/P&gt;&lt;P&gt;              url      = url&lt;/P&gt;&lt;P&gt;         EXCEPTIONS&lt;/P&gt;&lt;P&gt;              OTHERS   = 99.&lt;/P&gt;&lt;P&gt;    IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;      CLEAR url.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the code they used to get a logo from the table indx/zntg_indx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls tell me how they upload that logo in that indx table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thans in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 11:41:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indx-table/m-p/3768325#M906759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T11:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: INDX table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indx-table/m-p/3768326#M906760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI all,&lt;/P&gt;&lt;P&gt;i want to know how this INDX table is uploading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 12:11:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indx-table/m-p/3768326#M906760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T12:11:35Z</dc:date>
    </item>
  </channel>
</rss>

