SAP Reports / Programs | SAP Business Information Warehouse | Business Explorer | OLAP Technology(BW-BEX-OT) SAP BW

RS_TIME_TEST SAP ABAP Report - RSTIMETEST







RS_TIME_TEST 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 RS_TIME_TEST 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 RS_TIME_TEST. "Basic submit
SUBMIT RS_TIME_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT RS_TIME_TEST 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_NMTO = Time Characteristic After
Selection Text: P_VAR_TO = Fiscal Year Variant After
Selection Text: P_VAR_FR = Fiscal Year Variant From
Selection Text: P_VALUE = Conversion Characteristic Val.
Selection Text: P_TIMVL = Time Charactieristic Value
Selection Text: P_SHORT = Values in Short Version
Selection Text: P_RUNTI = Time measurement
Selection Text: P_PROFIL = D Factory Calendar ID
Selection Text: P_PREC = Accuracy
Selection Text: P_PACKED = Data Type: Packed
Selection Text: P_NMFROM = Time Characteristic from
Selection Text: P_INT = Data Type: Integer
Selection Text: P_FRACT = Reduce Break
Selection Text: P_FLOAT = Data Type: Float
Selection Text: P_FACDAY = Factory calendar day
Selection Text: P_COUNT = Number
Selection Text: P_CALDAY = Calendar Day
Text Symbol: 999 = Unknown error
Text Symbol: 905 = Conversion Failed
Text Symbol: 904 = Conversion Not Supported
Text Symbol: 903 = Value to Invalid
Text Symbol: 902 = Value frm Invalid
Text Symbol: 901 = Time Char. to Invalid
Text Symbol: 900 = Time Char. from Invalid
Text Symbol: 301 = Total Val.
Text Symbol: 300 = Check Total
Text Symbol: 201 = Problems
Text Symbol: 200 = OK
Text Symbol: 111 = Time Characteristic Sequence
Text Symbol: 101 = Allocation by Factory Calendr Day
Text Symbol: 100 = Allocation by Calendar Day
Text Symbol: 004 = Value Share
Text Symbol: 003 = Denom.
Text Symbol: 002 = Count.
Text Symbol: 001 = Number


INCLUDES used within this REPORT RS_TIME_TEST

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:

RSD_IOBJ_F4 call function 'RSD_IOBJ_F4' exporting i_show_tim = rs_c_true * i_display = i_display changing c_iobjnm = c_timnm exceptions illegal_input = 0.



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