<?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 with alv interactive reports in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917543#M381466</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... this is one error,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the other is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_CALLBACK_PROGRAM = 'repid'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;must be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_CALLBACK_PROGRAM = repid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Feb 2007 10:16:06 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2007-02-24T10:16:06Z</dc:date>
    <item>
      <title>problem with alv interactive reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917538#M381461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I am getting problem with alv interactive code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------------------------------" /&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; Report  ZBPMYALVINTERACTIVE1                                        *&lt;/P&gt;&lt;P&gt;*&amp;amp;                                                                     *&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;                                                                     *&lt;/P&gt;&lt;P&gt;*&amp;amp;                                                                     *&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;&lt;/P&gt;&lt;P&gt;REPORT  ZBPMYALVINTERACTIVE1 no standard page heading line-count 32(2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS: SLIS.&lt;/P&gt;&lt;P&gt;tables: kna1,vbak,vbap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options : cust for kna1-kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of t_kna1,&lt;/P&gt;&lt;P&gt;      kunnr type kunnr,&lt;/P&gt;&lt;P&gt;      name1 type name1,&lt;/P&gt;&lt;P&gt;      ort01 type ort01,&lt;/P&gt;&lt;P&gt;      land1 type land1,&lt;/P&gt;&lt;P&gt;      end of t_kna1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of t_vbak,&lt;/P&gt;&lt;P&gt;       vbeln type vbeln,&lt;/P&gt;&lt;P&gt;       netwr type netwr,&lt;/P&gt;&lt;P&gt;       end of t_vbak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: i_kna1 type standard table of t_kna1 initial size 100,&lt;/P&gt;&lt;P&gt;      w_kna1 type t_kna1,&lt;/P&gt;&lt;P&gt;      i_vbak type standard table of t_vbak initial size 100,&lt;/P&gt;&lt;P&gt;      w_vbak type t_vbak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: repid like sy-repid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: w_fcat1 type slis_fieldcat_alv,&lt;/P&gt;&lt;P&gt;      t_fcat1 type slis_t_fieldcat_alv,&lt;/P&gt;&lt;P&gt;      w_fcat2 type slis_fieldcat_alv,&lt;/P&gt;&lt;P&gt;      t_fcat2 type slis_t_fieldcat_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: t_events type slis_t_event,&lt;/P&gt;&lt;P&gt;      s_events type slis_alv_event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform getdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;repid = sy-repid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      select kunnr land1 name1 ort01 from kna1 into table i_kna1 where&lt;/P&gt;&lt;P&gt;kunnr in cust.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;   I_CALLBACK_PROGRAM             = 'repid'&lt;/P&gt;&lt;P&gt;   IT_FIELDCAT                    = t_fcat1&lt;/P&gt;&lt;P&gt;   IT_EVENTS                      = t_events&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    T_OUTTAB                       = i_kna1&lt;/P&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;&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  getdata&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;  p1        text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; &amp;lt;--  p2        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;&lt;/P&gt;&lt;P&gt;FORM getdata .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_fcat1-fieldname = 'KUNNR'.&lt;/P&gt;&lt;P&gt;w_fcat1-seltext_m = 'Customer'.&lt;/P&gt;&lt;P&gt;append w_fcat1 to t_fcat1.&lt;/P&gt;&lt;P&gt;clear w_fcat1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_fcat1-fieldname = 'LAND1'.&lt;/P&gt;&lt;P&gt;w_fcat1-seltext_m = 'Country'.&lt;/P&gt;&lt;P&gt;append w_fcat1 to t_fcat1.&lt;/P&gt;&lt;P&gt;clear w_fcat1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_fcat1-fieldname = 'NAME1'.&lt;/P&gt;&lt;P&gt;w_fcat1-seltext_m = 'Name'.&lt;/P&gt;&lt;P&gt;append w_fcat1 to t_fcat1.&lt;/P&gt;&lt;P&gt;clear w_fcat1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_fcat1-fieldname = 'ORT01'.&lt;/P&gt;&lt;P&gt;w_fcat1-seltext_m = 'City'.&lt;/P&gt;&lt;P&gt;append w_fcat1 to t_fcat1.&lt;/P&gt;&lt;P&gt;clear w_fcat1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_fcat2-fieldname = 'VBELN'.&lt;/P&gt;&lt;P&gt;w_fcat2-seltext_m = 'Order No'.&lt;/P&gt;&lt;P&gt;append w_fcat2 to t_fcat2.&lt;/P&gt;&lt;P&gt;clear w_fcat2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_fcat2-fieldname = 'NETWR'.&lt;/P&gt;&lt;P&gt;w_fcat2-seltext_m = 'Net Order Value'.&lt;/P&gt;&lt;P&gt;append w_fcat2 to t_fcat2.&lt;/P&gt;&lt;P&gt;clear w_fcat2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_events-name = 'user-command'.&lt;/P&gt;&lt;P&gt;s_events-form = 'val'.&lt;/P&gt;&lt;P&gt;append s_events to t_events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " getdata&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*perform val.&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  val&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;  p1        text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; &amp;lt;--  p2        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 val using user-command like sy-ucomm sel type slis_selfield .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: cus(10) type n,&lt;/P&gt;&lt;P&gt;      sal(10) type n,&lt;/P&gt;&lt;P&gt;      mat(10) type n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sel-fieldname = 'KUNNR'.&lt;/P&gt;&lt;P&gt;    cus = sel-value.&lt;/P&gt;&lt;P&gt;select vbeln netwr from vbak into table i_vbak where kunnr = cus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;    I_CALLBACK_PROGRAM             = 'repid '&lt;/P&gt;&lt;P&gt;    IT_FIELDCAT                    = t_fcat2&lt;/P&gt;&lt;P&gt;    IT_EVENTS                      = t_events&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    T_OUTTAB                       = i_vbak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " val&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while executing the code i am getting the following error "call back event user-command does'nt exit". Can i know how to fix the error.&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>Sat, 24 Feb 2007 05:17:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917538#M381461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-24T05:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: problem with alv interactive reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917539#M381462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of using this function module you can try this:&lt;/P&gt;&lt;P&gt;FORM user_command USING alv_ucomm LIKE sy-ucomm&lt;/P&gt;&lt;P&gt;                        rs_selfield TYPE slis_selfield.&lt;/P&gt;&lt;P&gt;  DATA: ls_vbeln TYPE vbeln.&lt;/P&gt;&lt;P&gt;  DATA: ls_posnr TYPE posnr.&lt;/P&gt;&lt;P&gt;  DATA: ls_err_text(80) TYPE c. "Message text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CASE alv_ucomm.&lt;/P&gt;&lt;P&gt;    WHEN '&amp;amp;IC1'.                       "Double Click&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     CASE rs_selfield-fieldname.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       WHEN 'DOCNUM'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      READ TABLE alv_table INDEX rs_selfield-tabindex.&lt;/P&gt;&lt;P&gt;      IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;        ls_vbeln = alv_table-docnum.&lt;/P&gt;&lt;P&gt;        ls_posnr = alv_table-itemno+4(6).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***************&lt;/P&gt;&lt;P&gt;after this do whatever function you want to perform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we double click value of sy-ucomm is &amp;amp;Ic1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Feb 2007 05:38:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917539#M381462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-24T05:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: problem with alv interactive reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917540#M381463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;       In the Function Module REUSE_ALV_LIST_DISPLAY pass the parameter &lt;/P&gt;&lt;P&gt;i_callback_usercommand as 'USER_COMMAND'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use FM REUSE_EVENTS_GET and append ur events USER_COMMAND AND FORM USER_COMMAND .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use REUSE_EVENTS_SET .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Feb 2007 05:39:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917540#M381463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-24T05:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: problem with alv interactive reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917541#M381464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA : IFIELDCAT TYPE SLIS_T_FIELDCAT_ALV,&lt;/P&gt;&lt;P&gt;       WFIELDCAT TYPE SLIS_FIELDCAT_ALV,&lt;/P&gt;&lt;P&gt;       ILAYOUT TYPE SLIS_LAYOUT_ALV,&lt;/P&gt;&lt;P&gt;       ievent type slis_t_event,&lt;/P&gt;&lt;P&gt;       wevent type slis_alv_event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_EVENTS_GET'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   I_LIST_TYPE           = 0&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   ET_EVENTS             = ievent&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;  LIST_TYPE_WRONG       = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                = 2&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;read table ievent into wevent with key name = 'USER_COMMAND'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;wevent-form = 'USER_COMMAND'.&lt;/P&gt;&lt;P&gt;modify ievent from wevent index sy-tabix.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now call&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM val using user_command like sy-ucomm sel type slis_selfield .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: cus(10) type n,&lt;/P&gt;&lt;P&gt;sal(10) type n,&lt;/P&gt;&lt;P&gt;mat(10) type n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sel-fieldname = 'KUNNR'.&lt;/P&gt;&lt;P&gt;cus = sel-value.&lt;/P&gt;&lt;P&gt;select vbeln netwr from vbak into table i_vbak where kunnr = cus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;I_CALLBACK_PROGRAM = 'repid '&lt;/P&gt;&lt;P&gt;IT_FIELDCAT = t_fcat2&lt;/P&gt;&lt;P&gt;IT_EVENTS = t_events&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;T_OUTTAB = i_vbak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Feb 2007 08:05:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917541#M381464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-24T08:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: problem with alv interactive reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917542#M381465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ben&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following line in your code&lt;/P&gt;&lt;P&gt;s_events-name = '&amp;lt;b&amp;gt;user-command'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user_command should be in capital.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace 'user_command' with 'USER_COMMAND'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it doesn't give the error for sure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Feb 2007 08:45:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917542#M381465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-24T08:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: problem with alv interactive reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917543#M381466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... this is one error,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the other is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_CALLBACK_PROGRAM = 'repid'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;must be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_CALLBACK_PROGRAM = repid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Feb 2007 10:16:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917543#M381466</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-02-24T10:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: problem with alv interactive reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917544#M381467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi BEN,&lt;/P&gt;&lt;P&gt;  The main problem in your code that i can see is while calling the Function Module:-&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;I_CALLBACK_PROGRAM = 'repid'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;IT_FIELDCAT = t_fcat1&lt;/P&gt;&lt;P&gt;IT_EVENTS = t_events&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;T_OUTTAB = i_kna1&lt;/P&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;The parameter: I_CALLBACK_PROGRAM should have the name of the program in all CAPS. &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;I_CALLBACK_PROGRAM = 'REPID'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Its a case sensitive thing. Also, you can put the name of the callback program in a Variable and pass the name of the variable directly to the parameter.&lt;/P&gt;&lt;P&gt;DATA: lv_program type sy-repid.&lt;/P&gt;&lt;P&gt;lv_program = 'ZTEST_REPORT'.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;I_CALLBACK_PROGRAM = lv_program&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Please reward points if your are satisfied with the solution :).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Ravi &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Feb 2007 10:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917544#M381467</guid>
      <dc:creator>raviprakash</dc:creator>
      <dc:date>2007-02-24T10:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: problem with alv interactive reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917545#M381468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first list is displaying but when i double click on the customer no its not displaying second list. is there any problem with the code. I changed user_command and repid to upper case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Feb 2007 22:14:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917545#M381468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-24T22:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: problem with alv interactive reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917546#M381469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ben &lt;/P&gt;&lt;P&gt;do the following changes&lt;/P&gt;&lt;P&gt;1)&lt;/P&gt;&lt;P&gt;w_fcat1-fieldname = 'KUNNR'.&lt;/P&gt;&lt;P&gt;w_fcat1-seltext_m = 'Customer'.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;w_fcat1-HOTSPOT = 'X'.&amp;lt;/b&amp;gt;  &lt;/P&gt;&lt;P&gt;append w_fcat1 to t_fcat1.&lt;/P&gt;&lt;P&gt;clear w_fcat1.&lt;/P&gt;&lt;P&gt;2)&lt;/P&gt;&lt;P&gt;s_events-name = 'USER_COMMAND'.&lt;/P&gt;&lt;P&gt;s_events-form = '&amp;lt;b&amp;gt;VAL&amp;lt;/b&amp;gt;'.&lt;/P&gt;&lt;P&gt;append s_events to t_events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)FORM val using user-command like sy-ucomm sel type slis_selfield .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: cus(10) type n,&lt;/P&gt;&lt;P&gt;sal(10) type n,&lt;/P&gt;&lt;P&gt;mat(10) type n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sel-fieldname = 'KUNNR'.&lt;/P&gt;&lt;P&gt;cus = sel-value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*use the following function module for conversion&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt; CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;     input         = CUS&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    OUTPUT        = CUS&lt;/P&gt;&lt;P&gt;    .&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;select vbeln netwr from vbak into table i_vbak where kunnr = cus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;I_CALLBACK_PROGRAM = REPID&lt;/P&gt;&lt;P&gt;IT_FIELDCAT = t_fcat2&lt;/P&gt;&lt;P&gt;IT_EVENTS = t_events&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;T_OUTTAB = i_vbak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;4) make REPID capital where ever you are passing that parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert back if you still have problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 05:19:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917546#M381469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-26T05:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: problem with alv interactive reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917547#M381470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I said:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;don't change repid to upper case but do not enclose itz in quotes because you defiined it as a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 18:23:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917547#M381470</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-02-26T18:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: problem with alv interactive reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917548#M381471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to know how to display the grid title with multi lines in alv. I am using I_GRID_TITLE = '   '.  In the same way how to display an image in alv. I am using reuse_alv_grid_display function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Mar 2007 03:19:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917548#M381471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-03T03:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: problem with alv interactive reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917549#M381472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use TOP OF PAGE event to display the headings and logo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and add this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM TOP OF PAGE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM BUILD_LISTHEADER USING I_LISTHEADER TYPE SLIS_T_LISTHEADER.&lt;/P&gt;&lt;P&gt;DATA HLINE TYPE SLIS_LISTHEADER.&lt;/P&gt;&lt;P&gt;HLINE-INFO = 'this is my first alv pgm'.&lt;/P&gt;&lt;P&gt;HLINE-TYP = 'H'.&lt;/P&gt;&lt;P&gt;ENDFORM. "build_listheader&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Call Function -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;IT_LIST_COMMENTARY = IT_LISTHEADER&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;i_logo =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;I_END_OF_LIST_GRID =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the sample by Arun R in this thread.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="282493"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Mar 2007 03:31:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917549#M381472</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-03-03T03:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: problem with alv interactive reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917550#M381473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not getting the Image and text in the header. I am getting the blank header.My code is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------" /&gt;&lt;P&gt;REPORT ZBPMYALVINTERACTIVE1 no standard page heading line-count 32(2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS: SLIS.&lt;/P&gt;&lt;P&gt;tables: kna1,vbak,vbap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options : cust for kna1-kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of t_kna1,&lt;/P&gt;&lt;P&gt;kunnr type kunnr,&lt;/P&gt;&lt;P&gt;name1 type name1,&lt;/P&gt;&lt;P&gt;ort01 type ort01,&lt;/P&gt;&lt;P&gt;land1 type land1,&lt;/P&gt;&lt;P&gt;end of t_kna1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of t_vbak,&lt;/P&gt;&lt;P&gt;vbeln type vbeln,&lt;/P&gt;&lt;P&gt;netwr type netwr,&lt;/P&gt;&lt;P&gt;end of t_vbak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of t_vbap,&lt;/P&gt;&lt;P&gt;posnr type posnr,&lt;/P&gt;&lt;P&gt;matnr type matnr,&lt;/P&gt;&lt;P&gt;end of t_vbap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: i_kna1 type standard table of t_kna1 initial size 100,&lt;/P&gt;&lt;P&gt;w_kna1 type t_kna1,&lt;/P&gt;&lt;P&gt;i_vbak type standard table of t_vbak initial size 100,&lt;/P&gt;&lt;P&gt;w_vbak type t_vbak,&lt;/P&gt;&lt;P&gt;i_vbap type standard table of t_vbap initial size 100,&lt;/P&gt;&lt;P&gt;w_vbap type t_vbak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: repid like sy-repid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: w_fcat1 type slis_fieldcat_alv,&lt;/P&gt;&lt;P&gt;t_fcat1 type slis_t_fieldcat_alv,&lt;/P&gt;&lt;P&gt;w_fcat2 type slis_fieldcat_alv,&lt;/P&gt;&lt;P&gt;t_fcat2 type slis_t_fieldcat_alv,&lt;/P&gt;&lt;P&gt;w_fcat3 type slis_fieldcat_alv,&lt;/P&gt;&lt;P&gt;t_fcat3 type slis_t_fieldcat_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: t_events type slis_t_event,&lt;/P&gt;&lt;P&gt;s_events type slis_alv_event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform getdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;repid = sy-repid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select kunnr land1 name1 ort01 from kna1 into table i_kna1 where&lt;/P&gt;&lt;P&gt;kunnr in cust.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;    I_CALLBACK_PROGRAM                = repid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I_CALLBACK_USER_COMMAND           = 'USER_COMMAND '&lt;/P&gt;&lt;P&gt;    I_CALLBACK_TOP_OF_PAGE            = 'top_of_page '&lt;/P&gt;&lt;P&gt;    IT_FIELDCAT                       = t_fcat1&lt;/P&gt;&lt;P&gt;    IT_EVENTS                         = t_events&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    T_OUTTAB                          = i_kna1&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;  PROGRAM_ERROR                     = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                            = 2&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;&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 getdata&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; p1 text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;&amp;lt;-- p2 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;&lt;/P&gt;&lt;P&gt;FORM getdata .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  w_fcat1-fieldname = 'KUNNR'.&lt;/P&gt;&lt;P&gt;  w_fcat1-outputlen = 7.&lt;/P&gt;&lt;P&gt;  w_fcat1-seltext_m = 'Customer'.&lt;/P&gt;&lt;P&gt;  append w_fcat1 to t_fcat1.&lt;/P&gt;&lt;P&gt;  clear w_fcat1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  w_fcat1-fieldname = 'LAND1'.&lt;/P&gt;&lt;P&gt;  w_fcat1-outputlen = 10.&lt;/P&gt;&lt;P&gt;  w_fcat1-seltext_m = 'Country'.&lt;/P&gt;&lt;P&gt;  append w_fcat1 to t_fcat1.&lt;/P&gt;&lt;P&gt;  clear w_fcat1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  w_fcat1-fieldname = 'NAME1'.&lt;/P&gt;&lt;P&gt;  w_fcat1-outputlen = 10.&lt;/P&gt;&lt;P&gt;  w_fcat1-seltext_m = 'Name'.&lt;/P&gt;&lt;P&gt;  append w_fcat1 to t_fcat1.&lt;/P&gt;&lt;P&gt;  clear w_fcat1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  w_fcat1-fieldname = 'ORT01'.&lt;/P&gt;&lt;P&gt;  w_fcat1-outputlen = 25.&lt;/P&gt;&lt;P&gt;  w_fcat1-seltext_m = 'City'.&lt;/P&gt;&lt;P&gt;  append w_fcat1 to t_fcat1.&lt;/P&gt;&lt;P&gt;  clear w_fcat1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  w_fcat2-fieldname = 'VBELN'.&lt;/P&gt;&lt;P&gt;  w_fcat2-seltext_m = 'Order No'.&lt;/P&gt;&lt;P&gt;  append w_fcat2 to t_fcat2.&lt;/P&gt;&lt;P&gt;  clear w_fcat2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  w_fcat2-fieldname = 'NETWR'.&lt;/P&gt;&lt;P&gt;  w_fcat2-seltext_m = 'Net Order Value'.&lt;/P&gt;&lt;P&gt;  append w_fcat2 to t_fcat2.&lt;/P&gt;&lt;P&gt;  clear w_fcat2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  w_fcat3-fieldname = 'POSNR'.&lt;/P&gt;&lt;P&gt;  w_fcat3-outputlen = 20.&lt;/P&gt;&lt;P&gt;  w_fcat3-seltext_m = 'Sales Document'.&lt;/P&gt;&lt;P&gt;  append w_fcat3 to t_fcat3.&lt;/P&gt;&lt;P&gt;  clear w_fcat3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  w_fcat3-fieldname = 'MATNR'.&lt;/P&gt;&lt;P&gt;  w_fcat3-outputlen = 20.&lt;/P&gt;&lt;P&gt;  w_fcat3-seltext_m = 'Material Number'.&lt;/P&gt;&lt;P&gt;  append w_fcat3 to t_fcat3.&lt;/P&gt;&lt;P&gt;  clear w_fcat3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--- Vivek   Begin of comments&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; s_events-name = 'user_command'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; s_events-form = 'val'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; append s_events to t_events.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*--- Vivek   End of comments&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--- Vivek   Begin of insertion&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; s_events-name = slis_ev_user_command.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; s_events-name = 'USER_COMMAND'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;APPEND s_events TO t_events.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*--- Vivek   End of insertion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM. " getdata&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; Form val&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; p1 text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;&amp;lt;-- p2 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 user_command using command like sy-ucomm    "vivek&lt;/P&gt;&lt;P&gt;                        sel type slis_selfield .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data: cus(10) type n.&lt;/P&gt;&lt;P&gt;    if sel-fieldname = 'KUNNR'.&lt;/P&gt;&lt;P&gt;    cus = sel-value.&lt;/P&gt;&lt;P&gt;    select vbeln netwr from vbak into table i_vbak where kunnr = cus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;              I_CALLBACK_PROGRAM = repid&lt;/P&gt;&lt;P&gt;              I_callback_user_command = 'USER_COMMAND1'&lt;/P&gt;&lt;P&gt;              IT_FIELDCAT        = t_fcat2&lt;/P&gt;&lt;P&gt;              IT_EVENTS          = t_events&lt;/P&gt;&lt;P&gt;         TABLES&lt;/P&gt;&lt;P&gt;              T_OUTTAB           = i_vbak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;  FORM user_command1 using command like sy-ucomm    "vivek&lt;/P&gt;&lt;P&gt;                        sel type slis_selfield .&lt;/P&gt;&lt;P&gt;data: sal(10) type n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if sel-fieldname = 'VBELN'.&lt;/P&gt;&lt;P&gt;    sal = sel-value.&lt;/P&gt;&lt;P&gt;    select posnr matnr from vbap into table i_vbap where vbeln = sal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;             I_CALLBACK_PROGRAM = repid&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;             IT_FIELDCAT        = t_fcat3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;             IT_EVENTS          = t_events&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;             T_OUTTAB           = i_vbap.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   I_CALLBACK_PROGRAM                = repid&lt;/P&gt;&lt;P&gt;    I_BACKGROUND_ID                   = 'Image '&lt;/P&gt;&lt;P&gt;  I_GRID_TITLE                      = 'This is the Third Grid'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_GRID_SETTINGS                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IS_LAYOUT                         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   IT_FIELDCAT                       = t_fcat3&lt;/P&gt;&lt;P&gt;   IT_EVENTS                         = t_events&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_SCREEN_START_COLUMN             = 10&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_SCREEN_START_LINE               = 5&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_SCREEN_END_COLUMN               = 20&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_SCREEN_END_LINE                 = 5&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    T_OUTTAB                          = i_vbap&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;  PROGRAM_ERROR                     = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                            = 2&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;&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;ENDFORM. " val&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;top-of-page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write: 'GCC',&lt;/P&gt;&lt;P&gt;        / 'Hoston','TX'.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IT_LIST_COMMENTARY       = it_list_header&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   I_LOGO                   = 'ENJOYSAP_LOGO'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_END_OF_LIST_GRID       =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Mar 2007 04:20:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917550#M381473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-03T04:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: problem with alv interactive reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917551#M381474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;P&gt;Check the following code, it may solve ur problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DATA: it_list_header type SLIS_T_LISTHEADER.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;I_CALLBACK_PROGRAM = repid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_CALLBACK_USER_COMMAND = 'USER_COMMAND '&lt;/P&gt;&lt;P&gt;*I_CALLBACK_TOP_OF_PAGE = 'top_of_page '&lt;/P&gt;&lt;P&gt;I_CALLBACK_TOP_OF_PAGE = '&amp;lt;b&amp;gt;TOP_OF_PAGE&amp;lt;/b&amp;gt;'&lt;/P&gt;&lt;P&gt;IT_FIELDCAT = t_fcat1&lt;/P&gt;&lt;P&gt;IT_EVENTS = t_events&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;T_OUTTAB = i_kna1&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;PROGRAM_ERROR = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;OTHERS = 2&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;FORM TOP_OF_PAGE.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;DATA: ls_line TYPE slis_listheader.&lt;/P&gt;&lt;P&gt;  CLEAR ls_line.&lt;/P&gt;&lt;P&gt;  ls_line-typ = 'H'.&lt;/P&gt;&lt;P&gt;  ls_line-info = 'GCC'.&lt;/P&gt;&lt;P&gt;  APPEND ls_line TO it_list_header.&lt;/P&gt;&lt;P&gt;CLEAR ls_line.&lt;/P&gt;&lt;P&gt;  ls_line-typ = 'H'.&lt;/P&gt;&lt;P&gt;  ls_line-info = 'Hoston'.&lt;/P&gt;&lt;P&gt;  APPEND ls_line TO it_list_header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt; IT_LIST_COMMENTARY = it_list_header&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;I_LOGO = 'ENJOYSAP_LOGO'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;I_END_OF_LIST_GRID =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Mar 2007 06:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917551#M381474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-03T06:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: problem with alv interactive reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917552#M381475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I want to know can we increase the size of the image/logo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Mar 2007 18:31:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917552#M381475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-03T18:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: problem with alv interactive reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917553#M381476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to change the size of a logo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Mar 2007 18:32:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917553#M381476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-03T18:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: problem with alv interactive reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917554#M381477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ben&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we are working with usual ABAP; logo occupies the space equal to its size. and it is displayed in the area reserved for top-of-page. &lt;/P&gt;&lt;P&gt;Reserve more space for top-of-page so that u can view the logo completely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF we display the logo using ABAP Objects, then we have control over it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 05:46:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-interactive-reports/m-p/1917554#M381477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-05T05:46:59Z</dc:date>
    </item>
  </channel>
</rss>

