The Function Module CPE_MOVE_USERFIELDS_TO_FORMULA (CPE - Converting Structure Fields into Name Value Pairs for CPE Processing) is a standard Function Module in SAP ERP and is part of the function group CPE_IF_DATA_CONVERSION within the package CPE_BASIS.
Function Module | CPE_MOVE_USERFIELDS_TO_FORMULA |
Short Text | CPE - Converting Structure Fields into Name Value Pairs for CPE Processing |
Function Group | CPE_IF_DATA_CONVERSION |
Package | CPE_BASIS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IT_FORMIN_USER | TYPE | CPET_FORMIN_USER_TAB | CPE - Table Type for User Fields in Formula Input | |
IT_FORMOUT_USER | TYPE | CPET_FORMOUT_USER_TAB | CPE - Table Type for User Fields in Formula Result | |
IT_TERMGRPOUT_USER | TYPE | CPET_TERMGRPOUT_USER_TAB | CPE - Table Type for User Fields in Term Result & Grouping | |
IT_TERMIN_USER | TYPE | CPET_TERMIN_USER_TAB | CPE - Table Type for User Fields in Term Input | |
IT_TERMOUT_USER | TYPE | CPET_TERMOUT_USER_TAB | CPE - Table Type for User Fields in Term Result |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CT_FORMDOC_WRK | TYPE | CPET_FORMDOC_WRK_TAB | CPE Formula - Tab. Type Work Struc. for Grping and Gen. Rslt | |
CT_FORMINPUT_WRK | TYPE | CPET_FORMINPUT_WRK_TAB | CPE Formula -Tab.Type WrkStruc. for Chngd Inp. for Gen.Data | |
CT_TERMGRPOUT_WRK | TYPE | CPET_TERMGRPOUT_WRK_TAB | CPE Term - Tab.Type WorkStruc.: Chngd Grouping/Gen.Term Rslt | |
CT_TERMINPUT_WRK | TYPE | CPET_TERMINPUT_WRK_TAB | CPE Term - Tab. Type Wrk Struc. for Chngd Inp. for Gen. Data | |
CT_TERMOUT_WRK | TYPE | CPET_TERMOUT_WRK_TAB | CPE Term - Table Type Work Structure for General Result |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.