The Function Module PSA_CALC_COMBINED_TOTALS (PSC Calculation Totals for Combined Products) is a standard Function Module in SAP ERP and is part of the function group PSACALC within the package GJPSA.
Function Module | PSA_CALC_COMBINED_TOTALS |
Short Text | PSC Calculation Totals for Combined Products |
Function Group | PSACALC |
Package | GJPSA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_CALC_SCHEME | LIKE | T8PSA_CSA-CALC_SCHEME | PSA Calculation Scheme | |
I_CALC_STEP | LIKE | T8PSA_CSA-PSC_CALC_STEP | PSA calculation step | |
I_CALC_TYPE | LIKE | T8PSA_CSA-PSC_CALC_TYPE | PSA Calculation Type | |
I_CAL_UOM | LIKE | T8PSA_CAL-UOM | PSC Unit of measure | |
I_CURR | LIKE | T001-WAERS | Currency key | |
I_DATE | LIKE | SY-DATUM | Date and time, current (application server) date | |
I_EQGRP | LIKE | T8J9A-EGRUP | Equity Group - JOA level | |
I_ETYPE | LIKE | T8PSA_INPUT-ETYPE | Equity type | |
I_PRODUCT | LIKE | T8PSA_PRODUCT-PSC_PRODUCT | PSA Product | |
I_PROD_UOM | LIKE | T8PSA_PRODUCT-UOM | PSC Unit of measure | |
I_PSC | LIKE | T8PSA_PSC-PSC_NAME | PSA Name | |
I_VNAME | LIKE | T8PSA_INPUT-VNAME | Joint Venture |
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 |
---|---|---|---|---|
T_CURR | LIKE | PSA_CURR | PSC currencies | |
T_T8PSA_COMB | LIKE | T8PSA_INPUT | PSC Production Input |
This function module does not define any Exceptions.