SAP ABAP Class CL_REEX_IMPT (Measuring Point (Quasi-View) (IMPT))
Hierarchy
☛
EA-FIN (Software Component) EA-FIN
⤷
RE-FX-BD (Application Component) Basic Data
⤷
RE_EX_PM (Package) RE: Plant Maintenance

⤷

⤷

Properties
Class | CL_REEX_IMPT | |
Short Description | Measuring Point (Quasi-View) (IMPT) | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RE_EX_PM | RE: Plant Maintenance |
Created | 20010525 | SAP |
Last change | 20010527 | 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_REEX_IMPT has no interface implemented.
Friends
Class CL_REEX_IMPT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | DDOBJNAME | 'IMPT' | Name of Underlying Database Table or View | 20010525 | |
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TS_BUFFER_HL | Structure Buffer for Table Data | 20010525 | ||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_ACC_PARTKEY_BUFFER | Table Buffer for Partial Key Access | 20010525 | ||
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_BUFFER | Table Buffer for Table Data | 20010525 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20010525 |
2 | ![]() |
Static method | Public | Method | Supplies Number of Entries in Table Buffer | 20010525 |
3 | ![]() |
Static method | Public | Method | Supplies All Entries to First Partial Key Field | 20010525 |
4 | ![]() |
Static method | Private | Method | Inserts Entry in Table Buffer and Other Buffers | 20010525 |
5 | ![]() |
Static method | Private | Method | Is the partial key access already buffered? | 20010525 |
6 | ![]() |
Static method | Public | Method | Deletes All Entries in Table Buffer | 20010525 |
7 | ![]() |
Static method | Public | Method | Transfers Unchecked Data to the Table Buffer | 20030405 |
Events
Class CL_REEX_IMPT has no event.
Types
Class CL_REEX_IMPT has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_REEX_IMPT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_REEX_IMPT has no exception.
Method GET_BUFFER_SIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RD_BUFFER_SIZE | Value transfer | Type reference (TYPE) | I | Anzahl der Einträge | 20010525 |
Method GET_BUFFER_SIZE on class CL_REEX_IMPT has no exception.
Method GET_LIST_BY_MPOBJ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LIST | Call by reference | Type reference (TYPE) | RE_T_IMPT | Meßpunkt (Quasi-View) | 20010525 | ||
2 | ![]() |
ID_MAX_BUFFER_SIZE | Value transfer | Type reference (TYPE) | I | 1000 | Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) | 20010525 | |
3 | ![]() |
ID_MPOBJ | Call by reference | Type reference (TYPE) | IMPT-MPOBJ | Objektnummer des Meßpunktobjekts | 20010525 | ||
4 | ![]() |
IF_BYPASSING_BUFFER | Value transfer | Type reference (TYPE) | ABAP_BOOL | Tech: Lesen von DB ohne Verwendung des Puffers | 20010525 | ||
5 | ![]() |
IF_RESET_BUFFER | Value transfer | Type reference (TYPE) | ABAP_BOOL | Tech: Puffer zurücksetzen | 20010525 |
Method GET_LIST_BY_MPOBJ on class CL_REEX_IMPT has no exception.
Method INSERT_INTO_ALL_BUFFERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IF_CHECK_EXISTENCE | Value transfer | Type reference (TYPE) | ABAP_BOOL | Tech: ' '=Einfügen in den Puffer statt Überschreiben (Perf.) | 20010525 | ||
2 | ![]() |
IS_BUFFER_HL | Call by reference | Type reference (TYPE) | TS_BUFFER_HL | Eintrag für Tabellenpuffer | 20010525 |
Method INSERT_INTO_ALL_BUFFERS on class CL_REEX_IMPT has no exception.
Method IS_PARTKEY_BUFFERED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ACC_PARTKEY_BUFFER | Call by reference | Type reference (TYPE) | TS_ACC_PARTKEY_BUFFER_HL | Teilschlüssel | 20010525 | ||
2 | ![]() |
RF_BUFFERED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Gepuffert? | 20010525 |
Method IS_PARTKEY_BUFFERED on class CL_REEX_IMPT has no exception.
Method RESET_BUFFER Signature
Method RESET_BUFFER on class CL_REEX_IMPT has no parameter.
Method RESET_BUFFER on class CL_REEX_IMPT has no exception.
Method TRANSFER_TO_BUFFER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_MAX_BUFFER_SIZE | Value transfer | Type reference (TYPE) | I | 1000 | Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) | 20030405 | |
2 | ![]() |
ID_PARTKEY_INDEX | Value transfer | Type reference (TYPE) | I | -1 | Teilschlüssel, falls alle entspr.Datensätze übergeben werden | 20030405 | |
3 | ![]() |
IF_AS_NOT_FOUND | Value transfer | Type reference (TYPE) | ABAP_BOOL | Daten als 'nicht gefunden' puffern | 20030405 | ||
4 | ![]() |
IF_RESET_BUFFER | Value transfer | Type reference (TYPE) | ABAP_BOOL | Tech: Puffer zurücksetzen | 20030405 | ||
5 | ![]() |
IS_DETAIL | Call by reference | Type reference (TYPE) | IMPT | Meßpunkt | 20030405 | ||
6 | ![]() |
IT_LIST | Call by reference | Type reference (TYPE) | RE_T_IMPT | Meßpunkt | 20030405 |
Method TRANSFER_TO_BUFFER on class CL_REEX_IMPT has no exception.
History
Last changed by/on | SAP | 20010527 |
SAP Release Created in | 110 |