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

RPUOTUJ4 SAP ABAP INCLUDE - Include RPUOTUJ4







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


INCLUDES used within this REPORT RPUOTUJ4

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 = 'PJP_OTSU_DEPINF' CHANGING ct_fieldcat = gt_fieldcat.

HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'START' it_fieldcat = gt_fieldcat i_save = 'A' is_variant = gs_variant i_default = 'X' is_layout = gs_alv_layout i_rowmark = 'X' is_pushbuttons = gs_pushbutton.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = TEXT-SHO i_categ_id = 'START' IMPORTING e_node_key = gs_start_node.

DDUT_TEXT_FOR_VALUE call function 'DDUT_TEXT_FOR_VALUE' exporting tabname = lv_stru value = lv_dpid importing text = lv_txt exceptions others = 4.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = lv_node_key i_row_data = ls_row EXCEPTIONS program_error = 1 others = 2.

HR_PAL_LOG_REFRESH call function 'HR_PAL_LOG_REFRESH' EXCEPTIONS program_error = 1 others = 2.

HR_PAL_LOG_DISPLAY call function 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = lv_display_profile.

BAPI_EMPLOYEE_ENQUEUE call function 'BAPI_EMPLOYEE_ENQUEUE' exporting number = gs_p0021-pernr importing return = return exceptions others = 1.

HR_INFOTYPE_OPERATION CALL FUNCTION 'HR_INFOTYPE_OPERATION' EXPORTING infty = '0021' number = gs_p0021-pernr subtype = gs_p0021-subty objectid = gs_p0021-objps recordnumber = gs_p0021-seqnr lockindicator = gs_p0021-sprps validityend = gs_p0021-endda validitybegin = gs_p0021-begda record = gs_p0021 operation = lv_mode view_identifier = '22' secondary_record = gs_p0148 IMPORTING return = return EXCEPTIONS OTHERS = 0.

BAPI_EMPLOYEE_DEQUEUE call function 'BAPI_EMPLOYEE_DEQUEUE' exporting number = gs_p0021-pernr importing return = return exceptions others = 1.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'P22_MESSAGE' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.



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