Skip to content

KVSEDX WMS Whse.Ship.State Hdr#

Fields#

Name Type Note
No. Code[20]
Source No. Code[20]
Whse. Shipment No. Text[20]
Whse. Shipment Line No. Integer
State Enum (KVSEDX WMS Whse. Shipment Status)
EDX Archived by Code[50]
EDX Archived Time Time
EDX Archived Date Date
EDX Sender Country Code Code[50]
EDX Sender Post Code Code[20]
EDX Sender City Text[30]
EDX Sender Address 2 Text[50]
EDX Sender Address Text[50]
EDX Sender Name 2 Text[50]
EDX Sender Name Text[50]
EDX Sender No. Code[50]
EDX Sender County Text[30]
KVSEDX Transmission ID Guid
EDX Message Log Integer FlowField
Processed by Code[50]
Processing Time Time
Processed Date Date
Created by Code[50] Warning: Obsolete
Creation Time Time Warning: Obsolete
Creation Date Date Warning: Obsolete
EDX Errors Integer FlowField
KVSEDX Partner No. Code[30]
KVSEDX Status Enum (KVSEDX Status EDX Document)
EDX Document Code[30]
Sender GLN Code[13]
Sender VAT Registration No. Text[20]

Procedures#

ArchiveEDXDoc(Record KVSEDX WMS Whse.Ship.State Hdr) :#

Summary: Archives an EDX warehouse shipment state header document with user confirmation and reason tracking. This procedure validates the document status, prompts the user to provide archiving reasons, updates status fields, and archives the associated EDX inbound record. Documents with status 'NAV Document created', 'Rejected', 'Archived', or 'Deleted' cannot be archived.

procedure ArchiveEDXDoc(ParKVSEDXWMSWhseShipStateHdr: Record "KVSEDX WMS Whse.Ship.State Hdr"): 

Parameters:

  • ParKVSEDXWMSWhseShipStateHdr: The warehouse shipment state header record to be archived.

LogModify(Integer) :#

Summary: Logs field modifications to the WMS message log for audit tracking. This procedure records changes made to specific fields, comparing the old and new values, and creates message log entries for tracking field content changes.

procedure LogModify(fieldNoPar: Integer): 

Parameters:

  • fieldNoPar: The field number of the modified field to log.