SAP ABAP Class CL_CONTI_IO_S2L (Continual Input/Output Nodes)
Hierarchy
☛
ECC-DIMP (Software Component) DIMP
⤷
IS-A-S2L (Application Component) Production Supply
⤷
DI_S2L (Package) Production Supply
⤷
⤷
Properties
| Class | CL_CONTI_IO_S2L | |
| Short Description | Continual Input/Output Nodes | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | DI_S2L | Production Supply |
| Created | 20020313 | SAP |
| Last change | 20050301 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_CONTI_IO_S2L has no interface implemented.
Friends
Class CL_CONTI_IO_S2L has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | See coding | Sorted Table - Type gouped_section | 20020313 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | QUANTITY | +/- Sign | 20020313 | |||
| 3 | Constant | Private | Type reference (TYPE) | QUANTITY | -1 | 'Minus' Sign | 20020313 | ||
| 4 | Constant | Private | Type reference (TYPE) | QUANTITY | 1 | 'Plus' Sign | 20020313 | ||
| 5 | Constant | Private | Type reference (TYPE) | QUANTITY | 0 | Undefined Sign | 20020313 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Attach Section | 20020313 | |
| 2 | Instance method | Public | Method | Seletes all Sections in a Group | 20020313 | |
| 3 | Instance method | Public | Method | Delivers Partial Quantities | 20020313 | |
| 4 | Static method | Public | Method | Adds Time (in Seconds) to Time Stamp | 20020313 | |
| 5 | Static method | Public | Method | Calculates the Difference (in Seconds) Between 2 Time Stamps | 20020313 | |
| 6 | Static method | Public | Method | Subtracts Time (in Seconds) from Time Stamp | 20020313 |
Events
Class CL_CONTI_IO_S2L has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GROUPED_SECTION | Private | See coding | 20020313 | |
||
| 2 | QUANTITY | Private | Type reference (TYPE) | S2L_QUANTITY | General Quantity Field with Sign | 20020313 | |
Method Signatures
Method APPEND_SECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FROM | Value transfer | Type reference (TYPE) | TIMESTAMP | von | 20020313 | |||
| 2 | QTY | Value transfer | Type reference (TYPE) | S2L_QUANTITY | Menge | 20020313 | |||
| 3 | TO | Value transfer | Type reference (TYPE) | TIMESTAMP | bis | 20020313 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ungültig | 20020313 |
Method CLEANUP Signature
Method CLEANUP on class CL_CONTI_IO_S2L has no parameter.
Method CLEANUP on class CL_CONTI_IO_S2L has no exception.
Method GET_PARTIAL_QUANTITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FROM | Value transfer | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20020313 | |||
| 2 | QTY | Call by reference | Type reference (TYPE) | S2L_QUANTITY | Allgemeines Mengenfeld mit Vorzeichen | 20020313 | |||
| 3 | TO | Value transfer | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20020313 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ungültig | 20020313 |
Method TIMESTAMP_ADD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DURA | Value transfer | Type reference (TYPE) | I | Zeitdauer | 20020313 | |||
| 2 | TS1 | Value transfer | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20020313 | |||
| 3 | TS2 | Value transfer | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20020313 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ungültig | 20020313 |
Method TIMESTAMP_DIFFERENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DIFF | Value transfer | Type reference (TYPE) | I | Differnz in Sekunden | 20020313 | |||
| 2 | TS1 | Value transfer | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20020313 | |||
| 3 | TS2 | Value transfer | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20020313 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ungültig | 20020313 |
Method TIMESTAMP_SUBTRACT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DURA | Value transfer | Type reference (TYPE) | I | Zeitdauer in Sekunden | 20020313 | |||
| 2 | TS1 | Value transfer | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20020313 | |||
| 3 | TS2 | Value transfer | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20020313 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ungültig | 20020313 |
History
| Last changed by/on | SAP | 20050301 |
| SAP Release Created in |