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 BAPI_LOAN_CONTRACT_CREATE (Darlehensvertrag anlegen) is a standard Function Module in SAP ERP and is part of the function group FVD_RFC_CONTRACT within the package FVVD_BAPI.
Function Module | BAPI_LOAN_CONTRACT_CREATE |
Short Text | Darlehensvertrag anlegen |
Function Group | FVD_RFC_CONTRACT |
Package | FVVD_BAPI |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CONDITIONHEADER | LIKE | BAPICONDHEAD_CREATE | Creation of Condition Header Data | |
CORRESPONDENCE | LIKE | BAPILOANCOR_CREATE | Creation of Correspondence Data | |
LOAN | LIKE | BAPILOAN_CREATE | Creation of Loan Contract Data | |
PROCESSEXTENSION | TYPE | BAPILOAN_COMMON-PROCESSEXTENSION | SPACE | Kundenerweiterungen ausführen |
REFRESH | LIKE | BAPILOAN_COMMON-REFRESH | SPACE | Refresh Global Settings In Write BAPIS |
STEERING | TYPE | BAPILOAN_STEERING | Steuerparameter der Bapi Vertragsanlage | |
TESTRUN | LIKE | BAPILOAN_COMMON-TESTRUN | SPACE | Switch to Simulation Session for Write BAPIs |
USERFIELDS | LIKE | BAPILOAN_USERFIELDS | User Fields |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ERROR | LIKE | BAPILOAN_COMMON-ERROR | Error Indicator in BAPIs | |
LOANNUMBER | LIKE | BAPILOAN_GET-CONTRACT_NO | Contract Number |
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 |
---|---|---|---|---|
CLERKS | LIKE | BAPILOANCLERKS_CREATE | Creation of Clerk Relationship Data | |
COLLATERALS | LIKE | BAPILOANCOL_CREATE | Creation of Collateral Relationship Data | |
CONDITIONS | LIKE | BAPICONDITION_CREATE | Creation of Condition Items | |
ENCUMBRANCES | LIKE | BAPILOANENC_CREATE | Darlehen: Grundpfandrecht - Anlegen | |
EXTENSION_IN | LIKE | BAPIPAREX | Bezugsstruktur für BAPI-Parameter ExtensionIn / ExtensionOut | |
FORMULA | LIKE | BAPICONDDETAIL_CREATE | Creation of Condition Details | |
OBJECTS | LIKE | BAPILOANOBJ_CREATE | Creation of Object Relationship Data | |
PARTNER | LIKE | BAPIREL_BPOBJ | Assignment of Partner to Contract | |
RETURN | LIKE | BAPIRET2 | Confirmation of Results |
This function module does not define any Exceptions.