The Function Module LOAN_TRANSACTION_SEARCH (Sucht den Transaktionscode für die Darlehens/Order Bearbeitung) is a standard Function Module in SAP ERP and is part of the function group FVVD within the package FVVD.
Function Module | LOAN_TRANSACTION_SEARCH |
Short Text | Sucht den Transaktionscode für die Darlehens/Order Bearbeitung |
Function Group | FVVD |
Package | FVVD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BUKRS | LIKE | VDARL-BUKRS | Buchungskreis | |
I_GSART | LIKE | VDARL-GSART | Produktart | |
I_MODUS | LIKE | Bearbeitungsmodus siehe Fkts.doku | ||
I_SANLF | LIKE | VDARL-SANLF | Anlageform | |
I_SSTATI | LIKE | VDARL-SSTATI | externer Vertragsstatus |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_TCODE | LIKE | SY-TCODE | Transaktionscode |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NOT_FOUND | Kein Tcode gefunden (Übergabewerte falsch) |