ROIO_TRACK_WBS_ELEMENTS 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 ROIO_TRACK_WBS_ELEMENTS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O3O_MT07 - Material tracking - WBS element
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: $P_DEL = Display deleted objects
Selection Text: $P_DMDAT = D Demand date
Selection Text: $P_HLD = Display held items
Selection Text: $P_MTXGP = Group
Selection Text: $P_MTXID = Id
Selection Text: $P_MTXNM = Name
Selection Text: $P_PRINT = Print immediately
Selection Text: $P_RAL01 = D Requirements threshold
Selection Text: $P_RAL02 = D Requirements threshold
Selection Text: $P_REL = Display released items
Selection Text: $P_RETPD = D Retention period
Selection Text: $P_SYST = System extract
Selection Text: $P_USER = User extract
Selection Text: $S_STH01 = Status 1
Selection Text: $S_STH02 = Status 2
Selection Text: $S_STH03 = Status 3
Selection Text: $S_STH04 = Status 4
Selection Text: $S_STH05 = Status 5
Selection Text: $S_STL01 = Status 1
Selection Text: $S_STL02 = Status 2
Selection Text: $S_STL03 = Status 3
Selection Text: $S_STL04 = Status 4
Selection Text: $S_STL05 = Status 5
Selection Text: P_MTPROF = Profile
Selection Text: P_VARI = Layout
Selection Text: S_AEDAT = D Last change
Selection Text: S_AENAM = D Changed by
Selection Text: S_ERDAT = D Created on
Selection Text: S_ERNAM = D Created by
Selection Text: S_ETYPE = D Equity type
Selection Text: S_OTYPE = D Joint venture object type
Selection Text: S_PBUKR = D Company code
Selection Text: S_PGSBR = D Business area
Selection Text: S_PKOKR = D Controlling area
Selection Text: S_POSID = D WBS element
Selection Text: S_POSKI = D Short ID (WBS elem)
Selection Text: S_POSTU = D Description
Selection Text: S_PRCTR = D Profit center
INCLUDE ROIO_I_MT_DATA.
INCLUDE ROIO_I_MT_FILTERDATA.
INCLUDE ROIO_I_CONSTANTS.
INCLUDE ROIO_I_MT_PARAMETERS.
INCLUDE ROIO_I_MT_INITIALIZATION.
INCLUDE ROIO_I_MT_PBO.
INCLUDE ROIO_I_MT_PAI.
No SAP DATABASE tables are accessed within this REPORT code!
OIO_MM_MAP_OBJECT call function 'OIO_MM_MAP_OBJECT' exporting i_objty = gc_objty-wbs is_ref_01 = gs_prps changing cs_object = gs_object.
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 ROIO_TRACK_WBS_ELEMENTS or its description.
ROIO_TRACK_WBS_ELEMENTS - Material tracking from WBS Elements ROIO_TRACK_WBS_ELEMENTS - Material tracking from WBS Elements ROIO_TRACK_TRANSPORT_REQNS - Material tracking from transport requisition ROIO_TRACK_TRANSPORT_REQNS - Material tracking from transport requisition ROIO_TRACK_TRANSPORT_ORDERS - Material tracking for transport orders ROIO_TRACK_TRANSPORT_ORDERS - Material tracking for transport orders