SAP ABAP Function Module CNV_MBT_MSG_READ_PARAMS (Read entries from table cnvmbtparams)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_MBT_MAIN_46 (Package) MBT PCL Main objects from Release 4.6 on
Basic Data
Function Module CNV_MBT_MSG_READ_PARAMS Read entries from table cnvmbtparams  
Function Group CNV_MBT_MSG   Handling system messages  
Program Name SAPLCNV_MBT_MSG    
INCLUDE Name LCNV_MBT_MSGU01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting EP_PACKID TYPE CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages
Exporting EP_PNAME TYPE CHAR40 Character field of length 40
Exporting EP_VALNUM TYPE CNV_MBT_DISTING_ENTRIES Field for distinguishing entries
Exporting EP_SOPTION TYPE TVARV_OPTI ABAP: Selection option (EQ/BT/CP/...)
Exporting EP_LOW TYPE TVARV_VAL ABAP/4: Selection value (LOW or HIGH value, external format)
Exporting EP_HIGH TYPE TVARV_VAL ABAP/4: Selection value (LOW or HIGH value, external format)
Importing PACKID TYPE CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages
Importing PNAME TYPE CHAR40 Character field of length 40
Importing VALNUM TYPE CNV_MBT_DISTING_ENTRIES Field for distinguishing entries
Importing SOPTION TYPE TVARV_OPTI ABAP: Selection option (EQ/BT/CP/...)
Importing LOW TYPE TVARV_VAL ABAP/4: Selection value (LOW or HIGH value, external format)
Importing HIGH TYPE TVARV_VAL ABAP/4: Selection value (LOW or HIGH value, external format)
Importing SINGLE_ENTRY TYPE C marked: returns the entry specified by the import parameter
Importing AS_TABLE TYPE C marked: returns all entries found with packid and pname
Importing HIGHEST_VALNUM TYPE C marked: returns the entry with the highest valnum
Tables PT_PARAMS TYPE CNVMBTPARAMS Table for storing general parameters
Exception PACKID_INITIAL TYPE Import parameter packid is initial
Exception PARAMETER_INITIAL TYPE Import parameter pname is initial.
Exception NO_PARAMETER_FOUND TYPE For the selection parameter no entry found
Exception TOO_MUCH_MODI TYPE More than modi selected. Just one modi for each call allowed
Exception NO_MODI_SELECTED TYPE No modi selected. Exactly one modi must be selected
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20141030 
SAP Release Created in 2006_1_46C