SAP ABAP Class CL_ERP_SE_ECM (TREX Connection to Change Management)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-ECH (Application Component) Engineering Change Management
⤷
CC01 (Package) Engineering change management enhanced core
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_COM_SE_BUSOBJ | Object Interface for Search Engine Service (SES) | 20050110 |
Properties
| Class | CL_ERP_SE_ECM | |
| Short Description | TREX Connection to Change Management | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CC01 | Engineering change management enhanced core |
| Created | 20050110 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ERP_SE_ECM has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_COM_SE_BUSOBJ | Object Interface for Search Engine Service (SES) | 20050110 |
Friends
Class CL_ERP_SE_ECM has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | ACTIV_AUTH | '03' | Activity: Authorization check | 20050110 | ||
| 2 | Constant | Public | Type reference (TYPE) | COM_SEARCH_TV_BUSOBJ | 'ECM' | Business Object in Search Engine Service (SES) | 20050110 | ||
| 3 | Constant | Private | Type reference (TYPE) | TREXD_ATTR_NAME | 'AEGRU' | 20050119 | |||
| 4 | Constant | Private | Type reference (TYPE) | TREXD_ATTR_NAME | 'AENBE' | 20050119 | |||
| 5 | Constant | Private | Type reference (TYPE) | TREXD_ATTR_NAME | 'EXTERNAL_KEY' | 20050119 | |||
| 6 | Constant | Private | Type reference (TYPE) | TREXD_ATTR_NAME | 'DESCRIPTION' | 20050119 | |||
| 7 | Constant | Private | Type reference (TYPE) | TREXD_ATTR_NAME | 'VALID_FROM_DATE' | 20050119 | |||
| 8 | Constant | Private | Type reference (TYPE) | TREXD_ATTR_NAME | 'OITXT' | 20050119 | |||
| 9 | Constant | Private | Type reference (TYPE) | TREXD_ATTR_NAME | 'USOBJ' | 20050119 | |||
| 10 | Constant | Public | Type reference (TYPE) | COM_SEARCH_TV_OBJECT_TYPE | '1' | Type of Business Object | 20050110 | ||
| 11 | Constant | Private | Type reference (TYPE) | ROLLNAME | 'CC_AEGRU' | Data Element (Semantic Domain) | 20050119 | ||
| 12 | Constant | Private | Type reference (TYPE) | ROLLNAME | 'CC_AENBE' | Data Element (Semantic Domain) | 20050119 | ||
| 13 | Constant | Private | Type reference (TYPE) | ROLLNAME | 'AENNR_TREX' | Data Element (Semantic Domain) | 20050119 | ||
| 14 | Constant | Private | Type reference (TYPE) | ROLLNAME | 'CC_AETXT' | Data Element (Semantic Domain) | 20050119 | ||
| 15 | Constant | Private | Type reference (TYPE) | ROLLNAME | 'CC_CCDAT' | Data Element (Semantic Domain) | 20050119 | ||
| 16 | Constant | Private | Type reference (TYPE) | ROLLNAME | 'CC_OITXT' | Data Element (Semantic Domain) | 20050119 | ||
| 17 | Constant | Private | Type reference (TYPE) | ROLLNAME | 'AEUSOBJ' | Data Element (Semantic Domain) | 20050119 | ||
| 18 | Static Attribute | Private | Type reference (TYPE) | TY_S_AUTH | Structure for Authorization Check | 20050110 | |||
| 19 | Static Attribute | Private | Type reference (TYPE) | TY_S_AUTH_EXT | Structre for Extended Authorization Check | 20050110 | |||
| 20 | Static Attribute | Private | Type reference (TYPE) | TY_T_AUTH | Table for Authorization Check | 20050110 | |||
| 21 | Static Attribute | Private | Type reference (TYPE) | TY_T_AUTH_EXT | Table for Authorization Check | 20050110 | |||
| 22 | Static Attribute | Private | Type reference (TYPE) | DFIES_TABLE | Table for DFIES Entries | 20050110 | |||
| 23 | Static Attribute | Private | Type reference (TYPE) | DFIES_TABLE | Table for DFIES Entries | 20050110 | |||
| 24 | Static Attribute | Private | Type reference (TYPE) | DFIES_TABLE | Table for DFIES Entries | 20050110 | |||
| 25 | Static Attribute | Private | Type reference (TYPE) | DFIES_TABLE | Table for DFIES Entries | 20050110 | |||
| 26 | Static Attribute | Private | Type reference (TYPE) | DFIES_TABLE | Table for DFIES Entries | 20050110 | |||
| 27 | Static Attribute | Private | Type reference (TYPE) | INT2 | 2 Byte Integer (Signed) | 20050110 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | 20050110 | ||
| 2 | Static method | Private | Method | 20050110 | ||
| 3 | Static method | Private | Method | 20050110 | ||
| 4 | Static method | Protected | Method | 20050110 | ||
| 5 | Static method | Private | Method | 20050110 | ||
| 6 | Static method | Private | Method | 20050110 | ||
| 7 | Static method | Private | Method | 20050110 |
Events
Class CL_ERP_SE_ECM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_AUTH | Public | See coding | 20050110 | begin of ty_s_auth,
begru type begru,
authorized type xfeld,
end of ty_s_auth
|
||
| 2 | TY_S_AUTH_EXT | Public | See coding | 20050110 | begin of ty_s_auth_ext,
begru type begru,
aenst type cc_aenst,
rlkey type cc_rlkey,
aefun type cc_aefun,
authorized type xfeld,
end of ty_s_auth_ext
|
||
| 3 | TY_T_AUTH | Public | See coding | 20050110 | ty_t_auth type sorted table of ty_s_auth
with unique key
begru
|
||
| 4 | TY_T_AUTH_EXT | Public | See coding | 20050110 | ty_t_auth_ext type sorted table of ty_s_auth_ext
with unique key
begru
aenst
rlkey
aefun
|
Method Signatures
Method ADD_ATTRIBUTE_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ASSIST | Call by reference | Object reference (TYPE REF TO) | IF_COM_SE_BUSOBJ_VALUE_ASSIST | Interface für den Assistenten für die Suchmaschinen-Indiz. | 20050110 | |||
| 2 | IV_DD_OBJ | Call by reference | Type reference (TYPE) | DDOBJNAME | Name eines ABAP Dictionary-Objekts | 20050110 | |||
| 3 | IV_NAME | Call by reference | Type reference (TYPE) | TREXD_ATTR_NAME | 20050110 | ||||
| 4 | IV_VALUE | Call by reference | Type reference (TYPE) | ANY | 20050110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050110 |
Method ADD_TEXT_TO_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ASSIST | Call by reference | Object reference (TYPE REF TO) | IF_COM_SE_BUSOBJ_VALUE_ASSIST | Interface für den Assistenten für die Suchmaschinen-Indiz. | 20050110 | |||
| 2 | IV_ID | Call by reference | Type reference (TYPE) | TDID | Text-ID | 20050110 | |||
| 3 | IV_LANGU | Call by reference | Type reference (TYPE) | SPRAS | Sprachenschlüssel | 20050110 | |||
| 4 | IV_NAME | Call by reference | Type reference (TYPE) | TDOBNAME | Name | 20050110 |
Method ADD_TEXT_TO_CONTENT on class CL_ERP_SE_ECM has no exception.
Method ADD_VALUES_TO_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ASSIST | Call by reference | Object reference (TYPE REF TO) | IF_COM_SE_BUSOBJ_VALUE_ASSIST | Interface für den Assistenten für die Suchmaschinen-Indiz. | 20050110 | |||
| 2 | IS_STRUCTURE | Call by reference | Type reference (TYPE) | ANY | 20050110 | ||||
| 3 | IT_DFIES | Call by reference | Type reference (TYPE) | DFIES_TABLE | Table for dfies entries | 20050110 |
Method ADD_VALUES_TO_CONTENT on class CL_ERP_SE_ECM has no exception.
Method CHECK_AUTHORIZATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_AEFUN | Call by reference | Type reference (TYPE) | CC_AEFUN | Funktion der Änderungsnummer | 20050110 | |||
| 2 | IV_AENST | Call by reference | Type reference (TYPE) | CC_AENST | Status einer Änderungsnummer | 20050110 | |||
| 3 | IV_BEGRU | Call by reference | Type reference (TYPE) | BEGRU | Berechtigungsgruppe | 20050110 | |||
| 4 | IV_RLKEY | Call by reference | Type reference (TYPE) | CC_RLKEY | Freigabeschlüssel für Änderungsstammsatz | 20050110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050110 |
Method GET_ATTRIBUTE_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ASSIST | Call by reference | Object reference (TYPE REF TO) | IF_COM_SE_BUSOBJ_VALUE_ASSIST | Interface für den Assistenten für die Suchmaschinen-Indiz. | 20050110 | |||
| 2 | IT_ATTRIBUTE_NAMES | Call by reference | Type reference (TYPE) | COM_SEARCH_TT_ATTRIBUTE_NAME | Tabelle mit Beschreibungen von Attributen | 20050110 | |||
| 3 | IT_OBJECT_IDS | Call by reference | Type reference (TYPE) | COM_SEARCH_TT_OBJECT_ID | Tabelle mit Objekt-IDs | 20050110 | |||
| 4 | IV_BUSOBJ | Call by reference | Type reference (TYPE) | COM_SEARCH_TV_BUSOBJ | Business-Objekt im Suchmaschinenservice (SES) | 20050110 | |||
| 5 | IV_CHECK_AUTHORIZATION | Call by reference | Type reference (TYPE) | BOOLE_D | 'X' | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20050110 | ||
| 6 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | COM_SEARCH_TV_OBJECT_TYPE | Typ des Business-Objekts | 20050110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050110 |
Method GET_DFIES_COMMON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DFIES | Call by reference | Type reference (TYPE) | DFIES_TABLE | Table for dfies entries | 20050110 | |||
| 2 | IV_TABLE | Call by reference | Type reference (TYPE) | DDOBJNAME | Name eines ABAP Dictionary-Objekts | 20050110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050110 |
Method INIT_DFIES_INFORMATION Signature
Method INIT_DFIES_INFORMATION on class CL_ERP_SE_ECM has no parameter.
Method INIT_DFIES_INFORMATION on class CL_ERP_SE_ECM has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 600 |