SAP ABAP Class CL_FOEV_TIME_FUNC_BRF (Date and Time Functions - BRF SAP Formula Editor)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BRF (Application Component) Business Rule Framework
⤷
SBRF (Package) Business Rule Framework
⤷
⤷
Properties
| Class | CL_FOEV_TIME_FUNC_BRF | |
| Short Description | Date and Time Functions - BRF SAP Formula Editor | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SBRF | Business Rule Framework |
| Created | 20050628 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FOEV_TIME_FUNC_BRF has no forward declaration.
Interfaces
Class CL_FOEV_TIME_FUNC_BRF has no interface implemented.
Friends
Class CL_FOEV_TIME_FUNC_BRF has no friend class.
Attributes
Class CL_FOEV_TIME_FUNC_BRF has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | Result Evaluation of Comparison | 20050628 | |
| 2 | Static method | Public | Method | Compare Two Date Fields | 20050628 | |
| 3 | Static method | Public | Method | Compare Two Time Stamps | 20050628 | |
| 4 | Static method | Private | Method | Compare Two Time Stamps | 20050628 | |
| 5 | Static method | Private | Method | Difference Between Two Time Stamps | 20050628 | |
| 6 | Static method | Public | Method | Calculate Difference Between Two Date Fields | 20050628 | |
| 7 | Static method | Public | Method | Calculate Difference Between Two Time Stamps | 20050628 | |
| 8 | Static method | Public | Method | Read Date from Time Stamps | 20050628 | |
| 9 | Static method | Public | Method | Determine Next Working Day | 20050628 | |
| 10 | Static method | Public | Method | Create Time Stamp | 20050628 | |
| 11 | Static method | Public | Method | Read Time from Time Stamp | 20050628 | |
| 12 | Static method | Public | Method | Determine Maximum of Two Date Fields | 20050628 | |
| 13 | Static method | Public | Method | Determine Maximum of Two Time Stamps | 20050628 | |
| 14 | Static method | Public | Method | Determine Minimum of Two Date Fields | 20050628 | |
| 15 | Static method | Public | Method | Determine Minimum of Two Time Stamps | 20050628 | |
| 16 | Static method | Private | Method | Move Time Stamp (Help Method) | 20050628 | |
| 17 | Static method | Public | Method | Move Date | 20050628 | |
| 18 | Static method | Public | Method | Move Time Stamp | 20050628 | |
| 19 | Static method | Private | Method | Round Time Stamp | 20050628 | |
| 20 | Static method | Public | Method | Round Date | 20050628 | |
| 21 | Static method | Public | Method | Round Time Stamp | 20050628 |
Events
Class CL_FOEV_TIME_FUNC_BRF has no event.
Types
Class CL_FOEV_TIME_FUNC_BRF has no local type.
Method Signatures
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CHECK | Call by reference | Type reference (TYPE) | BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20050628 | |||
| 2 | IV_CHECK | Call by reference | Type reference (TYPE) | I | Ergebnis der Vergleichsoperation | 20050628 | |||
| 3 | IV_OPERATOR | Call by reference | Type reference (TYPE) | BRF_OPERAND_FOEV | Vergleichsoperatoren der CHECK Function | 20050628 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BRF: Ausnahmeklasse - Zeitfunktionen im SAP Formel Editor | 20050628 |
Method CHECK_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CHECK | Call by reference | Type reference (TYPE) | BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20050628 | |||
| 2 | IV_DATE_1 | Call by reference | Type reference (TYPE) | D | Datum 1 | 20050628 | |||
| 3 | IV_DATE_2 | Call by reference | Type reference (TYPE) | D | Datum 2 | 20050628 | |||
| 4 | IV_OPERATOR | Call by reference | Type reference (TYPE) | BRF_OPERAND_FOEV | Vergleichsoperator | 20050628 | |||
| 5 | IV_TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Zeitzone | 20050628 |
Method CHECK_DATE on class CL_FOEV_TIME_FUNC_BRF has no exception.
Method CHECK_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CHECK | Call by reference | Type reference (TYPE) | BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20050628 | |||
| 2 | IV_OPERATOR | Call by reference | Type reference (TYPE) | BRF_OPERAND_FOEV | Vergleichsoperator | 20050628 | |||
| 3 | IV_TIMESTAMP_1 | Call by reference | Type reference (TYPE) | TIMESTAMP | Zeitstempel 1 | 20050628 | |||
| 4 | IV_TIMESTAMP_2 | Call by reference | Type reference (TYPE) | TIMESTAMP | Zeitstempel 2 | 20050628 | |||
| 5 | IV_TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Zeitzone | 20050628 |
Method CHECK_TIMESTAMP on class CL_FOEV_TIME_FUNC_BRF has no exception.
Method COMPARE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_RESULT | Call by reference | Type reference (TYPE) | I | Ergebnis des Vergleichs | 20050628 | |||
| 2 | IV_TIMESTAMP_1 | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20050628 | |||
| 3 | IV_TIMESTAMP_2 | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20050628 | |||
| 4 | IV_TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Zeitzone | 20050628 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BRF: Ausnahmeklasse - Zeitfunktionen im SAP Formel Editor | 20050628 |
Method DIFFERENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DIFFERENCE | Call by reference | Type reference (TYPE) | TIMEDURA | Zahlenwert einer Zeitdauer | 20050628 | |||
| 2 | IV_FAC_CAL | Call by reference | Type reference (TYPE) | WFCID | Fabrikkalender | 20050628 | |||
| 3 | IV_TIMESTAMP_1 | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20050628 | |||
| 4 | IV_TIMESTAMP_2 | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20050628 | |||
| 5 | IV_TIMEUNIT | Call by reference | Type reference (TYPE) | TIMENAME | Zeiteinheit | 20050628 | |||
| 6 | IV_TIMEZONE_1 | Call by reference | Type reference (TYPE) | TIMEZONE | Zeitzone | 20050628 | |||
| 7 | IV_TIMEZONE_2 | Call by reference | Type reference (TYPE) | TIMEZONE | Zeitzone | 20050628 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BRF: Ausnahmeklasse - Zeitfunktionen im SAP Formel Editor | 20050628 |
Method DIFFERENCE_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DIFFERENCE | Call by reference | Type reference (TYPE) | TIMEDURA | Zahlenwert einer Zeitdauer | 20050628 | |||
| 2 | IV_DATE_1 | Call by reference | Type reference (TYPE) | D | Datum 1 | 20050628 | |||
| 3 | IV_DATE_2 | Call by reference | Type reference (TYPE) | D | Datum 2 | 20050628 | |||
| 4 | IV_FAC_CAL | Call by reference | Type reference (TYPE) | WFCID | Fabrikkalender | 20050628 | |||
| 5 | IV_TIMEUNIT | Call by reference | Type reference (TYPE) | TIMENAME | Zeiteinheit | 20050628 | |||
| 6 | IV_TIMEZONE_1 | Call by reference | Type reference (TYPE) | TIMEZONE | Zeitzone | 20050628 | |||
| 7 | IV_TIMEZONE_2 | Call by reference | Type reference (TYPE) | TIMEZONE | Zeitzone | 20050628 |
Method DIFFERENCE_DATE on class CL_FOEV_TIME_FUNC_BRF has no exception.
Method DIFFERENCE_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DIFFERENCE | Call by reference | Type reference (TYPE) | TIMEDURA | Zahlenwert einer Zeitdauer | 20050628 | |||
| 2 | IV_FAC_CAL | Call by reference | Type reference (TYPE) | WFCID | Fabrikkalender | 20050628 | |||
| 3 | IV_TIMESTAMP_1 | Call by reference | Type reference (TYPE) | TIMESTAMP | Zeitstempel 1 | 20050628 | |||
| 4 | IV_TIMESTAMP_2 | Call by reference | Type reference (TYPE) | TIMESTAMP | Zeitstempel 2 | 20050628 | |||
| 5 | IV_TIMEUNIT | Call by reference | Type reference (TYPE) | TIMENAME | Zeiteinheit | 20050628 | |||
| 6 | IV_TIMEZONE_1 | Call by reference | Type reference (TYPE) | TIMEZONE | Zeitzone | 20050628 | |||
| 7 | IV_TIMEZONE_2 | Call by reference | Type reference (TYPE) | TIMEZONE | Zeitzone | 20050628 |
Method DIFFERENCE_TIMESTAMP on class CL_FOEV_TIME_FUNC_BRF has no exception.
Method GET_DATE_OF_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DATE | Call by reference | Type reference (TYPE) | D | Datum des Zeitstempels | 20050628 | |||
| 2 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | Zeitstempel | 20050628 | |||
| 3 | IV_TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Zeitzone | 20050628 |
Method GET_DATE_OF_TIMESTAMP on class CL_FOEV_TIME_FUNC_BRF has no exception.
Method GET_NEXT_WORKDAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DATE | Call by reference | Type reference (TYPE) | D | Nächster Arbeitstag | 20050628 | |||
| 2 | IV_DATE | Call by reference | Type reference (TYPE) | D | Datum | 20050628 | |||
| 3 | IV_FAC_CAL | Call by reference | Type reference (TYPE) | WFCID | Fabrikkalender | 20050628 |
Method GET_NEXT_WORKDAY on class CL_FOEV_TIME_FUNC_BRF has no exception.
Method GET_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | Zeitstempel | 20050628 | |||
| 2 | IV_DATE | Call by reference | Type reference (TYPE) | D | Datum | 20050628 | |||
| 3 | IV_TIME | Call by reference | Type reference (TYPE) | T | Uhrzeit | 20050628 | |||
| 4 | IV_TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Zeitzone | 20050628 |
Method GET_TIMESTAMP on class CL_FOEV_TIME_FUNC_BRF has no exception.
Method GET_TIME_OF_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_TIME | Call by reference | Type reference (TYPE) | T | Uhrzeit des Zeitstempels | 20050628 | |||
| 2 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | Zeitstempel | 20050628 | |||
| 3 | IV_TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Zeitzone | 20050628 |
Method GET_TIME_OF_TIMESTAMP on class CL_FOEV_TIME_FUNC_BRF has no exception.
Method MAX_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_MAX | Call by reference | Type reference (TYPE) | D | Maximum (Datum) | 20050628 | |||
| 2 | IV_DATE_1 | Call by reference | Type reference (TYPE) | D | Datum 1 | 20050628 | |||
| 3 | IV_DATE_2 | Call by reference | Type reference (TYPE) | D | Datum 2 | 20050628 | |||
| 4 | IV_TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Zeitzone | 20050628 |
Method MAX_DATE on class CL_FOEV_TIME_FUNC_BRF has no exception.
Method MAX_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_MAX | Call by reference | Type reference (TYPE) | TIMESTAMP | Maximum (Zeitstempel) | 20050628 | |||
| 2 | IV_TIMESTAMP_1 | Call by reference | Type reference (TYPE) | TIMESTAMP | Zeitstempel 1 | 20050628 | |||
| 3 | IV_TIMESTAMP_2 | Call by reference | Type reference (TYPE) | TIMESTAMP | Zeitstempel 2 | 20050628 | |||
| 4 | IV_TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Zeitzone | 20050628 |
Method MAX_TIMESTAMP on class CL_FOEV_TIME_FUNC_BRF has no exception.
Method MIN_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_MIN | Call by reference | Type reference (TYPE) | D | Minimum | 20050628 | |||
| 2 | IV_DATE_1 | Call by reference | Type reference (TYPE) | D | Datum 1 | 20050628 | |||
| 3 | IV_DATE_2 | Call by reference | Type reference (TYPE) | D | Datum 2 | 20050628 | |||
| 4 | IV_TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Zeitzone | 20050628 |
Method MIN_DATE on class CL_FOEV_TIME_FUNC_BRF has no exception.
Method MIN_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_MIN | Call by reference | Type reference (TYPE) | TIMESTAMP | Minimum | 20050628 | |||
| 2 | IV_TIMESTAMP_1 | Call by reference | Type reference (TYPE) | TIMESTAMP | Zeitstempel 1 | 20050628 | |||
| 3 | IV_TIMESTAMP_2 | Call by reference | Type reference (TYPE) | TIMESTAMP | Zeitstempel 2 | 20050628 | |||
| 4 | IV_TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Zeitzone | 20050628 |
Method MIN_TIMESTAMP on class CL_FOEV_TIME_FUNC_BRF has no exception.
Method MOVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DATE | Call by reference | Type reference (TYPE) | D | Ergebnis: Datum | 20050628 | |||
| 2 | EV_TIME | Call by reference | Type reference (TYPE) | T | Ergebnis: Zeit | 20050628 | |||
| 3 | IV_DIRECTION | Call by reference | Type reference (TYPE) | TIMEDIR | Richtung bei Zeitberechnungen | 20050628 | |||
| 4 | IV_DURATION | Call by reference | Type reference (TYPE) | TIMEDURA | Zahlenwert einer Zeitdauer | 20050628 | |||
| 5 | IV_FAC_CAL | Call by reference | Type reference (TYPE) | WFCID | Fabrikkalender | 20050628 | |||
| 6 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20050628 | |||
| 7 | IV_TIMEUNIT | Call by reference | Type reference (TYPE) | TIMENAME | Zeiteinheit | 20050628 | |||
| 8 | IV_TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Zeitzone | 20050628 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BRF: Ausnahmeklasse - Zeitfunktionen im SAP Formel Editor | 20050628 |
Method MOVE_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DATE | Call by reference | Type reference (TYPE) | D | Datum | 20050628 | |||
| 2 | IV_DATE | Call by reference | Type reference (TYPE) | D | Datum | 20050628 | |||
| 3 | IV_DIRECTION | Call by reference | Type reference (TYPE) | TIMEDIR | Richtung bei Zeitberechnungen | 20050628 | |||
| 4 | IV_DURATION | Call by reference | Type reference (TYPE) | TIMEDURA | Zahlenwert einer Zeitdauer | 20050628 | |||
| 5 | IV_FAC_CAL | Call by reference | Type reference (TYPE) | WFCID | Fabrikkalender | 20050628 | |||
| 6 | IV_TIMEUNIT | Call by reference | Type reference (TYPE) | TIMENAME | Zeiteinheit | 20050628 | |||
| 7 | IV_TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Zeitzone | 20050628 |
Method MOVE_DATE on class CL_FOEV_TIME_FUNC_BRF has no exception.
Method MOVE_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | Zeitstempel | 20050628 | |||
| 2 | IV_DIRECTION | Call by reference | Type reference (TYPE) | TIMEDIR | Richtung bei Zeitberechnungen | 20050628 | |||
| 3 | IV_DURATION | Call by reference | Type reference (TYPE) | TIMEDURA | Zahlenwert einer Zeitdauer | 20050628 | |||
| 4 | IV_FAC_CAL | Call by reference | Type reference (TYPE) | WFCID | Fabrikkalender | 20050628 | |||
| 5 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | Zeitstempel | 20050628 | |||
| 6 | IV_TIMEUNIT | Call by reference | Type reference (TYPE) | TIMENAME | Zeiteinheit | 20050628 | |||
| 7 | IV_TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Zeitzone | 20050628 |
Method MOVE_TIMESTAMP on class CL_FOEV_TIME_FUNC_BRF has no exception.
Method ROUND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DATE | Call by reference | Type reference (TYPE) | D | Ergebnis: Datum | 20050628 | |||
| 2 | EV_TIME | Call by reference | Type reference (TYPE) | T | Ergebnis: Zeit | 20050628 | |||
| 3 | IV_POSITION | Call by reference | Type reference (TYPE) | TIMEPOS | Position bei Zeitberechnungen (Beginn, Mitte, Ende) | 20050628 | |||
| 4 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20050628 | |||
| 5 | IV_TIMEUNIT | Call by reference | Type reference (TYPE) | TIMENAME | Zeiteinheit | 20050628 | |||
| 6 | IV_TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Zeitzone | 20050628 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BRF: Ausnahmeklasse - Zeitfunktionen im SAP Formel Editor | 20050628 |
Method ROUND_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DATE | Call by reference | Type reference (TYPE) | D | Datum | 20050628 | |||
| 2 | IV_DATE | Call by reference | Type reference (TYPE) | D | Datum | 20050628 | |||
| 3 | IV_POSITION | Call by reference | Type reference (TYPE) | TIMEPOS | Position bei Zeitberechnungen (Beginn, Mitte, Ende) | 20050628 | |||
| 4 | IV_TIMEUNIT | Call by reference | Type reference (TYPE) | TIMENAME | Zeiteinheit | 20050628 | |||
| 5 | IV_TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Zeitzone | 20050628 |
Method ROUND_DATE on class CL_FOEV_TIME_FUNC_BRF has no exception.
Method ROUND_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | Zeitstempel | 20050628 | |||
| 2 | IV_POSITION | Call by reference | Type reference (TYPE) | TIMEPOS | Position bei Zeitberechnungen (Beginn, Mitte, Ende) | 20050628 | |||
| 3 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | Zeitstempel | 20050628 | |||
| 4 | IV_TIMEUNIT | Call by reference | Type reference (TYPE) | TIMENAME | Objektname | 20050628 | |||
| 5 | IV_TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Zeitzone | 20050628 |
Method ROUND_TIMESTAMP on class CL_FOEV_TIME_FUNC_BRF has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |