Menu

SAP Function Module CPE_MAP_FIELD_SINGLE

CPE - Map single Document Field

The Function Module CPE_MAP_FIELD_SINGLE (CPE - Map single Document Field) is a standard Function Module in SAP ERP and is part of the function group CPE_MAPPING within the package CPE_DOC.

Technical Information

Function Module CPE_MAP_FIELD_SINGLE
Short Text CPE - Map single Document Field
Function Group CPE_MAPPING
Package CPE_DOC
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IS_SOURCE_MAPPING TYPE CPEC_MAPPING CPE Caller - Table Type for Mapping of Business Data
IT_NAMEVALUEPAIRS_10 TYPE CPET_NAMEVALUEPAIRS_10_TAB CPE Caller - Table Type for Name Value Pairs (L-10)
IT_NAMEVALUEPAIRS_255 TYPE CPET_NAMEVALUEPAIRS_255_TAB CPE Caller - Table Type for Name Value Pairs (L-255)
IT_NAMEVALUEPAIRS_50 TYPE CPET_NAMEVALUEPAIRS_50_TAB CPE Caller - Table Type for Name Value Pairs (L-50)
IV_SOURCE_LENGTH TYPE INTEGER1 Integer 1
IV_SOURCE_LOGSYS TYPE LOGSYS Logical system
IV_SOURCE_TYPE TYPE DATATYPE_D Data Type in ABAP Dictionary

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ET_NAMEVALUEPAIRS_10 TYPE CPET_NAMEVALUEPAIRS_10_TAB CPE Caller - Table Type for Name Value Pairs (L-10)
ET_NAMEVALUEPAIRS_255 TYPE CPET_NAMEVALUEPAIRS_255_TAB CPE Caller - Table Type for Name Value Pairs (L-255)
ET_NAMEVALUEPAIRS_50 TYPE CPET_NAMEVALUEPAIRS_50_TAB CPE Caller - Table Type for Name Value Pairs (L-50)

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.