SAP Reports / Programs | Personnel Management | Personnel Administration | Kingdom of Saudi Arabia(PA-PA-SA) SAP PA

HSAPPRC0_ALV SAP ABAP INCLUDE - Include HSAPPRC0_ALV







HSAPPRC0_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 HSAPPRC0_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 HSAPPRC0_ALV. "Basic submit
SUBMIT HSAPPRC0_ALV AND RETURN. "Return to original report after report execution complete
SUBMIT HSAPPRC0_ALV VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include HSAPPRC0_ALV


INCLUDES used within this REPORT HSAPPRC0_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_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'PSAP_PROC_STC' I_BYPASSING_BUFFER = 'X' CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid is_layout = ls_alv_layout it_fieldcat = gt_fieldcat it_events = gt_events it_sort = it_sortcat TABLES t_outtab = it_proc EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = stuc_name I_BYPASSING_BUFFER = 'X' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_grid_title = title is_layout = ls_alv_layout it_events = lt_events it_fieldcat = lt_fieldcat it_sort = it_sortcat i_screen_start_column = 30 i_screen_start_line = 10 i_screen_end_column = 170 i_screen_end_line = 20 TABLES t_outtab = wa_proc-step_tab EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_grid_title = title is_layout = ls_alv_layout it_events = lt_events it_fieldcat = lt_fieldcat it_sort = it_sortcat i_screen_start_column = 30 i_screen_start_line = 10 i_screen_end_column = 120 i_screen_end_line = 25 TABLES t_outtab = wa_proc-infty_tab EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_grid_title = title is_layout = ls_alv_layout it_events = lt_events it_fieldcat = lt_fieldcat i_screen_start_column = 70 i_screen_start_line = 15 i_screen_end_column = 140 i_screen_end_line = 25 TABLES t_outtab = wa_step-ATTCH_TAB EXCEPTIONS program_error = 1 OTHERS = 2.



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 HSAPPRC0_ALV or its description.