SAP ABAP Class CL_RMST_OTPT_CONVERSIONS (RMS-TLS: General Tasks for Output)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PLM-RM (Application Component) Recipe Management
     RMSTLSDIA (Package) RMS-TLS: Dialog
Properties
Class CL_RMST_OTPT_CONVERSIONS  
Short Description RMS-TLS: General Tasks for Output    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RMSTLSDIA   RMS-TLS: Dialog 
Created 20030512   SAP 
Last change 20031212   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RMST_OTPT_CONVERSIONS has no forward declaration.
Interfaces
Class CL_RMST_OTPT_CONVERSIONS has no interface implemented.
Friends
Class CL_RMST_OTPT_CONVERSIONS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_CHARA_TYPE_NUM Constant Public Type reference (TYPE) ATFOR 'NUM' Nummerical Characteristic Data Type 20031015
2 MC_FALSE Constant Public Type reference (TYPE) BOOLEAN ' ' False 20030512
3 MC_OTPT_TYPE_EXCL Constant Public Type reference (TYPE) RMSTE_OTPT_TYPE '3' Output Type MS Excel 20031015
4 MC_TRUE Constant Public Type reference (TYPE) BOOLEAN 'X' True 20030512
Methods
# Method Level Visibility Method type Description Created on
1 DYNAMIC_TABLE_SORT Static method Public Method Sort an Internal Table Dynamically (Max. 10 Sort Criteria) 20030513
2 FILL_GENERIC_KEYS_TAB Static method Public Method Generate Generic Keys in an Internal Table 20030512
3 GET_DEC_SEP_FROM_REGISTRY Static method Public Method Determine Decimal Separator from Registry 20031015
4 GET_KEY_FROM_KEYTAB Static method Private Method Determine Key Field Values 20030512
5 SET_KEY_FOR_STRUCTURE Static method Private Method Sets Gen. Key in Relevant Field and Returns Data Structure 20030512
6 WRITE_CHARAFIELD_2_CHAR Static method Public Method Converts Characteristic Val. (Classif.) into Character Field 20031015
7 WRITE_DATAFIELD_2_CHAR Static method Public Method Converts Any Data Field to a Character Field 20030808
Events
Class CL_RMST_OTPT_CONVERSIONS has no event.
Types
Class CL_RMST_OTPT_CONVERSIONS has no local type.
Method Signatures

Method DYNAMIC_TABLE_SORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SORT Call by reference Type reference (TYPE) RMSTTY_OTPT_GKTCV_SORT RMS-TLS: Sortierreihenfolgetabelle (intern) 20030513
2 Changing XT_DATA Call by reference Type reference (TYPE) ANY TABLE 20030513

Method DYNAMIC_TABLE_SORT on class CL_RMST_OTPT_CONVERSIONS has no exception.

Method FILL_GENERIC_KEYS_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) ANY TABLE 20030512
2 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE 20030512
3 Importing IT_PARAMETERS Call by reference Type reference (TYPE) RMSTTY_OTPT_GKTCV_INFOS RMS-TLS: Parameter zur Erzeugung generischer Schlüssel (int. 20030512

Method FILL_GENERIC_KEYS_TAB on class CL_RMST_OTPT_CONVERSIONS has no exception.

Method GET_DEC_SEP_FROM_REGISTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DEC_SEP Call by reference Type reference (TYPE) CHAR1 Dezimaltrennzeichen auf Frontend-Seite 20031015

Method GET_DEC_SEP_FROM_REGISTRY on class CL_RMST_OTPT_CONVERSIONS has no exception.

Method GET_KEY_FROM_KEYTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_KEY Call by reference Type reference (TYPE) ANY 20030512
2 Exporting E_FLG_KEY_VALUE Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20030513
3 Importing ID_KEYFNAM Call by reference Type reference (TYPE) FIELDNAME Feldname 20030513
4 Importing IS_DATA Call by reference Type reference (TYPE) ANY 20030512
5 Importing IT_FIELDS Call by reference Type reference (TYPE) RMSTTY_OTPT_GKTCV_KEY_FIELDS RMS-TLS: Zu vergleichende Felder (Schlüssel) (intern) 20030512
6 Importing I_FLG_EXIST_KEYS Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20030513

Method GET_KEY_FROM_KEYTAB on class CL_RMST_OTPT_CONVERSIONS has no exception.

Method SET_KEY_FOR_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) ANY 20030512
2 Importing ID_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20030512
3 Importing IS_DATA Call by reference Type reference (TYPE) ANY 20030512
4 Importing I_ADD_INDEX Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20030512
5 Changing XD_INDEX Call by reference Type reference (TYPE) ANY Interne Tabellen, aktueller Zeilenindex 20030512

Method SET_KEY_FOR_STRUCTURE on class CL_RMST_OTPT_CONVERSIONS has no exception.

Method WRITE_CHARAFIELD_2_CHAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_VALUE Call by reference Type reference (TYPE) RMSTE_OTPT_VALUE Wert für Ausgabestruktur 20031015
2 Importing I_ATFOR Call by reference Type reference (TYPE) ATFOR Datentyp des Merkmals 20031015
3 Importing I_OTPT_TYPE Call by reference Type reference (TYPE) RMSTE_OTPT_TYPE Ausgabeart 20031015
4 Importing I_VALUE Call by reference Type reference (TYPE) ANY Beliebiges Quellfeld 20031015

Method WRITE_CHARAFIELD_2_CHAR on class CL_RMST_OTPT_CONVERSIONS has no exception.

Method WRITE_DATAFIELD_2_CHAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DECIMALS Call by reference Type reference (TYPE) DECIMALS Anzahl Dezimalstellen 20030808
2 Exporting E_VALUE Call by reference Type reference (TYPE) RMSTE_OTPT_VALUE Wert für Ausgabestruktur 20030808
3 Importing I_OTPT_TYPE Call by reference Type reference (TYPE) RMSTE_OTPT_TYPE Ausgabeart 20031015
4 Importing I_VALUE Call by reference Type reference (TYPE) ANY Beliebiges Quellfeld 20030808

Method WRITE_DATAFIELD_2_CHAR on class CL_RMST_OTPT_CONVERSIONS has no exception.
History
Last changed by/on SAP  20031212 
SAP Release Created in 220