| NAME |
DSSO DTLD RETRIEVE ITM MASTER |
| TAG |
ITMMSTR |
| ROUTINE |
DSSODU3 |
| RETURN VALUE TYPE |
GLOBAL ARRAY |
| WORD WRAP ON |
TRUE |
| DESCRIPTION |
This RPC returns a list of items from the Item Master file (#441). All
items, a list of items beginning with the requested value, or a specific
item may be returned.
|
| INPUT PARAMETER |
-
- DSSOITM
- PARAMETER TYPE: LITERAL
- MAXIMUM DATA LENGTH: 30
- REQUIRED: NO
- SEQUENCE NUMBER: 1
- DESCRIPTION:
Value of requested item.
DSSOITM - If null, all items in the Item Master file (#441)
are returned.
If a starting value is requested, a list of items
beginning with that value are returned.
If a particular item is specified, information for
that item is returned.
NOTE: If input, the item must be at least three characters.
-
- DSSONUM
- PARAMETER TYPE: LITERAL
- MAXIMUM DATA LENGTH: 4
- REQUIRED: NO
- SEQUENCE NUMBER: 2
- DESCRIPTION:
Maximum number of records to return
|
| RETURN PARAMETER DESCRIPTION |
Output:
Error Messages: DSSORET(0)="-1^"_error message or "0^"_error message
Successful Completion: Returns either all items, a list of items
beginning with the requested starting value, or the specified item
with the associated identifying information in the format:
441 IEN ^ Number (#.01 external) ^ Short Description (#.05 external)
^ Inactivated Item? (#16 external) ^ Date Inactivated (#17 external) ^
Replacement Item (#16.5 external^internal)
|