SAP Reports / Programs | Production Planning and Control | Production Orders | Information System(PP-SFC-IS) SAP PP

ORDER_OPERATIONS_SELECTION SAP ABAP Report - Program ORDER_OPERATIONS_SELECTION







ORDER_OPERATIONS_SELECTION is a standard Executable ABAP Report 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 ORDER_OPERATIONS_SELECTION into the relevant SAP transactions such as SE38 or SE80


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 ORDER_OPERATIONS_SELECTION. "Basic submit
SUBMIT ORDER_OPERATIONS_SELECTION AND RETURN. "Return to original report after report execution complete
SUBMIT ORDER_OPERATIONS_SELECTION 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: S_ARBPL = Work Center
Selection Text: S_AUART = Order Type
Selection Text: S_AUFNR = Production Order
Selection Text: S_BDTER = Requirement Date
Selection Text: S_COMPO = Component
Selection Text: S_CWERK = Plant
Selection Text: S_DATE = Date Range
Selection Text: S_DISPO = MRP Controller
Selection Text: S_ECKEN = Basic Finish Date
Selection Text: S_ECKST = Basic Start Date
Selection Text: S_FEVOR = Prodn. Supervisor
Selection Text: S_ISTEN = Actual End Date
Selection Text: S_ISTFR = Actual Release Date
Selection Text: S_ISTST = Actual Start Date
Selection Text: S_KDAUF = Sales order
Selection Text: S_KDPOS = Sales order item
Selection Text: S_KUNNR = Sold-to party
Selection Text: S_LGORT = Storage Location
Selection Text: S_MATNR = Material
Selection Text: S_OWERK = Plant
Selection Text: S_PROJN = WBS element
Selection Text: S_PWERK = Planning Plant
Selection Text: S_RECKEN = Relative Basic End Date
Selection Text: S_RECKST = Relative Basic Start Date
Selection Text: S_RISTEN = Relative Actual End Date
Selection Text: S_RISTFR = Relative Actual Release Date
Selection Text: S_RISTST = Relative Actual Start Date
Selection Text: S_RTEREN = Relative Scheduled End Date
Selection Text: S_RTERFR = Relative Scheduled Release Dat
Selection Text: S_RTERST = Relative Scheduled Start Date
Selection Text: S_SEQNR = Sequence Number
Selection Text: S_TEREN = Scheduled Finish Date
Selection Text: S_TERFR = Scheduled Release Date
Selection Text: S_TERST = Scheduled Start Date
Selection Text: S_WERKS = Production Plant
Selection Text: S_APRIO = Priority
Selection Text: P_EXCP1 = Excl
Selection Text: P_EXCP2 = Excl





Selection Text: P_EXOP1 = Excl
Selection Text: P_EXOP2 = Excl
Selection Text: P_FROM = No. of Periods in Past
Selection Text: P_GRPID = Group ID
Selection Text: P_KZ_E1 = Excl
Selection Text: P_KZ_E2 = Excl
Selection Text: P_LATOPR = Late Operatio Type
Selection Text: P_LATORD = Late order type
Selection Text: P_PERIOD = Time Bucket
Selection Text: P_PROFID = Profile for Order report
Selection Text: P_SELCMP = Selection Profile
Selection Text: SO_VERID = Production Version
Selection Text: P_XFEHL = Missing Part
Selection Text: P_TO = No. of Periods in Future
Selection Text: P_THRES = Threshold
Selection Text: P_SYST2 = Status
Selection Text: P_SYST1 = System status
Selection Text: P_SYOP2 = Status
Selection Text: P_SYOP1 = Status
Selection Text: P_SYCP2 = Status
Selection Text: P_SYCP1 = Status
Selection Text: P_SELOPR = Selection Profile
Selection Text: P_SELID = Status Selection Profile
Title: Program ORDER_OPERATIONS_SELECTION
Text Symbol: SYS = Syst. Status
Text Symbol: SL7 = Relative Dates at Header Level
Text Symbol: SL6 = Absolute Dates at Header Level
Text Symbol: SL5 = KPI Parameters
Text Symbol: SL3 = Selection at Component Level
Text Symbol: SL2 = Selection at Operation Level
Text Symbol: SL1 = Selection at Header Level
Text Symbol: EXC = Excl.
Text Symbol: AND = and


INCLUDES used within this REPORT ORDER_OPERATIONS_SELECTION

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:

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = sy-pfkey TABLES p_exclude = lt_ucomm.



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