2007 May 14 9:11 PM
We're in the process of upgrading from 4.7 to ECC 6.0 and ran across an issue with reports using FM REUSE_ALV_GRID_DISPLAY.
In the TOP-OF-PAGE event, we are passing header info using FM REUSE_ALV_COMMENTARY_WRITE and it creates a comment section above the ALV with the header info.
In ECC 6.0, that info isn't showing anymore. Has anyone run into this issue?
Otherwise, is there a way to create the same functionality using the OO method?
Thanks,
Robert.
2007 May 14 9:14 PM
Hi Robert,
Are you getting a blank area in the place of the header?
There must be some problem with the SAP GUI.
Reinstall or install the latest patch for the SAP GUI.
regards,
Ravi
Hi Robert,
Are you getting a blank area in the place of the header?
There must be some problem with the SAP GUI.
Reinstall or install the latest patch for the SAP GUI.
regards,
Ravi
2007 May 14 9:14 PM
Hi Robert,
Are you getting a blank area in the place of the header?
There must be some problem with the SAP GUI.
Reinstall or install the latest patch for the SAP GUI.
regards,
Ravi
2007 May 14 9:16 PM
yes, a blank area is appearing there. i'll talk to BASIS about a patch for the GUI.
thanks for the advice.
2007 May 14 9:20 PM
I should note, that i have another report based on RHSTRU00 (headcount report) that works fine. it shows the area.
But, this is using OO ALV_TREE_CONTROL
CALL METHOD alv_tree_control->set_table_for_first_display
EXPORTING
is_variant = gs_variant
i_save = 'A'
i_default = 'X'
i_background_id = 'SIWB_WALLPAPER'
is_hierarchy_header = hierarchy_header
it_list_commentary = lt_list_commentary <======
it_toolbar_excluding = it_toolbar_excluding
CHANGING
it_outtab = it_tab
it_fieldcatalog = fieldcatalog.
2007 May 14 9:25 PM
Are you getting the heading for BALVST02_GRID program?
If yes, just, compare your prog
2007 May 14 9:57 PM
great.. we have to comment out the i_callback_html_top_of_page and it works
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
i_background_id = 'SIWB_WALLPAPER'
i_callback_program = g_repid
* i_callback_pf_status_set = 'DEFAULT'
i_callback_user_command = w_callback_ucomm
i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' <=========
is_layout = gs_layout
it_fieldcat = gt_fieldcat[]
it_special_groups = gt_sp_group[]
it_sort = gt_sort[]
i_save = g_save
is_variant = g_variant
it_events = gt_events[]
is_print = gs_print
TABLES
t_outtab = irep
EXCEPTIONS
program_error = 1.
2007 May 14 9:58 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |