SAP ABAP Class CL_ECM_GROUP (Group Assignment for Request)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-ECM (Application Component) Engineering Change Management
⤷
ECM_OBJECTS (Package) ECM: Objects (Request, Order, Task, Validity)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_COM_OBJ_ADM | General Administrative Class for Object Services | 20020723 |
Properties
| Class | CL_ECM_GROUP | |
| Short Description | Group Assignment for Request | |
| Super Class | CL_COM_OBJ_ADM | General Administrative Class for Object Services |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ECM_OBJECTS | ECM: Objects (Request, Order, Task, Validity) |
| Created | 20020723 | SAP |
| Last change | 20040518 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ECM_GROUP has no interface implemented.
Friends
Class CL_ECM_GROUP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TTADMGROUPX | Management Table with Instances for ECM_GROUP | 20020724 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TSECMGROUPX | Extended Data Structure for ECM_GROUP | 20020903 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Change Work Scope | 20020724 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20020723 | |
| 3 | Static method | Private | Method | Check Whether Group for Work Scope Exists on Database | 20020902 | |
| 4 | Static method | Public | Method | Existence Check for Engineering Change Request Scope | 20020724 | |
| 5 | Instance method | Public | Method | User Authorization for Work Scope | 20020903 | |
| 6 | Static method | Public | Method | Load Data from Database | 20020724 | |
| 7 | Instance method | Public | Method | Get Information on Workload | 20020724 | |
| 8 | Instance method | Public | Method | Get Data That Is to Be Posted | 20020822 |
Events
Class CL_ECM_GROUP has no event.
Types
Class CL_ECM_GROUP has no local type.
Method Signatures
Method CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TEXT | Call by reference | Type reference (TYPE) | TTTEXT | Texttabelle | 20020724 | |||
| 2 | I_GRTXT | Call by reference | Type reference (TYPE) | CHAR40 | Character 40-Stellen | 20020724 | |||
| 3 | I_GUID_GROUP | Call by reference | Type reference (TYPE) | ECMOBJGUID | GUID Objekt | 20020724 | |||
| 4 | I_STATUS | Call by reference | Type reference (TYPE) | J_STATUS | Einzelstatus eines Objekts | 20020724 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | falsche Eingabe | 20020724 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ECM_GROUP | Call by reference | Type reference (TYPE) | ECM_GROUP | Gruppenzuordnung zur Änderungsnummer | 20020902 | |||
| 2 | I_GUID_GROUP | Call by reference | Type reference (TYPE) | ECMGRPGUID | GUID Benutzergruppe | 20020902 | |||
| 3 | I_GUID_REQ_WORK | Call by reference | Type reference (TYPE) | ECMREQGUID | GUID Änderungsantrag Umfang | 20020724 | |||
| 4 | I_STSMA | Call by reference | Type reference (TYPE) | J_STSMA | Statusschema | 20020724 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Instanz existiert schon | 20020724 | ||
| 2 | Eingangsdaten existieren nicht | 20020902 | ||
| 3 | falsche Eingabe | 20020724 |
Method DB_EXISTENCE_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_GUID_GROUP | Call by reference | Type reference (TYPE) | ECMOBJGUID | GUID Objekt | 20020902 | |||
| 2 | I_GUID_REQ_WORK | Call by reference | Type reference (TYPE) | ECMOBJGUID | GUID Objekt | 20020902 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Existiert nicht auf Datenbank | 20020902 |
Method EXISTENCE_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_GUID_GROUP | Call by reference | Type reference (TYPE) | ECMGRPGUID | GUID Benutzergruppe | 20020902 | |||
| 2 | I_GUID_REQ_WORK | Call by reference | Type reference (TYPE) | ECMOBJGUID | GUID Antragsumfang | 20020724 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Existiert nicht auf Datenbank | 20020902 | ||
| 2 | Instanz existiert schon | 20020724 |
Method GET_WRK_AUTH_FOR_USER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ACTIVITY | Value transfer | Type reference (TYPE) | ECM_DMY_ACO_ACTVT | Aktivitiät für Berechtigungsprüfung | 20020903 | |||
| 2 | I_USER | Call by reference | Type reference (TYPE) | SY-UNAME | SY-UNAME | R/3-System, Anmeldename des Benutzers | 20020903 |
Method GET_WRK_AUTH_FOR_USER on class CL_ECM_GROUP has no exception.
Method LOAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ECM_GROUP | Call by reference | Type reference (TYPE) | TTECMGROUP | Tabellentyp zu ECM_GROUP | 20020724 | |||
| 2 | I_GUID_REQ_WORK | Call by reference | Type reference (TYPE) | ECMOBJGUID | GUID Objekt | 20020724 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Nichts gefunden | 20020724 |
Method PROVIDE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ECM_GROUP | Call by reference | Type reference (TYPE) | TTECMGROUP | Tabellentyp zu ECM_GROUP | 20020724 | |||
| 2 | ET_GROUP_INFO | Call by reference | Type reference (TYPE) | TTECMGROUP_INFO | Daten zum Arbeitsumfang in Tabellenform | 20020822 | |||
| 3 | ET_LTXT | Call by reference | Type reference (TYPE) | TTLTXCHGLVL | Tabelle von Texten zu Änderungsständen | 20020724 | |||
| 4 | ET_STAT | Call by reference | Type reference (TYPE) | TTSTACHGLVL | Tabellentyp für JSTAT und dessen Statustexten | 20020724 |
Method PROVIDE on class CL_ECM_GROUP has no exception.
Method WORK_SAVE_DATA_PROVIDE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_GROUP_DEL | Call by reference | Type reference (TYPE) | TTECMGROUP | Tabellentyp zu ECM_GROUP | 20020822 | |||
| 2 | ET_GROUP_INS | Call by reference | Type reference (TYPE) | TTECMGROUP | Tabellentyp zu ECM_GROUP | 20020822 | |||
| 3 | ET_GROUP_UPD | Call by reference | Type reference (TYPE) | TTECMGROUP | Tabellentyp zu ECM_GROUP | 20020822 |
Method WORK_SAVE_DATA_PROVIDE on class CL_ECM_GROUP has no exception.
History
| Last changed by/on | SAP | 20040518 |
| SAP Release Created in | 2.00 |