SAP Reports / Programs | Payroll | Canada(PY-CA) SAP PY

RPCYERKT SAP ABAP INCLUDE - Include RPCYERKT







RPCYERKT 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 RPCYERKT 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 RPCYERKT. "Basic submit
SUBMIT RPCYERKT AND RETURN. "Return to original report after report execution complete
SUBMIT RPCYERKT 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 RPCYERKT
Text Symbol: 001 = T4
Text Symbol: 002 = T4A
Text Symbol: 003 = REL1
Text Symbol: 004 = REL2
Text Symbol: N01 = Year End Reporting, Canada
Text Symbol: T01 = T4
Text Symbol: T02 = T4A
Text Symbol: T03 = Releve 1
Text Symbol: T04 = Releve 2
001 Emp.# Employee
002 Business No. Quebec Tax ID Work Area


INCLUDES used within this REPORT RPCYERKT

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:

RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES nodetab = $nodetab EXCEPTIONS tree_failure = 1 id_not_found = 2 wrong_relationship = 3 OTHERS = 4.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = $prog callback_user_command = $ucomm.

RS_TREE_GET_NODE CALL FUNCTION 'RS_TREE_GET_NODE' EXPORTING node_id = $node_id IMPORTING node_info = $node_info EXCEPTIONS id_not_found = 1 OTHERS = 2.

RS_TREE_GET_CURRENT_TREE CALL FUNCTION 'RS_TREE_GET_CURRENT_TREE' TABLES nodelist = $nodelist * NODEINFO = EXCEPTIONS OTHERS = 1.

RS_TREE_GET_NODE_BY_NAME * CALL FUNCTION 'RS_TREE_GET_NODE_BY_NAME' * EXPORTING * node_name = $node_name * IMPORTING * node_info = $node_info ** TABLES ** nodes = * EXCEPTIONS * name_not_found = 1 * OTHERS = 2.

RS_TREE_SET_NODE CALL FUNCTION 'RS_TREE_SET_NODE' EXPORTING node_info = $node_info EXCEPTIONS id_not_found = 1 OTHERS = 2.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'RPCYERKX' * IMPORTING * X030L_WA = TABLES x031l_tab = it_x031l EXCEPTIONS not_found = 1 OTHERS = 2.

XXL_SIMPLE_API CALL FUNCTION 'XXL_SIMPLE_API' EXPORTING filename = 'YER_CAN' header = ' ' n_key_cols = 6 "Note 1138837 TABLES col_text = it_gxxlt_v data = $itab online_text = it_gxxlt_o print_text = it_gxxlt_p EXCEPTIONS dim_mismatch_data = 1 file_open_error = 2 file_write_error = 3 inv_winsys = 4 inv_xxl = 5 OTHERS = 6.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_grid_title = l_title is_layout = ls_layout_alv it_fieldcat = lt_fieldcat[] TABLES t_outtab = gt_errlog 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 RPCYERKT or its description.