SAP ABAP Class CL_MESSAGE_CATEGORY_POC (Domain Model: Message Category)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PP-PI-PMA-PMC (Application Component) Browser-Based PI Sheet / Cockpit
⤷
CMX_POC (Package) Manufacturing Execution: Browser-Based PI Sheet
⤷
⤷
Properties
| Class | CL_MESSAGE_CATEGORY_POC | |
| Short Description | Domain Model: Message Category | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CMX_POC | Manufacturing Execution: Browser-Based PI Sheet |
| Created | 19990308 | SAP |
| Last change | 20100310 | 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_MESSAGE_CATEGORY_POC has no interface implemented.
Friends
Class CL_MESSAGE_CATEGORY_POC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TY_CHAR_TAB | Characteristic Table | 19990308 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | CO_MELDG | Message Category | 19990308 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | TY_MESS_CAT_TAB | Message Category Table | 19990921 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | WERKS_D | Plant of Message | 19990308 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 19990308 | |
| 2 | Static method | Public | Method | Creates Message Category | 19990921 | |
| 3 | Instance method | Public | Method | Iterator: Gets First Characteristic | 19990308 | |
| 4 | Instance method | Public | Method | Gets Message Category | 19990308 | |
| 5 | Instance method | Public | Method | Iterator: Gets Next Characteristic | 19990308 | |
| 6 | Instance method | Public | Method | Gets Plant of Message | 19990308 | |
| 7 | Instance method | Public | Method | CHECK: Checks if Characteristic Belongs to Message Category | 20000831 | |
| 8 | Instance method | Public | Method | CHECK: Checks if Characteristic Is Mandatory | 19990308 |
Events
Class CL_MESSAGE_CATEGORY_POC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_CHAR_TAB | Private | See coding | Message Table | 19990308 | TY_CHAR_TAB TYPE standard table of ty_char_tab_Wa
|
|
| 2 | TY_CHAR_TAB_WA | Private | See coding | Work Area | 19990308 | begin of ty_char_Tab_wa,
oblkz type boole_d,
valuename type poc_valuename,
end of ty_char_Tab_Wa
|
|
| 3 | TY_MESS_CAT_TAB | Private | See coding | Table of Message Categories | 19990921 | TY_MESS_CAT_TAB TYPE sorted table of ty_mess_cat_Tab_Wa with
unique key message_Category plant
|
|
| 4 | TY_MESS_CAT_TAB_WA | Private | See coding | Work Area | 19990921 | begin of TY_MESS_CAT_TAB_WA,
message_category type co_meldg,
plant type WERKS_D,
o_category type ref to cl_message_category_poc,
end of TY_MESS_CAT_TAB_WA
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_MESSAGE_CATEGORY | Call by reference | Type reference (TYPE) | CO_COSTR | Meldungsart | 19990308 | |||
| 2 | IM_PLANT | Call by reference | Type reference (TYPE) | CO_WERK | Meldungswerk | 19990308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Meldungsart nicht gefunden | 19990308 |
Method CREATE_MESSAGE_CATEGORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_CATEGORY_REF | Value transfer | Object reference (TYPE REF TO) | CL_MESSAGE_CATEGORY_POC | Erzeugte Referenz | 19990921 | |||
| 2 | IM_MESSAGE_CATEGORY | Call by reference | Type reference (TYPE) | CO_COSTR | Meldungsart | 19990921 | |||
| 3 | IM_PLANT | Call by reference | Type reference (TYPE) | WERKS_D | Werk | 19990921 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Meldungsart existiert nicht | 19990921 |
Method GET_FIRST_CHARACTERISTIC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_COUNTER | Call by reference | Type reference (TYPE) | I | Zähler | 19990308 | |||
| 2 | EX_OBLIGATORY | Call by reference | Type reference (TYPE) | BOOLE_D | Kennz. ob obligatorisch | 19990308 | |||
| 3 | EX_VALUENAME | Call by reference | Type reference (TYPE) | POC_VALUENAME | Bezeichnung | 19990308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Nichts gefunden | 19990308 |
Method GET_MESSAGE_CATEGORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_MESSAGE_CATEGORY | Call by reference | Type reference (TYPE) | CO_MELDG | Meldungart | 19990308 |
Method GET_MESSAGE_CATEGORY on class CL_MESSAGE_CATEGORY_POC has no exception.
Method GET_NEXT_CHARACTERISTIC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_COUNTER | Value transfer | Type reference (TYPE) | I | Zähler | 19990308 | |||
| 2 | EX_OBLIGATORY | Call by reference | Type reference (TYPE) | BOOLE_D | Kennz. ob obligatorisch | 19990308 | |||
| 3 | EX_VALUENAME | Call by reference | Type reference (TYPE) | POC_VALUENAME | Bezeichnung | 19990308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Nichts gefunden | 19990308 |
Method GET_PLANT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_PLANT | Call by reference | Type reference (TYPE) | WERKS_D | Werk | 19990308 |
Method GET_PLANT on class CL_MESSAGE_CATEGORY_POC has no exception.
Method IS_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_VALUENAME | Call by reference | Type reference (TYPE) | POC_VALUENAME | Wertbezeichung | 20000831 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | BOOLE_D | Kz. ob Merkmal zur Meldungsart gehört | 20000831 |
Method IS_ELEMENT on class CL_MESSAGE_CATEGORY_POC has no exception.
Method IS_OBLIGATORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_VALUENAME | Call by reference | Type reference (TYPE) | POC_VALUENAME | Wertbezeichung | 19990308 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | BOOLE_D | Kz. ob obligatorisch | 19990308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Wert nicht gefunden | 19990308 |
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in |