SAP Function SAMPLE_PROCESS_00001620 - Beschreibung der Prozess-Schnittstelle 00001620

Parameter Reference Type Length Default Optional Text
I_BUDAT SYST-DATUM D 8 Buchungsdatum für diesen Zahlungslauf
I_NEDAT SYST-DATUM D 8 Datum des nächsten Zahlungslaufes
I_PAYRQ PAYRQ u 2142 Zahlungsanordnung
I_TRACE TRCOPT u 4 Optionen Zusatzprotokoll
I_ZWELS REGUP-ZWELS C 10 Zahlwege, die noch zu berücksichtigen sind

Parameter Reference Type Length Text
E_NOT_DUE BOOLE-BOOLE C 1 Posten ist noch nicht fällig
E_RC SYST-SUBRC I 4 Returncode
E_ZWELS REGUP-ZWELS C 10 Zahlwege, die noch zu berücksichtigen sind


DEFINE &TEXT& = 'FI-BA: Payment program, payment methods/due date 1'
DEFINE &EVENT& = '00001620'
DEFINE &TYPE& = 'PROCESS'
INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX LANGUAGE EN

EVENT
This process is reached while items are being processed in the paymentprogram, and is only available for payment transactions with customersand vendors.

INTERFACE
The system can use this interface to pass on information to the paymentprogram that an item is not due for payment after all. The item is thenexcluded from further processing. In addition, the interface can alsobe used to limit the possible payment methods for due items.

Description
This item is not yet due and is not subject to further processing bythe payment program.

Description
This parameter can be used to pass on errors to the payment program,which can then be issued in the form of messages in the additional log.
'0': No errors occurred
'1': No valid payment method
'2': Missing import parameters
'3': Invalid import parameters
'4': No valid table entries (Customizing)
'5': Unspecified error

Description
Payment methods to be included when payment requests are processedfurther.

Value range
There is no limit to the number of payment methods used, but thepayment methods chosen must be selected from those already imported. Ifin the additional component the system determines that none of thepayment methods are allowed, the return code must also be entered. Ifnot, the payment methods from the payment run parameters are used.

Description
Posting date for this payment run (payment run parameter).

Description
Due date up until which payment requests are selected (payment runparameter).

Description
Payment request processed in this process.

Description
Options for writing the additional log. The additional component canuse these options for issuing messages. The options are set in thepayment run parameters.
Field: xtrfa, additional log for due date
Field: xtrzw, additional log for determining payment method in allcases
Field: xtrze, additional log for determining payment method in case of
error
Field: xtrbl, not applicable

Description
Payment methods to be included in this payment run (payment runparameter).