RPPDOTYPEH 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 RPPDOTYPEH 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.
Title: Program for Object Type PDOTYPE_H : External Person
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' IMPORTING act_plvar = object-key-plvar EXCEPTIONS no_active_plvar = 1.
RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = object-key-plvar otype = object-private-save_otype_h objid = object-key-objid istat = space begda = sy-datum endda = '99991231' IMPORTING short = short stext = object-description EXCEPTIONS OTHERS = 1.
RH_EDIT_ANY_OBJECT CALL FUNCTION 'RH_EDIT_ANY_OBJECT' EXPORTING plvar = object-key-plvar otype = object-private-save_otype_h realo = d_realo * ISTAT = ' ' * BEGDA = '19000101' * ENDDA = '99991231' DISPLAY_ONLY = 'X' * FORCE_DESC = ' ' EXCEPTIONS internal_error = 1 no_authority = 2 object_not_found = 3 unknown_object_type = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPPDOTYPEH - Program for Object Type PDOTYPE_H : External Person RPPDOTYPEH - Program for Object Type PDOTYPE_H : External Person RPPDINC0 - HR-Switz: Company Pension Plan (Data Definition) RPPCUPG0_UPD - Batch Update Of Infotype 0071 with contribution rates and band levels RPPCUPG0_UPD - Batch Update Of Infotype 0071 with contribution rates and band levels RPPCUPG0_EXP - Batch Program Upd Infotype 0071- EE spec record Maintenance indicator