SAP ABAP Data Element CNV_NCE_FNAM (Function name with external conversion code)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷ CA-EUR (Application Component) European Monetary Union: Euro
⤷ CNV_NCE_BAS (Package) Number conversion engine: Core
⤷ CA-EUR (Application Component) European Monetary Union: Euro
⤷ CNV_NCE_BAS (Package) Number conversion engine: Core
Basic Data
Data Element | CNV_NCE_FNAM |
Short Description | Function name with external conversion code |
Data Type
Category of Dictionary Type | D | Domain |
Type of Object Referenced | No Information | |
Domain / Name of Reference Type | FUNCNAME | |
Data Type | CHAR | Character String |
Length | 30 | |
Decimal Places | 0 | |
Output Length | 30 | |
Value Table | TFDIR |
Further Characteristics
Search Help: Name | ||
Search Help: Parameters | ||
Parameter ID | ||
Default Component name | ||
Change document | ||
No Input History | ||
Basic direction is set to LTR | ||
No BIDI Filtering |
Field Label
Length | Field Label | |
Short | 10 | Func |
Medium | 15 | Function name |
Long | 22 | External function name |
Heading | 30 | Function name |
Documentation
Definition
In external code mode add the name of a function module which will do the conversion.You can add your own coding and checks in this function module. It is mandatory that the function module exists in the system and has the following structure:
FUNCTION <name>
IMPORTING
VALUE(IV_OBJECT) TYPE NROBJ
VALUE(IV_SUBOBJECT) TYPE NRSOBJ OPTIONAL
VALUE(IV_NRRANGENR) TYPE NRNR OPTIONAL
VALUE(IV_TOYEAR) TYPE NRYEAR OPTIONAL
VALUE(IV_NUMBER_OLD) TYPE NRFROM
EXPORTING
REFERENCE(EV_NUMBER_NEW) TYPE NRFROM
REFERENCE(ET_MSG) TYPE CNV_NCE_T_MSG
EXCEPTIONS
PARAMETER_ERROR
INTERNAL_ERROR.
Use function CNV_NCE_CONVERSION_TEMPLATE as a template to create your own conversion function.
History
Last changed by/on | SAP | 20141029 |
SAP Release Created in | 2010_1_620 |