Fonction SAP BAPI_FTR_GETDETAIL - Read Transaction Detailed Data

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
COMPANYCODE BAPI2042-COMPANY_CODE C 4 Company Code
TRANSACTION BAPI2042-TRANSACTION C 13 Financial Transaction Number

Paramètre Reférence Type Long. Description
FOREIGNEXCHANGE BAPI2042_MAINTAIN_FX u 278 Forex Transactions Structure
MONEYMARKET BAPI2042_MAINTAIN_MM u 268 Money Market Transactions Structure
PRODUCTTYPE BAPI2042-PRODUCT_TYPE C 3 Product Type
RETURN BAPIRET2 u 548 Confirmations

Functionality
The GetDetail method enables you to read the detailed data of atransaction and returns it via the export parameter.
You can divide the data into two categories:
Data which is classified according to product category. This is whythere is a specific parameter for each product category, which containsthe detailed data for the transaction.
Data, which is returned outside this parameter, since it does notdepend on the product category (e.g. company code).

Description
Export parameter
Structure parameter for transferring the characteristic of a foreignexchange transaction after completion of the GetDetail.
INCLUDE BAPI_DATAELEMENT

Description
Export parameter
Structure parameter for transferring the characteristic of a moneymarket transaction after completion of the GetDetail method.
INCLUDE BAPI_DATAELEMENT

Description
Export parameter for transferring the product type of a transaction.The product category defined in Customizing for a product typedetermines which parameter structure contains the relevant data.

Description
If an error occurs, this parameter contains the error number and textonce the method returns to the program calling it up. If there are noerrors, the parameter is left blank.

Description
Parameter for transferring the company code for the BAPI methods of thebusiness object transaction (BUS2042). You have to enter an existingcompany code.
INCLUDE BAPI_KEYFIELD

Description
Parameter for transferring the transaction number for the BAPI methodsof the business object transaction (BUS2042). You have to enter thenumber of an existing transaction.
INCLUDE BAPI_KEYFIELD