Objectives
This document reflects Isretail’s suggestions for the determination of work queues and the need that some jobs have to run in the same queue. This way we can avoid error situations, such as database locks, etc..
Determinação das filas de trabalho
The determination of the work queues is carried out in the transaction IG018:
Global → Instalattion → Base → Jobq Determination
Let’s segment what kind of jobs should run in the same queues. Priority information will be indicated in the summary table.
Queue A – Expedition
Objects->methods for which it is opportune to determine the dispatch queue:
- FAPLOG102_dispatchContainers
- FAPLOG201_closeProcDoc
- FAPLOG510_checkDifQuant
- FAPLOG520_createTravelDoc2Trans
- FAPLOG520_createTravelDocBatch
- FAPLOG520_printTravelDocBatch
- FAPLOG520_printTravelDocument
- FAPLOG940_dispatchVolumes
- FAPLOG940_transferTourLeftovers
Queue B – Others
Objects->methods for which it is appropriate to determine a generic queue:
- FAPLOG290_switchWarehouseStatistics
- FAPLOG230_createArticleInvDocument
- FAPLOG230_createArticleZeroDocument
- FINADM03_timesJobsExtractor
- FAPLOG290_loadContainerDiary
- FAPLOG290_warehouseCostSpaceAnalisy
- FINADM02_garbageCollection
- FAPLOG290_warehouseMovementCostAnalisy
- FINADM01_auxInterfaceIn
- FAPLOG510_rePrintTransportationNote
Queue C – Processing
Objects->methods for which it is opportune to determine the processing queue:
- FAPLOG220_completRequestProcessing
- FAPLOG230_createDefiniteDocBatch
- FAPLOG510_createTripBookBatch
- FAPLOG401_autoPickProcRec
- FAPLOG940_genExplodedRoutesBatch
Queue D – Posting
Objects->methods for which it is appropriate to determine the posting queue:
- FAPLOG101_putAwayInRec
- FAPLOG701_postGoodsDelivery
- FAPLOG701_postGoodsReturn
- FAPLOG701_postOtherMovements
- FAPLOG910_confirmInventoryDocument
- FAPLOG950_preInvPosting
- FAPRFS002_closePhisicRecRF
- FAPLOG601_putawayBySteps
- FAPLOG310_autoAdminRec
- FAPLOG101_closeIntMovement
- FAPLOG410_recAdminBatch
- FAPLOG103_resetRFqtt
- FAPLOG701_postExternalDoc
- FAPLOG101_closeExtMovement
- FAPLOG401_endPhisicReceiving
- FAPLOG910_prepareStock2Inventory
Resume
Below is the summary table with the queue and the suggested priority:
Object/Method Job | Queue | Priority mandatory | Priority suggested |
---|---|---|---|
FAPLOG102_dispatchContainers | A | 90 | |
FAPLOG201_closeProcDoc | A | 50 | |
FAPLOG510_checkDifQuant | A | 10 | |
FAPLOG520_createTravelDoc2Trans | A | 90 | |
FAPLOG520_createTravelDocBatch | A | 50 | |
FAPLOG520_printTravelDocBatch | A | 50 | |
FAPLOG520_printTravelDocument | A | 50 | |
FAPLOG940_dispatchVolumes | A | 90 | |
FAPLOG940_transferTourLeftovers | A | 90 | |
FAPLOG290_switchWarehouseStatistics | B | 50 | |
FAPLOG230_createArticleInvDocument | B | 50 | |
FAPLOG230_createArticleZeroDocument | B | 50 | |
FINADM03_timesJobsExtractor | B | 50 | |
FAPLOG290_loadContainerDiary | B | 50 | |
FAPLOG290_warehouseCostSpaceAnalisy | B | 50 | |
FINADM02_garbageCollection | B | 50 | |
FAPLOG290_warehouseMovementCostAnal isy | B | 50 | |
FINADM01_auxInterfaceIn | B | 50 | |
FAPLOG510_rePrintTransportationNote | B | 50 | |
FAPLOG220_completRequestProcessing | C | 50 | |
FAPLOG230_createDefiniteDocBatch | C | 50 | |
FAPLOG510_createTripBookBatch | C | 50 | |
FAPLOG401_autoPickProcRec | C | 50 | |
FAPLOG940_genExplodedRoutesBatch | C | 50 | |
FAPLOG101_putAwayInRec | D | 50 | |
FAPLOG701_postGoodsDelivery | D | 50 | |
FAPLOG701_postGoodsReturn | D | 50 | |
FAPLOG701_postOtherMovements | D | 50 | |
FAPLOG910_confirmInventoryDocument | D | 50 | |
FAPLOG950_preInvPosting | D | 50 | |
FAPRFS002_closePhisicRecRF | D | 50 | |
FAPLOG601_putawayBySteps | D | 50 | |
FAPLOG310_autoAdminRec | D | 50 | |
FAPLOG101_closeIntMovement | D | 50 | |
FAPLOG410_recAdminBatch | D | 50 | |
FAPLOG103_resetRFqtt | D | 50 | |
FAPLOG701_postExternalDoc | D | 50 | |
FAPLOG101_closeExtMovement | D | 50 | |
FAPLOG401_endPhisicReceiving | D | 50 | |
FAPLOG910_prepareStock2Inventory | D | 50 |