SAP ABAP Class CL_MDG_BS_MAT_MAP_MSG (Not used anymore, functnality moved to CL_MDG_BS_MAT_MSG_NAV)
Hierarchy
☛
MDG_APPL (Software Component) MDG Applications
⤷
CA-MDG-APP-MM (Application Component) MDG Material
⤷
MDG_BS_MAT_TOOLS (Package) MDG: Material Tools
⤷
⤷
Properties
| Class | CL_MDG_BS_MAT_MAP_MSG | |
| Short Description | Not used anymore, functnality moved to CL_MDG_BS_MAT_MSG_NAV | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | MDG_BS_MAT_TOOLS | MDG: Material Tools |
| Created | 20120109 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_MDG_BS_MAT_MAP_MSG has no forward declaration.
Interfaces
Class CL_MDG_BS_MAT_MAP_MSG has no interface implemented.
Friends
Class CL_MDG_BS_MAT_MAP_MSG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | CHAR20 | 'NAVIG_DATA' | Memory ID for message navigation data | 20120531 | ||
| 2 | Constant | Private | Type reference (TYPE) | TY_STORAGE_TYPE | 'C' | Navigation information is stored in the class | 20120601 | ||
| 3 | Constant | Private | Type reference (TYPE) | TY_STORAGE_TYPE | 'M' | Navigation information is stored in memory | 20120601 | ||
| 4 | Constant | Private | Type reference (TYPE) | STRING | 'MM_ACCESS' | Context shorthand | 20120109 | ||
| 5 | Static Attribute | Private | Type reference (TYPE) | TT_NAVIG_DATA | Buffer to store the table navigation data | 20120601 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | TY_STORAGE_TYPE | 'M' | Single-Character Flag | 20120601 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Perform USMD message mapping | 20120109 | |
| 2 | Static method | Private | Method | Read navigation data | 20120110 | |
| 3 | Static method | Public | Method | Save message data for later navigation | 20120110 |
Events
Class CL_MDG_BS_MAT_MAP_MSG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_NAVIG_DATA | Public | See coding | 20120531 | tt_navig_data TYPE STANDARD TABLE OF ty_navig_data
|
||
| 2 | TY_NAVIG_DATA | Public | See coding | 20120531 | BEGIN OF ty_navig_data,
msgid TYPE symsgid,
msgno TYPE symsgno,
msgv1 TYPE symsgv,
msgv2 TYPE symsgv,
msgv3 TYPE symsgv,
msgv4 TYPE symsgv,
nodename TYPE /plmb/spi_node_name,
fieldname TYPE fieldname,
END OF ty_navig_data
|
||
| 3 | TY_STORAGE_TYPE | Private | Type reference (TYPE) | CHAR1 | 20120601 | |
Method Signatures
Method MAP_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Mapped messages | 20120109 | |||
| 2 | IT_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Messsages to map | 20120109 |
Method MAP_MESSAGES on class CL_MDG_BS_MAT_MAP_MSG has no exception.
Method READ_NAVIGATION_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_KEY | Call by reference | Object reference (TYPE REF TO) | DATA | Key data | 20120110 | |||
| 2 | EV_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entity value | 20120110 | |||
| 3 | EV_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FLD_SOURCE | Source Field | 20120110 | |||
| 4 | IV_ROW | Call by reference | Type reference (TYPE) | MDG_MESSAGE_ROW | Row value in the message structure | 20120110 |
Method READ_NAVIGATION_DATA on class CL_MDG_BS_MAT_MAP_MSG has no exception.
Method SAVE_NAVIGATION_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20120110 | |||
| 2 | IT_MAT_MESSAGE | Call by reference | Type reference (TYPE) | MDG_BS_MAT_T_MAT_MSG | MDG BS MAT: Material Error Message Table | 20120110 |
Method SAVE_NAVIGATION_DATA on class CL_MDG_BS_MAT_MAP_MSG has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 607 |