ue_produmex

 

This object supports the communication with PRODUMEX application.

Communication is performed via the SBO Communication Module of WMS (table "PMX_NOTQ")

From Beas side the Common Interface module must be active to receive messages from WMS.

Only in Versions > Beas  9.3 PL3 HF1

 

 

Declare:

declare=produmex=ue_produmex
produmex=methods=parameter
destroy=produmex

 

Method

Properties

Description

 

proposalpicking_basefilter

 

filter

Define a filter to load lines to generate a proposal picking in WMS based on a specific filter. This filter is from the "Material Requirements" window (variable <basefilter>)

object=ue_produmex=proposal_picking_basefilter=AND "BEAS_FTHAUPT"."BELNR_ID" = XXX

proposalpicking_document_create

 


Create the lines to be sent to WMS to generate a pick list in the table "BEAS_WMS_PROPOSALPICKING" .

If we previously defined a base filter, the system will try to read lines based on that filter: If no filter was previously defined, the system will read the information from the screen.

When the document is created, Beas saves <value> the ID of the created proposal picking in the variable.

object=ue_produmex=proposal_picking_document_create

proposalpicking_document_send

 

ProposalPicking ID

Create the petition to WMS to create the pick list in the table "PMX_INLD" .

On WMS side, this function requires the NotificationListener started to read the petition.

object=ue_produmex=proposal_picking_document_send=XXX

 

 

Example:

Create PickList for WO 419 and send to WMS

declare=produmex=ue_produmex
produmex=proposalpicking_basefilter=AND BEAS_FTPOS.BELNR_ID = 419
produmex=proposalpicking_document_create
produmex=proposalpicking_document_send=<value>
destroy=produmex