Fonction SAP BAPI_INSTMNTPLN_GETLIST - Retrieves Object Key for Search Criteria Transferred

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
BUSPARTNER BAPIINSTPLN-BUSPARTNER C 10 X Business Partner
CONT_ACCT BAPIINSTPLN-CONT_ACCT C 12 X Contract Account
DETAILED BAPIINSTPLN-DETAILED C 1 'X' X With Important Attributes ('X')
DOC_NO BAPIINSTPLN-DOC_NO C 12 X Document Number of Source Document

Paramètre Reférence Type Long. Description
RETURN BAPIRETURN u 452 Error Structure

Paramètre Reférence Long. Facultatif Description
T_INSTPLANS BAPIINSTPLATTR 75 Installment Plans Found, With Attributes

Functionality
With this method you get the key values for all installment plans thatmatch the transferred selection parameters in the import parameters.
Further to this you can use the I_DETAILED indicator to return the mostimportant attributes for the found installment plans. The methodperforms better if the I_DETAILED is not set.

Description
The return code for the method is returned in a structure with 5fields. You can find information about the meaning of individual fieldsin the corresponding data element documentation.
Structure
TYPE,,,,Report category
CODE,,,,Report code
MESSAGE,,,,Report text
LOG_NO,,,,Application log: Log number
LOG_MSG_NO,,Application log: Sequence number for the message

Default

Description
In this parameter you transfer the business partner for which you aresearching for an installment plan.

Description
In this parameter you transfer the contract account for which you aresearching for an installment plan in I_VKONT.

Description
You use this parameter to fetch, in addition to the installment plannumbers that match the search criteria, to fetch the most importantattributes of the installment plans. If the I_DETAILED parameteris set, the attributes are determined and stored in T_INSTPLANS.Otherwise the attribute fields in the T_INSTPLANS table remainblank.

Default
The parameter is set to 'X' as standard.

Description
In this parameter, you can transfer the document number for a document,for which this method then searches for the installment plan in whichthe document for this document number is included.

Description
This table contains all the installment plans found that match thetransferred selection criteria. If the I_DETAILED indicator isset, the most important installment plan attributes are determined.Otherwise the table attributes remain blank.