SAP Reports / Programs | Personnel Management | Personnel Administration(PA-PA) SAP PA

PAZUSPL4 SAP ABAP INCLUDE - documentation and ABAP source code







PAZUSPL4 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 PAZUSPL4 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 PAZUSPL4. "Basic submit
SUBMIT PAZUSPL4 AND RETURN. "Return to original report after report execution complete
SUBMIT PAZUSPL4 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 PAZUSPL4

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_BLOCK_LIST_INIT CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT' EXPORTING I_CALLBACK_PROGRAM = REPID I_CALLBACK_USER_COMMAND = 'DISP_USER_COMMAND' * i_callback_pf_status_set = pfstatus .

REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING it_fieldcat = g_fieldcat_documents is_layout = layout i_tabname = g_tabname_documents it_events = g_eventcat_documents * i_text = text-0b1 TABLES T_OUTTAB = G_DOCUMENTS.

REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING it_fieldcat = g_fieldcat_titles IS_LAYOUT = LAYOUT i_tabname = g_tabname_titles it_events = g_eventcat_titles * i_text = text-0b1 TABLES T_OUTTAB = G_TITLES.

REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING it_fieldcat = g_fieldcat_additional_data IS_LAYOUT = LAYOUT i_tabname = g_tabname_additional_data it_events = g_eventcat_additional_data * i_text = text-0b1 TABLES T_OUTTAB = G_ADDITIONAL_DATA.

REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING IT_FIELDCAT = G_FIELDCAT_FAMILY_MEMBERS is_layout = layout I_TABNAME = G_TABNAME_FAMILY_MEMBERS IT_EVENTS = G_EVENTCAT_FAMILY_MEMBERS * i_text = text-0b1 TABLES T_OUTTAB = G_FAMILY_MEMBERS.

REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING it_fieldcat = g_fieldcat_titles is_layout = layout * i_tabname = g_tabname_titles "67956930 I_TABNAME = G_TABNAME_PREV_TITLES "67956930 IT_EVENTS = G_EVENTCAT_PREV_TITLES * i_text = text-0b1 TABLES T_OUTTAB = G_PREV_TITLES.

REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING it_fieldcat = g_fieldcat_additional_data is_layout = layout * i_tabname = g_tabname_additional_data "67956930 I_TABNAME = G_TABNAME_PREV_ADDITIONAL_DATA "67956930 IT_EVENTS = G_EVENTCAT_PREV_ADDITIONAL_DAT * i_text = text-0b1 TABLES T_OUTTAB = G_PREV_ADDITIONAL_DATA.

REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING IT_FIELDCAT = G_FIELDCAT_FAMILY_MEMBERS is_layout = layout * i_tabname = g_tabname_family_members "67956930 I_TABNAME = G_TABNAME_PREV_FAMILY_MEMBERS "67956930 IT_EVENTS = G_EVENTCAT_PREV_FAMILY_MEMBERS * i_text = text-0b1 TABLES T_OUTTAB = G_PREV_FAMILY_MEMBERS.

REUSE_ALV_BLOCK_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_DISPLAY' EXPORTING is_print = g_print .

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING NO_POPUP = 'X' NO_PRINT = ' ' LINESIZE = G_LINE_SIZE LISTHEADER = LISTHEADER TABLES ERROR = G_RESULT_MESSAGES EXCEPTIONS INVALID_LINESIZE = 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 PAZUSPL4 or its description.