| Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both | 
|---|
| mnPOFlipIdentifier | UKID | MATH_NUMERIC | OPT | NONE | 
| This field is a unique number used to identify a record in a file. | 
| mnAddressNumber | AN8 | MATH_NUMERIC | OPT | NONE | 
| A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or 
location.
 | 
| szVendorInvoiceNumber | VINV | char | OPT | NONE | 
| The supplier's invoice number that is used for voucher entry. Voucher entry allows only one invoice per voucher number. If multiple invoice 
numbers exist on a voucher, you must set them up as multiple vouchers or combine the invoices and enter them as one voucher. Depending
 on how you have your accounts payable constants set, the system can do one of the following:
  o  Accept a duplicate invoice number
 without warning or error
  o  Generate a warning message in which the duplicate invoice number can still be accepted
  o  Generate an error
 message
Blank values are treated in the same manner as any other invoice number. Two blank invoice numbers are treated as duplicates.
To test
 for duplicate invoice numbers that might have been entered in error, run the Suspected Duplicate Payments report (R04601).
Note: The
 duplicate invoice number validation is not run for vouchers with document type NO. These vouchers are created by the Generate Reimbursements
 program (R03B610).
 | 
| jdDateInvoice | DI | JDEDATE | OPT | NONE | 
| The date of the invoice. This can be either the date of the supplier's invoice to you or the date of your invoice to a customer. | 
| jdDateDueJulian | DDJ | JDEDATE | OPT | NONE | 
| In Accounts Receivable, the date that the net payment is due.
In Accounts Payable, the date that the payment is due to receive a discount 
or, if no discount is offered, the net due date.
The system calculates the due date based on the payment term entered, or you can enter it
 manually. If you enter a negative voucher or invoice (debit or credit memo), the system might use the G/L date as the due date regardless of the
 payment term entered. A processing option in the master business function (P0400047 for vouchers and P03B0011 for invoices) controls how
 the system calculates the due date for debit and credit memos.
 | 
| szPOFlipStatus | PXTR | char | OPT | NONE | 
| A user defined code [system 43/type AT] indicating the status of the PO Flip.
 | 
| mnAmountGross | AG | MATH_NUMERIC | OPT | NONE | 
| A value that specifies the total amount of the invoice or voucher pay item. The gross amount might include the tax amount, depending on 
the tax explanation code. The system does not decrease the gross amount when payments are applied. When you void a transaction, the
 system clears the gross amount field.
 | 
| cError | EV01 | char | OPT | NONE | 
| An option that specifies the type of processing for an event.
 | 
| szProgramId | PID | char | OPT | NONE | 
| The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565.
The program ID is a variable length value.
 It is assigned according to a structured syntax in the form TSSXXX, where:
T
The first character of the number is alphabetic and identifies the
 type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a
 program.
SS
The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210
 indicates that this program belongs to system 42, which is the Sales Order Processing system.
XXX
The remaining characters of the numer are
 numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry
 program.
 |