Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
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 | | Popular White Papers In the Spotlight View the "Managing the Application Life Cycle" webinar and learn how organizations optimize their SAP applications. _.____.__ |