1.Functional Description
1.1Purpose
This NER will look up the value for the Sales "Item Balance Category" defined for Quantum
1.2Setup Notes and Prerequisites
Before using this NER, N7300001 needs to be called in order to retrieve which field was defined for "Item Balance Category".
1.3Special Logic
2.Technical Specifications
2.4Processing
IF Mode = 2 OR Mode = 3
IF BF Item Balance Category = SRP1
F4102. FetchSingle
ELSE
IF BF Item Balance Category = SRP2
F4102. FetchSingle
ELSE
END IF
END IF
END IF
IF BF Mode = 1 OR BF Mode = 3 AND File I/O Status != Success
IF BF Item Balance Category = SRP1
F4101. FetchSingle
ELSE
IF BF Item Balance Category = SRP2
F4101. FetchSingle
ELSE
END IF
END IF
END IF
IF File I/O Status != Success
IF BF ErrorMessageID != '1'
Set NER Error (017F)
END IF
ErrorMessageID = 017F
END IF
D1701110 - Get Quantum Item Balance Cat for Sales
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cMode | EV01 | char | REQ | INPUT |
1 = Look in F4101 Item Master File only.
| ||||
szItemBalanceCategory | VVIT | char | REQ | INPUT |
*Needs to be retrieved from the Quantum Constants using N7300006.
| ||||
mnItemNumber | ITM | MATH_NUMERIC | REQ | INPUT |
An inventory item number. The system provides three separate item numbers plus an extensive cross-reference capability to other item
| ||||
szBranchPlant | MCU | char | OPT | NONE |
*Required field if using Mode 1 or 2.
| ||||
cSuppressErrorMessage | SUPPS | char | OPT | NONE |
1 = Suppresses Error Messages
| ||||
szErrorMessageID | DTAI | char | OPT | NONE |
A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or
| ||||
szCode | DTAI | char | OPT | NONE |
Value stored within the Item Balance Category field passed in.
|
None |
None |