SAP Reports / Programs

/ISDFPS/OPC_LR SAP ABAP Report - Operations and Exercises Calendar: Command Responsibility for Op/Ex.







/ISDFPS/OPC_LR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For information about the operation/exercise calender, see the documentation for the Defense Forces & Public Security component in SAP Library...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/OPC_LR 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/OPC_LR - O/E Calendar: Cmnd Respons. for O/E


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/OPC_LR. "Basic submit
SUBMIT /ISDFPS/OPC_LR AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/OPC_LR 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: C_SUBMIT = Requested
Selection Text: C_PLANED = Planned
Selection Text: C_OPEXFL = Only Relationships w/ Op. Data
Selection Text: C_OPERAT = Operations
Selection Text: C_EXCERC = Exercises
Selection Text: C_ENDDA = End of Display Period
Selection Text: C_DECLIN = Rejected
Selection Text: C_BEGDA = Start of Display Period
Selection Text: C_APPROV = Approved
Selection Text: C_ACTIVE = Active
Title: Operations and Exercises Calendar: Command Responsibility for Op/Ex.
Text Symbol: 047 = Filter
Text Symbol: 046 = Operational End
Text Symbol: 045 = Operational Start
Text Symbol: 044 = Operational End
Text Symbol: 043 = Operational Start
Text Symbol: 042 = Obj. Type
Text Symbol: 041 = ObjT
Text Symbol: 040 = OT
Text Symbol: 039 = Force Elements
Text Symbol: 038 = Project
Text Symbol: 036 = Order Type
Text Symbol: 035 = Graphic Display
Text Symbol: 001 = Command Responsibility
Text Symbol: 002 = Start Date CR
Text Symbol: 003 = End Date CR
Text Symbol: 004 = Operation/Exercise Name
Text Symbol: 005 = CR ID
Text Symbol: 006 = Operation/Exercise Key
Text Symbol: 007 = Responsible for
Text Symbol: 010 = CR
Text Symbol: 011 = Cmd Resp.
Text Symbol: 012 = Relationship Status
Text Symbol: 013 = Command Responsibility Key
Text Symbol: 014 = O/E ID
Text Symbol: 015 = Force Element
Text Symbol: 024 = Operational Dates
Text Symbol: 026 = Exercise/Operation Calendar





Text Symbol: 027 = Overview
Text Symbol: 028 = Force Element
Text Symbol: 029 = Command Responsibility for
Text Symbol: 030 = Operation
Text Symbol: 031 = Exercise
Text Symbol: 032 = Project Profile and Order Type
Text Symbol: 034 = Maintenance Order


INCLUDES used within this REPORT /ISDFPS/OPC_LR

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:

No SAP FUNCTION MODULES are executed within this report code!



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