RPCBNHD0_OUT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report creates a file with SI contribution statements for each sender and recipient...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 RPCBNHD0_OUT 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_RPCBNHD0_O - Create Reporting File
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: P_UPD = Database Update
Selection Text: SO_BNART = Contribution Statement Type
Selection Text: SO_LAUFN = Run Number
Title: Transfer of SI Contribution Statements
Text Symbol: E00 = Error Creating Contribution Statement Files
Text Symbol: P01 = Program Control
Text Symbol: P02 = Selection
Text Symbol: T01 = Processing Log
Text Symbol: T02 = (Test Run)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_SYNC_D3_DATA_RFC call function 'HR_SYNC_D3_DATA_RFC' destination i_cbdst exporting in_datum = c_datum " initial: Lesezugriff in_uhrzeit = c_uzeit " initial: Lesezugriff iv_dtart = gc_dtart iv_callback_id = l_callback_id importing out_datum = c_datum out_uhrzeit = c_uzeit exceptions system_failure = 2 communication_failure = 3 not_found = 4 duplicate_key = 5 others = 1.
HRPY_PROCESS_FIRE_EVENT call function 'HRPY_PROCESS_FIRE_EVENT' exporting imp_parcel = pyparaid tables imp_container = py_pm_container.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCBNHD0_OUT - Transfer of SI Contribution Statements RPCBNHD0_OUT - Transfer of SI Contribution Statements RPCBNHD0_IN - Assignment of Error Confirmations to Contribution Statement Notifs RPCBNHD0_IN - Assignment of Error Confirmations to Contribution Statement Notifs RPCBNCH0 - documentation and ABAP source code RPCBN2D0_OUT - RPCBN2D0OUT