SAP Reports / Programs | Payroll | Germany | Social Insurance(PY-DE-NT-NI) SAP PY

RPCD3HD0_OUT SAP ABAP Report - Create DEUEV Reporting Files







RPCD3HD0_OUT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates a file with DEUEV notifications 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 RPCD3HD0_OUT into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M01_CD3HD0_OUT - Create DEUEV Reporting Files


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 RPCD3HD0_OUT. "Basic submit
SUBMIT RPCD3HD0_OUT AND RETURN. "Return to original report after report execution complete
SUBMIT RPCD3HD0_OUT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_UPD = Database Update
Title: Create DEUEV Reporting Files
Text Symbol: E00 = Error Creating Report File
Text Symbol: P01 = Program Control
Text Symbol: P10 = Annual Reports
Text Symbol: P11 = Transfer Month
Text Symbol: P12 = January
Text Symbol: P13 = February
Text Symbol: P14 = March
Text Symbol: P15 = April
Text Symbol: S01 = Selected Personnel Numbers
Text Symbol: S02 = Personnel Numbers with Notifications
Text Symbol: S03 = Personnel Numbers Without Notifications
Text Symbol: S04 = Selected Notifications
Text Symbol: S05 = Transferred Notifications
Text Symbol: S06 = Notifications Not Transferred (Error)
Text Symbol: T01 = Processing Log
Text Symbol: T02 = (Test Run)


INCLUDES used within this REPORT RPCD3HD0_OUT

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:

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.

HRPY_PROCESS_FIRE_EVENT call function 'HRPY_PROCESS_FIRE_EVENT' exporting imp_parcel = pyparaid tables imp_container = py_pm_container.



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