SAP ABAP Class CL_MDG_BS_MAT_MSG_NAV (Message Mapping and Navigation)
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_MSG_NAV  
Short Description Message Mapping and Navigation    
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 20120413   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_MDG_BS_MAT_MSG_NAV Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_MDG_BS_MAT_MSG_NAV has no interface implemented.
Friends
Class CL_MDG_BS_MAT_MSG_NAV has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_NAVIG_DATA_MEMORY_ID Constant Private Type reference (TYPE) CHAR20 'NAVIG_DATA' Memory ID for message navigation data 20120601
2 CO_STORAGE_CLASS Constant Public Type reference (TYPE) TY_STORAGE_TYPE 'C' Navigation information is stored in the class 20120601
3 CO_STORAGE_MEM Constant Public Type reference (TYPE) TY_STORAGE_TYPE 'M' Navigation information is stored in memory 20120601
4 CV_CONTEXT Constant Private Type reference (TYPE) STRING 'MM_ACCESS' Context shorthand 20120601
5 GT_NAVIG_DATA Static Attribute Private Type reference (TYPE) TT_NAVIG_DATA Buffer to store the table navigation data 20120601
6 GV_STORAGE Static Attribute Private Type reference (TYPE) TY_STORAGE_TYPE Specify, where the navigation data is stored 20120601
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Buffer the DB table for message navigation 20120604
2 GET_FIELDNAME Instance method Private Method Get fieldname depending on the message id and no 20120417
3 MAP_MESSAGES Instance method Public Method Perform USMD message mapping 20120601
4 READ_NAVIGATION_DATA Instance method Public Method Get the navigation data 20120601
5 RELEASE_NAVIGATION_DATA Instance method Public Method Release the navigation data 20120605
6 SAVE_NAVIGATION_DATA Instance method Public Method Save message data for later navigation to error 20120601
Events
Class CL_MDG_BS_MAT_MSG_NAV has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_NAVIG_DATA Private See coding 20120601 tt_navig_data TYPE STANDARD TABLE OF ty_navig_data
2 TY_NAVIG_DATA Private See coding 20120601 BEGIN OF ty_navig_data, msgid TYPE symsgid, msgno TYPE symsgno, msgv1 TYPE symsgv, msgv2 TYPE symsgv, msgv3 TYPE symsgv, msgv4 TYPE symsgv, node_name TYPE /plmb/spi_node_name, field_name TYPE fieldname, END OF ty_navig_data
3 TY_STORAGE_TYPE Public Type reference (TYPE) CHAR1 Type of navigation data storage (memory/static class) 20120601
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STORAGE Call by reference Type reference (TYPE) CL_MDG_BS_MAT_MSG_NAV=>TY_STORAGE_TYPE CO_STORAGE_MEM Type of navigation data storage (memory/static class) 20120604

Method CONSTRUCTOR on class CL_MDG_BS_MAT_MSG_NAV has no exception.

Method GET_FIELDNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MESSAGE Call by reference Type reference (TYPE) USMD_S_MESSAGE Messages 20120417
2 Importing IV_NODENAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20120504
3 Returning RV_FIELDNAME Value transfer Type reference (TYPE) STRING 20120417

Method GET_FIELDNAME on class CL_MDG_BS_MAT_MSG_NAV has no exception.

Method MAP_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Mapped messages 20120601
2 Importing IT_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messsages to map 20120601

Method MAP_MESSAGES on class CL_MDG_BS_MAT_MSG_NAV has no exception.

Method READ_NAVIGATION_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_FOUND Call by reference Type reference (TYPE) WDY_BOOLEAN Navigation info found 20120601
2 Exporting EV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20120601
3 Importing IF_NODE_DEFINED Call by reference Type reference (TYPE) BOOLE_D Set to 'X' if the node assignment is already known 20120601
4 Importing IS_MESSAGE Call by reference Type reference (TYPE) USMD_S_MESSAGE Messages 20120601
5 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20120605
6 Importing IV_NODENAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20120601

Method READ_NAVIGATION_DATA on class CL_MDG_BS_MAT_MSG_NAV has no exception.

Method RELEASE_NAVIGATION_DATA Signature

Method RELEASE_NAVIGATION_DATA on class CL_MDG_BS_MAT_MSG_NAV has no parameter.
Method RELEASE_NAVIGATION_DATA on class CL_MDG_BS_MAT_MSG_NAV has no exception.

Method SAVE_NAVIGATION_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE MDG BS MAT: Material Error Message Table 20121213

Method SAVE_NAVIGATION_DATA on class CL_MDG_BS_MAT_MSG_NAV has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 607