STBRG_GROUPS_ALV is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter STBRG_GROUPS_ALV into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY_LVC CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY_LVC' EXPORTING i_callback_program = sy-repid i_callback_pf_status_set = 'STATUS_SET' i_callback_user_command = 'SALV_COMMAND' i_callback_top_of_page = 'SALV_HEADER' is_layout_lvc = ls_layout it_fieldcat_lvc = lt_fcat TABLES t_outtab = it_out EXCEPTIONS OTHERS = 0.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'SU2X_S_GRP_LIST_ALV' CHANGING ct_fieldcat = et_fcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_head.
GET_GLOBALS_FROM_SLVC_FULLSCR CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR' IMPORTING e_grid = cr_alv.
SUSR_SHOW_OBJECT CALL FUNCTION 'SUSR_SHOW_OBJECT' EXPORTING object = gs_ctrl-header-object.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
STBRG_GROUPS_ALV - STBRGGROUPSALV STBRG_GROUPS - General Maintenance of Authorization Groups STBRG_GROUPS - General Maintenance of Authorization Groups STATUS_TEXT_EDIT==============FT - STATUSTEXTEDIT==============FT STATUS_READ===================FT - STATUSREAD===================FT STATUS_MODIFICATION - STATUSMODIFICATION