SAP Reports / Programs | Basis Components | Security | User and Authorization Management(BC-SEC-USR-ADM) SAP BC

SRCUTE01_ALV SAP ABAP INCLUDE - SRCUTE01ALV







SRCUTE01_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 SRCUTE01_ALV into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT SRCUTE01_ALV. "Basic submit
SUBMIT SRCUTE01_ALV AND RETURN. "Return to original report after report execution complete
SUBMIT SRCUTE01_ALV VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT SRCUTE01_ALV

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

REUSE_ALV_GRID_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_GRID_LAYOUT_INFO_GET' IMPORTING et_marked_columns = lt_fieldcat_alv[] EXCEPTIONS no_infos = 0 program_error = 0 OTHERS = 0.

SUSR_ZBV_LANDSCAPE_GET * CALL FUNCTION 'SUSR_ZBV_LANDSCAPE_GET' * IMPORTING * is_central_system = ld_cua_central * EXCEPTIONS * invalid_model = 1 * not_active = 2 * OTHERS = 3.

SCWB_NOTE_IMPL_STATUS * CALL FUNCTION 'SCWB_NOTE_IMPL_STATUS' * EXPORTING * is_note = ls_note * IMPORTING * ev_status = ld_note_status * EXCEPTIONS * note_not_found = 1 * inconsistent_delivery_data = 2 * undefined_component_state = 3 * incomplete_note_data = 4 * OTHERS = 5.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DELETE_DEFAULT_PRINTPARAMS CALL FUNCTION 'DELETE_DEFAULT_PRINTPARAMS' EXPORTING user = -bname EXCEPTIONS OTHERS = 0.

SPERS_DELETE_DISTRIBUTION_DATA * CALL FUNCTION 'SPERS_DELETE_DISTRIBUTION_DATA' * EXPORTING * p_user = -bname * EXCEPTIONS * OTHERS = 0.

RSLG_WRITE_SYSLOG_ENTRY CALL FUNCTION 'RSLG_WRITE_SYSLOG_ENTRY' EXPORTING data_word1 = gs_syslog_param-param_a data_word2 = gs_syslog_param-param_b sl_message_area = 'C4' "std. syslog mess. incl. monitor alert

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = ld_repid i_bypassing_buffer = abap_true i_callback_pf_status_set = gc_pf_status_form i_callback_top_of_page = gc_form_top i_callback_html_top_of_page = gc_form_html_top i_callback_user_command = gc_user_command i_grid_title = ld_grid_title is_layout = ls_layout is_print = ls_print it_fieldcat = lt_fieldcat[] it_excluding = lt_exclude_tab[] i_save = 'A' i_html_height_top = 18 TABLES t_outtab = gt_obsolete_tabs EXCEPTIONS OTHERS = 0.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = ld_repid i_bypassing_buffer = 'X' i_callback_pf_status_set = gc_pf_status_form i_callback_top_of_page = gc_form_top i_grid_title = ld_grid_title i_grid_settings = ls_grid_settings is_layout = ls_layout is_variant = ls_alv_variant it_fieldcat = lt_fieldcat[] it_excluding = lt_exclude_tab[] i_save = 'A' TABLES t_outtab = gt_content EXCEPTIONS OTHERS = 0.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SRCUTE01_ALV or its description.