RPCBNTD0_OUT 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 RPCBNTD0_OUT into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CD_EVALUATION_PERIODS CALL FUNCTION 'CD_EVALUATION_PERIODS' EXPORTING bonus_date = evp-fpbeg inper_modif = alt_rgdir-iperm inper = $abrmo pay_type = space pay_ident = space TABLES rgdir = alt_rgdir evpdir = evp EXCEPTIONS no_record_found = 1 OTHERS = 2.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING report = p_report no_dialog = 'X' IMPORTING out_parameters = pri_params out_archive_parameters = arc_params EXCEPTIONS OTHERS = 0.
RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = cl_hrpayde_bn_notif_manager=>c_molga_de begda = $begda IMPORTING waers = waers EXCEPTIONS molga_not_in_t001p = 1 no_entry_found_in_table_t001 = 2 no_entry_found_in_table_t500p = 3 no_entry_found_in_table_t500c = 4 OTHERS = 5.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = pn-begda foreign_amount = betrag foreign_currency = alte_waerg local_currency = neue_waerg IMPORTING local_amount = betrag EXCEPTIONS no_rate_found = 1 overflow = 2.
OCS_GET_COMPONENT_STATE CALL FUNCTION 'OCS_GET_COMPONENT_STATE' EXPORTING iv_component = comp_sap_hr IMPORTING ev_comp_rel = gs_param-rel_hr EXCEPTIONS OTHERS = 1.
RP_SET_NAME_FORMAT CALL FUNCTION 'RP_SET_NAME_FORMAT' EXPORTING repid = gs_param-report IMPORTING format = gv_format.
START_FORM CALL FUNCTION 'START_FORM' EXPORTING archive_index = toa_dara form = $formname language = sy-langu startpage = $page_no EXCEPTIONS form = 1 format = 2 unended = 3 unopened = 4 unused = 5 OTHERS = 6.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = $element function = $function type = $type window = $window IMPORTING pending_lines = $pending_lines EXCEPTIONS OTHERS = 1.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = $element function = $function type = $type window = $window EXCEPTIONS OTHERS = 1.
END_FORM CALL FUNCTION 'END_FORM'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING application = 'TX' archive_index = toa_dara archive_params = archive_params device = 'PRINTER' dialog = gs_param-druckdialog language = 'D' OPTIONS = print_itcpo IMPORTING RESULT = print_itcpp EXCEPTIONS canceled = 1 device = 2 form = 3 OPTIONS = 4 unclosed = 5 OTHERS = 6.
CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING RESULT = print_itcpp EXCEPTIONS OTHERS = 1.
GET_JOB_RUNTIME_INFO CALL FUNCTION 'GET_JOB_RUNTIME_INFO' IMPORTING jobcount = jobcount jobname = jobname EXCEPTIONS no_runtime_info = 1 OTHERS = 2.
HR_EXPORT_DATA_TO_OTHER_SYS CALL FUNCTION 'HR_EXPORT_DATA_TO_OTHER_SYS' DESTINATION call_back_dest EXPORTING indxkey = call_back_id release = sy-saprl system = sy-sysid TABLES datatab = datatab fieldnames = fieldnames hr_errortab = errortab "#EC ENHOK daten1 = daten1 daten2 = daten2 daten3 = daten3 EXCEPTIONS communication_failure = 1 MESSAGE mess system_failure = 2 MESSAGE mess OTHERS = 3.
HRPY_PROCESS_FIRE_EVENT CALL FUNCTION 'HRPY_PROCESS_FIRE_EVENT' EXPORTING imp_parcel = pyparaid TABLES imp_container = py_pm_container.
HR_99S_LEGAL_INTERPRET_OPT CALL FUNCTION 'HR_99S_LEGAL_INTERPRET_OPT' EXPORTING im_molga = cl_hrpayde_bn_notif_manager=>c_molga_de im_option = cl_hrpayde_bn_notif_manager=>c_option im_date = sy-datum im_sap_opt_value = cl_hrpayde_bn_notif_manager=>c_nfw_off CHANGING ch_option_value = gv_optva ch_is_default_value = gv_optva_default EXCEPTIONS option_does_not_exist = 1 OTHERS = 2.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.