We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

RE:[sap-abap] TOP_OF_PAGE not working in REUSE_ALV_HIERSEQ_LIST_DISPLAY

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Posted by Kalyani Udare
on Aug 22 at 1:13 AM
Here you go.

Declare an internal table of type SLIS_T_EVENT and insert event name in this table as

DATA : it_events TYPE slis_t_event,
wa_events type slis_alv_event.

WA_EVENTS-NAME = 'TOP_OF_PAGE'.
WA_EVENTS-FORM = 'F_TOP_OF_PAGE'.
APPEND WA_EVENTS TO IT_EVENTS.

Now, just pass this internal table in REUSE_ALV_HIERSEQ_LIST_DISPLAY.

Thanks and regards,
Kalyani

---------------Original Message---------------
From: Latha
Sent: Sunday, August 21, 2011 4:28 PM
Subject: TOP_OF_PAGE not working in REUSE_ALV_HIERSEQ_LIST_DISPLAY

Hi Kalyani,

I am also having the same issue not able to display report header using FM REUSE_ALV_HIERARCHIAL_LIST . Can you post the solution .

__.____._
Copyright © 2011 Toolbox.com and message author.

Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
Mark as helpful
View this online
  
Popular White Papers

In the Spotlight
View the "Managing the Application Life Cycle" webinar and learn how organizations optimize their SAP applications.
_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language