F46093RetrieveProcessSelection

F46093 Retrieve Process Selection

Minor Business Rule

Object Name: N4600310

Parent DLL: CWARE

Location: Client/Server

Language: NER

Functional Description

Purpose

This function will retrieve the record from Process Selection Table (F46093) based on Branch/Plant, 
Warehouse Process Group 1 (PRP7), Warehouse Process Group 2 (PRP8), Warehouse Process Group 3 (PRP9), 

and Order Group (OGRP).  If Order Group is blank and Order Type is not blank, Order Group will be 

retrieved from Order Group Table (F46092).


Setup Notes and Prerequisites

The Branch/Plant (MCU), AWM Code 1 (PRP7), AWM Code 2 (PRP8) and AWM Code 3 (PRP9) are required 

parameters.


Order Type:

Required if Order Group is not passed in.


Order Group:

Required if Order Type is not passed in.


AWM Code 1:

This is Warehouse Process Group 1.


AWM Code 2:

This is Warehouse Process Group 2.


AWM Code 3:

This is Warehouse Process Group 3.


Technical Specification



^

Data Structure

D4600310 - F46093 Retrieve Process Selection

Parameter NameData ItemData TypeReq/OptI/O/Both
szBranchPlantMCUcharNONENONE

An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit 
might be a warehouse location, job, project, work center, branch, or plant. You can assign a business unit to a document, entity, or person for 
purposes of responsibility reporting. For example, the system provides reports of open accounts payable and accounts receivable by 
business unit to track equipment by responsible department. Business unit security might prevent you from viewing information about business units 
for which you have no authority.

szOrderTypeDCTOcharNONENONE

A user defined code (00/DT) that identifies the type of document. This code also indicates the origin of the transaction. J.D. Edwards has 
reserved document type codes for vouchers, invoices, receipts, and time sheets, which create automatic offset entries during the post 
program. (These entries are not self-balancing when you originally enter them.) The following document types are defined by J.D. Edwards and 
should not be changed: P Accounts Payable documents   R Accounts Receivable documents   T Payroll documents   I Inventory documents  
O Purchase Order Processing documents   J General Accounting/Joint Interest Billing documents   S Sales Order Processing documents

szAWMCode1PRP7charNONENONE

A user defined code (41/02) that identifies a group of items that you want to move the same way. A process group determines what 
movement instructions the system uses for putaway, picking, and replenishment. You use the Classification Codes program (P41011) to assign 
items to process groups.

szAWMCode2PRP8charNONENONE

A user defined code (41/02) that identifies a group of items that you want to move the same way. A process group determines what 
movement instructions the system uses for putaway, picking, and replenishment. You use the Classification Codes program (P41011) to assign 
items to process groups.

szAWMCode3PRP9charNONENONE

A user defined code (41/02) that identifies a group of items that you want to move the same way. A process group determines what 
movement instructions the system uses for putaway, picking, and replenishment. You use the Classification Codes program (P41011) to assign 
items to process groups.

szOrderGroupOGRPcharNONENONE

A code (system 46/type DT) that identifies a group of order types that you want to process as one for putaway, picking, and replenishment 
transactions.  You set up order group codes on User Defined Codes, then add order types to the code on Order Groups (P46092). You specify 
an order group on Picking Instructions (P46095) to limit the order types that trigger replenishment after picking.

szPutawayTableMPUTcharNONENONE

A code (system 46/type IT) that identifies a putaway table. The putaway table defines how the system selects locations for putaway. You 
create putaway tables using Putaway Instructions (P46095).

szPickingTableMPIKcharNONENONE

A code (system 46/type IT) that identifies a picking table. The picking table defines how the system selects locations for picking. You 
create picking tables using Picking Instructions (P46095).

szReplenishmentTableMRPLcharNONENONE

A code (system 46/type IT) that identifies a replenishment table. The replenishment table defines how the system selects locations for 
replenishment. You create replenishment tables using Replenishment Instructions (P46095).

szPutawayCustomSelectionPRO1charNONENONE

A number that specifies the program you can write to determine valid putaway locations. The system uses this program instead of the J.D. 
Edwards program.

szPickingCustomSelectionPRO2charNONENONE

A number that specifies the program you can write to determine valid pick locations. The system uses this program instead of the J.D. 
Edwards program.

szReplenishmentCustomSelectionPRO3charNONENONE

A number that specifies the program you can write to determine valid replenishment locations. The system uses this program instead of the 
J.D. Edwards program.

cSuppressErrorMsgEV01charNONENONE

An option that specifies the type of processing for an event.

szErrorMessageIdDTAIcharNONENONE

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 
special characters such as %, &, or +. You create new data items using system codes 55-59. You cannot change the alias.

cPutawayProcessPUTPcharNONENONE

A user defined code (46/PC) that determines the putaway processing method. Valid values are: P Productivity mode. The system suggests 
the fewest locations possible to minimize the number of putaway and picking trips.    S Space maximization mode. The system maximizes the 
use of space by trying to top off partially filled locations. This mode also minimizes inventory fragmentation.

cPickingProcessPIKPcharNONENONE

A code (system 46/type PC) that identifies a picking processing method. Valid codes are:    P Productivity mode. The system suggests the 
fewest locations possible to minimize the number of putaway and picking trips. The system minimizes the number of replenishment trips by 
replenishing from the fewest locations possible.    S Space maximization mode. The system maximizes space use by trying to top off partially 
filled locations to minimize inventory fragmentation.

cReplenishmentProcessRPLPcharNONENONE

A code (system 46/type PC) that identifies a replenishment processing method. Valid codes are:    P Productivity mode. The system 
suggests the fewest locations possible to minimize the number of putaway and picking trips. The system minimizes the number of replenishment 
trips by replenishing from the fewest locations possible.    S Space maximization mode. The system maximizes space use by attempting to top 
off partially filled locations to minimize inventory fragmentation.

cErrorCodeERRCcharNONENONE

This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document 
Set Server program (XT4914).

Related Functions

None

Related Tables

None