SAP Reports / Programs

/ISDFPS/OPC_PROJ SAP ABAP Report - Operation/Exercise Calendar: Projects and Assigned Force Elements







/ISDFPS/OPC_PROJ 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_PROJ 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_PROJ - O/E Calendar: Proj. and Force Elem.


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_PROJ. "Basic submit
SUBMIT /ISDFPS/OPC_PROJ AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/OPC_PROJ 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: P_ACTIVE = Active
Selection Text: P_APPROV = Approved
Selection Text: P_BEGDA = Start
Selection Text: P_DBEGDA = Start Date
Selection Text: P_DECLIN = Rejected
Selection Text: P_DENDDA = End Date
Selection Text: P_DEPTH = Display Depth
Selection Text: P_ENDDA = End
Selection Text: P_PLANED = Planned
Selection Text: P_PPROF = Project Profile
Selection Text: P_PROJ = Project
Selection Text: P_RELAT = Operation/Exercise Assignments
Selection Text: P_SUBMIT = Requested
Selection Text: P_WBS = WBS Element
Title: Operation/Exercise Calendar: Projects and Assigned Force Elements
Text Symbol: 053 = Assigned Until
Text Symbol: 052 = Assigned from
Text Symbol: 050 = Structure Parameters
Text Symbol: 049 = Reporting Period
Text Symbol: 048 = Projects
Text Symbol: 047 = Filter
Text Symbol: 046 = Operational End
Text Symbol: 045 = Operational Start
Text Symbol: 044 = Op. End
Text Symbol: 043 = Op. Start
Text Symbol: 042 = Obj. Type
Text Symbol: 041 = ObjT
Text Symbol: 001 = Object Abbreviation
Text Symbol: 002 = Start Date
Text Symbol: 003 = End Date
Text Symbol: 004 = Force Element/Project Name
Text Symbol: 005 = Object No.
Text Symbol: 006 = Operation/Exercise Key
Text Symbol: 007 = Responsible for
Text Symbol: 010 = CR
Text Symbol: 011 = Cmd Resp.
Text Symbol: 012 = Relationship Sts
Text Symbol: 013 = Command Responsibility Key





Text Symbol: 014 = O/E ID
Text Symbol: 015 = Force Element
Text Symbol: 024 = Op. Dates
Text Symbol: 026 = Exercise/Operation Calendar
Text Symbol: 027 = Overview
Text Symbol: 028 = Force Element
Text Symbol: 029 = Cmnd Responsibility for
Text Symbol: 030 = Op.
Text Symbol: 031 = Ex.
Text Symbol: 032 = Proj. Profile and Order Type
Text Symbol: 034 = Maintenance Order
Text Symbol: 035 = Graph. Displ.
Text Symbol: 036 = Order Type
Text Symbol: 038 = Project
Text Symbol: 039 = Force Elements and Project
Text Symbol: 040 = OT


INCLUDES used within this REPORT /ISDFPS/OPC_PROJ

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