SAP ABAP Class CL_USMDZ7_RS_MESSAGE (Message Output)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-APP-FIN (Application Component) MDG for Financials
⤷
USMDZ7 (Package) Validations
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_USMDZ7_RS_MESSAGE | Interface for Message Output | 20090225 |
Properties
| Class | CL_USMDZ7_RS_MESSAGE | |
| Short Description | Message Output | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | USMDZ7 | Validations |
| Created | 20081106 | SAP |
| Last change | 20130531 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_USMDZ7_RS_MESSAGE | Interface for Message Output | 20090225 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_USMDZ_OBJECT_FACTORY | 20090225 | Factory Class for USMDZ |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Attribute reference (LIKE) | 20090225 | |||||
| 2 | Instance attribute | Private | Type reference (TYPE) | TT_BUFFER_MSGTY | 20090511 | ||||
| 3 | Instance attribute | Public | Attribute reference (LIKE) | 20090225 | |||||
| 4 | Instance attribute | Public | Attribute reference (LIKE) | Type of Check | 20090225 | ||||
| 5 | Instance attribute | Public | Type reference (TYPE) | STRING | Change Request | 20090225 | |||
| 6 | Instance attribute | Public | Attribute reference (LIKE) | Data Model | 20090225 | ||||
| 7 | Instance attribute | Public | Attribute reference (LIKE) | 20090225 | |||||
| 8 | Instance attribute | Public | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20090225 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | STRING | Key Fields Separated by "/" | 20090225 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | SYMSGID | Message Class | 20090225 | |||
| 11 | Static Attribute | Public | Type reference (TYPE) | STRING | Global Text Field for Language-dep. Output "Change Request" | 20090204 | |||
| 12 | Static Attribute | Public | Type reference (TYPE) | STRING | Global Text Field for Language-dep. Output "Field" | 20081204 | |||
| 13 | Static Attribute | Public | Type reference (TYPE) | STRING | Global Text Field, Language-dep. Output "Preceding Edition" | 20090420 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | USMD_FLG | '#' | Upload Indicator | 20090225 | ||
| 15 | Instance attribute | Public | Attribute reference (LIKE) | Change Request | 20090225 | ||||
| 16 | Instance attribute | Public | Attribute reference (LIKE) | Edition | 20090225 | ||||
| 17 | Instance attribute | Public | Attribute reference (LIKE) | Entity | 20090225 | ||||
| 18 | Constant | Public | Type reference (TYPE) | CHAR1 | ':' | Single-Character Indicator | 20090203 | ||
| 19 | Constant | Private | Type reference (TYPE) | CHAR1 | ',' | Single-Character Indicator | 20090203 | ||
| 20 | Constant | Private | Type reference (TYPE) | CHAR2 | ', ' | Component of Version Number | 20090203 | ||
| 21 | Constant | Private | Type reference (TYPE) | CHAR2 | '0 ' | Inital Value of Change Request | 20090420 | ||
| 22 | Constant | Public | Type reference (TYPE) | CHAR1 | '"' | Single-Character Indicator | 20090203 | ||
| 23 | Instance attribute | Public | Attribute reference (LIKE) | Message ID | 20090225 | ||||
| 24 | Instance attribute | Public | Attribute reference (LIKE) | Message Type: Error | 20090225 | ||||
| 25 | Instance attribute | Public | Attribute reference (LIKE) | Message Type: Information | 20090225 | ||||
| 26 | Instance attribute | Public | Attribute reference (LIKE) | Message Type: Service | 20090225 | ||||
| 27 | Instance attribute | Public | Attribute reference (LIKE) | Message Type: Warning | 20090225 | ||||
| 28 | Constant | Public | Type reference (TYPE) | CHAR2 | ' "' | Component of Version Number | 20090203 | ||
| 29 | Instance attribute | Protected | Attribute reference (LIKE) | Application Log: Subobject | 20090225 |
Methods
Events
Class CL_USMDZ7_RS_MESSAGE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_BUFFER_MSGTY | Private | See coding | 20090511 | tt_buffer_msgty TYPE STANDARD TABLE OF ty_buffer_msgty
|
||
| 2 | TY_BUFFER_MSGTY | Private | See coding | 20090511 | BEGIN OF ty_buffer_msgty,
check_type TYPE usmdz7_check_type,
msgid TYPE sy-msgid,
msgno TYPE sy-msgno,
msgty TYPE sy-msgty,
error TYPE usmd_flg,
text TYPE string,
END OF ty_buffer_msgty
|
Method Signatures
Method ADD_EXCEPTION_TO_TABLE Signature
Method ADD_EXCEPTION_TO_TABLE on class CL_USMDZ7_RS_MESSAGE has no parameter.
Method ADD_EXCEPTION_TO_TABLE on class CL_USMDZ7_RS_MESSAGE has no exception.
Method ADD_MESSAGES_TO_APPLLOG Signature
Method ADD_MESSAGES_TO_APPLLOG on class CL_USMDZ7_RS_MESSAGE has no parameter.
Method ADD_MESSAGES_TO_APPLLOG on class CL_USMDZ7_RS_MESSAGE has no exception.
Method ADD_MESSAGE_TO_TABLE Signature
Method ADD_MESSAGE_TO_TABLE on class CL_USMDZ7_RS_MESSAGE has no parameter.
Method ADD_MESSAGE_TO_TABLE on class CL_USMDZ7_RS_MESSAGE has no exception.
Method BUILD_MSGV1 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_MSGV1 | Call by reference | Type reference (TYPE) | SY-MSGV1 | Nachrichtenvariable | 20090203 | |||
| 2 | ID_ENTITYTYPE | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entitätstyp | 20090203 |
Method BUILD_MSGV1 on class CL_USMDZ7_RS_MESSAGE has no exception.
Method BUILD_MSGV2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_MSGV2 | Call by reference | Type reference (TYPE) | SY-MSGV2 | Nachrichtenvariable | 20090203 | |||
| 2 | ID_ATTRIBUTE | Call by reference | Type reference (TYPE) | USMD_ATTR_RES | Aufgelöstes Attribut | 20090203 | |||
| 3 | ID_ENTITYTYPE | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entitätstyp | 20090203 |
Method BUILD_MSGV2 on class CL_USMDZ7_RS_MESSAGE has no exception.
Method BUILD_MSGVX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_MSGVX | Call by reference | Type reference (TYPE) | SY-MSGV3 | Nachrichtenvariable Export | 20090204 | |||
| 2 | ID_ATTRIBUTE | Call by reference | Type reference (TYPE) | USMD_ATTR_RES | Aufgelöstes Attribut | 20090204 | |||
| 3 | ID_ENTITYTYPE | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entitätstyp | 20090204 | |||
| 4 | IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | MDM Datenmodell für Zugriff aus Nicht-SAP Standard | 20090204 | |||
| 5 | IV_MSGVX | Call by reference | Type reference (TYPE) | SY-MSGV3 | Nachrichtenvariable Import | 20090204 |
Method BUILD_MSGVX on class CL_USMDZ7_RS_MESSAGE has no exception.
Method CONCATENATE_MSGV1 Signature
Method CONCATENATE_MSGV1 on class CL_USMDZ7_RS_MESSAGE has no parameter.
Method CONCATENATE_MSGV1 on class CL_USMDZ7_RS_MESSAGE has no exception.
Method CONCATENATE_MSGV2 Signature
Method CONCATENATE_MSGV2 on class CL_USMDZ7_RS_MESSAGE has no parameter.
Method CONCATENATE_MSGV2 on class CL_USMDZ7_RS_MESSAGE has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_USMDZ7_RS_MESSAGE has no parameter.
Method CONSTRUCTOR on class CL_USMDZ7_RS_MESSAGE has no exception.
Method READ_MESSAGE_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_MSGTY | Call by reference | Type reference (TYPE) | SY-MSGTY | Nachrichtentyp | 20090304 | |||
| 2 | ED_TEXT | Call by reference | Type reference (TYPE) | STRING | Nachrichtentext | 20090304 | |||
| 3 | EV_ERROR | Call by reference | Type reference (TYPE) | USMD_FLG | Fehlerkennzeichen | 20090304 | |||
| 4 | ID_CHECK_TYPE | Call by reference | Type reference (TYPE) | USMDZ7_CHECK_TYPE | Typ der Prüfung | 20090304 | |||
| 5 | ID_DATA_MODEL | Call by reference | Type reference (TYPE) | USMD_MODEL | Datenmodell | 20090304 | |||
| 6 | ID_MSGID | Call by reference | Type reference (TYPE) | SY-MSGID | GC_MSGID_USMDZ3 | Nachrichtenklasse | 20090304 | ||
| 7 | ID_MSGNO | Call by reference | Type reference (TYPE) | SY-MSGNO | Nachrichtennummer | 20090304 |
Method READ_MESSAGE_TYPE on class CL_USMDZ7_RS_MESSAGE has no exception.
Method READ_MESSAGE_TYPE_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_ERROR | Call by reference | Type reference (TYPE) | USMD_FLG | Fehlerkennzeichen | 20090304 | |||
| 2 | ED_MSGTY | Call by reference | Type reference (TYPE) | SY-MSGTY | Nachrichtentyp | 20090304 | |||
| 3 | ED_TEXT | Call by reference | Type reference (TYPE) | STRING | Nachrichtentext | 20090304 | |||
| 4 | ID_CHECK_TYPE | Call by reference | Type reference (TYPE) | USMDZ7_CHECK_TYPE | Typ der Prüfung | 20090304 | |||
| 5 | ID_DATA_MODEL | Call by reference | Type reference (TYPE) | USMD_MODEL | Datenmodell | 20090304 | |||
| 6 | ID_MSGID | Call by reference | Type reference (TYPE) | SY-MSGID | Nachrichtenklasse | 20090304 | |||
| 7 | ID_MSGNO | Call by reference | Type reference (TYPE) | SY-MSGNO | Nachrichtennummer | 20090304 |
Method READ_MESSAGE_TYPE_FROM_DB on class CL_USMDZ7_RS_MESSAGE has no exception.
Method REFRESH_MSGTY_BUFFER Signature
Method REFRESH_MSGTY_BUFFER on class CL_USMDZ7_RS_MESSAGE has no parameter.
Method REFRESH_MSGTY_BUFFER on class CL_USMDZ7_RS_MESSAGE has no exception.
Method SET_CHECK_TYPE Signature
Method SET_CHECK_TYPE on class CL_USMDZ7_RS_MESSAGE has no parameter.
Method SET_CHECK_TYPE on class CL_USMDZ7_RS_MESSAGE has no exception.
Method SET_CREQUEST Signature
Method SET_CREQUEST on class CL_USMDZ7_RS_MESSAGE has no parameter.
Method SET_CREQUEST on class CL_USMDZ7_RS_MESSAGE has no exception.
Method SET_DATA_MODEL Signature
Method SET_DATA_MODEL on class CL_USMDZ7_RS_MESSAGE has no parameter.
Method SET_DATA_MODEL on class CL_USMDZ7_RS_MESSAGE has no exception.
Method SET_EDITION Signature
Method SET_EDITION on class CL_USMDZ7_RS_MESSAGE has no parameter.
Method SET_EDITION on class CL_USMDZ7_RS_MESSAGE has no exception.
Method SET_ENTITYTYPE Signature
Method SET_ENTITYTYPE on class CL_USMDZ7_RS_MESSAGE has no parameter.
Method SET_ENTITYTYPE on class CL_USMDZ7_RS_MESSAGE has no exception.
Method SET_KEY_FIELDS Signature
Method SET_KEY_FIELDS on class CL_USMDZ7_RS_MESSAGE has no parameter.
Method SET_KEY_FIELDS on class CL_USMDZ7_RS_MESSAGE has no exception.
Method SET_MESSAGE_ID Signature
Method SET_MESSAGE_ID on class CL_USMDZ7_RS_MESSAGE has no parameter.
Method SET_MESSAGE_ID on class CL_USMDZ7_RS_MESSAGE has no exception.
Method SET_UPLOAD_FLAG Signature
Method SET_UPLOAD_FLAG on class CL_USMDZ7_RS_MESSAGE has no parameter.
Method SET_UPLOAD_FLAG on class CL_USMDZ7_RS_MESSAGE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 605 |