SAP Reports / Programs | Payroll | Payroll: General Parts | Reuse Services for Country Development(PY-XX-RS) SAP PY

RPUBWCD0 SAP ABAP Report - documentation and ABAP source code







RPUBWCD0 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 RPUBWCD0 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 RPUBWCD0. "Basic submit
SUBMIT RPUBWCD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUBWCD0 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: P_BEWID = D .
Title: Report RPUBWCD0
Text Symbol: H01 = Statement
Text Symbol: H02 = Customizing Data
Text Symbol: H03 = List Output
Text Symbol: T10 = Basic Data
Text Symbol: T11 = General Data (T5DF0)
Text Symbol: T12 = Statement Parameter (T5DF6)
Text Symbol: T20 = Statement Wage Types (T5DF1)
Text Symbol: T30 = Statement Functions (T5DF2)
Text Symbol: T40 = Window Elements (T5DF3)
Text Symbol: T50 = Form Window/Text Element


INCLUDES used within this REPORT RPUBWCD0

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:

READ_FORM_ELEMENTS CALL FUNCTION 'READ_FORM_ELEMENTS' EXPORTING form = wa_t5df0-fname language = sy-langu TABLES elements = eltab.

READ_FORM_LINES CALL FUNCTION 'READ_FORM_LINES' EXPORTING element = eltab-element form = wa_t5df0-fname language = sy-langu window = eltab-window TABLES lines = lines.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile EXCEPTIONS program_error = 1 no_logs = 2 OTHERS = 4.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = p_node_root i_node_txt = p_text i_categ_id = p_categ_id IMPORTING e_node_key = p_node EXCEPTIONS OTHERS = 4.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = p_categ_id i_structure_name = p_strucname is_layout = l_layout i_default = 'X' i_save = 'A' is_variant = l_variant EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'HRPAYDEBW_BFUNC' CHANGING ct_fieldcat = l_field_cat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'FUNC' it_fieldcat = l_field_cat is_layout = l_layout i_default = 'X' i_save = 'A' is_variant = l_variant i_clbk = l_clbk EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = p_node_data i_row_data = p_data EXCEPTIONS program_error = 1 OTHERS = 2.

HRDSYS_SHOW_DOCU CALL FUNCTION 'HRDSYS_SHOW_DOCU' EXPORTING oname = otype = 'BFUNC' EXCEPTIONS wrong_otype = 1 loio_not_found = 2 internal_error = 3 OTHERS = 4.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = p_tabnam langu = sy-langu TABLES dfies_tab = it_ddif EXCEPTIONS OTHERS = 4.



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