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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = sy-pfkey TABLES p_exclude = lt_ucomm.
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.