SAP ABAP Class CL_CURTO_CLASSIFICATION (Classification in PP/DS PDS)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-VC-LOI (Application Component) LO Integration
⤷
CURTO (Package) Create Runtime Object for APO
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CUGEN_CLASSIFICATION | Classification | 20050209 |
Properties
| Class | CL_CURTO_CLASSIFICATION | |
| Short Description | Classification in PP/DS PDS | |
| Super Class | CL_CUGEN_CLASSIFICATION | Classification |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CURTO | Create Runtime Object for APO |
| Created | 20030822 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CURTO_CLASSIFICATION has no forward declaration.
Interfaces
Class CL_CURTO_CLASSIFICATION has no interface implemented.
Friends
Class CL_CURTO_CLASSIFICATION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | XFELD | Object comes from class node | 20030908 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20030822 | |
| 2 | Static method | Public | Method | Provides classifications for a class | 20030825 |
Events
Class CL_CURTO_CLASSIFICATION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_CURTO_CLASSIFIED_OBJ_VALID | Public | See coding | 20081127 | tt_curto_classified_obj_valid TYPE TABLE OF t_curto_classified_obj_valid
|
||
| 2 | T_CURTO_CLASSIFIED_OBJ_VALID | Public | See coding | 20081127 | BEGIN OF t_curto_classified_obj_valid,
class_type TYPE klassenart,
object_type TYPE tabelle,
object_key TYPE objnum,
datuv TYPE sydatum,
classification TYPE REF TO cl_curto_classification,
END OF t_curto_classified_obj_valid
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_GIVEN_VALUES | Call by reference | Type reference (TYPE) | TT_AUSP | Tabellentyp zu AUSP | 20030825 | |||
| 2 | IV_CLASSNODE | Call by reference | Type reference (TYPE) | XFELD | Objekt eines Klassenknotens | 20030908 | |||
| 3 | IV_CLASS_TYPE | Call by reference | Type reference (TYPE) | KLASSENART | Klassenart | 20030822 | |||
| 4 | IV_DATE | Call by reference | Type reference (TYPE) | SYDATUM | 20051020 | ||||
| 5 | IV_OBJECT_KEY | Call by reference | Type reference (TYPE) | OBJNUM | Schlüssel des zu klassifizierenden Objektes | 20030822 | |||
| 6 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | TABELLE | Name der Datenbanktabelle des Objektes | 20030822 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerbehandlung Low Level-Interpreter | 20050209 |
Method GET_CLASSIFIED_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CLASSIFIED_OBJECTS | Call by reference | Type reference (TYPE) | CURTO_CLASSIFIED_OBJECTS_T | Klassifizierte Objekte | 20030825 | |||
| 2 | ET_CLASSIFIED_OBJECTS_VALIDITY | Call by reference | Type reference (TYPE) | TT_CURTO_CLASSIFIED_OBJ_VALID | Classified Objects with validity | 20081127 | |||
| 3 | IV_CLASSNODE | Call by reference | Type reference (TYPE) | XFELD | Klassenknoten | 20030908 | |||
| 4 | IV_CLASS_NAME | Call by reference | Type reference (TYPE) | KLASSE_D | Klassennummer | 20030825 | |||
| 5 | IV_CLASS_TYPE | Call by reference | Type reference (TYPE) | KLASSENART | Klassenart | 20030825 | |||
| 6 | IV_DATE | Call by reference | Type reference (TYPE) | SYDATUM | Datum und Zeit, aktuelles (Applikationsserver-)Datum | 20030825 | |||
| 7 | IV_DATE_TO | Call by reference | Type reference (TYPE) | SYDATUM | Validity end date | 20081127 | |||
| 8 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | TABELLE | Name der Datenbanktabelle des Objektes | 20030825 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerklasse LZO-Generierung | 20030825 |
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 2004_1_470 |