DSIYINVD DUEIN LIST

TITLEVALUE
NAMEDSIYINVD DUEIN LIST
DESCRIPTIONReturns array similar to the Due-In Item Report [PRCP DUE-IN ITEM
REPORT], but splits the data into Items on Order and Items Received by
the Warehouse (list of partials).
TAGDUEIN
ROUTINEDSIYGNVD
INPUT PARAMETERSSEQUENCE NUMBER1
INPUT PARAMETERINVP
DESCRIPTIONPointer to the GENERIC INVENTORY (#445) file, inventory point location.
PARAMETER TYPELITERAL
REQUIREDYES
MAXIMUM DATA LENGTH30

INPUT PARAMETERSSEQUENCE NUMBER2
INPUT PARAMETERNOREC
DESCRIPTIONNOREC

Number of records to return. Not required, default = 1000

Please note that a greater number of records may be returned if the
defined number is reached while looping through items in a Purchase
Order. The additional items returned will ensure all items in the
Purchase Order are accounted for.
PARAMETER TYPELITERAL
REQUIREDNO
MAXIMUM DATA LENGTH4

INPUT PARAMETERSSEQUENCE NUMBER3
INPUT PARAMETERTYPE
DESCRIPTIONTYPE

REQUIRED

"P" for Partial Orders
"O" for Outstanding Orders
PARAMETER TYPELITERAL
REQUIREDYES
MAXIMUM DATA LENGTH1

INPUT PARAMETERSSEQUENCE NUMBER4
INPUT PARAMETERORDIEN
DESCRIPTIONORDIEN

If asking for more records, ORDIEN from last record of last return.

Piece # 13 of the last return

NOTE: If "more" is used, results starting at the next order will be used
- even if part of that order was shown in the original display.
PARAMETER TYPELITERAL
REQUIREDNO
MAXIMUM DATA LENGTH20

INPUT PARAMETERSSEQUENCE NUMBER5
INPUT PARAMETERTIMEOUT
DESCRIPTIONTIMEOUT

Amount of time (in seconds) to allow for RPC to run.
subsequent searches
PARAMETER TYPELITERAL
REQUIREDNO
MAXIMUM DATA LENGTH

RETURN VALUE TYPEGLOBAL ARRAY
RETURN PARAMETER DESCRIPTIONReturns items on order or partials received for a specified inventory
location (inventory point).
RET(item desc,txn)=
p1: TXN Type (P or O)
p2: Item IEN
p3: Item Description
p4: NSN
p5: Group Category
p6: Unit of Issue
p7: TXN #
p8: PO#
p9: Vendor
p10: Due In Quantity
p11: # of Partials (for type "P") or Due Date (for type "O")
p12: Purchase Order IEN
p13: Order IEN

There may be multiple partials for a transaction in which case they are
separated by a comma in piece 11, e.g. 1,2.

Upon completion of the search, the value of "0^End of Due-In Search" will
be added to the end of the return array. If this is not added then an
additional search will be needed to return all Due-Ins.
AVAILABILITY
INACTIVE
CLIENT MANAGER
WORD WRAP ONTRUE
VERSION
SUPPRESS RDV USER SETUP
APP PROXY ALLOWED