Fonction SAP WEC_APAR_EBPP_BADI_SEARCH - WEC Payment Transaction Read/Search FM

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
IV_PAYMENT_ID BELNR_D C 10 X Accounting Document Number
IV_SALES_ORG CHAR14 C 14 X Text field length 14
I_ADDSEL EBPP_ADDSEL u 32 X Biller Direct: Additional Selection Entries
I_CONTROLDATA EBPP_CONTROL u 360 X Biller Direct: Control Data
I_PARTNER EBPP_PARTNER u 108 X Biller Direct: Partner Data

Paramètre Reférence Type Long. Description
E_RETURNCODE SYST-SUBRC I 4 Return Value of ABAP Statements
RETURN BAPIRET1 u 470 Return Parameter

Paramètre Reférence Long. Facultatif Description
T_MESSAGES BAPIRET2 548 Biller Direct: Messages
T_MYPAYMENTS WEC_EBPP_MYPAYMENTS 1228 Biller Direct: My Payments
T_PAYMENT_CREDIT_DATA WECT_PAYMENT_DATA 1245 WEC Payment Data
T_PAYMENT_INVOICE_DATA WECT_PAYMENT_DATA 1245 WEC Payment Data

Functionality
This function module is called in the WEC search bAdI implementation ofPayment ( bAdI: ERP_ISA_GEN_DOC_SEL).

Further information
The import parameter I_CONTROLDATA has the following component:
DUE_DATE_LOW
DUE_DATE_HIGH
PARKED_ITEMS
SELECT_FOR_PAYMENTS
PAYMENT_TYPE
PAYMENT_ID
ONLY_INVOICES
CHECK_DISPUTES
PREVIOUS_BALANCE
DISPLAY_CURRENCY
Out of the above mentioned components only DUE_DATE_LOW andDUE_DATE_HIGH are used to fetch the results. Other component are notused internally and hence wont effect the search results. Thesecomponent can be used for future enhancements to the search results.
The import parameter I_PARTNER has the following component:
PARTNERTYPE
PARTNERKEY
UNAME
AGENT_ACTIVE
CC_ACTIVE
DESCRIP_LONG
Out of the above mentioned components only PARTNERTYPE and PARTNERKEYare used to fetch the results. Other component are not used internallyand hence wont effect the search results. These component can be usedfor future enhancements to the search results.
The import parameter I_ADDSEL has the following component:
ORGTYPE
ORGKEY
ADDSELTYPE
ADDSELKEY
Out of the above mentioned components only ORGTYPE and ORGKEY are usedto fetch the results. Other component are not used internally and hencewont effect the search results. These component can be used for futureenhancements.