RPCBDHD0_OUT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For each sender, the report creates files with DEUEV notifications for company data maintenance...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 RPCBDHD0_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_CBDHD0_OUT - Create Notification 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_BTRTL = D .
Selection Text: P_PRT = D .
Selection Text: P_UPD = D .
Selection Text: P_WERKS = D .
Title: Create Notification Files for Business Data Maintenance
Text Symbol: 001 = Program Control
Text Symbol: 002 = 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 "N1786396 IMPORTING out_datum = c_datum out_uhrzeit = c_uzeit EXCEPTIONS system_failure = 2 communication_failure = 3 not_found = 4 duplicate_key = 5 OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCBDHD0_OUT - Create Notification Files for Business Data Maintenance RPCBDHD0_OUT - Create Notification Files for Business Data Maintenance RPCBDHD0_IN - Assign Notifications on Company Data Maintenance RPCBDHD0_IN - Assign Notifications on Company Data Maintenance RPCBDCGD - Include RPCBDCGD RPCBDCG0 - Include RPCBDCG0