SAP Reports / Programs

TOOLS_SELECTION SAP ABAP Report - Report TOOLS_SELECTION







TOOLS_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 TOOLS_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 TOOLS_SELECTION. "Basic submit
SUBMIT TOOLS_SELECTION AND RETURN. "Return to original report after report execution complete
SUBMIT TOOLS_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_CC = Cost Center
Selection Text: S_CMPC = Company Code
Selection Text: S_COMPO = Component
Selection Text: S_CWERK = Plant
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_LOC = Location
Selection Text: S_MATNR = Material
Selection Text: S_MTPLNT = Maintenance Plant
Selection Text: S_OWERK = Plant
Selection Text: S_PLTS = Plant Section
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_ROOM = Room
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_SETOR = Settlement Order
Selection Text: S_SF = Sort Field
Selection Text: S_STOR = Standing Order
Selection Text: S_TEREN = Scheduled Finish Date
Selection Text: S_TERFR = Scheduled Release Date
Selection Text: S_TERST = Scheduled Start Date





Selection Text: S_WBS = WBS Element
Selection Text: S_WC = Workcenter
Selection Text: S_WERKS = Production Plant
Selection Text: P_EQNR = Equipment
Selection Text: P_EQTX = Equipment Description
Selection Text: P_EQUIP = Select PRT Master Data
Selection Text: P_EXCP1 = Excl
Selection Text: P_EXCP2 = Excl
Selection Text: P_EXOP1 = Excl
Selection Text: P_EXOP2 = Excl
Selection Text: P_GRP1 = Grouping Key 1
Selection Text: P_GRP2 = Grouping Key 2
Selection Text: P_KZ_E1 = Excl
Selection Text: P_KZ_E2 = Excl
Selection Text: P_LATOPR = Late Operatio Type
Selection Text: P_SELCMP = Selection Profile
Selection Text: P_SELID = Status Selection Profile
Selection Text: P_SELOPR = Selection Profile
Selection Text: P_SYCP1 = Status
Selection Text: S_BDTER = Requirement Date
Selection Text: S_BA = Business Area
Selection Text: S_AUFNR = Production Order
Selection Text: S_AUART = Order Type
Selection Text: S_ASST = Asset
Selection Text: S_ARBPL = Work Center
Selection Text: S_APRIO = Priority
Selection Text: S_ABC = ABC Indicator
Selection Text: SO_VERID = Production Version
Selection Text: P_XFEHL = Missing Part
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
Title: Report TOOLS_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 = Equipment Selection





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