RPCBOHD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The system creates a file for every sending personnel (sub)area that contains the notifications about the collection of contributions sent to the DASBV by the professionals pension organization...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RPCBOHD0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M01_RPCBOHD0 - Transfer Notifications to DASBV
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.
Selection Text: PA_PRT = D .
Selection Text: PA_UPD = D .
Title: Transfer Notifications to the DASBV
Text Symbol: P01 = Program Control
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRPY_PROCESS_FIRE_EVENT CALL FUNCTION 'HRPY_PROCESS_FIRE_EVENT' EXPORTING imp_parcel = pyparaid.
RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = hrdeb_c_molga begda = ls_param-adatum endda = ls_param-adatum IMPORTING waers = ls_param-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.
HR_CLEAR_D3_DATA_RFC * CALL FUNCTION 'HR_CLEAR_D3_DATA_RFC' " * EXPORTING " * iv_dtart = hrdeb_c_dtart_bea. "
HR_SYNC_D3_DATA_RFC CALL FUNCTION 'HR_SYNC_D3_DATA_RFC' DESTINATION p_cbdst EXPORTING in_datum = save_datum " initial: Lesezugriff in_uhrzeit = save_uzeit " initial: Lesezugriff iv_dtart = hrdeb_c_dtart_bea iv_callback_id = l_callback_id "N1786396 IMPORTING out_datum = save_datum out_uhrzeit = save_uzeit EXCEPTIONS system_failure = 2 communication_failure = 3 not_found = 4 duplicate_key = 5 OTHERS = 1.
GET_JOB_RUNTIME_INFO CALL FUNCTION 'GET_JOB_RUNTIME_INFO' IMPORTING * EVENTID = EVENTID * EVENTPARM = EVENTPARM * EXTERNAL_PROGRAM_ACTIVE = EXTERNAL_PROGRAM_ACTIVE jobcount = jobcount jobname = jobname * STEPCOUNT = STEPCOUNT 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 * headline1 = headline1 * headline2 = headline2 * headline3 = headline3 * headline4 = headline4 * footnote1 = footnote1 * footnote2 = footnote2 * footnote3 = footnote3 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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.