SAP ABAP Class CL_FMMD_CORE_UTILS (Utility Class for Master Data)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-FM (Application Component) Funds Management
     FMMD_CORE (Package) Funds Management: Master Data Core Objects
Properties
Class CL_FMMD_CORE_UTILS  
Short Description Utility Class for Master Data    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FMMD_CORE   Funds Management: Master Data Core Objects 
Created 20051229   SAP 
Last change 20060703   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_FMMD_CORE_UTILS has no interface implemented.
Friends
Class CL_FMMD_CORE_UTILS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_LABEL_BUFFER Static Attribute Private Type reference (TYPE) TY_LABEL_TAB 20060221
2 M_LOGSYS Static Attribute Private Type reference (TYPE) LOGSYS 20060221
Methods
# Method Level Visibility Method type Description Created on
1 GET_BAPIRET2 Static method Public Method Fills BAPIRET2 - Structure with Given Variables 20060221
2 GET_BAPIRET2_SYMSG Static method Public Method Writes the Current sy-msg to the Ret. BAPIRET2 Structure 20060221
3 GET_BAPIRET2_TSMESG Static method Public Method Converts Tab. with Line Type SMESG in BAPIRET2_T Tab. 20060221
4 GET_FIELDLABEL Static method Public Method Gets the Field Label (m) of a Data Element (buffered) 20060221
Events
Class CL_FMMD_CORE_UTILS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_LABEL_LINE Private See coding 20060221 BEGIN OF ty_label_line, key type string, langu type spras, label type string, END OF ty_label_line
2 TY_LABEL_TAB Private See coding 20060221 TY_LABEL_TAB type hashed table of ty_label_line with unique key key langu
Method Signatures

Method GET_BAPIRET2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20060221
2 Importing I_MSGID Call by reference Type reference (TYPE) SY-MSGID Nachrichtenklasse 20060221
3 Importing I_MSGNO Call by reference Type reference (TYPE) SY-MSGNO Nachrichtennummer 20060221
4 Importing I_MSGTY Call by reference Type reference (TYPE) SY-MSGTY Nachrichtentyp 20060221
5 Importing I_MSGV1 Call by reference Type reference (TYPE) CLIKE Nachrichtenvariable 20060221
6 Importing I_MSGV2 Call by reference Type reference (TYPE) CLIKE Nachrichtenvariable 20060221
7 Importing I_MSGV3 Call by reference Type reference (TYPE) CLIKE Nachrichtenvariable 20060221
8 Importing I_MSGV4 Call by reference Type reference (TYPE) CLIKE Nachrichtenvariable 20060221
9 Returning RS_MSG Value transfer Type reference (TYPE) BAPIRET2 Returnparameter 20060221

Method GET_BAPIRET2 on class CL_FMMD_CORE_UTILS has no exception.

Method GET_BAPIRET2_SYMSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_MSG Value transfer Type reference (TYPE) BAPIRET2 Returnparameter 20060221

Method GET_BAPIRET2_SYMSG on class CL_FMMD_CORE_UTILS has no exception.

Method GET_BAPIRET2_TSMESG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BAPIRET2 Call by reference Type reference (TYPE) BAPIRET2_T Returntabelle 20060221
2 Importing IT_MSG Call by reference Type reference (TYPE) TSMESG Nachrichtentabelle Nachrichtensammler 20060221

Method GET_BAPIRET2_TSMESG on class CL_FMMD_CORE_UTILS has no exception.

Method GET_FIELDLABEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLG_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Zurücksetzen des Buffers ? 20060221
2 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20060221
3 Importing I_NAME Call by reference Type reference (TYPE) STRING Datenelement oder Struktur-Feld kombination 20060221
4 Returning R_LABEL Value transfer Type reference (TYPE) STRING Feldbezeichner 20060221

Method GET_FIELDLABEL on class CL_FMMD_CORE_UTILS has no exception.
History
Last changed by/on SAP  20060703 
SAP Release Created in