SAP Reports / Programs

/ISDFPS/OM_REF SAP ABAP Report - Program /ISDFPS/OM_REF







/ISDFPS/OM_REF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report allows you to carry out various evaluations for objects of an organizational structure in the system and define your own evaluations...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 /ISDFPS/OM_REF 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

/ISDFPS/OM_REF - Structure Evaluations


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 /ISDFPS/OM_REF. "Basic submit
SUBMIT /ISDFPS/OM_REF AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/OM_REF 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: LC_LIST2 = Evaluation Type
Selection Text: LC_LIST1 = Evaluation Path
Selection Text: GC_GEPLA = Planned
Selection Text: GC_GENEH = Approved
Selection Text: GC_BEANT = Requested
Selection Text: GC_ACTIV = Active
Selection Text: GC_ABGEL = Rejected
Title: Program /ISDFPS/OM_REF
Text Symbol: 016 = Usage: Position
Text Symbol: 015 = Usage: Personnel
Text Symbol: 014 = Origin of Position
Text Symbol: 013 = Structure Evaluations
Text Symbol: 012 = Desc. of Initial Structure of Position
Text Symbol: 011 = Short Txt f. Initial Struct. of Pos.
Text Symbol: 010 = End Date of Initial Struct. of Pos.
Text Symbol: 009 = Start Date of Init. Struct. of Pos.
Text Symbol: 008 = Status of Initial Struct. of Pos.
Text Symbol: 007 = Obj. Type of Init. Str. of Pos.
Text Symbol: 006 = Object ID of Initial Structure of Position
Text Symbol: 005 = Reporting
Text Symbol: 004 = Eval. Type
Text Symbol: 003 = Initial
Text Symbol: 002 = Relationship Sts
Text Symbol: 001 = Force Element


INCLUDES used within this REPORT /ISDFPS/OM_REF

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:

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'LC_LIST2' values = lt_values2 EXCEPTIONS id_illegal_name = 1 OTHERS = 2.

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' IMPORTING act_plvar = pchplvar EXCEPTIONS no_active_plvar = 1 OTHERS = 2.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'LC_LIST1' values = lt_values1 EXCEPTIONS id_illegal_name = 1 OTHERS = 2.



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 /ISDFPS/OM_REF or its description.