SAP Reports / Programs

ROIO_TRACK_SERVICES SAP ABAP Report - Material tracking for Services







ROIO_TRACK_SERVICES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Material tracking for rented materials (RLM Rentals) involving mobilization data...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 ROIO_TRACK_SERVICES 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

O3O_MT12 - Material tracking - Services


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 ROIO_TRACK_SERVICES. "Basic submit
SUBMIT ROIO_TRACK_SERVICES AND RETURN. "Return to original report after report execution complete
SUBMIT ROIO_TRACK_SERVICES 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_AWERKS = D Plant
Selection Text: S_AUTYP = D Order category
Selection Text: S_AUSGB = D Edition
Selection Text: S_AUFNR = D Order
Selection Text: S_AUART = D Order Type
Selection Text: P_VARI = Layout
Selection Text: P_MTPROF = Profile
Selection Text: F_OXPRT = D Production Resource/Tool
Selection Text: F_OMBSTA = D Mobilization Status
Selection Text: $S_STL05 = Status 5
Selection Text: $S_STL04 = Status 4
Selection Text: $S_STL03 = Status 3
Selection Text: $S_STL02 = Status 2
Selection Text: $S_STL01 = Status 1
Selection Text: $S_STH05 = Status 5
Selection Text: $S_STH04 = Status 4
Selection Text: $S_STH03 = Status 3
Selection Text: $S_STH02 = Status 2
Selection Text: $S_STH01 = Status 1
Selection Text: $P_USER = User extract
Selection Text: $P_SYST = System extract
Selection Text: $P_RETPD = D Retention period
Selection Text: $P_REL = Display released items
Selection Text: $P_RAL02 = D Requirements threshold
Selection Text: $P_RAL01 = D Requirements threshold
Selection Text: $P_PRINT = Print immediately
Selection Text: S_VORNR = Operation / Activity
Selection Text: S_STLVPS = D SSC item
Selection Text: S_SRVPOS = D Service Number
Selection Text: S_OXRENT = D Equipment rental
Selection Text: S_OXPRT = D Production Resource/Tool
Selection Text: S_OVNDRF = D Vendor's Reference
Selection Text: S_OMBTXT = D Mobilization text
Selection Text: S_OMBSTA = D Mobilization Status
Selection Text: S_OMATNR = D Mob. Material
Selection Text: S_LTXA1 = D Operation short text
Selection Text: S_LIFNR = D Vendor
Selection Text: S_LBNUM = D Service type





Selection Text: S_KTEXT1 = D Short text
Selection Text: S_KTEXT = D Short text
Selection Text: S_GSTRP = D Basic start date
Selection Text: S_GLTRP = D Basic finish date
Selection Text: S_EXTSRV = D External service no.
Selection Text: S_EWERKS = D Plant
Selection Text: S_EKORG = D Purch. Organization
Selection Text: S_EKGRP = D Purchasing group
Selection Text: S_EBELP = D Item
Selection Text: S_EBELN = D Purchasing Document
Selection Text: S_BUKRS = D Company Code
Selection Text: S_BUDAT = D Posting Date
Selection Text: S_BNFPO = D Item of requisition
Selection Text: S_BANFN = D Purchase requisition
Selection Text: $P_MTXNM = Name
Selection Text: $P_MTXID = Id
Selection Text: $P_MTXGP = Group
Selection Text: $P_HLD = Display held items
Selection Text: $P_DMDAT = D Demand date
Selection Text: $P_DEL = Display deleted objects
Title: Material tracking for Services
Text Symbol: MTG = Tracking status
Text Symbol: MTF = Thresholds
Text Symbol: MTE = Preparing display ...
Text Symbol: MTD = Saving extract ...
Text Symbol: MTC = Reading database ...
Text Symbol: MTB = Smart Form
Text Symbol: MTA = ALV Display
Text Symbol: MT5 = Requirements
Text Symbol: MT4 = Extract
Text Symbol: MT3 = Status - High
Text Symbol: MT2 = Status - Low
Text Symbol: MT1 = Display
Text Symbol: MF5 = Save as default variant
Text Symbol: IS3 = the best possible performance.
Text Symbol: IS2 = as specific as possible to achieve
Text Symbol: IS1 = criteria, and you should try to be
Text Symbol: IS0 = You must specify at least one selection
Text Symbol: BTS = Services





Text Symbol: BTE = Purchasing document
Text Symbol: BTA = Planning order
Text Symbol: BFI = Filtering: include only ...
Text Symbol: B61 = Services with Mobilization Data
Text Symbol: MTH = Days or more
Text Symbol: MXL = Created on
Text Symbol: MXK = Created by
Text Symbol: MXJ = Tracking profile
Text Symbol: MXI = Original program
Text Symbol: MXH = Expiry date
Text Symbol: MXG = Retention period
Text Symbol: MXF = Description
Text Symbol: MXE = Extract group
Text Symbol: MXD = Extract type
Text Symbol: MXC = Extract id
Text Symbol: MXB = User
Text Symbol: MXA = Tracking extract created
Text Symbol: MTR = Print immediately
Text Symbol: MTQ = Layout
Text Symbol: MTP = deleted
Text Symbol: MTO = Tracking profile
Text Symbol: MTN = held
Text Symbol: MTM = released
Text Symbol: MTL = Display
Text Symbol: MTK = less than
Text Symbol: MTJ = days
Text Symbol: MTI = to


INCLUDES used within this REPORT ROIO_TRACK_SERVICES

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.


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:

OIO_MM_MAP_OBJECT call function 'OIO_MM_MAP_OBJECT' exporting i_objty = gs_mt_param-objty is_ref_01 = gs_eslh changing cs_object = gs_object.

OIO_DOCFLOW_OBJ_ENCODE



call function 'OIO_DOCFLOW_OBJ_ENCODE' exporting i_objty = gs_incl_child-objty i_object_ref = gs_esll importing e_objid = gs_incl_child-objid.



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