The Function Module FTR_PARTNER_GET_ACCOUNT_DATA (Lesen eines Debitors via SAP GP (VBUND, ZTERM, etc. ON REQUEST)) is a standard Function Module in SAP ERP and is part of the function group FTR_REUSE_PARTNER within the package FTTR.
Function Module | FTR_PARTNER_GET_ACCOUNT_DATA |
Short Text | Lesen eines Debitors via SAP GP (VBUND, ZTERM, etc. ON REQUEST) |
Function Group | FTR_REUSE_PARTNER |
Package | FTTR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PI_COMPANYCODE | TYPE | BUKRS | SPACE | Buchungskreis (MUSS-Feld für PE_PAYMENT_TERMS, sonst KANN) |
PI_CUSTOMER | TYPE | KUNNR | Debitornummer (alternativ: Partner) | |
PI_PARTNER_ID | TYPE | BU_PARTNER | Partner (alternativ: Debitornummer) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PE_CONTROL_ACCOUNT | TYPE | AKONT | Abstimmkonto in der Hauptbuchhaltung | |
PE_CUSTOMER | TYPE | KUNNR | Debitorennummer | |
PE_PAYMENT_TERMS | TYPE | DZTERM | Zahlungsbedingungsschlüssel | |
PE_RELATED_COMPANY | TYPE | VBUND | Nummer der verbund. Gesellschaft |
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 |
---|---|
ACCOUNT_COMPANYCODE_NOT_FOUND | buchungskreisabhängige Kto.daten nicht gefunden |
ACCOUNT_NOT_FOUND | allgemeine Kto.daten nicht gefunden |
PARTNER_NOT_FOUND | Partner ist nicht vorhanden |
WRONG_CALL | zu wenig Parameter! (Partner oder Debitor ist MUSS) |