The Function Module APAR_EBPP_DISPUTE_FILE_GET (Biller Direct: Anhang eines Klärungsfalls in Bytes lesen) is a standard Function Module in SAP ERP and is part of the function group APAR_EBPP within the package EBPP_APAR.
Function Module | APAR_EBPP_DISPUTE_FILE_GET |
Short Text | Biller Direct: Anhang eines Klärungsfalls in Bytes lesen |
Function Group | APAR_EBPP |
Package | EBPP_APAR |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IDCLASS | LIKE | BAPISRMDOC-DOCCLASS | Ablageort eines Dokuments in SRM (Content-Modell) | |
I_PARTNER | LIKE | EBPP_PARTNER | Biller Direct: Partnerdaten | |
OBJECTID | LIKE | BAPISRMDOC-GUID | GUID |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
COMP_ID | TYPE | BAPIDOCID | Dokument-ID | |
COMP_SIZE | TYPE | BAPIPOS | Position | |
E_RETURNCODE | LIKE | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | |
MIMETYPE | TYPE | BAPIMIMETYPE | SRM BAPI: MIME Type | |
RETURN | LIKE | BAPIRET1 | Returnparameter |
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 |
---|---|---|---|---|
BIN_CONTENT | LIKE | BAPICONTEN | Business Document Service: Filecontent | |
T_MESSAGES | LIKE | EBPP_MESSAGES | Biller Direct: Meldungen |
This function module does not define any Exceptions.