<?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 alv doubt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-doubt/m-p/1533418#M243501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1)wat is the use diff b/w reuse_alv_comments_write. &amp;amp; &lt;/P&gt;&lt;P&gt;                        reuse_alv_events_get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) in fieldcatlog method how to pass the events&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reply me aspl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Aug 2006 12:26:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-24T12:26:53Z</dc:date>
    <item>
      <title>alv doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-doubt/m-p/1533418#M243501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1)wat is the use diff b/w reuse_alv_comments_write. &amp;amp; &lt;/P&gt;&lt;P&gt;                        reuse_alv_events_get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) in fieldcatlog method how to pass the events&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reply me aspl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 12:26:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-doubt/m-p/1533418#M243501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T12:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: alv doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-doubt/m-p/1533419#M243502</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;A.	&amp;lt;b&amp;gt;REUSE_ALV_EVENTS_GET&amp;lt;/b&amp;gt; :     Returns table of possible events for a list type                          &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         Parameters : &lt;/P&gt;&lt;P&gt;I.	Import :&lt;/P&gt;&lt;P&gt;                            Et_Events    :   The event table is returned with all possible CALLBACK events &lt;/P&gt;&lt;P&gt;for the specified list type (column 'NAME').  For events to be processed by Callback, their 'FORM' field must be filled. If the field is initialized, the event is ignored. The entry can  be read from the event table, the field 'FORM' filled and the entry modified using constants from the type pool SALV.                         &lt;/P&gt;&lt;P&gt;II.	Export :&lt;/P&gt;&lt;P&gt;                                 I_List_type   :                                                &lt;/P&gt;&lt;P&gt; 			      0 = simple list REUSE_ALV_LIST_DISPLAY         &lt;/P&gt;&lt;P&gt;      1 = hierarchcal-sequential list  REUSE_ALV_HIERSEQ_LIST_DISPLAY &lt;/P&gt;&lt;P&gt;      2 = simple block list REUSE_ALV_BLOCK_LIST_APPEND    &lt;/P&gt;&lt;P&gt;     3 = hierarchical-sequential block list    &lt;/P&gt;&lt;P&gt;                              REUSE_ALV_BLOCK_LIST_HS_APPEND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B.	&amp;lt;b&amp;gt;REUSE_ALV_COMMENTARY_WRITE&amp;lt;/b&amp;gt;   :    This is used in the Top-of-page event to print the headings and other comments for the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          Parameters  : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I.  it_list_commentary  :  internal table with the headings  of the type slis_t_listheader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         This internal table has three fields :&lt;/P&gt;&lt;P&gt;        Typ  : &amp;#145;H&amp;#146; &amp;#150; header, &amp;#145;S&amp;#146; &amp;#150; selection , &amp;#145;A&amp;#146; - action&lt;/P&gt;&lt;P&gt;        Key  : only when typ is &amp;#145;S&amp;#146;.&lt;/P&gt;&lt;P&gt;       Info  :  the text to be printed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C.	&amp;lt;b&amp;gt;REUSE_ALV_FIELDCATALOG_MERGE&amp;lt;/b&amp;gt; :  This function module is used to populate a fieldcatalog which is essential to display the data in ALV. If the output data is from a single dictionary table and all the columns are selected, then we need not exclusively create the field catalog. Its enough to mention the table name as a parameter(I_structure name) in the REUSE_ALV_LIST_DISPLAY. But in other cases we need to create it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      The Important Parameters are :&lt;/P&gt;&lt;P&gt;I.	Export :&lt;/P&gt;&lt;P&gt;                                i.            I_program_name    : report id&lt;/P&gt;&lt;P&gt;ii.	I_internal_tabname  : the internal output table&lt;/P&gt;&lt;P&gt;iii.	I_inclname              : include or the report name where all the dynamic forms are handled.&lt;/P&gt;&lt;P&gt;       II  Changing&lt;/P&gt;&lt;P&gt;        ct_fieldcat      : an internal table with the type SLIS_T_FIELDCAT_ALV which is  &lt;/P&gt;&lt;P&gt;                                  declared in the type pool SLIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sowjanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 12:30:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-doubt/m-p/1533419#M243502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T12:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: alv doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-doubt/m-p/1533420#M243503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sowjanya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    1) What is use of blocked alv &amp;amp; hierarchical alv.  &lt;/P&gt;&lt;P&gt;    2) What are  the parameters in bloced and hierarchical. &lt;/P&gt;&lt;P&gt;    3) When we will use these two alv's &amp;amp; functionality .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   plz reply me back aspl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 13:12:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-doubt/m-p/1533420#M243503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T13:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: alv doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-doubt/m-p/1533421#M243504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vishnu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;send me your mail id, i will send you good document for the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sowjanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 13:20:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-doubt/m-p/1533421#M243504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T13:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: alv doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-doubt/m-p/1533422#M243505</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;    vishnu.grandhe@gmail.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 13:26:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-doubt/m-p/1533422#M243505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T13:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: alv doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-doubt/m-p/1533423#M243506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please send to me also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cmragu@gmail.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 13:34:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-doubt/m-p/1533423#M243506</guid>
      <dc:creator>raguraman_c</dc:creator>
      <dc:date>2006-08-24T13:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: alv doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-doubt/m-p/1533424#M243507</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 have sent both of you alv documnet&lt;/P&gt;&lt;P&gt;Please go thru it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sowjanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 13:43:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-doubt/m-p/1533424#M243507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T13:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: alv doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-doubt/m-p/1533425#M243508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishnu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both Blocked ALV and Hierarchical ALV can display header and item details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blocked list: Is a combination of two reports. You can have combination of one general list and one hierarchical list in a blocked list. &lt;/P&gt;&lt;P&gt;Ex: you can display Header details in a list display &amp;amp;&lt;/P&gt;&lt;P&gt;    you can display item and line item details using hierarchical list display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hierarchical list: It can display header and item details.&lt;/P&gt;&lt;P&gt;Ex: Header and item details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the above post is useful and your issues has been solved, please close the post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;GSK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 14:08:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-doubt/m-p/1533425#M243508</guid>
      <dc:creator>sreekanthgo</dc:creator>
      <dc:date>2006-08-24T14:08:19Z</dc:date>
    </item>
  </channel>
</rss>

