Functional Description
Purpose
This function will call another business function created by the user if the user designs not to use
F46095SelectPutawayLocation (B4600200), F46095SelectPickingLocations (B4600330), or
F46095SelectReplenishmentLocations (B4600340).
Technical Specification
In order to call a new business function sucessfully, the following must be completed:
1. The business function must exist in the object librarian.
2. B4600300 must be modify to pass in the correct parameters for the new business function; and the
new business function must be included.
3. The new business function must be compiled.
3. B4600300 must be recompiled and linked to the new business funtion.
^
D4600300 - Custom Selection Program
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cAWMProcessFLag | TYFL | char | NONE | NONE |
A code to specify what type of movement information is being displayed. Valid values are:
1 Putaway Information
2 Picking Information
| ||||
szPutawayCustomObject | PRO1 | char | NONE | NONE |
A number that specifies the program you can write to determine valid putaway locations. The system uses this program instead of the J.D.
| ||||
szPickingCustomObject | PRO2 | char | NONE | NONE |
A number that specifies the program you can write to determine valid pick locations. The system uses this program instead of the J.D.
| ||||
szReplenishmentObject | PRO3 | char | NONE | NONE |
A number that specifies the program you can write to determine valid replenishment locations. The system uses this program instead of the
| ||||
idF4600RecordPtr | GENLNG | ID | NONE | NONE |
General purpose ID variable. | ||||
mnQtyInPrimary | UORG | MATH_NUMERIC | NONE | NONE |
The quantity of units affected by this transaction. | ||||
mnConvFactorToPrimary | CONV | MATH_NUMERIC | NONE | NONE |
The factor that the system uses to convert one unit of measure to another unit of measure. | ||||
cSuppressErrorMsg | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
szErrorMessageID | DTAI | char | NONE | 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
| ||||
cErrorCode | ERRC | char | NONE | NONE |
This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document
|
None |
F9862 Object Librarian - Function Detail |