RPCDIOD0 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 RPCDIOD0 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!
HR_READ_D2 call function 'HR_READ_D2' exporting pernr = pernr-pernr jahr = l_jahr schreiben = _d3vpara-yn_write importing anzahl = l_anzahl tables dsap = _dsap dsme = _dsme dbme = _dbme dbna = _dbna dban = _dban dbgb = _dbgb * dbso = _dbso "YCTN1329940 dbeu = _dbeu dbks = _dbks flag = _flag exceptions no_records_found = 1 knappschaft = 2 "c others = 3. "c
HR_READ_D3 call function 'HR_READ_D3' exporting pernr = pernr-pernr jahr = l_jahr importing anzahl = l_anzahl tables dsap = _dsap dsme = _dsme dbme = _dbme dbkv = _dbkv "YCTN1625945 dbna = _dbna dban = _dban dbgb = _dbgb dbso = _dbso dbuv = _dbuv "YCTN1270240 dbuv_dat = _dbuv_dat "YCTN1270240 dbeu = _dbeu dbks = _dbks flag = _flag exceptions no_records_found = 1 others = 2.
HR_WRITE_D3 call function 'HR_WRITE_D3' exporting it_hist = n_hist[] "YCTN1442504 tables dsap = n_dsap dsme = n_dsme dbme = n_dbme dbkv = n_dbkv "YCTN1625945 dbna = n_dbna dban = n_dban dbgb = n_dbgb dbso = n_dbso dbuv = n_dbuv "YCTN1270240 dbuv_dat = n_dbuv_dat "YCTN1270240 dbeu = n_dbeu dbks = n_dbks flag = n_flag delete = n_delete exceptions duplicate_key = 1 missing_entry = 2 others = 3.
HR_READ_D3_NAME call function 'HR_READ_D3_NAME' exporting pernr = pernr-pernr importing dbna = _gem_dbna exceptions name_nicht_gemeldet = 1 others = 2.
HR_READ_D3_ADDRESS call function 'HR_READ_D3_ADDRESS' exporting pernr = pernr-pernr importing dban = _gem_dban exceptions adresse_nicht_gemeldet = 1 others = 2.
HR_READ_D3_SASC call function 'HR_READ_D3_SASC' "k exporting "k pernr = pernr-pernr "k importing "k sasc = _gem_sasc "k exceptions "k sasc_nicht_gemeldet = 1 "k others = 2. "k
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.