The Function Module TB_CORRESPOND_INC_DATAINPUT (Erfassung von eingehenden Bestätigungsdaten via Dynpro) is a standard Function Module in SAP ERP and is part of the function group TB89 within the package FTA.
Function Module | TB_CORRESPOND_INC_DATAINPUT |
Short Text | Erfassung von eingehenden Bestätigungsdaten via Dynpro |
Function Group | TB89 |
Package | FTA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_RANTYP | LIKE | VTBFHA-RANTYP | ||
I_SANLF | LIKE | VTBFHA-SANLF | ||
I_TBCO_CP | LIKE | TBCO_CP | ||
I_TBCO_FX | LIKE | TBCO_FX | ||
I_TBCO_OP | LIKE | TBCO_OP | ||
I_TBCO_TD | LIKE | TBCO_TD |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_TBCO_CP | LIKE | TBCO_CP | ||
E_TBCO_FX | LIKE | TBCO_FX | ||
E_TBCO_OP | LIKE | TBCO_OP | ||
E_TBCO_TD | LIKE | TBCO_TD |
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 |
---|---|---|---|---|
CP_DEALS | LIKE | TBCO_CP | ||
FX_DEALS | LIKE | TBCO_FX | ||
OP_DEALS | LIKE | TBCO_OP | ||
TD_DEALS | LIKE | TBCO_TD | ||
T_KORES | LIKE | VTBKORES |
This function module does not define any Exceptions.