RHPM_EXCEL_VERSIONING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Versioning Support of Excel Communication This program contains activities that are necessary for versioning...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 RHPM_EXCEL_VERSIONING 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.
Selection Text: PA_NIED = D Lower Classification
Selection Text: PA_NDUR = D Interrupted
Selection Text: PA_NADA = D Inadequate
Selection Text: PA_MEHR = D Sev.times
Selection Text: PA_KOSTL = D Cost Center
Selection Text: PA_KEY = D Object Key
Selection Text: PA_ISTA2 = D Status
Selection Text: PA_ISTA1 = D Status
Selection Text: PA_HOEH = D Higher Classification
Selection Text: PA_FYEAR = D Fiscal Year
Selection Text: PA_FORM = D Form
Selection Text: PA_FINYR = D Financial Year
Selection Text: PA_FINY1 = D Comparison Year
Selection Text: PA_FINAN = D Financing details
Selection Text: PA_FIKRS = D Financial management area
Selection Text: PA_FALL = D Case Groups/Catalog
Selection Text: PA_ENDDA = D End Date
Selection Text: PA_EINF = D once
Selection Text: PA_DURC = D Continuous
Selection Text: PA_BEGDA = D Start Date
Selection Text: PA_BEFR = D Limited
Selection Text: PA_ANSA = D Budget estimate
Selection Text: PA_OTEXT = D Object Type Name
Selection Text: WERKS = D Personnel Area
Selection Text: SUBTY2 = D Subtype
Selection Text: SUBTY1 = D Subtype
Selection Text: SO_PERIV = D Fiscal Year Variant
Selection Text: SO_OBJID = Budget structure element
Selection Text: SO_GEBER = D Fund
Selection Text: SO_FISTL = D Funds Center
Selection Text: SO_FIPEX = D Commitment Item
Selection Text: SO_DESCR = D Subtype
Selection Text: PERSK = D Employee Subgroup
Selection Text: PERSG = D Employee Group
Selection Text: PA_WORK = D Working Time
Selection Text: PA_VINT = D Internal rules
Selection Text: PA_UNBE = D Unlimited
Selection Text: PA_TARIF = D Pay Scale Info.
INCLUDE RHPM_EXCEL_VERSIONING_TOP.
INCLUDE RHPMRSEL.
INCLUDE RHPMALV.
No SAP DATABASE tables are accessed within this REPORT code!
RH_PM_GET_BUDGET_TYPE CALL FUNCTION 'RH_PM_GET_BUDGET_TYPE' EXPORTING plvar = pa_plvar * OTYPE = 'BU' objid = ld_objid status = gd_istat begda = gd_begda endda = gd_endda IMPORTING return_1500 = ls_1500 EXCEPTIONS OTHERS = 0.
ENQUEUE_EHPLOGIE CALL FUNCTION 'ENQUEUE_EHPLOGIE' EXPORTING mode_plogi = 'X' * MANDT = SY-MANDT plvar = gd_plvar otype = objec-otype objid = objec-objid * X_PLVAR = ' ' * X_OTYPE = ' ' * X_OBJID = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS * FOREIGN_LOCK = 1 * SYSTEM_FAILURE = 2 OTHERS = 1.
RH_PM_DEQUEUE CALL FUNCTION 'RH_PM_DEQUEUE' EXPORTING act_plvar = gd_plvar act_otype = ls_objec-otype act_objid = ls_objec-objid.
RH_PM_DEQUEUE CALL FUNCTION 'RH_PM_DEQUEUE' EXPORTING act_plvar = gd_plvar act_otype = con_bu act_objid = ls_objec-objid.
RH_PM_READ_INFTY CALL FUNCTION 'RH_PM_READ_INFTY' EXPORTING act_plvar = gd_plvar act_otype = con_bu act_objid = objec-objid act_begda = gd_begda act_endda = gd_endda * ACT_ISTAT = '1' act_infty = '1517' * ACT_SUBTY = * AUTHORITY = 'DISP' * BUFFER_MODE = TABLES innnn = lt_1517 EXCEPTIONS 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.
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 RHPM_EXCEL_VERSIONING or its description.
RHPM_EXCEL_VERSIONING - RHPMEXCELVERSIONING RHPM_EXCEL_VERSIONING - RHPMEXCELVERSIONING RHPM_EXCEL_MASSDOWNLOAD_TOP - RHPMEXCELMASSDOWNLOADTOP RHPM_EXCEL_MASSDOWNLOAD - Excel Communication: Mass Data Transfer RHPM_EXCEL_MASSDOWNLOAD - Excel Communication: Mass Data Transfer RHPM_EXCEL_BDN - HR-FPM: Business Document Navigator for Excel Communication