The Function Module FM_COPY_SUBSTRING_VALUES (Copy master data substring values) is a standard Function Module in SAP ERP and is part of the function group FMMD_SUBD_1 within the package FMMD_SUBD_E.
Function Module | FM_COPY_SUBSTRING_VALUES |
Short Text | Copy master data substring values |
Function Group | FMMD_SUBD_1 |
Package | FMMD_SUBD_E |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ERROR | TYPE | CHECKBOX | Checkbox in Hierarchies | |
I_MASDAT | TYPE | FM_MASDAT_ID | Account Assignment Element | |
I_STRNUM | TYPE | FM_SUB_ID | Master Data Substring | |
I_STRSRC | TYPE | FM_STR_ID | Master Data Subdivision ID | |
I_STRTRG | TYPE | FM_STR_ID | Master Data Subdivision ID | |
I_TEST | TYPE | CHECKBOX | Checkbox in Hierarchies |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_T_RETURN | LIKE | FMMD_SUBSTRING_COPY | Structure for display the substring copying result in log |
This function module does not define any Exceptions.