SAP ABAP Function Module CNV_CMIS_M_10_IS_MAP_ALLOWED (CMIS: Check if provided table/field mapping is allowed)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA (Application Component) Cross-Application Components
     CNV_CMIS_M_10 (Package) CMIS Mig: Table list, domain rules and non transp. fields
Basic Data
Function Module CNV_CMIS_M_10_IS_MAP_ALLOWED CMIS: Check if provided table/field mapping is allowed  
Function Group CNV_CMIS_M_10   CMIS Migration  
Program Name SAPLCNV_CMIS_M_10    
INCLUDE Name LCNV_CMIS_M_10U30    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_RESPONSE TYPE CNV_CMIS_MAPPING_ALLOWED CMIS: Response if a certain mapping is allowed or not
Exporting E_MSG TYPE BAL_S_MSG Message that should/could be considered of corresponding response
Importing I_PACKID TYPE CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages
Importing I_SND_TABLE TYPE TABNAME SENDER table name
Importing I_SND_TABLE_CLASSIFICATION TYPE CNV_MBT_DCFLAG Classification of SENDER table (SAP or CUSTOMER)
Importing I_SND_FIELD TYPE FIELDNAME SENDER field name
Importing I_SND_FIELD_CLASSIFICATION TYPE CNV_MBT_DCFLAG Classification of SENDER field (SAP or CUSTOMER)
Importing I_SND_CLIDEP TYPE CNV_MBT_FLAG Flag if SENDER table is client-dependent
Importing I_RCV_TABLE TYPE TABNAME RECEIVER table name
Importing I_RCV_TABLE_CLASSIFICATION TYPE CNV_MBT_DCFLAG Classification of RECEIVER table (SAP or CUSTOMER)
Importing I_RCV_FIELD TYPE FIELDNAME RECEIVER field name
Importing I_RCV_FIELD_CLASSIFICATION TYPE CNV_MBT_DCFLAG Classification of RECEIVER field (SAP or CUSTOMER)
Importing I_RCV_CLIDEP TYPE CNV_MBT_FLAG Flag if RECEIVER table is client-dependent
Importing I_ACTION_EXCLUDE TYPE CNV_MBT_FLAG Flag if desired action of mapping is to "exclude"
Exception PACKID_DOES_NOT_EXIST TYPE Given package does not exist
Exception NO_MAPPING_CONFIG_FOUND TYPE Configuration data for given package not found
Exception MISSING_PARAMETER TYPE A parameter is missing
Exception WRONG_PARAMETER_SET TYPE The given combination of parameters is not possible
Exception RFC_ERROR TYPE Error in RFC connection to SND and/or RCV
Exception ERROR TYPE Unexpected error occured
               
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