SAP ABAP Class CL_ECM_ORGUNIT (Engineering Change Management: Connection to Org. Units)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-ECM (Application Component) Engineering Change Management
⤷
ECM_CUST (Package) Engineering Change Management: Customizing

⤷

⤷

Properties
Class | CL_ECM_ORGUNIT | |
Short Description | Engineering Change Management: Connection to Org. Units | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ECM_CUST | Engineering Change Management: Customizing |
Created | 20030212 | SAP |
Last change | 20040518 | 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) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ECM_ORGUNIT has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_ECMWF_CONTEXT | 20030212 | Context Status Workflow | |
2 | CL_ECM_AUTHORITY_CONTXT | 20030317 | Validity: Authorization Check for Context |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR30 | 'CL_MDORG_STRUCTURE_MODEL' | Organizational Unit Class | 20030827 | |
2 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | OBJECT | Structure Scenario | 20030212 | ||
3 | ![]() |
Constant | Private | Type reference (TYPE) | ECM_MDORG_CLIENT_ORG_TYPE | 'BUS1210' | Organizational Unit Type in Master Data Client System | 20030214 | |
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | FLAG | Organizational Units Available | 20030828 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20030828 |
2 | ![]() |
Static method | Public | Method | Conversion Between External and Internal Format | 20030212 |
3 | ![]() |
Static method | Public | Method | Input Help for Organizational Unit | 20030321 |
4 | ![]() |
Static method | Public | Method | Determine Contexts for a System | 20030218 |
5 | ![]() |
Static method | Public | Method | E-Mail Addresses for Organizational Unit | 20030212 |
6 | ![]() |
Static method | Public | Method | Determine Systems for a Context | 20030218 |
Events
Class CL_ECM_ORGUNIT has no event.
Types
Class CL_ECM_ORGUNIT has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_ECM_ORGUNIT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ECM_ORGUNIT has no exception.
Method CONVERT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_ORG | Value transfer | Type reference (TYPE) | ECMORG | externer Schlüssel | 20030212 | ||
2 | ![]() |
E_ORG_DESCR | Value transfer | Type reference (TYPE) | STRING | Bezeichnung in Systemsprache | 20030212 | ||
3 | ![]() |
E_ORG_GUID | Value transfer | Type reference (TYPE) | ECMORGGUID | interner Schlüssel | 20030212 | ||
4 | ![]() |
I_ORG | Value transfer | Type reference (TYPE) | ECMORG | externer Schlüssel | 20030212 | ||
5 | ![]() |
I_ORG_GUID | Value transfer | Type reference (TYPE) | ECMORGGUID | interner Schlüssel | 20030212 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
OrgEinheit existiert nicht | 20030212 | |
2 | ![]() |
OrgEinheit nicht gültig | 20030212 | |
3 | ![]() |
Schlüssel intern oder extern angeben | 20030212 |
Method F4 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_ORG_GUID | Value transfer | Type reference (TYPE) | ECMORGGUID | Organisationseinheit | 20030321 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Abbruch F4 durch Benutzer | 20030321 |
Method GET_CONTEXT_OF_SYSTEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CONTEXT | Value transfer | Type reference (TYPE) | TT_ECM_CTXT | Kontexte | 20030218 | ||
2 | ![]() |
I_CHANGE_KIND | Value transfer | Type reference (TYPE) | ECMKND | Änderungsart | 20030218 | ||
3 | ![]() |
I_SYSTEM | Value transfer | Type reference (TYPE) | SLD_BSKEY | Schlüsselname eines Business Systems | 20030218 |
Method GET_CONTEXT_OF_SYSTEM on class CL_ECM_ORGUNIT has no exception.
Method GET_EMAIL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ADDRESSES | Value transfer | Type reference (TYPE) | BAPI_ECMVAL_WF_ADDRESS_TAB | Mail-Adressen zu Auftrag und Kontext | 20030212 | ||
2 | ![]() |
I_ORG_GUID | Value transfer | Type reference (TYPE) | ECMORGGUID | GUID Organisationseinheit | 20030212 |
Method GET_EMAIL on class CL_ECM_ORGUNIT has no exception.
Method GET_SYSTEM_OF_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SYSTEMS | Value transfer | Type reference (TYPE) | ECM_MDORG_T_SLD_BSKEYCOMT | Liste von Systemen | 20030218 | ||
2 | ![]() |
I_CHANGE_KIND | Value transfer | Type reference (TYPE) | ECMKND | Änderungsart | 20030218 | ||
3 | ![]() |
I_CONTEXT | Value transfer | Type reference (TYPE) | ECMCTXT | Kontext | 20030218 |
Method GET_SYSTEM_OF_CONTEXT on class CL_ECM_ORGUNIT has no exception.
History
Last changed by/on | SAP | 20040518 |
SAP Release Created in | 200 |