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

RPU46CW0 SAP ABAP Report - documentation and ABAP source code







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


Text pool values


Selection Text: BEGDATE = D Start Date
Selection Text: ENDDATE = D End Date
Selection Text: JOBDATES = D Job dates
Selection Text: TEST = D Test without database up
Text Symbol: 001 = The entries listed below would be inserted in table T5W15.
Text Symbol: 002 = The entries listed below are inserted in table T5W15.
Text Symbol: 003 = Client
Text Symbol: 004 = Job
Text Symbol: 005 = Occ. Cat.
Text Symbol: 006 = From
Text Symbol: 007 = To
Text Symbol: 008 = The entries listed below have already existed in table T5W15.
Text Symbol: 009 = -
Text Symbol: 010 = SOC Code
Text Symbol: EDA = Either enter dates for the job attributes
Text Symbol: FRA = Dates for Job Attributes Occ. Cat. and SOC Code
Text Symbol: JDA = or mark 'Job dates' in order to use dates from table T513 (recommended)


INCLUDES used within this REPORT RPU46CW0

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 = c_alv_structures-u46c CHANGING ct_fieldcat = l_i_fieldcat EXCEPTIONS OTHERS = 99.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = cl_hr99b_pal=>c_root_node i_node_txt = l_title_text i_expand = 'X' i_categ_id = c_pal_categids-u46c IMPORTING e_node_key = obj_pal_log->g_node_key EXCEPTIONS program_error = 1 others = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = cl_hr99b_pal=>c_root_node i_node_txt = text-008 i_expand = 'X' i_categ_id = c_pal_categids-u46c IMPORTING e_node_key = obj_pal_log->g_node_key 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 RPU46CW0 or its description.