API RF SCE_GP_009

  Version ACE : 1.3

Package : Standard

gnc_ue_depalettiser

Nom de la gnc : gnc_sce_gp_009

Fonctionnalité : Poste de contrôle
Schémas d’entrée et de sortie : voir en fin de document.

Cette API permet de « dépalettiser » une UP se trouvant dans une UE.

API imbriquées : aucune.

Contraintes et limites de fonctionnement (hors périmètre)

RAS.

Paramétrage (PPE)

RAS.

Processus, contrôles et règles de gestion

ETAPE DESCRIPTION DU PROCESSUS
  Après la « dépalettisation », le statut du colis est à l’état « 5 » (table LCOL).
  La suppression de l’UE n’est pas gérée, mais celle-ci est vide suite à la dépalettisation.
Détail :

Read the parcels (LCOL table) which correspond to the EU with the input parameters (typdep, sigdep, idue).

If the parcel is not found, the API returns an error message “ELT_PASTRO” and an error code 0.

Read the parcel data (LCOL table) which corresponds to the PU with the input parameters (typdep, sigdep, idobjcol).

If the parcel is not found, the API returns an error message “ELT_PASTRO” and an error code 0.

Call the API "gnc_colis_modif_statut", as so to depalettize the PU. (If the parcel, is the last parcel of the EU, the API "gnc_colis_modif_statut" deletes the EU.)

Cas d’erreurs

CODE PARAMÈTRES DESCRIPTION
0/ELT_PASTRO lcol The PU or the EU does not exist.

Paramètres en entrée

NOM DESCRIPTION FORMAT OBLIGATOIRE/FACULTATIF
typdep Type dépôt Char(3) O
sigdep Sigle dépôt Char(12) O
idue N° UE en cours Char(18) O
idobjcol N° UP à palettiser Char(18) O

Paramètres en sortie

NOM DU PARAMÈTRE TYPE FORMAT TAILLE REMARQUE
Aucun.