Menu

SAP Function Module FTR_MIR_DEAL_CREATE

Module for Creating Transactions During Update

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module FTR_MIR_DEAL_CREATE (Module for Creating Transactions During Update) is a standard Function Module in SAP ERP and is part of the function group FTR_MIR within the package FTTR.

Technical Information

Function Module FTR_MIR_DEAL_CREATE
Short Text Module for Creating Transactions During Update
Function Group FTR_MIR
Package FTTR
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_DOUBLE_FLAG TYPE BOOLEAN Boolean Variable (X-true, --false, space-unknown)
I_FHA_ORI TYPE VTBFHA Financial Transaction
I_SFGZUSTT LIKE VTBFHAZU-SFGZUSTT Transaction Activity Category
I_STRUC_CF TYPE BAPI_FTR_CREATE_CFT Create Cash Flow-Dependent Transaction per BAPI
I_STRUC_CONTRACT TYPE BAPI_FTR_CREATE FTR: BAPI Structure for Creating Transactions
I_STRUC_DAN TYPE BAPI_FTR_CREATE_DAN FTR: BAPI Structure for Creating Transactions
I_STRUC_FOREX TYPE BAPI_FTR_CREATE_FXT Create Forex Transaction Using BAPI
I_STRUC_FTD TYPE BAPI_FTR_CREATE_FTD FTR: BAPI Structure for Creating Transactions
I_STRUC_FX_OPTION TYPE BAPI_FTR_CREATE_FXOPTION Create an FX Option by BAPI
I_STRUC_INT TYPE BAPI_FTR_CREATE_IRATE Create Interest Rate Instrument per BAPI
I_TAB_CONDITIONS_ORI TYPE TBFINKO Table Type: VTBfinko
I_TESTRUN LIKE BAPI2042-TESTRUN Switch to Simulation Mode for Write BAPIs

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PE_BUKRS TYPE BUKRS Company Code
PE_RFHA TYPE TB_RFHA Financial Transaction

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_BAPI_MESSTAB LIKE BAPIRET2 Return Parameters
TAB_CFT_FLOWS LIKE BAPI_FTR_CFT_FLOW_CREATE FTR: BAPI Structure for Creating Flows for CFT

Exceptions

This function module does not define any Exceptions.