INIT-NOMGES : Récupération de l’identifiant d’une Nomenclature de Gestion
BUT Permet de récuperer l’identifiant d’une nomenclature de gestion.
TYPE CARACTERE
SYNTAXE
Variable = INIT-NOMGES( TYPE-ART= Valeur,
ARTICLE=ValeurRefArt,
DATE-APP=ValeurDate,
UNI-PRO=ValeurUnité,
CAD-UTI=ValeurCadre,
S:IDENTIFIANT= ValeurIdent )
PARAMETRES
Paramètre | E/S | O | Type | Description |
TYPE-ART | E | Oui | Caractère | Variable, constante ‘C’ ou ‘R’. |
ARTICLE | E | Oui | Caractère | Variable ou constante contenant la référence composée. |
DATE-APP | E | Oui | Date | Variable ou constante contenant la date Application. |
UNI-PRO | E | Oui | Caractère | Variable, constante ou référence unité de production. |
CAD-UTI | E | Oui | Caractère | Variable, constante ou référence cadre d’utilisation. |
IDENTIFIANT | S | Oui | Caractère | Identifiant de la nomenclature. (DDNomen.NomGesIdeRef) |
EXEMPLE
VLO.Fonction = INIT-NOMGES( TYPE-ART= R,
ARTICLE=CLO.ArtFab,
DATE-APP= CLO.?,
UNI-PRO=CLO.DF_Std,
CAD-UTI=CLO.0,
S:IDENTIFIANT= VLO.Identifiant )
VLO.Identifiant pour valeur ‘18281218’.