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

RPCCSBKF_CE SAP ABAP INCLUDE - Include RPTDACBF







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


INCLUDES used within this REPORT RPCCSBKF_CE

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:

NUMBER_GET_INFO CALL FUNCTION 'NUMBER_GET_INFO' EXPORTING nr_range_nr = '01' "number range number object = 'RP_CBSID' "object used for numbers subobject = pp0001-bukrs toyear = v_toyear IMPORTING interval = nriv EXCEPTIONS interval_not_found = 1 object_not_found = 2.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' "inrdp-nrrangenr object = 'RP_CBSID' subobject = pp0001-bukrs toyear = v_toyear IMPORTING number = v_numb returncode = v_rc EXCEPTIONS interval_not_found = 1 object_not_found = 2.

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING client = sy-mandt logical_filename = 'BOND_SAVINGS_FILE' operating_system = sy-opsys parameter_1 = param1 use_presentation_server = 'X' IMPORTING file_name = temppath1.

RP_TS_HELPVIEW CALL FUNCTION 'RP_TS_HELPVIEW' EXPORTING repid = repid IMPORTING tsobj = p_temse EXCEPTIONS internal_error = 1 no_texts_found = 2 table_has_no_fields = 3 table_not_activ = 4 field_not_in_ddic = 5 more_then_one_selectfield = 6 no_selectfield = 7 no_value_request_for_molga = 8 no_entries_found = 9 helpview_not_installed = 10 OTHERS = 11.

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = csb_logical_filename parameter_1 = ds_fname IMPORTING file_name = ds_path EXCEPTIONS file_not_found = 1 OTHERS = 2.

AUTHORITY_CHECK_DATASET CALL FUNCTION 'AUTHORITY_CHECK_DATASET' EXPORTING activity = 'WRITE' filename = ds EXCEPTIONS no_authority = 1 activity_unknown = 2 OTHERS = 3.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = csb_logical_filename CHANGING physical_filename = ds EXCEPTIONS OTHERS = 1.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = l_repid is_layout = l_layout it_fieldcat = l_fieldcat i_default = 'X' i_save = 'A' is_variant = l_variant it_events = l_events[] TABLES t_outtab = p_result EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = p_events.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = header.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = l_variant i_save = 'A' IMPORTING es_variant = l_variant.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = g_s_log IMPORTING e_log_handle = g_log_handle EXCEPTIONS OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = g_log_handle i_s_msg = g_s_msg EXCEPTIONS OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = g_log_handle i_s_msg = g_s_msg EXCEPTIONS OTHERS = 1.

BAL_DSP_PROFILE_POPUP_GET CALL FUNCTION 'BAL_DSP_PROFILE_POPUP_GET' IMPORTING e_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.

HRCA_GET_MAINPERNR_PERSONID CALL FUNCTION 'HRCA_GET_MAINPERNR_PERSONID' EXPORTING objid = person-objid gprsn = 'CARN' begda = pn-begda endda = pn-endda IMPORTING main_pernr = p_main_pernr personid = p_personid TABLES all_pernrs = person-all_pernrs EXCEPTIONS OTHERS = 1.



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