Niv102/06/2025 05:01:06ROYRENE:SQL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 910
Fonction : getAll( SELECT STO.LOT_0 STO_LOT, STO.SLO_0 STO_SLO, STO.QTYSTU_0 STO_QTYSTU, STO.CUMALLQTY_0 STO_CUMALLQTY, STO.STA_0 STO_STA, STO.LOC_0 STO_LOC, STO.STOCOU_0 STO_STOCOU, ITM.STU_0 STU, SUM(STA.QTYSTU_0) STA_QTYSTU_ALL, STO.CTRNUM_0 CTRNUM FROM ROYRENE.STOCK STO LEFT JOIN ROYRENE.STOALL STA ON (STO.STOCOU_0 = STA.STOCOU_0 AND STO.STOFCY_0 = STA.STOFCY_0 AND STA.ALLTYP_0 = 2 AND STA.VCRTYP_0 = 10 AND STA.VCRNUM_0 IN (ici) ) INNER JOIN ROYRENE.ITMMASTER ITM ON (STO.ITMREF_0 = ITM.ITMREF_0) WHERE STO.STOCOU_0= '1744583' AND STO.ITMREF_0='MAT00029' AND STO.STOFCY_0='' AND STO.PALNUM_0= '0000387462' AND STO.STA_0 like 'A%' GROUP BY STO.LOT_0,STO.SLO_0, STO.QTYSTU_0, STO.CUMALLQTY_0, STO.PALNUM_0, STO.STA_0, STO.LOC_0, ITM.STU_0,STO.STOCOU_0,STO.CTRNUM_0 )

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_classes\BBPdoManager.class.php
Ligne : 269
Fonction : execRequete( SELECT STO.LOT_0 STO_LOT, STO.SLO_0 STO_SLO, STO.QTYSTU_0 STO_QTYSTU, STO.CUMALLQTY_0 STO_CUMALLQTY, STO.STA_0 STO_STA, STO.LOC_0 STO_LOC, STO.STOCOU_0 STO_STOCOU, ITM.STU_0 STU, SUM(STA.QTYSTU_0) STA_QTYSTU_ALL, STO.CTRNUM_0 CTRNUM FROM ROYRENE.STOCK STO LEFT JOIN ROYRENE.STOALL STA ON (STO.STOCOU_0 = STA.STOCOU_0 AND STO.STOFCY_0 = STA.STOFCY_0 AND STA.ALLTYP_0 = 2 AND STA.VCRTYP_0 = 10 AND STA.VCRNUM_0 IN (ici) ) INNER JOIN ROYRENE.ITMMASTER ITM ON (STO.ITMREF_0 = ITM.ITMREF_0) WHERE STO.STOCOU_0= '1744583' AND STO.ITMREF_0='MAT00029' AND STO.STOFCY_0='' AND STO.PALNUM_0= '0000387462' AND STO.STA_0 like 'A%' GROUP BY STO.LOT_0,STO.SLO_0, STO.QTYSTU_0, STO.CUMALLQTY_0, STO.PALNUM_0, STO.STA_0, STO.LOC_0, ITM.STU_0,STO.STOCOU_0,STO.CTRNUM_0 )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_classes\BBPdoManager.class.php
Ligne : 162
Fonction : setError(Erreur PDO à la ligne 156 dans E:\WEB\Applications\CRRPROD\framework\php_classes\BBPdoManager.class.php

SQLSTATE[HY000]: General error: 904 OCIStmtExecute: ORA-00904: "ICI": invalid identifier (ext\pdo_oci\oci_statement.c:157))
Paramètres :

AutomaticLineValue=&AutomaticLineValue=article%3B4&act=lstValid&bomope=&bomseq=130&mfglin=1000&numof=OFCR125050417&wst=&tablin=4&retqty=4.38&qtyprep=0&sta=A&slo=%20&palnum=0000387462&stocou=1744583&vide=OFCR125050417%20/%201000%20/%20130&article=MAT00029&designation=VITAMINE%20B1&resqty=0/4.38&sloc=LAB0A0001&flash=0000387462&dloc=NGTPR&qtypf=&uomlink=KG&dflash=&qte=2.168&unite=G&lot=40510248&ajxact=AjxAutoqte

Connection :

(DESCRIPTION=(ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.162)(PORT = 1521)))(CONNECT_DATA=(SERVICE_NAME=ROYV12)))

Dernière requête tentée :
SM1_actions.php
string(1442) "	SELECT
                                        STO.LOT_0 STO_LOT,
                                        STO.SLO_0 STO_SLO,
                                        STO.QTYSTU_0 STO_QTYSTU,
                                        STO.CUMALLQTY_0 STO_CUMALLQTY,
                                        STO.STA_0 STO_STA,
                                        STO.LOC_0 STO_LOC,
                                        STO.STOCOU_0 STO_STOCOU,
                                        ITM.STU_0 STU,
                                        SUM(STA.QTYSTU_0) STA_QTYSTU_ALL,
                                        STO.CTRNUM_0 CTRNUM
                                FROM
                                        ROYRENE.STOCK STO
                                        LEFT JOIN ROYRENE.STOALL STA         ON (STO.STOCOU_0 = STA.STOCOU_0 
                                                                                                                 AND STO.STOFCY_0 = STA.STOFCY_0
                                                                                                                 AND STA.ALLTYP_0 = 2 
                                                                                                                 AND STA.VCRTYP_0 = 10 
                                                                                                                	 AND STA.VCRNUM_0 IN (ici)  )
                                        INNER JOIN ROYRENE.ITMMASTER ITM ON (STO.ITMREF_0 = ITM.ITMREF_0)
                                WHERE

                                        STO.STOCOU_0= '1744583' AND
                                        STO.ITMREF_0='MAT00029' AND
                                        STO.STOFCY_0='' AND
                                        STO.PALNUM_0= '0000387462' AND
                                        STO.STA_0 like 'A%' 	GROUP BY
							STO.LOT_0,STO.SLO_0, STO.QTYSTU_0, STO.CUMALLQTY_0,
							STO.PALNUM_0,  STO.STA_0, STO.LOC_0,
							ITM.STU_0,STO.STOCOU_0,STO.CTRNUM_0
							"
 
Type d'erreur :

Erreur PDO à la ligne 156 dans E:\WEB\Applications\CRRPROD\framework\php_classes\BBPdoManager.class.php

SQLSTATE[HY000]: General error: 904 OCIStmtExecute: ORA-00904: "ICI": invalid identifier (ext\pdo_oci\oci_statement.c:157) Niv502/06/2025 05:01:1311ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(11)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 11 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">11</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "11"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">11</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "11"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(2) "11"
  [mdpasse] = string(2) "11"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 05:01:3211ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_NOP FRA NOU1 imp 1 numof OFCR125060014 numligne 1000 nbcopies 1 debut 0 ean14 0000033300161 dateref 20250602 PCB 0 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125060014</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1000</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000033300161</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060014"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(1) "1"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000033300161"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "0"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125060014</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1000</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000033300161</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060014"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(1) "1"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000033300161"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "0"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125060014"
  [mfglin] = string(4) "1000"
  [seq] = string(0) ""
  [nbEti] = string(1) "1"
  [Ean] = string(13) "0000033300161"
  [PCB] = string(1) "0"
}
 
Niv502/06/2025 05:01:3711ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125060014 1000 0 SEM00161 51.5 KG 50610014 20250623 11 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060014</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD> <FLD NAME="PCU" TYPE="Char">KG</FLD> <FLD NAME="LOT" TYPE="Char">50610014</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20250623</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">11</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060014"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610014"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(0) ""
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125060014</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD><FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD><FLD NAME="PCU" TYPE="Char">KG</FLD><FLD NAME="LOT" TYPE="Char">50610014</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20250623</FLD><FLD NAME="SSCC" TYPE="Char">0000387570</FLD><FLD NAME="USER" TYPE="Char">11</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060014"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610014"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(10) "0000387570"
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610014"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060014"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 05:01:3711ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article SEM00161 lot 50610014 loc sscc 0000387570 ope 11 qte 51.5 pcu pohnum bpsnum bpslot dluo 20250623 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50610014</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387570</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610014"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387570"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50610014</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387570</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610014"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387570"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610014"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060014"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 05:01:4111ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125060014 1000 0 SEM00161 51.5 KG 50610014 20250623 11 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060014</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD> <FLD NAME="PCU" TYPE="Char">KG</FLD> <FLD NAME="LOT" TYPE="Char">50610014</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20250623</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">11</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060014"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610014"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(0) ""
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125060014</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD><FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD><FLD NAME="PCU" TYPE="Char">KG</FLD><FLD NAME="LOT" TYPE="Char">50610014</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20250623</FLD><FLD NAME="SSCC" TYPE="Char">0000387571</FLD><FLD NAME="USER" TYPE="Char">11</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060014"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610014"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(10) "0000387571"
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610014"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060014"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 05:01:4111ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article SEM00161 lot 50610014 loc sscc 0000387571 ope 11 qte 51.5 pcu pohnum bpsnum bpslot dluo 20250623 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50610014</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387571</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610014"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387571"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50610014</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387571</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610014"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387571"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610014"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060014"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 05:01:4411ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125060014 1000 0 SEM00161 51.5 KG 50610014 20250623 11 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060014</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD> <FLD NAME="PCU" TYPE="Char">KG</FLD> <FLD NAME="LOT" TYPE="Char">50610014</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20250623</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">11</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060014"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610014"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(0) ""
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125060014</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD><FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD><FLD NAME="PCU" TYPE="Char">KG</FLD><FLD NAME="LOT" TYPE="Char">50610014</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20250623</FLD><FLD NAME="SSCC" TYPE="Char">0000387572</FLD><FLD NAME="USER" TYPE="Char">11</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060014"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610014"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(10) "0000387572"
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610014"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060014"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 05:01:4411ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article SEM00161 lot 50610014 loc sscc 0000387572 ope 11 qte 51.5 pcu pohnum bpsnum bpslot dluo 20250623 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50610014</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387572</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610014"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387572"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50610014</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387572</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610014"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387572"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610014"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060014"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 05:01:4611ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125060014 1000 0 SEM00161 51.5 KG 50610014 20250623 11 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060014</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD> <FLD NAME="PCU" TYPE="Char">KG</FLD> <FLD NAME="LOT" TYPE="Char">50610014</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20250623</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">11</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060014"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610014"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(0) ""
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125060014</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD><FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD><FLD NAME="PCU" TYPE="Char">KG</FLD><FLD NAME="LOT" TYPE="Char">50610014</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20250623</FLD><FLD NAME="SSCC" TYPE="Char">0000387573</FLD><FLD NAME="USER" TYPE="Char">11</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060014"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610014"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(10) "0000387573"
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610014"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060014"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 05:01:4611ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article SEM00161 lot 50610014 loc sscc 0000387573 ope 11 qte 51.5 pcu pohnum bpsnum bpslot dluo 20250623 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50610014</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387573</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610014"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387573"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50610014</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387573</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610014"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387573"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610014"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060014"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 05:01:4911ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125060014 1000 0 SEM00161 51.5 KG 50610014 20250623 11 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060014</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD> <FLD NAME="PCU" TYPE="Char">KG</FLD> <FLD NAME="LOT" TYPE="Char">50610014</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20250623</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">11</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060014"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610014"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(0) ""
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125060014</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD><FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD><FLD NAME="PCU" TYPE="Char">KG</FLD><FLD NAME="LOT" TYPE="Char">50610014</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20250623</FLD><FLD NAME="SSCC" TYPE="Char">0000387574</FLD><FLD NAME="USER" TYPE="Char">11</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060014"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610014"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(10) "0000387574"
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610014"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060014"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 05:01:4911ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article SEM00161 lot 50610014 loc sscc 0000387574 ope 11 qte 51.5 pcu pohnum bpsnum bpslot dluo 20250623 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50610014</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387574</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610014"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387574"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50610014</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387574</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610014"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387574"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610014"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060014"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 05:01:5211ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125060014 1000 0 SEM00161 51.5 KG 50610014 20250623 11 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060014</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD> <FLD NAME="PCU" TYPE="Char">KG</FLD> <FLD NAME="LOT" TYPE="Char">50610014</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20250623</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">11</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060014"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610014"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(0) ""
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125060014</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD><FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD><FLD NAME="PCU" TYPE="Char">KG</FLD><FLD NAME="LOT" TYPE="Char">50610014</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20250623</FLD><FLD NAME="SSCC" TYPE="Char">0000387575</FLD><FLD NAME="USER" TYPE="Char">11</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060014"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610014"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(10) "0000387575"
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610014"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060014"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 05:01:5211ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article SEM00161 lot 50610014 loc sscc 0000387575 ope 11 qte 51.5 pcu pohnum bpsnum bpslot dluo 20250623 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50610014</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387575</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610014"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387575"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50610014</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387575</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610014"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387575"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610014"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060014"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 05:01:5711ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125060014 1000 0 SEM00161 51.5 KG 50610014 20250623 11 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060014</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD> <FLD NAME="PCU" TYPE="Char">KG</FLD> <FLD NAME="LOT" TYPE="Char">50610014</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20250623</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">11</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060014"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610014"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(0) ""
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125060014</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD><FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD><FLD NAME="PCU" TYPE="Char">KG</FLD><FLD NAME="LOT" TYPE="Char">50610014</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20250623</FLD><FLD NAME="SSCC" TYPE="Char">0000387576</FLD><FLD NAME="USER" TYPE="Char">11</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060014"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610014"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(10) "0000387576"
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610014"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060014"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 05:01:5711ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article SEM00161 lot 50610014 loc sscc 0000387576 ope 11 qte 51.5 pcu pohnum bpsnum bpslot dluo 20250623 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50610014</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387576</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610014"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387576"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50610014</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387576</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610014"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387576"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610014"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060014"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 05:25:2211ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article REF00083 lot 20250516 loc sscc 0000386732 ope 11 qte 2.55 pcu KG pohnum bpsnum date 20250602 bpslot dluo 20250913 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">REF00083</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250516</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000386732</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2.55</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250913</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "REF00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "20250516"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000386732"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "2.55"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250913"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">REF00083</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250516</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000386732</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">2.55</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250913</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "REF00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "20250516"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000386732"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "2.55"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250913"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "REF00083"
  [lot] = string(8) "20250516"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000386732"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(4) "2.55"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 06:52:21102ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(3) "102"
  [mdpasse] = string(3) "102"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 06:52:23102ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 19
Fonction : unLockAll(102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 


Niv502/06/2025 06:52:26102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050293,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050293 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050293"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050293</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050293"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(3) {
  [deb] = string(0) ""
  [op] = string(11) "CR125050293"
  [afftext] = string(4) "true"
}
 
Niv502/06/2025 06:52:33102ROYRENE:YWXCOMPT
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 296
Fonction : Run(YWXCOMPT, YPA )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPT" TYPE="Char">YPA</FLD> <FLD NAME="YSIT" TYPE="Char"></FLD> <FLD NAME="YDATE" TYPE="Date"></FLD> <FLD NAME="YCOMPL" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(0) ""
        [YCOMPL] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPT" TYPE="Char">YPA</FLD><FLD NAME="YSIT" TYPE="Char"></FLD><FLD NAME="YDATE" TYPE="Date">[0/0/0]</FLD><FLD NAME="YCOMPL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="YVAL" TYPE="Char">0000387577</FLD><FLD NAME="STATUT" TYPE="Integer">0</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(7) "[0/0/0]"
        [YCOMPL] = string(0) ""
  }
  [RESULTAT] = array(2) {
        [YVAL] = string(10) "0000387577"
        [STATUT] = string(1) "0"
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125050293"
  [cde] = string(12) "CVCR12502945"
  [oplig] = string(5) "11000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125050293%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 06:52:33102ROYRENE:YWPMAJSSCC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 383
Fonction : Run(YWPMAJSSCC, 102 CR1 0000387577 PAL CR125050293 11000 0 0 0 0 1 PALET CVCR12502945 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="USER" TYPE="Char">102</FLD> <FLD NAME="FCY" TYPE="Char">CR1</FLD> <FLD NAME="SSCC" TYPE="Char">0000387577</FLD> <FLD NAME="TYP" TYPE="Char">PAL</FLD> <FLD NAME="OP" TYPE="Char">CR125050293</FLD> <FLD NAME="OPLIG" TYPE="Decimal">11000</FLD> <FLD NAME="POIDS" TYPE="Decimal"></FLD> <FLD NAME="VOLUME" TYPE="Decimal">0</FLD> <FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD> <FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD> <FLD NAME="LARGEUR" TYPE="Decimal">0</FLD> <FLD NAME="MATDANG" TYPE="Integer">1</FLD> <FLD NAME="LIBCOL" TYPE="Char">PALET</FLD> <FLD NAME="LIBPAL" TYPE="Char"></FLD> <FLD NAME="SOHNUM" TYPE="Char">CVCR12502945</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(15) {
        [USER] = string(3) "102"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387577"
        [TYP] = string(3) "PAL"
        [OP] = string(11) "CR125050293"
        [OPLIG] = string(5) "11000"
        [POIDS] = string(0) ""
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
        [SOHNUM] = string(12) "CVCR12502945"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="USER" TYPE="Char">102</FLD><FLD NAME="FCY" TYPE="Char">CR1</FLD><FLD NAME="SSCC" TYPE="Char">0000387577</FLD><FLD NAME="TYP" TYPE="Char">PAL</FLD><FLD NAME="SOHNUM" TYPE="Char">CVCR12502945</FLD><FLD NAME="OP" TYPE="Char">CR125050293</FLD><FLD NAME="OPLIG" TYPE="Decimal">11000</FLD><FLD NAME="POIDS" TYPE="Decimal">0</FLD><FLD NAME="VOLUME" TYPE="Decimal">0</FLD><FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD><FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD><FLD NAME="LARGEUR" TYPE="Decimal">0</FLD><FLD NAME="MATDANG" TYPE="Integer">1</FLD><FLD NAME="LIBCOL" TYPE="Char">PALET</FLD><FLD NAME="LIBPAL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="ZIND" TYPE="Integer">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(15) {
        [USER] = string(3) "102"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387577"
        [TYP] = string(3) "PAL"
        [SOHNUM] = string(12) "CVCR12502945"
        [OP] = string(11) "CR125050293"
        [OPLIG] = string(5) "11000"
        [POIDS] = string(1) "0"
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
  }
  [RESULTAT] = array(1) {
        [ZIND] = string(1) "1"
  }
}
 
Informations enregistrées



PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125050293"
  [cde] = string(12) "CVCR12502945"
  [oplig] = string(5) "11000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125050293%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 06:52:34102ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 417
Fonction : WmsPrintAuto(PC1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_CLIUC,1,Array,imp,,ETIQ1_EXP1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_CLIUC 1 ETIQ1_EXP1 FRA imp 1 site CR1 sscc 0000387577 ope 102 commande CVCR12502945 indicepalette 1 zoneprep EXPED ctx op nbcolis 0 type Palette )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="10"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387577</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">102</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">commande</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502945</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">op</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">type</FLD> <FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387577"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "102"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502945"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="10"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387577</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">102</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">commande</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502945</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD><FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">op</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">type</FLD><FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387577"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "102"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502945"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125050293"
  [cde] = string(12) "CVCR12502945"
  [oplig] = string(5) "11000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125050293%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 06:53:36102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050293,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050293 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050293"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050293</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050293"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(1) {
  [op] = string(11) "CR125050293"
}
 
Niv502/06/2025 06:54:29102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 TAR00065 CA18 05825PI CR125050293 10000 6 UN 0 UN D EXPED 0000387577 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">TAR00065</FLD> <FLD NAME="SLOC" TYPE="Char">CA18</FLD> <FLD NAME="SLOT" TYPE="Char">05825PI</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SOPLIG" TYPE="Integer">10000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "TAR00065"
        [SLOC] = string(4) "CA18"
        [SLOT] = string(7) "05825PI"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(5) "10000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">TAR00065</FLD><FLD NAME="SLOC" TYPE="Char">CA18</FLD><FLD NAME="SLOT" TYPE="Char">05825PI</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char"></FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050293</FLD><FLD NAME="SOPLIG" TYPE="Integer">10000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "TAR00065"
        [SLOC] = string(4) "CA18"
        [SLOT] = string(7) "05825PI"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(5) "10000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(8) "TAR00065"
  [op] = string(11) "CR125050293"
  [oplig] = string(5) "10000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "CA18"
  [loc] = string(4) "CA18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(5) "12000"
  [soqseq] = string(5) "12000"
  [stocou] = string(7) "1733592"
  [unite] = string(3) "CAR"
  [lotligneop] = string(7) "05825PI"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.12000.12000....STOALL.........1........05825PI.....................CA18...173359299999999.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.10000.10000....STOALL.........1.......50510256.....0000386906......BC27...174246499999998........10"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(4) "ca18"
  [lot] = string(7) "05825PI"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 06:55:27102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(CAL01329,,,10,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL01329 10 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL01329</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">10</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01329"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL01329</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">10</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01329"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01329"
  [op] = string(11) "CR125050293"
  [oplig] = string(4) "8000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "BC27"
  [loc] = string(4) "BC27"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(5) "10000"
  [soqseq] = string(5) "10000"
  [stocou] = string(7) "1742464"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510256"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.10000.10000....STOALL.........1.......50510256.....0000386906......BC27...174246499999998........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.14000.14000....STOALL.........1..........34624.....................AA24...173555099999998.........6"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386906"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 06:55:27102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(CAL01329,,,10,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL01329 10 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL01329</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">10</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01329"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL01329</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">10</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01329"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01329"
  [op] = string(11) "CR125050293"
  [oplig] = string(4) "8000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "BC27"
  [loc] = string(4) "BC27"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(5) "10000"
  [soqseq] = string(5) "10000"
  [stocou] = string(7) "1742464"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510256"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.10000.10000....STOALL.........1.......50510256.....0000386906......BC27...174246499999998........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.14000.14000....STOALL.........1..........34624.....................AA24...173555099999998.........6"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386906"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 06:55:27102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(CAL01329,,,10,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL01329 10 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL01329</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">10</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01329"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL01329</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">10</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01329"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01329"
  [op] = string(11) "CR125050293"
  [oplig] = string(4) "8000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "BC27"
  [loc] = string(4) "BC27"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(5) "10000"
  [soqseq] = string(5) "10000"
  [stocou] = string(7) "1742464"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510256"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.10000.10000....STOALL.........1.......50510256.....0000386906......BC27...174246499999998........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.14000.14000....STOALL.........1..........34624.....................AA24...173555099999998.........6"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386906"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 06:55:46102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 CAL01329 BC27 50510256 A CR125050293 8000 10 UN 0 UN 0000386906 D EXPED 0000387577 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01329</FLD> <FLD NAME="SLOC" TYPE="Char">BC27</FLD> <FLD NAME="SLOT" TYPE="Char">50510256</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SOPLIG" TYPE="Integer">8000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000386906</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01329"
        [SLOC] = string(4) "BC27"
        [SLOT] = string(8) "50510256"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(4) "8000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000386906"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01329</FLD><FLD NAME="SLOC" TYPE="Char">BC27</FLD><FLD NAME="SLOT" TYPE="Char">50510256</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000386906</FLD><FLD NAME="SOP" TYPE="Char">CR125050293</FLD><FLD NAME="SOPLIG" TYPE="Integer">8000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01329"
        [SLOC] = string(4) "BC27"
        [SLOT] = string(8) "50510256"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000386906"
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(4) "8000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01329"
  [op] = string(11) "CR125050293"
  [oplig] = string(4) "8000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "BC27"
  [loc] = string(4) "BC27"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(5) "10000"
  [soqseq] = string(5) "10000"
  [stocou] = string(7) "1742464"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510256"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.10000.10000....STOALL.........1.......50510256.....0000386906......BC27...174246499999998........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.14000.14000....STOALL.........1..........34624.....................AA24...173555099999998.........6"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386906"
  [lot] = string(8) "50510256"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 06:56:49102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 FRU00190 AA24 34624 A CR125050293 12000 6 UN 0 UN D EXPED 0000387577 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00190</FLD> <FLD NAME="SLOC" TYPE="Char">AA24</FLD> <FLD NAME="SLOT" TYPE="Char">34624</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SOPLIG" TYPE="Integer">12000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00190"
        [SLOC] = string(4) "AA24"
        [SLOT] = string(5) "34624"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(5) "12000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">FRU00190</FLD><FLD NAME="SLOC" TYPE="Char">AA24</FLD><FLD NAME="SLOT" TYPE="Char">34624</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050293</FLD><FLD NAME="SOPLIG" TYPE="Integer">12000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00190"
        [SLOC] = string(4) "AA24"
        [SLOT] = string(5) "34624"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(5) "12000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00190"
  [op] = string(11) "CR125050293"
  [oplig] = string(5) "12000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "AA24"
  [loc] = string(4) "AA24"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(5) "14000"
  [soqseq] = string(5) "14000"
  [stocou] = string(7) "1735550"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "34624"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.14000.14000....STOALL.........1..........34624.....................AA24...173555099999998.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945..7000..7000....STOALL.........1.......50410025.....................AA25...173554899999999.........7"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "FRU00190"
  [lot] = string(5) "34624"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 06:57:01102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 NOU00331 AA25 50410025 A CR125050293 5000 7 UN 0 UN D EXPED 0000387577 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00331</FLD> <FLD NAME="SLOC" TYPE="Char">AA25</FLD> <FLD NAME="SLOT" TYPE="Char">50410025</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SOPLIG" TYPE="Integer">5000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">7</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00331"
        [SLOC] = string(4) "AA25"
        [SLOT] = string(8) "50410025"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(4) "5000"
        [SQTYSTU] = string(1) "7"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">NOU00331</FLD><FLD NAME="SLOC" TYPE="Char">AA25</FLD><FLD NAME="SLOT" TYPE="Char">50410025</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050293</FLD><FLD NAME="SOPLIG" TYPE="Integer">5000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">7</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00331"
        [SLOC] = string(4) "AA25"
        [SLOT] = string(8) "50410025"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(4) "5000"
        [SQTYSTU] = string(1) "7"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "7"
  [qteprep] = string(1) "0"
  [article] = string(8) "NOU00331"
  [op] = string(11) "CR125050293"
  [oplig] = string(4) "5000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "AA25"
  [loc] = string(4) "AA25"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(4) "7000"
  [soqseq] = string(4) "7000"
  [stocou] = string(7) "1735548"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410025"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "7"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945..7000..7000....STOALL.........1.......50410025.....................AA25...173554899999999.........7"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945..5000..5000....STOALL.........2.......50410179.....................AA21...173928899999999........20"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "NOU00331"
  [lot] = string(8) "50410025"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 06:57:13102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL01316 AA21 50410179 A CR125050293 3000 10 UN 0 UN D EXPED 0000387577 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01316</FLD> <FLD NAME="SLOC" TYPE="Char">AA21</FLD> <FLD NAME="SLOT" TYPE="Char">50410179</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SOPLIG" TYPE="Integer">3000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01316"
        [SLOC] = string(4) "AA21"
        [SLOT] = string(8) "50410179"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01316</FLD><FLD NAME="SLOC" TYPE="Char">AA21</FLD><FLD NAME="SLOT" TYPE="Char">50410179</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050293</FLD><FLD NAME="SOPLIG" TYPE="Integer">3000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01316"
        [SLOC] = string(4) "AA21"
        [SLOT] = string(8) "50410179"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "20"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01316"
  [op] = string(11) "CR125050293"
  [oplig] = string(4) "3000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "AA21"
  [loc] = string(4) "AA21"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(4) "5000"
  [soqseq] = string(4) "5000"
  [stocou] = string(7) "1739288"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410179"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "20"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945..5000..5000....STOALL.........2.......50410179.....................AA21...173928899999999........20"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.19000.19000....STOALL.........1.......14042025.....................AB21...173460599999999.........5"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01316"
  [lot] = string(8) "50410179"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 06:57:18102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL01316 AA21 50410179 A CR125050293 3000 10 UN 0 UN D EXPED 0000387577 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01316</FLD> <FLD NAME="SLOC" TYPE="Char">AA21</FLD> <FLD NAME="SLOT" TYPE="Char">50410179</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SOPLIG" TYPE="Integer">3000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01316"
        [SLOC] = string(4) "AA21"
        [SLOT] = string(8) "50410179"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01316</FLD><FLD NAME="SLOC" TYPE="Char">AA21</FLD><FLD NAME="SLOT" TYPE="Char">50410179</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050293</FLD><FLD NAME="SOPLIG" TYPE="Integer">3000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01316"
        [SLOC] = string(4) "AA21"
        [SLOT] = string(8) "50410179"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01316"
  [op] = string(11) "CR125050293"
  [oplig] = string(4) "3000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "AA21"
  [loc] = string(4) "AA21"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(4) "5000"
  [soqseq] = string(4) "5000"
  [stocou] = string(7) "1739288"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410179"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945..5000..5000....STOALL.........2.......50410179.....................AA21...173928899999999........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.19000.19000....STOALL.........1.......14042025.....................AB21...173460599999999.........5"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01316"
  [lot] = string(8) "50410179"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 06:57:40102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 EPI00692 AB21 14042025 A CR125050293 17000 5 UN 0 UN D EXPED 0000387577 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EPI00692</FLD> <FLD NAME="SLOC" TYPE="Char">AB21</FLD> <FLD NAME="SLOT" TYPE="Char">14042025</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SOPLIG" TYPE="Integer">17000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">5</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EPI00692"
        [SLOC] = string(4) "AB21"
        [SLOT] = string(8) "14042025"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(5) "17000"
        [SQTYSTU] = string(1) "5"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EPI00692</FLD><FLD NAME="SLOC" TYPE="Char">AB21</FLD><FLD NAME="SLOT" TYPE="Char">14042025</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050293</FLD><FLD NAME="SOPLIG" TYPE="Integer">17000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">5</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EPI00692"
        [SLOC] = string(4) "AB21"
        [SLOT] = string(8) "14042025"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(5) "17000"
        [SQTYSTU] = string(1) "5"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "5"
  [qteprep] = string(1) "0"
  [article] = string(8) "EPI00692"
  [op] = string(11) "CR125050293"
  [oplig] = string(5) "17000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "AB21"
  [loc] = string(4) "AB21"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(5) "19000"
  [soqseq] = string(5) "19000"
  [stocou] = string(7) "1734605"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "14042025"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "5"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.19000.19000....STOALL.........1.......14042025.....................AB21...173460599999999.........5"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945..8000..8000....STOALL.........1.......41210327.....0000378208......BC18...171492599999999.........9"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "EPI00692"
  [lot] = string(8) "14042025"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 06:58:19102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(NOU00326D,,,9,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, NOU00326D 9 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">NOU00326D</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">9</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(9) "NOU00326D"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">NOU00326D</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">9</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(9) "NOU00326D"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(9) "NOU00326D"
  [op] = string(11) "CR125050293"
  [oplig] = string(4) "6000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "BC18"
  [loc] = string(4) "BC18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(4) "8000"
  [soqseq] = string(4) "8000"
  [stocou] = string(7) "1714925"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "41210327"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945..8000..8000....STOALL.........1.......41210327.....0000378208......BC18...171492599999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.11000.11000....STOALL.........1.......50510273.....0000386974......AD18...174254999999998........10"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000378208"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 06:58:19102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(NOU00326D,,,9,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, NOU00326D 9 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">NOU00326D</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">9</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(9) "NOU00326D"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">NOU00326D</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">9</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(9) "NOU00326D"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(9) "NOU00326D"
  [op] = string(11) "CR125050293"
  [oplig] = string(4) "6000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "BC18"
  [loc] = string(4) "BC18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(4) "8000"
  [soqseq] = string(4) "8000"
  [stocou] = string(7) "1714925"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "41210327"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945..8000..8000....STOALL.........1.......41210327.....0000378208......BC18...171492599999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.11000.11000....STOALL.........1.......50510273.....0000386974......AD18...174254999999998........10"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000378208"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 06:58:19102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(NOU00326D,,,9,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, NOU00326D 9 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">NOU00326D</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">9</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(9) "NOU00326D"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">NOU00326D</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">9</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(9) "NOU00326D"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(9) "NOU00326D"
  [op] = string(11) "CR125050293"
  [oplig] = string(4) "6000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "BC18"
  [loc] = string(4) "BC18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(4) "8000"
  [soqseq] = string(4) "8000"
  [stocou] = string(7) "1714925"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "41210327"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945..8000..8000....STOALL.........1.......41210327.....0000378208......BC18...171492599999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.11000.11000....STOALL.........1.......50510273.....0000386974......AD18...174254999999998........10"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000378208"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 06:58:28102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 NOU00326D BC18 41210327 A CR125050293 6000 9 UN 0 UN 0000378208 D EXPED 0000387577 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00326D</FLD> <FLD NAME="SLOC" TYPE="Char">BC18</FLD> <FLD NAME="SLOT" TYPE="Char">41210327</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SOPLIG" TYPE="Integer">6000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000378208</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(9) "NOU00326D"
        [SLOC] = string(4) "BC18"
        [SLOT] = string(8) "41210327"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(4) "6000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000378208"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">NOU00326D</FLD><FLD NAME="SLOC" TYPE="Char">BC18</FLD><FLD NAME="SLOT" TYPE="Char">41210327</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000378208</FLD><FLD NAME="SOP" TYPE="Char">CR125050293</FLD><FLD NAME="SOPLIG" TYPE="Integer">6000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(9) "NOU00326D"
        [SLOC] = string(4) "BC18"
        [SLOT] = string(8) "41210327"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000378208"
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(4) "6000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(9) "NOU00326D"
  [op] = string(11) "CR125050293"
  [oplig] = string(4) "6000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "BC18"
  [loc] = string(4) "BC18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(4) "8000"
  [soqseq] = string(4) "8000"
  [stocou] = string(7) "1714925"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "41210327"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945..8000..8000....STOALL.........1.......41210327.....0000378208......BC18...171492599999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.11000.11000....STOALL.........1.......50510273.....0000386974......AD18...174254999999998........10"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000378208"
  [lot] = string(8) "41210327"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 06:59:33102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(CON00791,,,10,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CON00791 10 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CON00791</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">10</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CON00791"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CON00791</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">10</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CON00791"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CON00791"
  [op] = string(11) "CR125050293"
  [oplig] = string(4) "9000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "AD18"
  [loc] = string(4) "AD18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(5) "11000"
  [soqseq] = string(5) "11000"
  [stocou] = string(7) "1742549"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510273"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.11000.11000....STOALL.........1.......50510273.....0000386974......AD18...174254999999998........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945..9000..9000....STOALL.........1.......50510341.....................BA16...174355499999998.........1"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386974"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 06:59:33102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(CON00791,,,10,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CON00791 10 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CON00791</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">10</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CON00791"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CON00791</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">10</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CON00791"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CON00791"
  [op] = string(11) "CR125050293"
  [oplig] = string(4) "9000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "AD18"
  [loc] = string(4) "AD18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(5) "11000"
  [soqseq] = string(5) "11000"
  [stocou] = string(7) "1742549"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510273"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.11000.11000....STOALL.........1.......50510273.....0000386974......AD18...174254999999998........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945..9000..9000....STOALL.........1.......50510341.....................BA16...174355499999998.........1"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386974"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 06:59:33102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(CON00791,,,10,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CON00791 10 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CON00791</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">10</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CON00791"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CON00791</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">10</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CON00791"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CON00791"
  [op] = string(11) "CR125050293"
  [oplig] = string(4) "9000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "AD18"
  [loc] = string(4) "AD18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(5) "11000"
  [soqseq] = string(5) "11000"
  [stocou] = string(7) "1742549"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510273"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.11000.11000....STOALL.........1.......50510273.....0000386974......AD18...174254999999998........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945..9000..9000....STOALL.........1.......50510341.....................BA16...174355499999998.........1"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386974"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 06:59:52102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 CON00791 AD18 50510273 A CR125050293 9000 10 UN 0 UN 0000386974 D EXPED 0000387577 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CON00791</FLD> <FLD NAME="SLOC" TYPE="Char">AD18</FLD> <FLD NAME="SLOT" TYPE="Char">50510273</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SOPLIG" TYPE="Integer">9000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000386974</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CON00791"
        [SLOC] = string(4) "AD18"
        [SLOT] = string(8) "50510273"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(4) "9000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000386974"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CON00791</FLD><FLD NAME="SLOC" TYPE="Char">AD18</FLD><FLD NAME="SLOT" TYPE="Char">50510273</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000386974</FLD><FLD NAME="SOP" TYPE="Char">CR125050293</FLD><FLD NAME="SOPLIG" TYPE="Integer">9000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CON00791"
        [SLOC] = string(4) "AD18"
        [SLOT] = string(8) "50510273"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000386974"
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(4) "9000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CON00791"
  [op] = string(11) "CR125050293"
  [oplig] = string(4) "9000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "AD18"
  [loc] = string(4) "AD18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(5) "11000"
  [soqseq] = string(5) "11000"
  [stocou] = string(7) "1742549"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510273"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.11000.11000....STOALL.........1.......50510273.....0000386974......AD18...174254999999998........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945..9000..9000....STOALL.........1.......50510341.....................BA16...174355499999998.........1"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386974"
  [lot] = string(8) "50510273"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:01:05102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 NOU00052 BA16 50510341 A CR125050293 7000 1 UN 0 UN D EXPED 0000387577 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00052</FLD> <FLD NAME="SLOC" TYPE="Char">BA16</FLD> <FLD NAME="SLOT" TYPE="Char">50510341</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SOPLIG" TYPE="Integer">7000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00052"
        [SLOC] = string(4) "BA16"
        [SLOT] = string(8) "50510341"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">NOU00052</FLD><FLD NAME="SLOC" TYPE="Char">BA16</FLD><FLD NAME="SLOT" TYPE="Char">50510341</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050293</FLD><FLD NAME="SOPLIG" TYPE="Integer">7000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00052"
        [SLOC] = string(4) "BA16"
        [SLOT] = string(8) "50510341"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "NOU00052"
  [op] = string(11) "CR125050293"
  [oplig] = string(4) "7000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "BA16"
  [loc] = string(4) "BA16"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(4) "9000"
  [soqseq] = string(4) "9000"
  [stocou] = string(7) "1743554"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510341"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945..9000..9000....STOALL.........1.......50510341.....................BA16...174355499999998.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.16000.16000....STOALL.........1..........05825.....................AB12...172182799999999.........9"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "NOU00052"
  [lot] = string(8) "50510341"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:01:16102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 FRU00166 AB12 05825 A CR125050293 14000 9 UN 0 UN D EXPED 0000387577 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00166</FLD> <FLD NAME="SLOC" TYPE="Char">AB12</FLD> <FLD NAME="SLOT" TYPE="Char">05825</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SOPLIG" TYPE="Integer">14000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00166"
        [SLOC] = string(4) "AB12"
        [SLOT] = string(5) "05825"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(5) "14000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">FRU00166</FLD><FLD NAME="SLOC" TYPE="Char">AB12</FLD><FLD NAME="SLOT" TYPE="Char">05825</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050293</FLD><FLD NAME="SOPLIG" TYPE="Integer">14000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00166"
        [SLOC] = string(4) "AB12"
        [SLOT] = string(5) "05825"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(5) "14000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00166"
  [op] = string(11) "CR125050293"
  [oplig] = string(5) "14000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "AB12"
  [loc] = string(4) "AB12"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(5) "16000"
  [soqseq] = string(5) "16000"
  [stocou] = string(7) "1721827"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "05825"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.16000.16000....STOALL.........1..........05825.....................AB12...172182799999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945..4000..4000....STOALL.........1.......50410178.....................AA09...173552499999999........10"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "FRU00166"
  [lot] = string(5) "05825"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:01:29102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL01250 AA09 50410178 A CR125050293 2000 10 UN 0 UN D EXPED 0000387577 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01250</FLD> <FLD NAME="SLOC" TYPE="Char">AA09</FLD> <FLD NAME="SLOT" TYPE="Char">50410178</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SOPLIG" TYPE="Integer">2000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01250"
        [SLOC] = string(4) "AA09"
        [SLOT] = string(8) "50410178"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01250</FLD><FLD NAME="SLOC" TYPE="Char">AA09</FLD><FLD NAME="SLOT" TYPE="Char">50410178</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050293</FLD><FLD NAME="SOPLIG" TYPE="Integer">2000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01250"
        [SLOC] = string(4) "AA09"
        [SLOT] = string(8) "50410178"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01250"
  [op] = string(11) "CR125050293"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "AA09"
  [loc] = string(4) "AA09"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(4) "4000"
  [soqseq] = string(4) "4000"
  [stocou] = string(7) "1735524"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410178"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945..4000..4000....STOALL.........1.......50410178.....................AA09...173552499999999........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945..6000..6000....STOALL.........1.......50510289.....................BA07...174122099999998.........1"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01250"
  [lot] = string(8) "50410178"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:01:43102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00407 BA07 50510289 A CR125050293 4000 1 UN 0 UN D EXPED 0000387577 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00407</FLD> <FLD NAME="SLOC" TYPE="Char">BA07</FLD> <FLD NAME="SLOT" TYPE="Char">50510289</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SOPLIG" TYPE="Integer">4000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00407"
        [SLOC] = string(4) "BA07"
        [SLOT] = string(8) "50510289"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00407</FLD><FLD NAME="SLOC" TYPE="Char">BA07</FLD><FLD NAME="SLOT" TYPE="Char">50510289</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050293</FLD><FLD NAME="SOPLIG" TYPE="Integer">4000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00407"
        [SLOC] = string(4) "BA07"
        [SLOT] = string(8) "50510289"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00407"
  [op] = string(11) "CR125050293"
  [oplig] = string(4) "4000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "BA07"
  [loc] = string(4) "BA07"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(4) "6000"
  [soqseq] = string(4) "6000"
  [stocou] = string(7) "1741220"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510289"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945..6000..6000....STOALL.........1.......50510289.....................BA07...174122099999998.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.17000.17000....STOALL.........1.......50410230.....................GB03...172956499999999.......1.7"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00407"
  [lot] = string(8) "50510289"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:02:16102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 FRU00047 GB03 50410230 A CR125050293 15000 1.7 KG 0 KG D EXPED 0000387577 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00047</FLD> <FLD NAME="SLOC" TYPE="Char">GB03</FLD> <FLD NAME="SLOT" TYPE="Char">50410230</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SOPLIG" TYPE="Integer">15000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1.7</FLD> <FLD NAME="SSTU" TYPE="Decimal">KG</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">KG</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00047"
        [SLOC] = string(4) "GB03"
        [SLOT] = string(8) "50410230"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(5) "15000"
        [SQTYSTU] = string(3) "1.7"
        [SSTU] = string(2) "KG"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "KG"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">FRU00047</FLD><FLD NAME="SLOC" TYPE="Char">GB03</FLD><FLD NAME="SLOT" TYPE="Char">50410230</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050293</FLD><FLD NAME="SOPLIG" TYPE="Integer">15000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1.7</FLD><FLD NAME="SSTU" TYPE="Char">KG</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">KG</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00047"
        [SLOC] = string(4) "GB03"
        [SLOT] = string(8) "50410230"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(5) "15000"
        [SQTYSTU] = string(3) "1.7"
        [SSTU] = string(2) "KG"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "KG"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "1.7"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00047"
  [op] = string(11) "CR125050293"
  [oplig] = string(5) "15000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "GB03"
  [loc] = string(4) "GB03"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(5) "17000"
  [soqseq] = string(5) "17000"
  [stocou] = string(7) "1729564"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410230"
  [sloligneop] = string(0) ""
  [stu] = string(2) "KG"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(3) "1.7"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.17000.17000....STOALL.........1.......50410230.....................GB03...172956499999999.......1.7"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.18000.18000....STOALL.........1.......50510403.....................GD03...174087199999999.......1.7"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "FRU00047"
  [lot] = string(8) "50410230"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:02:42102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 FRU00069 GD03 50510403 A CR125050293 16000 1.7 KG 0 KG D EXPED 0000387577 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00069</FLD> <FLD NAME="SLOC" TYPE="Char">GD03</FLD> <FLD NAME="SLOT" TYPE="Char">50510403</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SOPLIG" TYPE="Integer">16000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1.7</FLD> <FLD NAME="SSTU" TYPE="Decimal">KG</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">KG</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00069"
        [SLOC] = string(4) "GD03"
        [SLOT] = string(8) "50510403"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(5) "16000"
        [SQTYSTU] = string(3) "1.7"
        [SSTU] = string(2) "KG"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "KG"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">FRU00069</FLD><FLD NAME="SLOC" TYPE="Char">GD03</FLD><FLD NAME="SLOT" TYPE="Char">50510403</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050293</FLD><FLD NAME="SOPLIG" TYPE="Integer">16000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1.7</FLD><FLD NAME="SSTU" TYPE="Char">KG</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">KG</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00069"
        [SLOC] = string(4) "GD03"
        [SLOT] = string(8) "50510403"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(5) "16000"
        [SQTYSTU] = string(3) "1.7"
        [SSTU] = string(2) "KG"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "KG"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "1.7"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00069"
  [op] = string(11) "CR125050293"
  [oplig] = string(5) "16000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "GD03"
  [loc] = string(4) "GD03"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(5) "18000"
  [soqseq] = string(5) "18000"
  [stocou] = string(7) "1740871"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510403"
  [sloligneop] = string(0) ""
  [stu] = string(2) "KG"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(3) "1.7"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.18000.18000....STOALL.........1.......50510403.....................GD03...174087199999999.......1.7"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.15000.15000....STOALL.........1..........02725.....0000380571...CONQUAI...171409399999999.........9"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "FRU00069"
  [lot] = string(8) "50510403"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:03:48101ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "101"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(3) "101"
  [mdpasse] = string(3) "101"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 07:03:54101ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 19
Fonction : unLockAll(101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "101"
  }
}
 


Niv502/06/2025 07:05:17101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050290,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050290 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050290"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050290"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(3) {
  [deb] = string(0) ""
  [op] = string(11) "CR125050290"
  [afftext] = string(4) "true"
}
 
Niv502/06/2025 07:05:39101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050290,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050290 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050290"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050290"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(1) {
  [op] = string(11) "CR125050290"
}
 
Niv502/06/2025 07:05:52101ROYRENE:YWPUNLORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4413
Fonction : unLockCommande(CR125050290,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 291
Fonction : Run(YWPUNLORD, CR125050290 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050290"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050290"
        [SUSER] = string(3) "101"
  }
}
 




PC1_actions.php
array(4) {
  [act] = string(8) "unlockop"
  [op] = string(11) "CR125050290"
  [AutomaticLineValue] = string(13) "CR125050290;0"
  [ligne] = string(0) ""
}
 
Niv502/06/2025 07:05:52101ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 19
Fonction : unLockAll(101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "101"
  }
}
 




PC1_01.php
array(3) {
  [erreur] = string(0) ""
  [forcecde] = string(0) ""
  [gotoone] = string(5) "false"
}
 
Niv502/06/2025 07:05:54101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050289,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050289 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050289</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050289"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050289</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050289"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(3) {
  [deb] = string(0) ""
  [op] = string(11) "CR125050289"
  [afftext] = string(4) "true"
}
 
Niv502/06/2025 07:06:00101ROYRENE:YWXCOMPT
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 296
Fonction : Run(YWXCOMPT, YPA )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPT" TYPE="Char">YPA</FLD> <FLD NAME="YSIT" TYPE="Char"></FLD> <FLD NAME="YDATE" TYPE="Date"></FLD> <FLD NAME="YCOMPL" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(0) ""
        [YCOMPL] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPT" TYPE="Char">YPA</FLD><FLD NAME="YSIT" TYPE="Char"></FLD><FLD NAME="YDATE" TYPE="Date">[0/0/0]</FLD><FLD NAME="YCOMPL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="YVAL" TYPE="Char">0000387578</FLD><FLD NAME="STATUT" TYPE="Integer">0</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(7) "[0/0/0]"
        [YCOMPL] = string(0) ""
  }
  [RESULTAT] = array(2) {
        [YVAL] = string(10) "0000387578"
        [STATUT] = string(1) "0"
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125050289"
  [cde] = string(12) "CVCR12502934"
  [oplig] = string(4) "1000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125050289%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 07:06:01101ROYRENE:YWPMAJSSCC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 383
Fonction : Run(YWPMAJSSCC, 101 CR1 0000387578 PAL CR125050289 1000 0 0 0 0 1 PALET CVCR12502934 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="USER" TYPE="Char">101</FLD> <FLD NAME="FCY" TYPE="Char">CR1</FLD> <FLD NAME="SSCC" TYPE="Char">0000387578</FLD> <FLD NAME="TYP" TYPE="Char">PAL</FLD> <FLD NAME="OP" TYPE="Char">CR125050289</FLD> <FLD NAME="OPLIG" TYPE="Decimal">1000</FLD> <FLD NAME="POIDS" TYPE="Decimal"></FLD> <FLD NAME="VOLUME" TYPE="Decimal">0</FLD> <FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD> <FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD> <FLD NAME="LARGEUR" TYPE="Decimal">0</FLD> <FLD NAME="MATDANG" TYPE="Integer">1</FLD> <FLD NAME="LIBCOL" TYPE="Char">PALET</FLD> <FLD NAME="LIBPAL" TYPE="Char"></FLD> <FLD NAME="SOHNUM" TYPE="Char">CVCR12502934</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(15) {
        [USER] = string(3) "101"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387578"
        [TYP] = string(3) "PAL"
        [OP] = string(11) "CR125050289"
        [OPLIG] = string(4) "1000"
        [POIDS] = string(0) ""
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
        [SOHNUM] = string(12) "CVCR12502934"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="USER" TYPE="Char">101</FLD><FLD NAME="FCY" TYPE="Char">CR1</FLD><FLD NAME="SSCC" TYPE="Char">0000387578</FLD><FLD NAME="TYP" TYPE="Char">PAL</FLD><FLD NAME="SOHNUM" TYPE="Char">CVCR12502934</FLD><FLD NAME="OP" TYPE="Char">CR125050289</FLD><FLD NAME="OPLIG" TYPE="Decimal">1000</FLD><FLD NAME="POIDS" TYPE="Decimal">0</FLD><FLD NAME="VOLUME" TYPE="Decimal">0</FLD><FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD><FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD><FLD NAME="LARGEUR" TYPE="Decimal">0</FLD><FLD NAME="MATDANG" TYPE="Integer">1</FLD><FLD NAME="LIBCOL" TYPE="Char">PALET</FLD><FLD NAME="LIBPAL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="ZIND" TYPE="Integer">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(15) {
        [USER] = string(3) "101"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387578"
        [TYP] = string(3) "PAL"
        [SOHNUM] = string(12) "CVCR12502934"
        [OP] = string(11) "CR125050289"
        [OPLIG] = string(4) "1000"
        [POIDS] = string(1) "0"
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
  }
  [RESULTAT] = array(1) {
        [ZIND] = string(1) "1"
  }
}
 
Informations enregistrées



PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125050289"
  [cde] = string(12) "CVCR12502934"
  [oplig] = string(4) "1000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125050289%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 07:06:01101ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 417
Fonction : WmsPrintAuto(PC1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_CLIUC,1,Array,imp,,ETIQ1_EXP1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_CLIUC 1 ETIQ1_EXP1 FRA imp 1 site CR1 sscc 0000387578 ope 101 commande CVCR12502934 indicepalette 1 zoneprep EXPED ctx op nbcolis 0 type Palette )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="10"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387578</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">101</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">commande</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502934</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">op</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">type</FLD> <FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387578"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "101"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502934"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="10"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387578</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">101</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">commande</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502934</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD><FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">op</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">type</FLD><FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387578"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "101"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502934"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125050289"
  [cde] = string(12) "CVCR12502934"
  [oplig] = string(4) "1000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125050289%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 07:06:14102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(FRU00158,,,9,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FRU00158 9 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FRU00158</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">9</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00158"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FRU00158</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">9</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00158"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00158"
  [op] = string(11) "CR125050293"
  [oplig] = string(5) "13000"
  [tablin] = string(1) "1"
  [loccase] = string(7) "CONQUAI"
  [loc] = string(7) "CONQUAI"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(5) "15000"
  [soqseq] = string(5) "15000"
  [stocou] = string(7) "1714093"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "02725"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.15000.15000....STOALL.........1..........02725.....0000380571...CONQUAI...171409399999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.13000.13000....STOALL.........1........23224NN.....................CA09...173363199999999........14"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000380571"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:06:14102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(FRU00158,,,9,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FRU00158 9 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FRU00158</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">9</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00158"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FRU00158</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">9</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00158"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00158"
  [op] = string(11) "CR125050293"
  [oplig] = string(5) "13000"
  [tablin] = string(1) "1"
  [loccase] = string(7) "CONQUAI"
  [loc] = string(7) "CONQUAI"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(5) "15000"
  [soqseq] = string(5) "15000"
  [stocou] = string(7) "1714093"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "02725"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.15000.15000....STOALL.........1..........02725.....0000380571...CONQUAI...171409399999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.13000.13000....STOALL.........1........23224NN.....................CA09...173363199999999........14"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000380571"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:06:14102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(FRU00158,,,9,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FRU00158 9 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FRU00158</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">9</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00158"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FRU00158</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">9</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00158"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00158"
  [op] = string(11) "CR125050293"
  [oplig] = string(5) "13000"
  [tablin] = string(1) "1"
  [loccase] = string(7) "CONQUAI"
  [loc] = string(7) "CONQUAI"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(5) "15000"
  [soqseq] = string(5) "15000"
  [stocou] = string(7) "1714093"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "02725"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.15000.15000....STOALL.........1..........02725.....0000380571...CONQUAI...171409399999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.13000.13000....STOALL.........1........23224NN.....................CA09...173363199999999........14"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000380571"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:06:20102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 FRU00158 CONQUAI 02725 A CR125050293 13000 9 UN 0 UN 0000380571 D EXPED 0000387577 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00158</FLD> <FLD NAME="SLOC" TYPE="Char">CONQUAI</FLD> <FLD NAME="SLOT" TYPE="Char">02725</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SOPLIG" TYPE="Integer">13000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000380571</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00158"
        [SLOC] = string(7) "CONQUAI"
        [SLOT] = string(5) "02725"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(5) "13000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000380571"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">FRU00158</FLD><FLD NAME="SLOC" TYPE="Char">CONQUAI</FLD><FLD NAME="SLOT" TYPE="Char">02725</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000380571</FLD><FLD NAME="SOP" TYPE="Char">CR125050293</FLD><FLD NAME="SOPLIG" TYPE="Integer">13000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00158"
        [SLOC] = string(7) "CONQUAI"
        [SLOT] = string(5) "02725"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000380571"
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(5) "13000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00158"
  [op] = string(11) "CR125050293"
  [oplig] = string(5) "13000"
  [tablin] = string(1) "1"
  [loccase] = string(7) "CONQUAI"
  [loc] = string(7) "CONQUAI"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(5) "15000"
  [soqseq] = string(5) "15000"
  [stocou] = string(7) "1714093"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "02725"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.15000.15000....STOALL.........1..........02725.....0000380571...CONQUAI...171409399999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.13000.13000....STOALL.........1........23224NN.....................CA09...173363199999999........14"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000380571"
  [lot] = string(5) "02725"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:08:08102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050293,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050293 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050293"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050293</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050293"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(1) {
  [op] = string(11) "CR125050293"
}
 
Niv502/06/2025 07:08:37101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00726 BB18 50410446 A CR125050289 1000 24 UN 0 UN D EXPED 0000387578 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00726</FLD> <FLD NAME="SLOC" TYPE="Char">BB18</FLD> <FLD NAME="SLOT" TYPE="Char">50410446</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050289</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">24</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00726"
        [SLOC] = string(4) "BB18"
        [SLOT] = string(8) "50410446"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "24"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00726</FLD><FLD NAME="SLOC" TYPE="Char">BB18</FLD><FLD NAME="SLOT" TYPE="Char">50410446</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050289</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">24</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00726"
        [SLOC] = string(4) "BB18"
        [SLOT] = string(8) "50410446"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "24"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "168"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00726"
  [op] = string(11) "CR125050289"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BB18"
  [loc] = string(4) "BB18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502934"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1737040"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410446"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(3) "168"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..1000..1000....STOALL.........7.......50410446.....................BB18...173704099999999.......168"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..2000..2000....STOALL.........7.......50510472.....................AB17...174463299999998.......105"
  [PnPCible] = string(10) "0000387578"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00726"
  [lot] = string(8) "50410446"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:08:39101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00726 BB18 50410446 A CR125050289 1000 24 UN 0 UN D EXPED 0000387578 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00726</FLD> <FLD NAME="SLOC" TYPE="Char">BB18</FLD> <FLD NAME="SLOT" TYPE="Char">50410446</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050289</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">24</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00726"
        [SLOC] = string(4) "BB18"
        [SLOT] = string(8) "50410446"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "24"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00726</FLD><FLD NAME="SLOC" TYPE="Char">BB18</FLD><FLD NAME="SLOT" TYPE="Char">50410446</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050289</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">24</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00726"
        [SLOC] = string(4) "BB18"
        [SLOT] = string(8) "50410446"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "24"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "144"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00726"
  [op] = string(11) "CR125050289"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BB18"
  [loc] = string(4) "BB18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502934"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1737040"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410446"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(3) "144"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..1000..1000....STOALL.........7.......50410446.....................BB18...173704099999999.......144"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..2000..2000....STOALL.........7.......50510472.....................AB17...174463299999998.......105"
  [PnPCible] = string(10) "0000387578"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00726"
  [lot] = string(8) "50410446"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:08:41101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00726 BB18 50410446 A CR125050289 1000 24 UN 0 UN D EXPED 0000387578 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00726</FLD> <FLD NAME="SLOC" TYPE="Char">BB18</FLD> <FLD NAME="SLOT" TYPE="Char">50410446</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050289</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">24</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00726"
        [SLOC] = string(4) "BB18"
        [SLOT] = string(8) "50410446"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "24"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00726</FLD><FLD NAME="SLOC" TYPE="Char">BB18</FLD><FLD NAME="SLOT" TYPE="Char">50410446</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050289</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">24</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00726"
        [SLOC] = string(4) "BB18"
        [SLOT] = string(8) "50410446"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "24"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "120"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00726"
  [op] = string(11) "CR125050289"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BB18"
  [loc] = string(4) "BB18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502934"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1737040"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410446"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(3) "120"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..1000..1000....STOALL.........7.......50410446.....................BB18...173704099999999.......120"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..2000..2000....STOALL.........7.......50510472.....................AB17...174463299999998.......105"
  [PnPCible] = string(10) "0000387578"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00726"
  [lot] = string(8) "50410446"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:08:42102ROYRENE:YWPUNLORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4413
Fonction : unLockCommande(CR125050293,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 291
Fonction : Run(YWPUNLORD, CR125050293 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050293"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050293</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050293"
        [SUSER] = string(3) "102"
  }
}
 




PC1_actions.php
array(4) {
  [act] = string(8) "unlockop"
  [op] = string(11) "CR125050293"
  [tablin] = string(1) "0"
  [cde] = string(12) "CVCR12502945"
}
 
Niv502/06/2025 07:08:42102ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 19
Fonction : unLockAll(102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 




PC1_01.php
array(3) {
  [erreur] = string(0) ""
  [forcecde] = string(0) ""
  [gotoone] = string(5) "false"
}
 
Niv502/06/2025 07:08:42101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00726 BB18 50410446 A CR125050289 1000 24 UN 0 UN D EXPED 0000387578 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00726</FLD> <FLD NAME="SLOC" TYPE="Char">BB18</FLD> <FLD NAME="SLOT" TYPE="Char">50410446</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050289</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">24</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00726"
        [SLOC] = string(4) "BB18"
        [SLOT] = string(8) "50410446"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "24"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00726</FLD><FLD NAME="SLOC" TYPE="Char">BB18</FLD><FLD NAME="SLOT" TYPE="Char">50410446</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050289</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">24</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00726"
        [SLOC] = string(4) "BB18"
        [SLOT] = string(8) "50410446"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "24"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "96"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00726"
  [op] = string(11) "CR125050289"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BB18"
  [loc] = string(4) "BB18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502934"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1737040"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410446"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "96"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..1000..1000....STOALL.........7.......50410446.....................BB18...173704099999999........96"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..2000..2000....STOALL.........7.......50510472.....................AB17...174463299999998.......105"
  [PnPCible] = string(10) "0000387578"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00726"
  [lot] = string(8) "50410446"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:08:45102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050290,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050290 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050290"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050290"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(3) {
  [deb] = string(0) ""
  [op] = string(11) "CR125050290"
  [afftext] = string(4) "true"
}
 
Niv502/06/2025 07:08:46101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00726 BB18 50410446 A CR125050289 1000 24 UN 0 UN D EXPED 0000387578 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00726</FLD> <FLD NAME="SLOC" TYPE="Char">BB18</FLD> <FLD NAME="SLOT" TYPE="Char">50410446</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050289</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">24</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00726"
        [SLOC] = string(4) "BB18"
        [SLOT] = string(8) "50410446"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "24"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00726</FLD><FLD NAME="SLOC" TYPE="Char">BB18</FLD><FLD NAME="SLOT" TYPE="Char">50410446</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050289</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">24</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00726"
        [SLOC] = string(4) "BB18"
        [SLOT] = string(8) "50410446"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "24"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "72"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00726"
  [op] = string(11) "CR125050289"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BB18"
  [loc] = string(4) "BB18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502934"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1737040"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410446"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "72"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..1000..1000....STOALL.........7.......50410446.....................BB18...173704099999999........72"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..2000..2000....STOALL.........7.......50510472.....................AB17...174463299999998.......105"
  [PnPCible] = string(10) "0000387578"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00726"
  [lot] = string(8) "50410446"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:08:47101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00726 BB18 50410446 A CR125050289 1000 24 UN 0 UN D EXPED 0000387578 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00726</FLD> <FLD NAME="SLOC" TYPE="Char">BB18</FLD> <FLD NAME="SLOT" TYPE="Char">50410446</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050289</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">24</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00726"
        [SLOC] = string(4) "BB18"
        [SLOT] = string(8) "50410446"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "24"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00726</FLD><FLD NAME="SLOC" TYPE="Char">BB18</FLD><FLD NAME="SLOT" TYPE="Char">50410446</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050289</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">24</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00726"
        [SLOC] = string(4) "BB18"
        [SLOT] = string(8) "50410446"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "24"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "48"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00726"
  [op] = string(11) "CR125050289"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BB18"
  [loc] = string(4) "BB18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502934"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1737040"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410446"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "48"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..1000..1000....STOALL.........7.......50410446.....................BB18...173704099999999........48"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..2000..2000....STOALL.........7.......50510472.....................AB17...174463299999998.......105"
  [PnPCible] = string(10) "0000387578"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00726"
  [lot] = string(8) "50410446"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:08:49101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00726 BB18 50410446 A CR125050289 1000 24 UN 0 UN D EXPED 0000387578 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00726</FLD> <FLD NAME="SLOC" TYPE="Char">BB18</FLD> <FLD NAME="SLOT" TYPE="Char">50410446</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050289</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">24</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00726"
        [SLOC] = string(4) "BB18"
        [SLOT] = string(8) "50410446"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "24"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00726</FLD><FLD NAME="SLOC" TYPE="Char">BB18</FLD><FLD NAME="SLOT" TYPE="Char">50410446</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050289</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">24</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00726"
        [SLOC] = string(4) "BB18"
        [SLOT] = string(8) "50410446"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "24"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "24"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00726"
  [op] = string(11) "CR125050289"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BB18"
  [loc] = string(4) "BB18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502934"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1737040"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410446"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "24"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..1000..1000....STOALL.........7.......50410446.....................BB18...173704099999999........24"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..2000..2000....STOALL.........7.......50510472.....................AB17...174463299999998.......105"
  [PnPCible] = string(10) "0000387578"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00726"
  [lot] = string(8) "50410446"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:08:51102ROYRENE:YWXCOMPT
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 296
Fonction : Run(YWXCOMPT, YPA )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPT" TYPE="Char">YPA</FLD> <FLD NAME="YSIT" TYPE="Char"></FLD> <FLD NAME="YDATE" TYPE="Date"></FLD> <FLD NAME="YCOMPL" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(0) ""
        [YCOMPL] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPT" TYPE="Char">YPA</FLD><FLD NAME="YSIT" TYPE="Char"></FLD><FLD NAME="YDATE" TYPE="Date">[0/0/0]</FLD><FLD NAME="YCOMPL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="YVAL" TYPE="Char">0000387579</FLD><FLD NAME="STATUT" TYPE="Integer">0</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(7) "[0/0/0]"
        [YCOMPL] = string(0) ""
  }
  [RESULTAT] = array(2) {
        [YVAL] = string(10) "0000387579"
        [STATUT] = string(1) "0"
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125050290"
  [cde] = string(12) "CVCR12502933"
  [oplig] = string(5) "21000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125050290%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 07:08:51102ROYRENE:YWPMAJSSCC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 383
Fonction : Run(YWPMAJSSCC, 102 CR1 0000387579 PAL CR125050290 21000 0 0 0 0 1 PALET CVCR12502933 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="USER" TYPE="Char">102</FLD> <FLD NAME="FCY" TYPE="Char">CR1</FLD> <FLD NAME="SSCC" TYPE="Char">0000387579</FLD> <FLD NAME="TYP" TYPE="Char">PAL</FLD> <FLD NAME="OP" TYPE="Char">CR125050290</FLD> <FLD NAME="OPLIG" TYPE="Decimal">21000</FLD> <FLD NAME="POIDS" TYPE="Decimal"></FLD> <FLD NAME="VOLUME" TYPE="Decimal">0</FLD> <FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD> <FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD> <FLD NAME="LARGEUR" TYPE="Decimal">0</FLD> <FLD NAME="MATDANG" TYPE="Integer">1</FLD> <FLD NAME="LIBCOL" TYPE="Char">PALET</FLD> <FLD NAME="LIBPAL" TYPE="Char"></FLD> <FLD NAME="SOHNUM" TYPE="Char">CVCR12502933</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(15) {
        [USER] = string(3) "102"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387579"
        [TYP] = string(3) "PAL"
        [OP] = string(11) "CR125050290"
        [OPLIG] = string(5) "21000"
        [POIDS] = string(0) ""
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
        [SOHNUM] = string(12) "CVCR12502933"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="USER" TYPE="Char">102</FLD><FLD NAME="FCY" TYPE="Char">CR1</FLD><FLD NAME="SSCC" TYPE="Char">0000387579</FLD><FLD NAME="TYP" TYPE="Char">PAL</FLD><FLD NAME="SOHNUM" TYPE="Char">CVCR12502933</FLD><FLD NAME="OP" TYPE="Char">CR125050290</FLD><FLD NAME="OPLIG" TYPE="Decimal">21000</FLD><FLD NAME="POIDS" TYPE="Decimal">0</FLD><FLD NAME="VOLUME" TYPE="Decimal">0</FLD><FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD><FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD><FLD NAME="LARGEUR" TYPE="Decimal">0</FLD><FLD NAME="MATDANG" TYPE="Integer">1</FLD><FLD NAME="LIBCOL" TYPE="Char">PALET</FLD><FLD NAME="LIBPAL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="ZIND" TYPE="Integer">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(15) {
        [USER] = string(3) "102"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387579"
        [TYP] = string(3) "PAL"
        [SOHNUM] = string(12) "CVCR12502933"
        [OP] = string(11) "CR125050290"
        [OPLIG] = string(5) "21000"
        [POIDS] = string(1) "0"
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
  }
  [RESULTAT] = array(1) {
        [ZIND] = string(1) "1"
  }
}
 
Informations enregistrées



PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125050290"
  [cde] = string(12) "CVCR12502933"
  [oplig] = string(5) "21000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125050290%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 07:08:51102ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 417
Fonction : WmsPrintAuto(PC1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_CLIUC,1,Array,imp,,ETIQ1_EXP1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_CLIUC 1 ETIQ1_EXP1 FRA imp 1 site CR1 sscc 0000387579 ope 102 commande CVCR12502933 indicepalette 1 zoneprep EXPED ctx op nbcolis 0 type Palette )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="10"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387579</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">102</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">commande</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502933</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">op</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">type</FLD> <FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387579"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "102"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502933"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="10"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387579</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">102</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">commande</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502933</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD><FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">op</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">type</FLD><FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387579"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "102"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502933"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125050290"
  [cde] = string(12) "CVCR12502933"
  [oplig] = string(5) "21000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125050290%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 07:09:02101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL01262 AB17 50510472 A CR125050289 2000 15 UN 0 UN D EXPED 0000387578 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01262</FLD> <FLD NAME="SLOC" TYPE="Char">AB17</FLD> <FLD NAME="SLOT" TYPE="Char">50510472</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050289</FLD> <FLD NAME="SOPLIG" TYPE="Integer">2000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">15</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01262"
        [SLOC] = string(4) "AB17"
        [SLOT] = string(8) "50510472"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(2) "15"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01262</FLD><FLD NAME="SLOC" TYPE="Char">AB17</FLD><FLD NAME="SLOT" TYPE="Char">50510472</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050289</FLD><FLD NAME="SOPLIG" TYPE="Integer">2000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">15</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01262"
        [SLOC] = string(4) "AB17"
        [SLOT] = string(8) "50510472"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(2) "15"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "105"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01262"
  [op] = string(11) "CR125050289"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AB17"
  [loc] = string(4) "AB17"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502934"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1744632"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510472"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(3) "105"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..2000..2000....STOALL.........7.......50510472.....................AB17...174463299999998.......105"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..2000..2000....STOALL.........7.......50510472.....................AB17...174463299999998.......105"
  [PnPCible] = string(10) "0000387578"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01262"
  [lot] = string(8) "50510472"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:09:37101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL01262 AB17 50510472 A CR125050289 2000 15 UN 0 UN D EXPED 0000387578 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01262</FLD> <FLD NAME="SLOC" TYPE="Char">AB17</FLD> <FLD NAME="SLOT" TYPE="Char">50510472</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050289</FLD> <FLD NAME="SOPLIG" TYPE="Integer">2000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">15</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01262"
        [SLOC] = string(4) "AB17"
        [SLOT] = string(8) "50510472"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(2) "15"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01262</FLD><FLD NAME="SLOC" TYPE="Char">AB17</FLD><FLD NAME="SLOT" TYPE="Char">50510472</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050289</FLD><FLD NAME="SOPLIG" TYPE="Integer">2000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">15</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01262"
        [SLOC] = string(4) "AB17"
        [SLOT] = string(8) "50510472"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(2) "15"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "90"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01262"
  [op] = string(11) "CR125050289"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AB17"
  [loc] = string(4) "AB17"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502934"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1744632"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510472"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "90"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..2000..2000....STOALL.........7.......50510472.....................AB17...174463299999998........90"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..2000..2000....STOALL.........7.......50510472.....................AB17...174463299999998........90"
  [PnPCible] = string(10) "0000387578"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01262"
  [lot] = string(8) "50510472"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:09:39101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL01262 AB17 50510472 A CR125050289 2000 15 UN 0 UN D EXPED 0000387578 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01262</FLD> <FLD NAME="SLOC" TYPE="Char">AB17</FLD> <FLD NAME="SLOT" TYPE="Char">50510472</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050289</FLD> <FLD NAME="SOPLIG" TYPE="Integer">2000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">15</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01262"
        [SLOC] = string(4) "AB17"
        [SLOT] = string(8) "50510472"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(2) "15"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01262</FLD><FLD NAME="SLOC" TYPE="Char">AB17</FLD><FLD NAME="SLOT" TYPE="Char">50510472</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050289</FLD><FLD NAME="SOPLIG" TYPE="Integer">2000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">15</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01262"
        [SLOC] = string(4) "AB17"
        [SLOT] = string(8) "50510472"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(2) "15"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "75"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01262"
  [op] = string(11) "CR125050289"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AB17"
  [loc] = string(4) "AB17"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502934"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1744632"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510472"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "75"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..2000..2000....STOALL.........7.......50510472.....................AB17...174463299999998........75"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..2000..2000....STOALL.........7.......50510472.....................AB17...174463299999998........75"
  [PnPCible] = string(10) "0000387578"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01262"
  [lot] = string(8) "50510472"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:09:40101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL01262 AB17 50510472 A CR125050289 2000 15 UN 0 UN D EXPED 0000387578 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01262</FLD> <FLD NAME="SLOC" TYPE="Char">AB17</FLD> <FLD NAME="SLOT" TYPE="Char">50510472</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050289</FLD> <FLD NAME="SOPLIG" TYPE="Integer">2000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">15</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01262"
        [SLOC] = string(4) "AB17"
        [SLOT] = string(8) "50510472"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(2) "15"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01262</FLD><FLD NAME="SLOC" TYPE="Char">AB17</FLD><FLD NAME="SLOT" TYPE="Char">50510472</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050289</FLD><FLD NAME="SOPLIG" TYPE="Integer">2000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">15</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01262"
        [SLOC] = string(4) "AB17"
        [SLOT] = string(8) "50510472"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(2) "15"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "60"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01262"
  [op] = string(11) "CR125050289"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AB17"
  [loc] = string(4) "AB17"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502934"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1744632"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510472"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "60"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..2000..2000....STOALL.........7.......50510472.....................AB17...174463299999998........60"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..2000..2000....STOALL.........7.......50510472.....................AB17...174463299999998........60"
  [PnPCible] = string(10) "0000387578"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01262"
  [lot] = string(8) "50510472"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:09:42101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL01262 AB17 50510472 A CR125050289 2000 15 UN 0 UN D EXPED 0000387578 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01262</FLD> <FLD NAME="SLOC" TYPE="Char">AB17</FLD> <FLD NAME="SLOT" TYPE="Char">50510472</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050289</FLD> <FLD NAME="SOPLIG" TYPE="Integer">2000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">15</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01262"
        [SLOC] = string(4) "AB17"
        [SLOT] = string(8) "50510472"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(2) "15"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01262</FLD><FLD NAME="SLOC" TYPE="Char">AB17</FLD><FLD NAME="SLOT" TYPE="Char">50510472</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050289</FLD><FLD NAME="SOPLIG" TYPE="Integer">2000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">15</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01262"
        [SLOC] = string(4) "AB17"
        [SLOT] = string(8) "50510472"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(2) "15"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "45"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01262"
  [op] = string(11) "CR125050289"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AB17"
  [loc] = string(4) "AB17"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502934"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1744632"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510472"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "45"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..2000..2000....STOALL.........7.......50510472.....................AB17...174463299999998........45"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..2000..2000....STOALL.........7.......50510472.....................AB17...174463299999998........45"
  [PnPCible] = string(10) "0000387578"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01262"
  [lot] = string(8) "50510472"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:09:43101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL01262 AB17 50510472 A CR125050289 2000 15 UN 0 UN D EXPED 0000387578 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01262</FLD> <FLD NAME="SLOC" TYPE="Char">AB17</FLD> <FLD NAME="SLOT" TYPE="Char">50510472</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050289</FLD> <FLD NAME="SOPLIG" TYPE="Integer">2000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">15</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01262"
        [SLOC] = string(4) "AB17"
        [SLOT] = string(8) "50510472"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(2) "15"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01262</FLD><FLD NAME="SLOC" TYPE="Char">AB17</FLD><FLD NAME="SLOT" TYPE="Char">50510472</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050289</FLD><FLD NAME="SOPLIG" TYPE="Integer">2000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">15</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01262"
        [SLOC] = string(4) "AB17"
        [SLOT] = string(8) "50510472"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(2) "15"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "30"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01262"
  [op] = string(11) "CR125050289"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AB17"
  [loc] = string(4) "AB17"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502934"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1744632"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510472"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "30"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..2000..2000....STOALL.........7.......50510472.....................AB17...174463299999998........30"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..2000..2000....STOALL.........7.......50510472.....................AB17...174463299999998........30"
  [PnPCible] = string(10) "0000387578"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01262"
  [lot] = string(8) "50510472"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:09:45101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL01262 AB17 50510472 A CR125050289 2000 15 UN 0 UN D EXPED 0000387578 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01262</FLD> <FLD NAME="SLOC" TYPE="Char">AB17</FLD> <FLD NAME="SLOT" TYPE="Char">50510472</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050289</FLD> <FLD NAME="SOPLIG" TYPE="Integer">2000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">15</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01262"
        [SLOC] = string(4) "AB17"
        [SLOT] = string(8) "50510472"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(2) "15"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01262</FLD><FLD NAME="SLOC" TYPE="Char">AB17</FLD><FLD NAME="SLOT" TYPE="Char">50510472</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050289</FLD><FLD NAME="SOPLIG" TYPE="Integer">2000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">15</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387578</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01262"
        [SLOC] = string(4) "AB17"
        [SLOT] = string(8) "50510472"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050289"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(2) "15"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387578"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "15"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01262"
  [op] = string(11) "CR125050289"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AB17"
  [loc] = string(4) "AB17"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502934"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1744632"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510472"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "15"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..2000..2000....STOALL.........7.......50510472.....................AB17...174463299999998........15"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502934..2000..2000....STOALL.........7.......50510472.....................AB17...174463299999998........15"
  [PnPCible] = string(10) "0000387578"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01262"
  [lot] = string(8) "50510472"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:09:45101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050289,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050289 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050289</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050289"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050289</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050289"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(2) {
  [op] = string(11) "CR125050289"
  [success] = string(23) "Préparation terminée."
}
 
Niv502/06/2025 07:11:21101ROYRENE:YLIVRAISON
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4728
Fonction : Run(YLIVRAISON, CRR CR1 WEB WEB 01 01 04 04 1 0 WEB01CR1WEB04EUR11WEBWEBCONFISERIEDUROYRENEWEBCONFISERIEDUROYRENEWEBFRCHQ30FM21WEB 73~FRA~~21 WEB13089AIXENPROVENCECEDEX4WEB13089AIXENPROVENCECEDEX4CVCR12502934 1 1 2 EXPE_1 101 1 14 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPY" TYPE="Char">CRR</FLD> <FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="YSHIDAT" TYPE="Date"></FLD> <FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD> <FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD> <FLD NAME="YBPCORDDEB" TYPE="Char">WEB</FLD> <FLD NAME="YBPCORDFIN" TYPE="Char">WEB</FLD> <FLD NAME="YBPAADDDEB" TYPE="Char">01</FLD> <FLD NAME="YBPAADDFIN" TYPE="Char">01</FLD> <FLD NAME="YBPTNUMDEB" TYPE="Char">04</FLD> <FLD NAME="YBPTNUMFIN" TYPE="Char">04</FLD> <FLD NAME="YDRNFLG" TYPE="Integer">1</FLD> <FLD NAME="YDRN" TYPE="Integer">0</FLD> <FLD NAME="YY_OP" TYPE="Char"></FLD> <FLD NAME="YY_KEYPREP1" TYPE="Char">WEB01CR1WEB04EUR11WEBWEBCONFISERIEDUROYRENEWEBCONFISERIEDUROYRENEWEBFRCHQ30FM21WEB 73~FRA~~21</FLD> <FLD NAME="YY_KEYPREP2" TYPE="Char">WEB13089AIXENPROVENCECEDEX4WEB13089AIXENPROVENCECEDEX4CVCR12502934</FLD> <FLD NAME="YRUPDAT" TYPE="Integer">1</FLD> <FLD NAME="YCFMFLG" TYPE="Integer">1</FLD> <FLD NAME="YNDEFLG" TYPE="Integer">2</FLD> <FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD> <FLD NAME="YUSER" TYPE="Char">101</FLD> <FLD NAME="YNBPAL" TYPE="Integer">1</FLD> <FLD NAME="YNBCOL" TYPE="Integer">14</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(0) ""
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(3) "WEB"
        [YBPCORDFIN] = string(3) "WEB"
        [YBPAADDDEB] = string(2) "01"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "04"
        [YBPTNUMFIN] = string(2) "04"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(100) "WEB01CR1WEB04EUR11WEBWEBCONFISERIEDUROYRENEWEBCONFISERIEDUROYRENEWEBFRCHQ30FM21WEB                73~FRA~~21"
        [YY_KEYPREP2] = string(66) "WEB13089AIXENPROVENCECEDEX4WEB13089AIXENPROVENCECEDEX4CVCR12502934"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "101"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "14"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPY" TYPE="Char">CRR</FLD><FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="YSHIDAT" TYPE="Date">[0/0/0]</FLD><FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD><FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD><FLD NAME="YBPCORDDEB" TYPE="Char">WEB</FLD><FLD NAME="YBPAADDDEB" TYPE="Char">01</FLD><FLD NAME="YBPCORDFIN" TYPE="Char">WEB</FLD><FLD NAME="YBPAADDFIN" TYPE="Char">01</FLD><FLD NAME="YBPTNUMDEB" TYPE="Char">04</FLD><FLD NAME="YBPTNUMFIN" TYPE="Char">04</FLD><FLD NAME="YDRNFLG" TYPE="Integer">1</FLD><FLD NAME="YDRN" TYPE="Integer">0</FLD><FLD NAME="YY_OP" TYPE="Char"></FLD><FLD NAME="YY_KEYPREP1" TYPE="Char">WEB01CR1WEB04EUR11WEBWEBCONFISERIEDUROYRENEWEBCONFISERIEDUROYRENEWEBFRCHQ30FM21WEB 73~FRA~~21</FLD><FLD NAME="YY_KEYPREP2" TYPE="Char">WEB13089AIXENPROVENCECEDEX4WEB13089AIXENPROVENCECEDEX4CVCR12502934</FLD><FLD NAME="YRUPDAT" TYPE="Integer">1</FLD><FLD NAME="YCFMFLG" TYPE="Integer">1</FLD><FLD NAME="YNDEFLG" TYPE="Integer">2</FLD><FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD><FLD NAME="YUSER" TYPE="Char">101</FLD><FLD NAME="YNBPAL" TYPE="Integer">1</FLD><FLD NAME="YNBCOL" TYPE="Integer">14</FLD></GRP><TAB DIM="50" ID="RESULTAT" SIZE="1"><LIN NUM="1"><FLD NAME="YSDHNUM" TYPE="Char">CR12505SDI00000062</FLD><FLD NAME="YNB_ERR" TYPE="Integer">0</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(3) "WEB"
        [YBPAADDDEB] = string(2) "01"
        [YBPCORDFIN] = string(3) "WEB"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "04"
        [YBPTNUMFIN] = string(2) "04"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(100) "WEB01CR1WEB04EUR11WEBWEBCONFISERIEDUROYRENEWEBCONFISERIEDUROYRENEWEBFRCHQ30FM21WEB                73~FRA~~21"
        [YY_KEYPREP2] = string(66) "WEB13089AIXENPROVENCECEDEX4WEB13089AIXENPROVENCECEDEX4CVCR12502934"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "101"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "14"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(18) "CR12505SDI00000062"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(3) "WEB"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "01"
  [keyprep1] = string(106) "WEB01CR1WEB04EUR11WEBWEBCONFISERIEDUROYRENEWEBCONFISERIEDUROYRENEWEBFRCHQ30FM21WEB                73%7EFRA%7E%7E21"
  [keyprep2] = string(66) "WEB13089AIXENPROVENCECEDEX4WEB13089AIXENPROVENCECEDEX4CVCR12502934"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "14"
  [transp1] = string(2) "04"
  [backurl] = string(25) "PC1_02.php?op=CR125050289"
  [idERR] = string(4) "ERR1"
}
 
Niv402/06/2025 07:11:21101ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4741
Fonct :
Lien : /CRRPROD/PC1_actions.php?act=CreBL&client=WEB&idBouton=BL1&nbBLActifs=1&adrLiv=01&keyprep1=WEB01CR1WEB04EUR11WEBWEBCONFISERIEDUROYRENEWEBCONFISERIEDUROYRENEWEBFRCHQ30FM21WEB++++++++73%257EFRA%257E%257E21&keyprep2=WEB13089AIXENPROVENCECEDEX4WEB13089AIXENPROVENCECEDEX4CVCR12502934&nbpal1=1&nbcol1=14&transp1=04&backurl=PC1_02.php%3Fop%3DCR125050289&idERR=ERR1--
Data :
PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(3) "WEB"
        [YBPAADDDEB] = string(2) "01"
        [YBPCORDFIN] = string(3) "WEB"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "04"
        [YBPTNUMFIN] = string(2) "04"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(100) "WEB01CR1WEB04EUR11WEBWEBCONFISERIEDUROYRENEWEBCONFISERIEDUROYRENEWEBFRCHQ30FM21WEB                73~FRA~~21"
        [YY_KEYPREP2] = string(66) "WEB13089AIXENPROVENCECEDEX4WEB13089AIXENPROVENCECEDEX4CVCR12502934"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "101"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "14"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(18) "CR12505SDI00000062"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 
Niv502/06/2025 07:11:21101ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4852
Fonction : WmsPrintAuto(XT1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(XETIQTRANSPORT,1,Array,imp,,EXPE_1_2,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, XETIQTRANSPORT 1 EXPE_1_2 FRA imp 1 client WEB stofcy CR1 numcde CVCR12502934 numpal )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="4"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">client</FLD> <FLD NAME="VVALPARAM" TYPE="Char">WEB</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502934</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(3) "WEB"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12502934"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="4"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">client</FLD><FLD NAME="VVALPARAM" TYPE="Char">WEB</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502934</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(3) "WEB"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12502934"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(3) "WEB"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "01"
  [keyprep1] = string(106) "WEB01CR1WEB04EUR11WEBWEBCONFISERIEDUROYRENEWEBCONFISERIEDUROYRENEWEBFRCHQ30FM21WEB                73%7EFRA%7E%7E21"
  [keyprep2] = string(66) "WEB13089AIXENPROVENCECEDEX4WEB13089AIXENPROVENCECEDEX4CVCR12502934"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "14"
  [transp1] = string(2) "04"
  [backurl] = string(25) "PC1_02.php?op=CR125050289"
  [idERR] = string(4) "ERR1"
}
 
Niv502/06/2025 07:11:22101ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 19
Fonction : unLockAll(101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "101"
  }
}
 




PC1_01.php
array(1) {
  [success] = string(42) "Création BL CR12505SDI00000062 effectuée"
}
 
Niv502/06/2025 07:11:45102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL01177 CB10 50510068 A CR125050290 21000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01177</FLD> <FLD NAME="SLOC" TYPE="Char">CB10</FLD> <FLD NAME="SLOT" TYPE="Char">50510068</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">21000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01177"
        [SLOC] = string(4) "CB10"
        [SLOT] = string(8) "50510068"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "21000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01177</FLD><FLD NAME="SLOC" TYPE="Char">CB10</FLD><FLD NAME="SLOT" TYPE="Char">50510068</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">21000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01177"
        [SLOC] = string(4) "CB10"
        [SLOT] = string(8) "50510068"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "21000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01177"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "21000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CB10"
  [loc] = string(4) "CB10"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "22000"
  [soqseq] = string(5) "22000"
  [stocou] = string(7) "1738836"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510068"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.22000.22000....STOALL.........2.......50510068.....................CB10...173883699999999.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.19000.19000....STOALL.........2.......50410081.....................CB11...173172299999999.........2"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01177"
  [lot] = string(8) "50510068"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:11:47102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL01177 CB10 50510068 A CR125050290 21000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01177</FLD> <FLD NAME="SLOC" TYPE="Char">CB10</FLD> <FLD NAME="SLOT" TYPE="Char">50510068</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">21000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01177"
        [SLOC] = string(4) "CB10"
        [SLOT] = string(8) "50510068"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "21000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01177</FLD><FLD NAME="SLOC" TYPE="Char">CB10</FLD><FLD NAME="SLOT" TYPE="Char">50510068</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">21000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01177"
        [SLOC] = string(4) "CB10"
        [SLOT] = string(8) "50510068"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "21000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01177"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "21000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CB10"
  [loc] = string(4) "CB10"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "22000"
  [soqseq] = string(5) "22000"
  [stocou] = string(7) "1738836"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510068"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.22000.22000....STOALL.........2.......50510068.....................CB10...173883699999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.19000.19000....STOALL.........2.......50410081.....................CB11...173172299999999.........2"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01177"
  [lot] = string(8) "50510068"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:12:26102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00939 CB11 50410081 A CR125050290 18000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00939</FLD> <FLD NAME="SLOC" TYPE="Char">CB11</FLD> <FLD NAME="SLOT" TYPE="Char">50410081</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">18000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00939"
        [SLOC] = string(4) "CB11"
        [SLOT] = string(8) "50410081"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "18000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00939</FLD><FLD NAME="SLOC" TYPE="Char">CB11</FLD><FLD NAME="SLOT" TYPE="Char">50410081</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">18000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00939"
        [SLOC] = string(4) "CB11"
        [SLOT] = string(8) "50410081"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "18000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00939"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "18000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CB11"
  [loc] = string(4) "CB11"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "19000"
  [soqseq] = string(5) "19000"
  [stocou] = string(7) "1731722"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410081"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.19000.19000....STOALL.........2.......50410081.....................CB11...173172299999999.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.21000.21000....STOALL.........2.......50510449.....................CB15...174454799999999.........2"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00939"
  [lot] = string(8) "50410081"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:12:29102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00939 CB11 50410081 A CR125050290 18000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00939</FLD> <FLD NAME="SLOC" TYPE="Char">CB11</FLD> <FLD NAME="SLOT" TYPE="Char">50410081</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">18000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00939"
        [SLOC] = string(4) "CB11"
        [SLOT] = string(8) "50410081"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "18000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00939</FLD><FLD NAME="SLOC" TYPE="Char">CB11</FLD><FLD NAME="SLOT" TYPE="Char">50410081</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">18000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00939"
        [SLOC] = string(4) "CB11"
        [SLOT] = string(8) "50410081"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "18000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00939"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "18000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CB11"
  [loc] = string(4) "CB11"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "19000"
  [soqseq] = string(5) "19000"
  [stocou] = string(7) "1731722"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410081"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.19000.19000....STOALL.........2.......50410081.....................CB11...173172299999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.21000.21000....STOALL.........2.......50510449.....................CB15...174454799999999.........2"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00939"
  [lot] = string(8) "50410081"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:12:37101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050288,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050288 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050288</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050288"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050288</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050288"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(3) {
  [deb] = string(0) ""
  [op] = string(11) "CR125050288"
  [afftext] = string(4) "true"
}
 
Niv502/06/2025 07:12:43101ROYRENE:YWXCOMPT
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 296
Fonction : Run(YWXCOMPT, YPA )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPT" TYPE="Char">YPA</FLD> <FLD NAME="YSIT" TYPE="Char"></FLD> <FLD NAME="YDATE" TYPE="Date"></FLD> <FLD NAME="YCOMPL" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(0) ""
        [YCOMPL] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPT" TYPE="Char">YPA</FLD><FLD NAME="YSIT" TYPE="Char"></FLD><FLD NAME="YDATE" TYPE="Date">[0/0/0]</FLD><FLD NAME="YCOMPL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="YVAL" TYPE="Char">0000387580</FLD><FLD NAME="STATUT" TYPE="Integer">0</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(7) "[0/0/0]"
        [YCOMPL] = string(0) ""
  }
  [RESULTAT] = array(2) {
        [YVAL] = string(10) "0000387580"
        [STATUT] = string(1) "0"
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125050288"
  [cde] = string(12) "CVCR12407955"
  [oplig] = string(4) "2000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125050288%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 07:12:43101ROYRENE:YWPMAJSSCC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 383
Fonction : Run(YWPMAJSSCC, 101 CR1 0000387580 PAL CR125050288 2000 0 0 0 0 1 PALET CVCR12407955 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="USER" TYPE="Char">101</FLD> <FLD NAME="FCY" TYPE="Char">CR1</FLD> <FLD NAME="SSCC" TYPE="Char">0000387580</FLD> <FLD NAME="TYP" TYPE="Char">PAL</FLD> <FLD NAME="OP" TYPE="Char">CR125050288</FLD> <FLD NAME="OPLIG" TYPE="Decimal">2000</FLD> <FLD NAME="POIDS" TYPE="Decimal"></FLD> <FLD NAME="VOLUME" TYPE="Decimal">0</FLD> <FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD> <FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD> <FLD NAME="LARGEUR" TYPE="Decimal">0</FLD> <FLD NAME="MATDANG" TYPE="Integer">1</FLD> <FLD NAME="LIBCOL" TYPE="Char">PALET</FLD> <FLD NAME="LIBPAL" TYPE="Char"></FLD> <FLD NAME="SOHNUM" TYPE="Char">CVCR12407955</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(15) {
        [USER] = string(3) "101"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387580"
        [TYP] = string(3) "PAL"
        [OP] = string(11) "CR125050288"
        [OPLIG] = string(4) "2000"
        [POIDS] = string(0) ""
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
        [SOHNUM] = string(12) "CVCR12407955"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="USER" TYPE="Char">101</FLD><FLD NAME="FCY" TYPE="Char">CR1</FLD><FLD NAME="SSCC" TYPE="Char">0000387580</FLD><FLD NAME="TYP" TYPE="Char">PAL</FLD><FLD NAME="SOHNUM" TYPE="Char">CVCR12407955</FLD><FLD NAME="OP" TYPE="Char">CR125050288</FLD><FLD NAME="OPLIG" TYPE="Decimal">2000</FLD><FLD NAME="POIDS" TYPE="Decimal">0</FLD><FLD NAME="VOLUME" TYPE="Decimal">0</FLD><FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD><FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD><FLD NAME="LARGEUR" TYPE="Decimal">0</FLD><FLD NAME="MATDANG" TYPE="Integer">1</FLD><FLD NAME="LIBCOL" TYPE="Char">PALET</FLD><FLD NAME="LIBPAL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="ZIND" TYPE="Integer">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(15) {
        [USER] = string(3) "101"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387580"
        [TYP] = string(3) "PAL"
        [SOHNUM] = string(12) "CVCR12407955"
        [OP] = string(11) "CR125050288"
        [OPLIG] = string(4) "2000"
        [POIDS] = string(1) "0"
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
  }
  [RESULTAT] = array(1) {
        [ZIND] = string(1) "1"
  }
}
 
Informations enregistrées



PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125050288"
  [cde] = string(12) "CVCR12407955"
  [oplig] = string(4) "2000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125050288%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 07:12:43101ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 417
Fonction : WmsPrintAuto(PC1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_CLIUC,1,Array,imp,,ETIQ1_EXP1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_CLIUC 1 ETIQ1_EXP1 FRA imp 1 site CR1 sscc 0000387580 ope 101 commande CVCR12407955 indicepalette 1 zoneprep EXPED ctx op nbcolis 0 type Palette )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="10"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387580</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">101</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">commande</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12407955</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">op</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">type</FLD> <FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387580"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "101"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12407955"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="10"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387580</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">101</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">commande</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12407955</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD><FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">op</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">type</FLD><FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387580"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "101"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12407955"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125050288"
  [cde] = string(12) "CVCR12407955"
  [oplig] = string(4) "2000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125050288%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 07:12:45102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL01237 CB15 50510449 A CR125050290 20000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01237</FLD> <FLD NAME="SLOC" TYPE="Char">CB15</FLD> <FLD NAME="SLOT" TYPE="Char">50510449</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">20000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01237"
        [SLOC] = string(4) "CB15"
        [SLOT] = string(8) "50510449"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "20000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01237</FLD><FLD NAME="SLOC" TYPE="Char">CB15</FLD><FLD NAME="SLOT" TYPE="Char">50510449</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">20000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01237"
        [SLOC] = string(4) "CB15"
        [SLOT] = string(8) "50510449"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "20000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01237"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "20000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CB15"
  [loc] = string(4) "CB15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "21000"
  [soqseq] = string(5) "21000"
  [stocou] = string(7) "1744547"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510449"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.21000.21000....STOALL.........2.......50510449.....................CB15...174454799999999.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.16000.16000....STOALL.........2.......50410084.....................CB22...173102399999999.........2"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01237"
  [lot] = string(8) "50510449"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:12:49102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL01237 CB15 50510449 A CR125050290 20000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01237</FLD> <FLD NAME="SLOC" TYPE="Char">CB15</FLD> <FLD NAME="SLOT" TYPE="Char">50510449</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">20000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01237"
        [SLOC] = string(4) "CB15"
        [SLOT] = string(8) "50510449"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "20000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01237</FLD><FLD NAME="SLOC" TYPE="Char">CB15</FLD><FLD NAME="SLOT" TYPE="Char">50510449</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">20000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01237"
        [SLOC] = string(4) "CB15"
        [SLOT] = string(8) "50510449"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "20000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01237"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "20000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CB15"
  [loc] = string(4) "CB15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "21000"
  [soqseq] = string(5) "21000"
  [stocou] = string(7) "1744547"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510449"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.21000.21000....STOALL.........2.......50510449.....................CB15...174454799999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.16000.16000....STOALL.........2.......50410084.....................CB22...173102399999999.........2"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01237"
  [lot] = string(8) "50510449"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:13:03101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050288,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050288 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050288</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050288"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050288</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050288"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(1) {
  [op] = string(11) "CR125050288"
}
 
Niv502/06/2025 07:13:10102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00934 CB22 50410084 A CR125050290 15000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00934</FLD> <FLD NAME="SLOC" TYPE="Char">CB22</FLD> <FLD NAME="SLOT" TYPE="Char">50410084</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">15000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00934"
        [SLOC] = string(4) "CB22"
        [SLOT] = string(8) "50410084"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "15000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00934</FLD><FLD NAME="SLOC" TYPE="Char">CB22</FLD><FLD NAME="SLOT" TYPE="Char">50410084</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">15000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00934"
        [SLOC] = string(4) "CB22"
        [SLOT] = string(8) "50410084"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "15000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00934"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "15000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CB22"
  [loc] = string(4) "CB22"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "16000"
  [soqseq] = string(5) "16000"
  [stocou] = string(7) "1731023"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410084"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.16000.16000....STOALL.........2.......50410084.....................CB22...173102399999999.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.29000.29000....STOALL.........1.......50510256.....0000386906......BC27...174246499999999........10"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00934"
  [lot] = string(8) "50410084"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:13:13102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00934 CB22 50410084 A CR125050290 15000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00934</FLD> <FLD NAME="SLOC" TYPE="Char">CB22</FLD> <FLD NAME="SLOT" TYPE="Char">50410084</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">15000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00934"
        [SLOC] = string(4) "CB22"
        [SLOT] = string(8) "50410084"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "15000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00934</FLD><FLD NAME="SLOC" TYPE="Char">CB22</FLD><FLD NAME="SLOT" TYPE="Char">50410084</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">15000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00934"
        [SLOC] = string(4) "CB22"
        [SLOT] = string(8) "50410084"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "15000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00934"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "15000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CB22"
  [loc] = string(4) "CB22"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "16000"
  [soqseq] = string(5) "16000"
  [stocou] = string(7) "1731023"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410084"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.16000.16000....STOALL.........2.......50410084.....................CB22...173102399999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.29000.29000....STOALL.........1.......50510256.....0000386906......BC27...174246499999999........10"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00934"
  [lot] = string(8) "50410084"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:14:11102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(CAL01329,,,10,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL01329 10 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL01329</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">10</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01329"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL01329</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">10</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01329"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01329"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "27000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BC27"
  [loc] = string(4) "BC27"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "29000"
  [soqseq] = string(5) "29000"
  [stocou] = string(7) "1742464"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510256"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.29000.29000....STOALL.........1.......50510256.....0000386906......BC27...174246499999999........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.15000.15000....STOALL.........2.......50510059.....................AB31...174071099999999.........2"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386906"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:14:12102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(CAL01329,,,10,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL01329 10 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL01329</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">10</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01329"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL01329</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">10</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01329"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01329"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "27000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BC27"
  [loc] = string(4) "BC27"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "29000"
  [soqseq] = string(5) "29000"
  [stocou] = string(7) "1742464"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510256"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.29000.29000....STOALL.........1.......50510256.....0000386906......BC27...174246499999999........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.15000.15000....STOALL.........2.......50510059.....................AB31...174071099999999.........2"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386906"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:14:12102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(CAL01329,,,10,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL01329 10 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL01329</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">10</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01329"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL01329</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">10</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01329"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01329"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "27000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BC27"
  [loc] = string(4) "BC27"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "29000"
  [soqseq] = string(5) "29000"
  [stocou] = string(7) "1742464"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510256"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.29000.29000....STOALL.........1.......50510256.....0000386906......BC27...174246499999999........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.15000.15000....STOALL.........2.......50510059.....................AB31...174071099999999.........2"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386906"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:14:28102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 CAL01329 BC27 50510256 A CR125050290 27000 10 UN 0 UN 0000386906 D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01329</FLD> <FLD NAME="SLOC" TYPE="Char">BC27</FLD> <FLD NAME="SLOT" TYPE="Char">50510256</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">27000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000386906</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01329"
        [SLOC] = string(4) "BC27"
        [SLOT] = string(8) "50510256"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "27000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000386906"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01329</FLD><FLD NAME="SLOC" TYPE="Char">BC27</FLD><FLD NAME="SLOT" TYPE="Char">50510256</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000386906</FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">27000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01329"
        [SLOC] = string(4) "BC27"
        [SLOT] = string(8) "50510256"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000386906"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "27000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01329"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "27000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BC27"
  [loc] = string(4) "BC27"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "29000"
  [soqseq] = string(5) "29000"
  [stocou] = string(7) "1742464"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510256"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.29000.29000....STOALL.........1.......50510256.....0000386906......BC27...174246499999999........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.15000.15000....STOALL.........2.......50510059.....................AB31...174071099999999.........2"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386906"
  [lot] = string(8) "50510256"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:15:32102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00933 AB31 50510059 A CR125050290 14000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00933</FLD> <FLD NAME="SLOC" TYPE="Char">AB31</FLD> <FLD NAME="SLOT" TYPE="Char">50510059</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">14000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00933"
        [SLOC] = string(4) "AB31"
        [SLOT] = string(8) "50510059"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "14000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00933</FLD><FLD NAME="SLOC" TYPE="Char">AB31</FLD><FLD NAME="SLOT" TYPE="Char">50510059</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">14000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00933"
        [SLOC] = string(4) "AB31"
        [SLOT] = string(8) "50510059"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "14000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00933"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "14000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AB31"
  [loc] = string(4) "AB31"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "15000"
  [soqseq] = string(5) "15000"
  [stocou] = string(7) "1740710"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510059"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.15000.15000....STOALL.........2.......50510059.....................AB31...174071099999999.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.28000.28000....STOALL.........1.......50410053.....................BA20...173504599999999.........1"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00933"
  [lot] = string(8) "50510059"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:15:35102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00933 AB31 50510059 A CR125050290 14000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00933</FLD> <FLD NAME="SLOC" TYPE="Char">AB31</FLD> <FLD NAME="SLOT" TYPE="Char">50510059</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">14000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00933"
        [SLOC] = string(4) "AB31"
        [SLOT] = string(8) "50510059"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "14000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00933</FLD><FLD NAME="SLOC" TYPE="Char">AB31</FLD><FLD NAME="SLOT" TYPE="Char">50510059</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">14000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00933"
        [SLOC] = string(4) "AB31"
        [SLOT] = string(8) "50510059"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "14000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00933"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "14000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AB31"
  [loc] = string(4) "AB31"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "15000"
  [soqseq] = string(5) "15000"
  [stocou] = string(7) "1740710"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510059"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.15000.15000....STOALL.........2.......50510059.....................AB31...174071099999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.28000.28000....STOALL.........1.......50410053.....................BA20...173504599999999.........1"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00933"
  [lot] = string(8) "50510059"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:15:53102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 NOU00317 BA20 50410053 A CR125050290 26000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00317</FLD> <FLD NAME="SLOC" TYPE="Char">BA20</FLD> <FLD NAME="SLOT" TYPE="Char">50410053</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">26000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00317"
        [SLOC] = string(4) "BA20"
        [SLOT] = string(8) "50410053"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "26000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">NOU00317</FLD><FLD NAME="SLOC" TYPE="Char">BA20</FLD><FLD NAME="SLOT" TYPE="Char">50410053</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">26000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00317"
        [SLOC] = string(4) "BA20"
        [SLOT] = string(8) "50410053"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "26000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "NOU00317"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "26000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA20"
  [loc] = string(4) "BA20"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "28000"
  [soqseq] = string(5) "28000"
  [stocou] = string(7) "1735045"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410053"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.28000.28000....STOALL.........1.......50410053.....................BA20...173504599999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..1000..1000....STOALL.........1.......50310454.....................AB20...173010099999999........24"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "NOU00317"
  [lot] = string(8) "50410053"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:16:04102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00862 AB20 50310454 A CR125050290 1000 24 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00862</FLD> <FLD NAME="SLOC" TYPE="Char">AB20</FLD> <FLD NAME="SLOT" TYPE="Char">50310454</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">24</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00862"
        [SLOC] = string(4) "AB20"
        [SLOT] = string(8) "50310454"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "24"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00862</FLD><FLD NAME="SLOC" TYPE="Char">AB20</FLD><FLD NAME="SLOT" TYPE="Char">50310454</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">24</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00862"
        [SLOC] = string(4) "AB20"
        [SLOT] = string(8) "50310454"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "24"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "24"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00862"
  [op] = string(11) "CR125050290"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AB20"
  [loc] = string(4) "AB20"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1730100"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50310454"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "24"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..1000..1000....STOALL.........1.......50310454.....................AB20...173010099999999........24"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.17000.17000....STOALL.........2.......50410082.....................AB23...173872199999999.........2"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00862"
  [lot] = string(8) "50310454"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:16:19102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00935 AB23 50410082 A CR125050290 16000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00935</FLD> <FLD NAME="SLOC" TYPE="Char">AB23</FLD> <FLD NAME="SLOT" TYPE="Char">50410082</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">16000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00935"
        [SLOC] = string(4) "AB23"
        [SLOT] = string(8) "50410082"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "16000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00935</FLD><FLD NAME="SLOC" TYPE="Char">AB23</FLD><FLD NAME="SLOT" TYPE="Char">50410082</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">16000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00935"
        [SLOC] = string(4) "AB23"
        [SLOT] = string(8) "50410082"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "16000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00935"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "16000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AB23"
  [loc] = string(4) "AB23"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "17000"
  [soqseq] = string(5) "17000"
  [stocou] = string(7) "1738721"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410082"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.17000.17000....STOALL.........2.......50410082.....................AB23...173872199999999.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.26000.26000....STOALL.........1.......50510150.....................BA19...173883799999999.........1"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00935"
  [lot] = string(8) "50410082"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:16:22102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00935 AB23 50410082 A CR125050290 16000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00935</FLD> <FLD NAME="SLOC" TYPE="Char">AB23</FLD> <FLD NAME="SLOT" TYPE="Char">50410082</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">16000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00935"
        [SLOC] = string(4) "AB23"
        [SLOT] = string(8) "50410082"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "16000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00935</FLD><FLD NAME="SLOC" TYPE="Char">AB23</FLD><FLD NAME="SLOT" TYPE="Char">50410082</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">16000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00935"
        [SLOC] = string(4) "AB23"
        [SLOT] = string(8) "50410082"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "16000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00935"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "16000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AB23"
  [loc] = string(4) "AB23"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "17000"
  [soqseq] = string(5) "17000"
  [stocou] = string(7) "1738721"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410082"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.17000.17000....STOALL.........2.......50410082.....................AB23...173872199999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.26000.26000....STOALL.........1.......50510150.....................BA19...173883799999999.........1"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00935"
  [lot] = string(8) "50410082"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:16:44102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 NOU00311 BA19 50510150 A CR125050290 25000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00311</FLD> <FLD NAME="SLOC" TYPE="Char">BA19</FLD> <FLD NAME="SLOT" TYPE="Char">50510150</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">25000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00311"
        [SLOC] = string(4) "BA19"
        [SLOT] = string(8) "50510150"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "25000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">NOU00311</FLD><FLD NAME="SLOC" TYPE="Char">BA19</FLD><FLD NAME="SLOT" TYPE="Char">50510150</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">25000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00311"
        [SLOC] = string(4) "BA19"
        [SLOT] = string(8) "50510150"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "25000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "NOU00311"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "25000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA19"
  [loc] = string(4) "BA19"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "26000"
  [soqseq] = string(5) "26000"
  [stocou] = string(7) "1738837"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510150"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.26000.26000....STOALL.........1.......50510150.....................BA19...173883799999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..8000..8000....STOALL.........1.......50510074.....................AA16...174129499999999........12"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "NOU00311"
  [lot] = string(8) "50510150"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:16:56102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL01238 AA16 50510074 A CR125050290 7000 12 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01238</FLD> <FLD NAME="SLOC" TYPE="Char">AA16</FLD> <FLD NAME="SLOT" TYPE="Char">50510074</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">7000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">12</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01238"
        [SLOC] = string(4) "AA16"
        [SLOT] = string(8) "50510074"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(2) "12"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01238</FLD><FLD NAME="SLOC" TYPE="Char">AA16</FLD><FLD NAME="SLOT" TYPE="Char">50510074</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">7000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">12</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01238"
        [SLOC] = string(4) "AA16"
        [SLOT] = string(8) "50510074"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(2) "12"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "12"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01238"
  [op] = string(11) "CR125050290"
  [oplig] = string(4) "7000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA16"
  [loc] = string(4) "AA16"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(4) "8000"
  [soqseq] = string(4) "8000"
  [stocou] = string(7) "1741294"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510074"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "12"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..8000..8000....STOALL.........1.......50510074.....................AA16...174129499999999........12"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.30000.30000....STOALL.........1.......50510273.....0000386974......AD18...174254999999999........10"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01238"
  [lot] = string(8) "50510074"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:17:12101ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(CAL00728,,,720,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL00728 720 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL00728</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">720</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00728"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "720"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL00728</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">720</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">30</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00728"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "720"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(2) "30"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "720"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00728"
  [op] = string(11) "CR125050288"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "AB03"
  [loc] = string(4) "AB03"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12407955"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1741231"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510103"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "720"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12407955..2000..2000....STOALL........30.......50510103.....0000386219......AB03...174123199999999.......720"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12407955..4000..4000....STOALL........16.......50510247.....0000386597......BD17...174086799999999.......384"
  [PnPCible] = string(10) "0000387580"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386219"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:17:13101ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(CAL00728,,,720,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL00728 720 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL00728</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">720</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00728"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "720"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL00728</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">720</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">30</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00728"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "720"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(2) "30"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "720"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00728"
  [op] = string(11) "CR125050288"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "AB03"
  [loc] = string(4) "AB03"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12407955"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1741231"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510103"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "720"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12407955..2000..2000....STOALL........30.......50510103.....0000386219......AB03...174123199999999.......720"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12407955..4000..4000....STOALL........16.......50510247.....0000386597......BD17...174086799999999.......384"
  [PnPCible] = string(10) "0000387580"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386219"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:17:13101ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(CAL00728,,,720,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL00728 720 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL00728</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">720</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00728"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "720"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL00728</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">720</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">30</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00728"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "720"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(2) "30"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "720"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00728"
  [op] = string(11) "CR125050288"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "AB03"
  [loc] = string(4) "AB03"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12407955"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1741231"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510103"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "720"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12407955..2000..2000....STOALL........30.......50510103.....0000386219......AB03...174123199999999.......720"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12407955..4000..4000....STOALL........16.......50510247.....0000386597......BD17...174086799999999.......384"
  [PnPCible] = string(10) "0000387580"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386219"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:17:17101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 101 CR1 CAL00728 AB03 50510103 A CR125050288 1000 720 UN 0 UN 0000386219 D EXPED 0000387580 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00728</FLD> <FLD NAME="SLOC" TYPE="Char">AB03</FLD> <FLD NAME="SLOT" TYPE="Char">50510103</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050288</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">720</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000386219</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387580</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00728"
        [SLOC] = string(4) "AB03"
        [SLOT] = string(8) "50510103"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050288"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(3) "720"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000386219"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387580"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00728</FLD><FLD NAME="SLOC" TYPE="Char">AB03</FLD><FLD NAME="SLOT" TYPE="Char">50510103</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000386219</FLD><FLD NAME="SOP" TYPE="Char">CR125050288</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">720</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387580</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00728"
        [SLOC] = string(4) "AB03"
        [SLOT] = string(8) "50510103"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000386219"
        [SOP] = string(11) "CR125050288"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(3) "720"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387580"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "720"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00728"
  [op] = string(11) "CR125050288"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "AB03"
  [loc] = string(4) "AB03"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12407955"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1741231"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510103"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "720"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12407955..2000..2000....STOALL........30.......50510103.....0000386219......AB03...174123199999999.......720"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12407955..4000..4000....STOALL........16.......50510247.....0000386597......BD17...174086799999999.......384"
  [PnPCible] = string(10) "0000387580"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386219"
  [lot] = string(8) "50510103"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(2) "30"
}
 
Niv502/06/2025 07:17:57102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(CON00791,,,10,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CON00791 10 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CON00791</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">10</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CON00791"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CON00791</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">10</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CON00791"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CON00791"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "28000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AD18"
  [loc] = string(4) "AD18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "30000"
  [soqseq] = string(5) "30000"
  [stocou] = string(7) "1742549"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510273"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.30000.30000....STOALL.........1.......50510273.....0000386974......AD18...174254999999999........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.14000.14000....STOALL.........1.......50510069.....................BA14...173817599999999.........1"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386974"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:17:57102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(CON00791,,,10,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CON00791 10 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CON00791</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">10</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CON00791"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CON00791</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">10</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CON00791"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CON00791"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "28000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AD18"
  [loc] = string(4) "AD18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "30000"
  [soqseq] = string(5) "30000"
  [stocou] = string(7) "1742549"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510273"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.30000.30000....STOALL.........1.......50510273.....0000386974......AD18...174254999999999........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.14000.14000....STOALL.........1.......50510069.....................BA14...173817599999999.........1"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386974"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:17:57102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(CON00791,,,10,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CON00791 10 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CON00791</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">10</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CON00791"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CON00791</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">10</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CON00791"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CON00791"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "28000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AD18"
  [loc] = string(4) "AD18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "30000"
  [soqseq] = string(5) "30000"
  [stocou] = string(7) "1742549"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510273"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.30000.30000....STOALL.........1.......50510273.....0000386974......AD18...174254999999999........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.14000.14000....STOALL.........1.......50510069.....................BA14...173817599999999.........1"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386974"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:18:12102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 CON00791 AD18 50510273 A CR125050290 28000 10 UN 0 UN 0000386974 D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CON00791</FLD> <FLD NAME="SLOC" TYPE="Char">AD18</FLD> <FLD NAME="SLOT" TYPE="Char">50510273</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">28000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000386974</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CON00791"
        [SLOC] = string(4) "AD18"
        [SLOT] = string(8) "50510273"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "28000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000386974"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CON00791</FLD><FLD NAME="SLOC" TYPE="Char">AD18</FLD><FLD NAME="SLOT" TYPE="Char">50510273</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000386974</FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">28000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CON00791"
        [SLOC] = string(4) "AD18"
        [SLOT] = string(8) "50510273"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000386974"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "28000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CON00791"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "28000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AD18"
  [loc] = string(4) "AD18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "30000"
  [soqseq] = string(5) "30000"
  [stocou] = string(7) "1742549"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510273"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.30000.30000....STOALL.........1.......50510273.....0000386974......AD18...174254999999999........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.14000.14000....STOALL.........1.......50510069.....................BA14...173817599999999.........1"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386974"
  [lot] = string(8) "50510273"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:19:46102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL01174 BA14 50510069 A CR125050290 13000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01174</FLD> <FLD NAME="SLOC" TYPE="Char">BA14</FLD> <FLD NAME="SLOT" TYPE="Char">50510069</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">13000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01174"
        [SLOC] = string(4) "BA14"
        [SLOT] = string(8) "50510069"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "13000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01174</FLD><FLD NAME="SLOC" TYPE="Char">BA14</FLD><FLD NAME="SLOT" TYPE="Char">50510069</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">13000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01174"
        [SLOC] = string(4) "BA14"
        [SLOT] = string(8) "50510069"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "13000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01174"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "13000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA14"
  [loc] = string(4) "BA14"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "14000"
  [soqseq] = string(5) "14000"
  [stocou] = string(7) "1738175"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510069"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.14000.14000....STOALL.........1.......50510069.....................BA14...173817599999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.24000.24000....STOALL.........2.......50510556.....................BA15...174437199999999.........2"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01174"
  [lot] = string(8) "50510069"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:20:12102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 NOU00050 BA15 50510556 A CR125050290 23000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00050</FLD> <FLD NAME="SLOC" TYPE="Char">BA15</FLD> <FLD NAME="SLOT" TYPE="Char">50510556</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">23000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00050"
        [SLOC] = string(4) "BA15"
        [SLOT] = string(8) "50510556"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "23000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">NOU00050</FLD><FLD NAME="SLOC" TYPE="Char">BA15</FLD><FLD NAME="SLOT" TYPE="Char">50510556</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">23000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00050"
        [SLOC] = string(4) "BA15"
        [SLOT] = string(8) "50510556"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "23000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "NOU00050"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "23000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA15"
  [loc] = string(4) "BA15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "24000"
  [soqseq] = string(5) "24000"
  [stocou] = string(7) "1744371"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510556"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.24000.24000....STOALL.........2.......50510556.....................BA15...174437199999999.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.25000.25000....STOALL.........2.......50510341.....................BA16...174355499999999.........2"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "NOU00050"
  [lot] = string(8) "50510556"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:20:21102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 NOU00050 BA15 50510556 A CR125050290 23000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00050</FLD> <FLD NAME="SLOC" TYPE="Char">BA15</FLD> <FLD NAME="SLOT" TYPE="Char">50510556</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">23000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00050"
        [SLOC] = string(4) "BA15"
        [SLOT] = string(8) "50510556"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "23000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">NOU00050</FLD><FLD NAME="SLOC" TYPE="Char">BA15</FLD><FLD NAME="SLOT" TYPE="Char">50510556</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">23000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00050"
        [SLOC] = string(4) "BA15"
        [SLOT] = string(8) "50510556"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "23000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "NOU00050"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "23000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA15"
  [loc] = string(4) "BA15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "24000"
  [soqseq] = string(5) "24000"
  [stocou] = string(7) "1744371"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510556"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.24000.24000....STOALL.........2.......50510556.....................BA15...174437199999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.25000.25000....STOALL.........2.......50510341.....................BA16...174355499999999.........2"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "NOU00050"
  [lot] = string(8) "50510556"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:20:32102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 NOU00052 BA16 50510341 A CR125050290 24000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00052</FLD> <FLD NAME="SLOC" TYPE="Char">BA16</FLD> <FLD NAME="SLOT" TYPE="Char">50510341</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">24000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00052"
        [SLOC] = string(4) "BA16"
        [SLOT] = string(8) "50510341"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "24000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">NOU00052</FLD><FLD NAME="SLOC" TYPE="Char">BA16</FLD><FLD NAME="SLOT" TYPE="Char">50510341</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">24000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00052"
        [SLOC] = string(4) "BA16"
        [SLOT] = string(8) "50510341"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "24000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "NOU00052"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "24000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA16"
  [loc] = string(4) "BA16"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "25000"
  [soqseq] = string(5) "25000"
  [stocou] = string(7) "1743554"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510341"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.25000.25000....STOALL.........2.......50510341.....................BA16...174355499999999.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.35000.35000....STOALL.........1.......17022025.....0000381891......BD15...171989699999999.........5"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "NOU00052"
  [lot] = string(8) "50510341"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:20:40102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 NOU00052 BA16 50510341 A CR125050290 24000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00052</FLD> <FLD NAME="SLOC" TYPE="Char">BA16</FLD> <FLD NAME="SLOT" TYPE="Char">50510341</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">24000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00052"
        [SLOC] = string(4) "BA16"
        [SLOT] = string(8) "50510341"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "24000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">NOU00052</FLD><FLD NAME="SLOC" TYPE="Char">BA16</FLD><FLD NAME="SLOT" TYPE="Char">50510341</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">24000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00052"
        [SLOC] = string(4) "BA16"
        [SLOT] = string(8) "50510341"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "24000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "NOU00052"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "24000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA16"
  [loc] = string(4) "BA16"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "25000"
  [soqseq] = string(5) "25000"
  [stocou] = string(7) "1743554"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510341"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.25000.25000....STOALL.........2.......50510341.....................BA16...174355499999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.35000.35000....STOALL.........1.......17022025.....0000381891......BD15...171989699999999.........5"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "NOU00052"
  [lot] = string(8) "50510341"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:21:34102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(EPI00691,,,5,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EPI00691 5 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EPI00691</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">5</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EPI00691"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "5"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EPI00691</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">5</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EPI00691"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "5"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "5"
  [qteprep] = string(1) "0"
  [article] = string(8) "EPI00691"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "33000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BD15"
  [loc] = string(4) "BD15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "35000"
  [soqseq] = string(5) "35000"
  [stocou] = string(7) "1719896"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "17022025"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "5"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.35000.35000....STOALL.........1.......17022025.....0000381891......BD15...171989699999999.........5"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.32000.32000....STOALL.........1..........34824.....................AB12...170243599999999.........9"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000381891"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:21:34102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(EPI00691,,,5,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EPI00691 5 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EPI00691</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">5</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EPI00691"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "5"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EPI00691</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">5</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EPI00691"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "5"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "5"
  [qteprep] = string(1) "0"
  [article] = string(8) "EPI00691"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "33000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BD15"
  [loc] = string(4) "BD15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "35000"
  [soqseq] = string(5) "35000"
  [stocou] = string(7) "1719896"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "17022025"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "5"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.35000.35000....STOALL.........1.......17022025.....0000381891......BD15...171989699999999.........5"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.32000.32000....STOALL.........1..........34824.....................AB12...170243599999999.........9"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000381891"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:21:34102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(EPI00691,,,5,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EPI00691 5 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EPI00691</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">5</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EPI00691"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "5"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EPI00691</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">5</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EPI00691"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "5"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "5"
  [qteprep] = string(1) "0"
  [article] = string(8) "EPI00691"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "33000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BD15"
  [loc] = string(4) "BD15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "35000"
  [soqseq] = string(5) "35000"
  [stocou] = string(7) "1719896"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "17022025"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "5"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.35000.35000....STOALL.........1.......17022025.....0000381891......BD15...171989699999999.........5"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.32000.32000....STOALL.........1..........34824.....................AB12...170243599999999.........9"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000381891"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:21:44102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 EPI00691 BD15 17022025 A CR125050290 33000 5 UN 0 UN 0000381891 D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EPI00691</FLD> <FLD NAME="SLOC" TYPE="Char">BD15</FLD> <FLD NAME="SLOT" TYPE="Char">17022025</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">33000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">5</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000381891</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EPI00691"
        [SLOC] = string(4) "BD15"
        [SLOT] = string(8) "17022025"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "33000"
        [SQTYSTU] = string(1) "5"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000381891"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EPI00691</FLD><FLD NAME="SLOC" TYPE="Char">BD15</FLD><FLD NAME="SLOT" TYPE="Char">17022025</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000381891</FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">33000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">5</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EPI00691"
        [SLOC] = string(4) "BD15"
        [SLOT] = string(8) "17022025"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000381891"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "33000"
        [SQTYSTU] = string(1) "5"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "5"
  [qteprep] = string(1) "0"
  [article] = string(8) "EPI00691"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "33000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BD15"
  [loc] = string(4) "BD15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "35000"
  [soqseq] = string(5) "35000"
  [stocou] = string(7) "1719896"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "17022025"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "5"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.35000.35000....STOALL.........1.......17022025.....0000381891......BD15...171989699999999.........5"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.32000.32000....STOALL.........1..........34824.....................AB12...170243599999999.........9"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000381891"
  [lot] = string(8) "17022025"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:22:53102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050290,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050290 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050290"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050290"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(1) {
  [op] = string(11) "CR125050290"
}
 
Niv502/06/2025 07:23:03102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00408 BA08 50410450 A CR125050290 11000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00408</FLD> <FLD NAME="SLOC" TYPE="Char">BA08</FLD> <FLD NAME="SLOT" TYPE="Char">50410450</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">11000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00408"
        [SLOC] = string(4) "BA08"
        [SLOT] = string(8) "50410450"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "11000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00408</FLD><FLD NAME="SLOC" TYPE="Char">BA08</FLD><FLD NAME="SLOT" TYPE="Char">50410450</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">11000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00408"
        [SLOC] = string(4) "BA08"
        [SLOT] = string(8) "50410450"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "11000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00408"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "11000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "BA08"
  [loc] = string(4) "BA08"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "12000"
  [soqseq] = string(5) "12000"
  [stocou] = string(7) "1741378"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410450"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.12000.12000....STOALL.........1.......50410450.....................BA08...174137899999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.13000.13000....STOALL.........1.......50410185.....................BA10...173630999999999.........1"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00408"
  [lot] = string(8) "50410450"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:23:17102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00547 BA10 50410185 A CR125050290 12000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00547</FLD> <FLD NAME="SLOC" TYPE="Char">BA10</FLD> <FLD NAME="SLOT" TYPE="Char">50410185</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">12000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00547"
        [SLOC] = string(4) "BA10"
        [SLOT] = string(8) "50410185"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "12000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00547</FLD><FLD NAME="SLOC" TYPE="Char">BA10</FLD><FLD NAME="SLOT" TYPE="Char">50410185</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">12000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00547"
        [SLOC] = string(4) "BA10"
        [SLOT] = string(8) "50410185"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "12000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00547"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "12000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "BA10"
  [loc] = string(4) "BA10"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "13000"
  [soqseq] = string(5) "13000"
  [stocou] = string(7) "1736309"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410185"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.13000.13000....STOALL.........1.......50410185.....................BA10...173630999999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.34000.34000....STOALL.........1.......15042025.....0000385234......BC08...173460199999999.........5"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00547"
  [lot] = string(8) "50410185"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:23:58102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(EPI00689,,,5,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EPI00689 5 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EPI00689</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">5</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EPI00689"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "5"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EPI00689</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">5</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EPI00689"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "5"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "5"
  [qteprep] = string(1) "0"
  [article] = string(8) "EPI00689"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "32000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "BC08"
  [loc] = string(4) "BC08"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "34000"
  [soqseq] = string(5) "34000"
  [stocou] = string(7) "1734601"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "15042025"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "5"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.34000.34000....STOALL.........1.......15042025.....0000385234......BC08...173460199999999.........5"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..5000..5000....STOALL.........2.......50410452.....................BA05...173686599999999.........2"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385234"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:23:58102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(EPI00689,,,5,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EPI00689 5 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EPI00689</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">5</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EPI00689"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "5"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EPI00689</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">5</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EPI00689"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "5"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "5"
  [qteprep] = string(1) "0"
  [article] = string(8) "EPI00689"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "32000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "BC08"
  [loc] = string(4) "BC08"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "34000"
  [soqseq] = string(5) "34000"
  [stocou] = string(7) "1734601"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "15042025"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "5"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.34000.34000....STOALL.........1.......15042025.....0000385234......BC08...173460199999999.........5"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..5000..5000....STOALL.........2.......50410452.....................BA05...173686599999999.........2"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385234"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:23:58102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(EPI00689,,,5,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EPI00689 5 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EPI00689</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">5</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EPI00689"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "5"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EPI00689</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">5</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EPI00689"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "5"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "5"
  [qteprep] = string(1) "0"
  [article] = string(8) "EPI00689"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "32000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "BC08"
  [loc] = string(4) "BC08"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "34000"
  [soqseq] = string(5) "34000"
  [stocou] = string(7) "1734601"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "15042025"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "5"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.34000.34000....STOALL.........1.......15042025.....0000385234......BC08...173460199999999.........5"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..5000..5000....STOALL.........2.......50410452.....................BA05...173686599999999.........2"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385234"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:24:07102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 EPI00689 BC08 15042025 A CR125050290 32000 5 UN 0 UN 0000385234 D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EPI00689</FLD> <FLD NAME="SLOC" TYPE="Char">BC08</FLD> <FLD NAME="SLOT" TYPE="Char">15042025</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">32000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">5</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000385234</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EPI00689"
        [SLOC] = string(4) "BC08"
        [SLOT] = string(8) "15042025"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "32000"
        [SQTYSTU] = string(1) "5"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000385234"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EPI00689</FLD><FLD NAME="SLOC" TYPE="Char">BC08</FLD><FLD NAME="SLOT" TYPE="Char">15042025</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000385234</FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">32000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">5</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EPI00689"
        [SLOC] = string(4) "BC08"
        [SLOT] = string(8) "15042025"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000385234"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "32000"
        [SQTYSTU] = string(1) "5"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "5"
  [qteprep] = string(1) "0"
  [article] = string(8) "EPI00689"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "32000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "BC08"
  [loc] = string(4) "BC08"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "34000"
  [soqseq] = string(5) "34000"
  [stocou] = string(7) "1734601"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "15042025"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "5"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.34000.34000....STOALL.........1.......15042025.....0000385234......BC08...173460199999999.........5"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..5000..5000....STOALL.........2.......50410452.....................BA05...173686599999999.........2"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385234"
  [lot] = string(8) "15042025"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:24:49102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00065 BA05 50410452 A CR125050290 4000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00065</FLD> <FLD NAME="SLOC" TYPE="Char">BA05</FLD> <FLD NAME="SLOT" TYPE="Char">50410452</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">4000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00065"
        [SLOC] = string(4) "BA05"
        [SLOT] = string(8) "50410452"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00065</FLD><FLD NAME="SLOC" TYPE="Char">BA05</FLD><FLD NAME="SLOT" TYPE="Char">50410452</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">4000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00065"
        [SLOC] = string(4) "BA05"
        [SLOT] = string(8) "50410452"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00065"
  [op] = string(11) "CR125050290"
  [oplig] = string(4) "4000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "BA05"
  [loc] = string(4) "BA05"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(4) "5000"
  [soqseq] = string(4) "5000"
  [stocou] = string(7) "1736865"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410452"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..5000..5000....STOALL.........2.......50410452.....................BA05...173686599999999.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.10000.10000....STOALL.........1.......50510382.....................BA06...174255399999996.........1"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00065"
  [lot] = string(8) "50410452"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:24:57102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00065 BA05 50410452 A CR125050290 4000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00065</FLD> <FLD NAME="SLOC" TYPE="Char">BA05</FLD> <FLD NAME="SLOT" TYPE="Char">50410452</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">4000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00065"
        [SLOC] = string(4) "BA05"
        [SLOT] = string(8) "50410452"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00065</FLD><FLD NAME="SLOC" TYPE="Char">BA05</FLD><FLD NAME="SLOT" TYPE="Char">50410452</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">4000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00065"
        [SLOC] = string(4) "BA05"
        [SLOT] = string(8) "50410452"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00065"
  [op] = string(11) "CR125050290"
  [oplig] = string(4) "4000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "BA05"
  [loc] = string(4) "BA05"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(4) "5000"
  [soqseq] = string(4) "5000"
  [stocou] = string(7) "1736865"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410452"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..5000..5000....STOALL.........2.......50410452.....................BA05...173686599999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.10000.10000....STOALL.........1.......50510382.....................BA06...174255399999996.........1"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00065"
  [lot] = string(8) "50410452"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:25:06102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00406 BA06 50510382 A CR125050290 9000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00406</FLD> <FLD NAME="SLOC" TYPE="Char">BA06</FLD> <FLD NAME="SLOT" TYPE="Char">50510382</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">9000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00406"
        [SLOC] = string(4) "BA06"
        [SLOT] = string(8) "50510382"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(4) "9000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00406</FLD><FLD NAME="SLOC" TYPE="Char">BA06</FLD><FLD NAME="SLOT" TYPE="Char">50510382</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">9000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00406"
        [SLOC] = string(4) "BA06"
        [SLOT] = string(8) "50510382"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(4) "9000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00406"
  [op] = string(11) "CR125050290"
  [oplig] = string(4) "9000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "BA06"
  [loc] = string(4) "BA06"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "10000"
  [soqseq] = string(5) "10000"
  [stocou] = string(7) "1742553"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510382"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.10000.10000....STOALL.........1.......50510382.....................BA06...174255399999996.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.11000.11000....STOALL.........1.......50510289.....................BA07...174122099999999.........1"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00406"
  [lot] = string(8) "50510382"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:25:14102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00407 BA07 50510289 A CR125050290 10000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00407</FLD> <FLD NAME="SLOC" TYPE="Char">BA07</FLD> <FLD NAME="SLOT" TYPE="Char">50510289</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">10000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00407"
        [SLOC] = string(4) "BA07"
        [SLOT] = string(8) "50510289"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "10000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00407</FLD><FLD NAME="SLOC" TYPE="Char">BA07</FLD><FLD NAME="SLOT" TYPE="Char">50510289</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">10000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00407"
        [SLOC] = string(4) "BA07"
        [SLOT] = string(8) "50510289"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "10000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00407"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "10000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "BA07"
  [loc] = string(4) "BA07"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "11000"
  [soqseq] = string(5) "11000"
  [stocou] = string(7) "1741220"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510289"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.11000.11000....STOALL.........1.......50510289.....................BA07...174122099999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..9000..9000....STOALL.........2.......50510004.....................BA01...174136899999999.........2"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00407"
  [lot] = string(8) "50510289"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:25:28102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00012 BA01 50510004 A CR125050290 8000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00012</FLD> <FLD NAME="SLOC" TYPE="Char">BA01</FLD> <FLD NAME="SLOT" TYPE="Char">50510004</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">8000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00012"
        [SLOC] = string(4) "BA01"
        [SLOT] = string(8) "50510004"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(4) "8000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00012</FLD><FLD NAME="SLOC" TYPE="Char">BA01</FLD><FLD NAME="SLOT" TYPE="Char">50510004</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">8000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00012"
        [SLOC] = string(4) "BA01"
        [SLOT] = string(8) "50510004"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(4) "8000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00012"
  [op] = string(11) "CR125050290"
  [oplig] = string(4) "8000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "BA01"
  [loc] = string(4) "BA01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(4) "9000"
  [soqseq] = string(4) "9000"
  [stocou] = string(7) "1741368"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510004"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..9000..9000....STOALL.........2.......50510004.....................BA01...174136899999999.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..4000..4000....STOALL.........2.......50510130.....................AA02...174355799999999........36"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00012"
  [lot] = string(8) "50510004"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:25:28101ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(CAL01254,,,384,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL01254 384 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL01254</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">384</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01254"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "384"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL01254</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">384</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">16</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01254"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "384"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(2) "16"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "384"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01254"
  [op] = string(11) "CR125050288"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BD17"
  [loc] = string(4) "BD17"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12407955"
  [soplin] = string(4) "4000"
  [soqseq] = string(4) "4000"
  [stocou] = string(7) "1740867"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510247"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "384"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12407955..4000..4000....STOALL........16.......50510247.....0000386597......BD17...174086799999999.......384"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12407955..4000..4000....STOALL........16.......50510247.....0000386597......BD17...174086799999999.......384"
  [PnPCible] = string(10) "0000387580"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386597"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:25:28101ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(CAL01254,,,384,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL01254 384 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL01254</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">384</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01254"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "384"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL01254</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">384</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">16</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01254"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "384"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(2) "16"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "384"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01254"
  [op] = string(11) "CR125050288"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BD17"
  [loc] = string(4) "BD17"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12407955"
  [soplin] = string(4) "4000"
  [soqseq] = string(4) "4000"
  [stocou] = string(7) "1740867"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510247"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "384"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12407955..4000..4000....STOALL........16.......50510247.....0000386597......BD17...174086799999999.......384"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12407955..4000..4000....STOALL........16.......50510247.....0000386597......BD17...174086799999999.......384"
  [PnPCible] = string(10) "0000387580"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386597"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:25:28101ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(CAL01254,,,384,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL01254 384 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL01254</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">384</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01254"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "384"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL01254</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">384</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">16</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01254"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "384"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(2) "16"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "384"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01254"
  [op] = string(11) "CR125050288"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BD17"
  [loc] = string(4) "BD17"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12407955"
  [soplin] = string(4) "4000"
  [soqseq] = string(4) "4000"
  [stocou] = string(7) "1740867"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510247"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "384"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12407955..4000..4000....STOALL........16.......50510247.....0000386597......BD17...174086799999999.......384"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12407955..4000..4000....STOALL........16.......50510247.....0000386597......BD17...174086799999999.......384"
  [PnPCible] = string(10) "0000387580"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386597"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:25:30101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 101 CR1 CAL01254 BD17 50510247 A CR125050288 2000 384 UN 0 UN 0000386597 D EXPED 0000387580 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01254</FLD> <FLD NAME="SLOC" TYPE="Char">BD17</FLD> <FLD NAME="SLOT" TYPE="Char">50510247</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050288</FLD> <FLD NAME="SOPLIG" TYPE="Integer">2000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">384</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000386597</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387580</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01254"
        [SLOC] = string(4) "BD17"
        [SLOT] = string(8) "50510247"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050288"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(3) "384"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000386597"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387580"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01254</FLD><FLD NAME="SLOC" TYPE="Char">BD17</FLD><FLD NAME="SLOT" TYPE="Char">50510247</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000386597</FLD><FLD NAME="SOP" TYPE="Char">CR125050288</FLD><FLD NAME="SOPLIG" TYPE="Integer">2000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">384</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387580</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01254"
        [SLOC] = string(4) "BD17"
        [SLOT] = string(8) "50510247"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000386597"
        [SOP] = string(11) "CR125050288"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(3) "384"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387580"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "384"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01254"
  [op] = string(11) "CR125050288"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BD17"
  [loc] = string(4) "BD17"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12407955"
  [soplin] = string(4) "4000"
  [soqseq] = string(4) "4000"
  [stocou] = string(7) "1740867"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510247"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "384"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12407955..4000..4000....STOALL........16.......50510247.....0000386597......BD17...174086799999999.......384"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12407955..4000..4000....STOALL........16.......50510247.....0000386597......BD17...174086799999999.......384"
  [PnPCible] = string(10) "0000387580"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386597"
  [lot] = string(8) "50510247"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(2) "16"
}
 
Niv502/06/2025 07:25:30101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050288,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050288 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050288</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050288"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050288</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050288"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(2) {
  [op] = string(11) "CR125050288"
  [success] = string(23) "Préparation terminée."
}
 
Niv502/06/2025 07:25:33101ROYRENE:YLIVRAISON
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4728
Fonction : Run(YLIVRAISON, CRR CR1 CRR02689 CRR02689 1 1 20 20 1 0 CRR026891CR1CRR0268920EUR11CRR02689CRR02689MAISONBREMOND1830MAISONBREMOND1830VI030FDM11 13~FRA~FR 1502734668~21 BP2204310PEYRUISBP2204310PEYRUISCVCR12407955 1 1 2 EXPE_1 101 1 46 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPY" TYPE="Char">CRR</FLD> <FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="YSHIDAT" TYPE="Date"></FLD> <FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD> <FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD> <FLD NAME="YBPCORDDEB" TYPE="Char">CRR02689</FLD> <FLD NAME="YBPCORDFIN" TYPE="Char">CRR02689</FLD> <FLD NAME="YBPAADDDEB" TYPE="Char">1</FLD> <FLD NAME="YBPAADDFIN" TYPE="Char">1</FLD> <FLD NAME="YBPTNUMDEB" TYPE="Char">20</FLD> <FLD NAME="YBPTNUMFIN" TYPE="Char">20</FLD> <FLD NAME="YDRNFLG" TYPE="Integer">1</FLD> <FLD NAME="YDRN" TYPE="Integer">0</FLD> <FLD NAME="YY_OP" TYPE="Char"></FLD> <FLD NAME="YY_KEYPREP1" TYPE="Char">CRR026891CR1CRR0268920EUR11CRR02689CRR02689MAISONBREMOND1830MAISONBREMOND1830VI030FDM11 13~FRA~FR 1502734668~21</FLD> <FLD NAME="YY_KEYPREP2" TYPE="Char">BP2204310PEYRUISBP2204310PEYRUISCVCR12407955</FLD> <FLD NAME="YRUPDAT" TYPE="Integer">1</FLD> <FLD NAME="YCFMFLG" TYPE="Integer">1</FLD> <FLD NAME="YNDEFLG" TYPE="Integer">2</FLD> <FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD> <FLD NAME="YUSER" TYPE="Char">101</FLD> <FLD NAME="YNBPAL" TYPE="Integer">1</FLD> <FLD NAME="YNBCOL" TYPE="Integer">46</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(0) ""
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR02689"
        [YBPCORDFIN] = string(8) "CRR02689"
        [YBPAADDDEB] = string(1) "1"
        [YBPAADDFIN] = string(1) "1"
        [YBPTNUMDEB] = string(2) "20"
        [YBPTNUMFIN] = string(2) "20"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(118) "CRR026891CR1CRR0268920EUR11CRR02689CRR02689MAISONBREMOND1830MAISONBREMOND1830VI030FDM11                13~FRA~FR 1502734668~21"
        [YY_KEYPREP2] = string(44) "BP2204310PEYRUISBP2204310PEYRUISCVCR12407955"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "101"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "46"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPY" TYPE="Char">CRR</FLD><FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="YSHIDAT" TYPE="Date">[0/0/0]</FLD><FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD><FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD><FLD NAME="YBPCORDDEB" TYPE="Char">CRR02689</FLD><FLD NAME="YBPAADDDEB" TYPE="Char">1</FLD><FLD NAME="YBPCORDFIN" TYPE="Char">CRR02689</FLD><FLD NAME="YBPAADDFIN" TYPE="Char">1</FLD><FLD NAME="YBPTNUMDEB" TYPE="Char">20</FLD><FLD NAME="YBPTNUMFIN" TYPE="Char">20</FLD><FLD NAME="YDRNFLG" TYPE="Integer">1</FLD><FLD NAME="YDRN" TYPE="Integer">0</FLD><FLD NAME="YY_OP" TYPE="Char"></FLD><FLD NAME="YY_KEYPREP1" TYPE="Char">CRR026891CR1CRR0268920EUR11CRR02689CRR02689MAISONBREMOND1830MAISONBREMOND1830VI030FDM11 13~FRA~FR 1502734668~21</FLD><FLD NAME="YY_KEYPREP2" TYPE="Char">BP2204310PEYRUISBP2204310PEYRUISCVCR12407955</FLD><FLD NAME="YRUPDAT" TYPE="Integer">1</FLD><FLD NAME="YCFMFLG" TYPE="Integer">1</FLD><FLD NAME="YNDEFLG" TYPE="Integer">2</FLD><FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD><FLD NAME="YUSER" TYPE="Char">101</FLD><FLD NAME="YNBPAL" TYPE="Integer">1</FLD><FLD NAME="YNBCOL" TYPE="Integer">46</FLD></GRP><TAB DIM="50" ID="RESULTAT" SIZE="1"><LIN NUM="1"><FLD NAME="YSDHNUM" TYPE="Char">LVCR12501289</FLD><FLD NAME="YNB_ERR" TYPE="Integer">0</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR02689"
        [YBPAADDDEB] = string(1) "1"
        [YBPCORDFIN] = string(8) "CRR02689"
        [YBPAADDFIN] = string(1) "1"
        [YBPTNUMDEB] = string(2) "20"
        [YBPTNUMFIN] = string(2) "20"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(118) "CRR026891CR1CRR0268920EUR11CRR02689CRR02689MAISONBREMOND1830MAISONBREMOND1830VI030FDM11                13~FRA~FR 1502734668~21"
        [YY_KEYPREP2] = string(44) "BP2204310PEYRUISBP2204310PEYRUISCVCR12407955"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "101"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "46"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501289"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(8) "CRR02689"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(1) "1"
  [keyprep1] = string(124) "CRR026891CR1CRR0268920EUR11CRR02689CRR02689MAISONBREMOND1830MAISONBREMOND1830VI030FDM11                13%7EFRA%7EFR 1502734668%7E21"
  [keyprep2] = string(44) "BP2204310PEYRUISBP2204310PEYRUISCVCR12407955"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "46"
  [transp1] = string(2) "20"
  [backurl] = string(25) "PC1_02.php?op=CR125050288"
  [idERR] = string(4) "ERR1"
}
 
Niv402/06/2025 07:25:33101ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4741
Fonct :
Lien : /CRRPROD/PC1_actions.php?act=CreBL&client=CRR02689&idBouton=BL1&nbBLActifs=1&adrLiv=1&keyprep1=CRR026891CR1CRR0268920EUR11CRR02689CRR02689MAISONBREMOND1830MAISONBREMOND1830VI030FDM11++++++++13%257EFRA%257EFR+1502734668%257E21&keyprep2=BP2204310PEYRUISBP2204310PEYRUISCVCR12407955&nbpal1=1&nbcol1=46&transp1=20&backurl=PC1_02.php%3Fop%3DCR125050288&idERR=ERR1--
Data :
PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR02689"
        [YBPAADDDEB] = string(1) "1"
        [YBPCORDFIN] = string(8) "CRR02689"
        [YBPAADDFIN] = string(1) "1"
        [YBPTNUMDEB] = string(2) "20"
        [YBPTNUMFIN] = string(2) "20"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(118) "CRR026891CR1CRR0268920EUR11CRR02689CRR02689MAISONBREMOND1830MAISONBREMOND1830VI030FDM11                13~FRA~FR 1502734668~21"
        [YY_KEYPREP2] = string(44) "BP2204310PEYRUISBP2204310PEYRUISCVCR12407955"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "101"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "46"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501289"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 
Niv502/06/2025 07:25:33101ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4852
Fonction : WmsPrintAuto(XT1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(XETIQTRANSPORT,1,Array,imp,,EXPE_1_2,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, XETIQTRANSPORT 1 EXPE_1_2 FRA imp 1 client CRR02689 stofcy CR1 numcde CVCR12407955 numpal )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="4"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">client</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CRR02689</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12407955</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(8) "CRR02689"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12407955"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="4"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">client</FLD><FLD NAME="VVALPARAM" TYPE="Char">CRR02689</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12407955</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(8) "CRR02689"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12407955"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(8) "CRR02689"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(1) "1"
  [keyprep1] = string(124) "CRR026891CR1CRR0268920EUR11CRR02689CRR02689MAISONBREMOND1830MAISONBREMOND1830VI030FDM11                13%7EFRA%7EFR 1502734668%7E21"
  [keyprep2] = string(44) "BP2204310PEYRUISBP2204310PEYRUISCVCR12407955"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "46"
  [transp1] = string(2) "20"
  [backurl] = string(25) "PC1_02.php?op=CR125050288"
  [idERR] = string(4) "ERR1"
}
 
Niv502/06/2025 07:25:33101ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 19
Fonction : unLockAll(101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "101"
  }
}
 




PC1_01.php
array(1) {
  [success] = string(36) "Création BL LVCR12501289 effectuée"
}
 
Niv502/06/2025 07:25:34102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00012 BA01 50510004 A CR125050290 8000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00012</FLD> <FLD NAME="SLOC" TYPE="Char">BA01</FLD> <FLD NAME="SLOT" TYPE="Char">50510004</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">8000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00012"
        [SLOC] = string(4) "BA01"
        [SLOT] = string(8) "50510004"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(4) "8000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00012</FLD><FLD NAME="SLOC" TYPE="Char">BA01</FLD><FLD NAME="SLOT" TYPE="Char">50510004</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">8000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00012"
        [SLOC] = string(4) "BA01"
        [SLOT] = string(8) "50510004"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(4) "8000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00012"
  [op] = string(11) "CR125050290"
  [oplig] = string(4) "8000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "BA01"
  [loc] = string(4) "BA01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(4) "9000"
  [soqseq] = string(4) "9000"
  [stocou] = string(7) "1741368"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510004"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..9000..9000....STOALL.........2.......50510004.....................BA01...174136899999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..4000..4000....STOALL.........2.......50510130.....................AA02...174355799999999........36"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00012"
  [lot] = string(8) "50510004"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:25:44102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00780 AA02 50510130 A CR125050290 3000 18 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00780</FLD> <FLD NAME="SLOC" TYPE="Char">AA02</FLD> <FLD NAME="SLOT" TYPE="Char">50510130</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">3000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">18</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00780"
        [SLOC] = string(4) "AA02"
        [SLOT] = string(8) "50510130"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(2) "18"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00780</FLD><FLD NAME="SLOC" TYPE="Char">AA02</FLD><FLD NAME="SLOT" TYPE="Char">50510130</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">3000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">18</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00780"
        [SLOC] = string(4) "AA02"
        [SLOT] = string(8) "50510130"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(2) "18"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "36"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00780"
  [op] = string(11) "CR125050290"
  [oplig] = string(4) "3000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "AA02"
  [loc] = string(4) "AA02"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(4) "4000"
  [soqseq] = string(4) "4000"
  [stocou] = string(7) "1743557"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510130"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "36"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..4000..4000....STOALL.........2.......50510130.....................AA02...174355799999999........36"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..3000..3000....STOALL.........2.......50310114.....................AA03...173551299999999........40"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00780"
  [lot] = string(8) "50510130"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:25:56102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00780 AA02 50510130 A CR125050290 3000 18 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00780</FLD> <FLD NAME="SLOC" TYPE="Char">AA02</FLD> <FLD NAME="SLOT" TYPE="Char">50510130</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">3000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">18</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00780"
        [SLOC] = string(4) "AA02"
        [SLOT] = string(8) "50510130"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(2) "18"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00780</FLD><FLD NAME="SLOC" TYPE="Char">AA02</FLD><FLD NAME="SLOT" TYPE="Char">50510130</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">3000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">18</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00780"
        [SLOC] = string(4) "AA02"
        [SLOT] = string(8) "50510130"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(2) "18"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "18"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00780"
  [op] = string(11) "CR125050290"
  [oplig] = string(4) "3000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "AA02"
  [loc] = string(4) "AA02"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(4) "4000"
  [soqseq] = string(4) "4000"
  [stocou] = string(7) "1743557"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510130"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "18"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..4000..4000....STOALL.........2.......50510130.....................AA02...174355799999999........18"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..3000..3000....STOALL.........2.......50310114.....................AA03...173551299999999........40"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00780"
  [lot] = string(8) "50510130"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:26:11102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00781 AA03 50310114 A CR125050290 2000 20 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00781</FLD> <FLD NAME="SLOC" TYPE="Char">AA03</FLD> <FLD NAME="SLOT" TYPE="Char">50310114</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">2000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">20</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00781"
        [SLOC] = string(4) "AA03"
        [SLOT] = string(8) "50310114"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(2) "20"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00781</FLD><FLD NAME="SLOC" TYPE="Char">AA03</FLD><FLD NAME="SLOT" TYPE="Char">50310114</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">2000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">20</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00781"
        [SLOC] = string(4) "AA03"
        [SLOT] = string(8) "50310114"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(2) "20"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "40"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00781"
  [op] = string(11) "CR125050290"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "AA03"
  [loc] = string(4) "AA03"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(4) "3000"
  [soqseq] = string(4) "3000"
  [stocou] = string(7) "1735512"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50310114"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "40"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..3000..3000....STOALL.........2.......50310114.....................AA03...173551299999999........40"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.20000.20000....STOALL.........2.......50410080.....0000384395......AC01...173060099999999.........2"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00781"
  [lot] = string(8) "50310114"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:26:24102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00781 AA03 50310114 A CR125050290 2000 20 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00781</FLD> <FLD NAME="SLOC" TYPE="Char">AA03</FLD> <FLD NAME="SLOT" TYPE="Char">50310114</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">2000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">20</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00781"
        [SLOC] = string(4) "AA03"
        [SLOT] = string(8) "50310114"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(2) "20"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00781</FLD><FLD NAME="SLOC" TYPE="Char">AA03</FLD><FLD NAME="SLOT" TYPE="Char">50310114</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">2000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">20</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00781"
        [SLOC] = string(4) "AA03"
        [SLOT] = string(8) "50310114"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(2) "20"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "20"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00781"
  [op] = string(11) "CR125050290"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "AA03"
  [loc] = string(4) "AA03"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(4) "3000"
  [soqseq] = string(4) "3000"
  [stocou] = string(7) "1735512"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50310114"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "20"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..3000..3000....STOALL.........2.......50310114.....................AA03...173551299999999........20"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.20000.20000....STOALL.........2.......50410080.....0000384395......AC01...173060099999999.........2"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00781"
  [lot] = string(8) "50310114"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:28:15102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 CAL01018 AC01 50410080 CR125050290 19000 2 UN 0 UN 0000384395 D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01018</FLD> <FLD NAME="SLOC" TYPE="Char">AC01</FLD> <FLD NAME="SLOT" TYPE="Char">50410080</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">19000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">2</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000384395</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01018"
        [SLOC] = string(4) "AC01"
        [SLOT] = string(8) "50410080"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "19000"
        [SQTYSTU] = string(1) "2"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000384395"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01018</FLD><FLD NAME="SLOC" TYPE="Char">AC01</FLD><FLD NAME="SLOT" TYPE="Char">50410080</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char"></FLD><FLD NAME="SPALNUM" TYPE="Char">0000384395</FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">19000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">2</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01018"
        [SLOC] = string(4) "AC01"
        [SLOT] = string(8) "50410080"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SPALNUM] = string(10) "0000384395"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "19000"
        [SQTYSTU] = string(1) "2"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01018"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "19000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "AC01"
  [loc] = string(4) "AC01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "20000"
  [soqseq] = string(5) "20000"
  [stocou] = string(7) "1730600"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410080"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.20000.20000....STOALL.........2.......50410080.....0000384395......AC01...173060099999999.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.18000.18000....STOALL.........2.......50410079.....................GC06...174361299999999.........1"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000384395"
  [lot] = string(8) "50410080"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "2"
}
 
Niv502/06/2025 07:29:20101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050291,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050291 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050291</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050291"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050291</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050291"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(3) {
  [deb] = string(0) ""
  [op] = string(11) "CR125050291"
  [afftext] = string(4) "true"
}
 
Niv502/06/2025 07:29:23101ROYRENE:YWXCOMPT
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 296
Fonction : Run(YWXCOMPT, YPA )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPT" TYPE="Char">YPA</FLD> <FLD NAME="YSIT" TYPE="Char"></FLD> <FLD NAME="YDATE" TYPE="Date"></FLD> <FLD NAME="YCOMPL" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(0) ""
        [YCOMPL] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPT" TYPE="Char">YPA</FLD><FLD NAME="YSIT" TYPE="Char"></FLD><FLD NAME="YDATE" TYPE="Date">[0/0/0]</FLD><FLD NAME="YCOMPL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="YVAL" TYPE="Char">0000387581</FLD><FLD NAME="STATUT" TYPE="Integer">0</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(7) "[0/0/0]"
        [YCOMPL] = string(0) ""
  }
  [RESULTAT] = array(2) {
        [YVAL] = string(10) "0000387581"
        [STATUT] = string(1) "0"
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125050291"
  [cde] = string(12) "CVCR12502923"
  [oplig] = string(4) "4000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125050291%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 07:29:23101ROYRENE:YWPMAJSSCC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 383
Fonction : Run(YWPMAJSSCC, 101 CR1 0000387581 PAL CR125050291 4000 0 0 0 0 1 PALET CVCR12502923 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="USER" TYPE="Char">101</FLD> <FLD NAME="FCY" TYPE="Char">CR1</FLD> <FLD NAME="SSCC" TYPE="Char">0000387581</FLD> <FLD NAME="TYP" TYPE="Char">PAL</FLD> <FLD NAME="OP" TYPE="Char">CR125050291</FLD> <FLD NAME="OPLIG" TYPE="Decimal">4000</FLD> <FLD NAME="POIDS" TYPE="Decimal"></FLD> <FLD NAME="VOLUME" TYPE="Decimal">0</FLD> <FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD> <FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD> <FLD NAME="LARGEUR" TYPE="Decimal">0</FLD> <FLD NAME="MATDANG" TYPE="Integer">1</FLD> <FLD NAME="LIBCOL" TYPE="Char">PALET</FLD> <FLD NAME="LIBPAL" TYPE="Char"></FLD> <FLD NAME="SOHNUM" TYPE="Char">CVCR12502923</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(15) {
        [USER] = string(3) "101"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387581"
        [TYP] = string(3) "PAL"
        [OP] = string(11) "CR125050291"
        [OPLIG] = string(4) "4000"
        [POIDS] = string(0) ""
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
        [SOHNUM] = string(12) "CVCR12502923"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="USER" TYPE="Char">101</FLD><FLD NAME="FCY" TYPE="Char">CR1</FLD><FLD NAME="SSCC" TYPE="Char">0000387581</FLD><FLD NAME="TYP" TYPE="Char">PAL</FLD><FLD NAME="SOHNUM" TYPE="Char">CVCR12502923</FLD><FLD NAME="OP" TYPE="Char">CR125050291</FLD><FLD NAME="OPLIG" TYPE="Decimal">4000</FLD><FLD NAME="POIDS" TYPE="Decimal">0</FLD><FLD NAME="VOLUME" TYPE="Decimal">0</FLD><FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD><FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD><FLD NAME="LARGEUR" TYPE="Decimal">0</FLD><FLD NAME="MATDANG" TYPE="Integer">1</FLD><FLD NAME="LIBCOL" TYPE="Char">PALET</FLD><FLD NAME="LIBPAL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="ZIND" TYPE="Integer">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(15) {
        [USER] = string(3) "101"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387581"
        [TYP] = string(3) "PAL"
        [SOHNUM] = string(12) "CVCR12502923"
        [OP] = string(11) "CR125050291"
        [OPLIG] = string(4) "4000"
        [POIDS] = string(1) "0"
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
  }
  [RESULTAT] = array(1) {
        [ZIND] = string(1) "1"
  }
}
 
Informations enregistrées



PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125050291"
  [cde] = string(12) "CVCR12502923"
  [oplig] = string(4) "4000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125050291%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 07:29:23101ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 417
Fonction : WmsPrintAuto(PC1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_CLIUC,1,Array,imp,,ETIQ1_EXP1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_CLIUC 1 ETIQ1_EXP1 FRA imp 1 site CR1 sscc 0000387581 ope 101 commande CVCR12502923 indicepalette 1 zoneprep EXPED ctx op nbcolis 0 type Palette )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="10"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387581</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">101</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">commande</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502923</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">op</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">type</FLD> <FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387581"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "101"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502923"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="10"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387581</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">101</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">commande</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502923</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD><FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">op</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">type</FLD><FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387581"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "101"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502923"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125050291"
  [cde] = string(12) "CVCR12502923"
  [oplig] = string(4) "4000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125050291%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 07:29:48102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00936 GC06 50410079 A CR125050290 17000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00936</FLD> <FLD NAME="SLOC" TYPE="Char">GC06</FLD> <FLD NAME="SLOT" TYPE="Char">50410079</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">17000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00936"
        [SLOC] = string(4) "GC06"
        [SLOT] = string(8) "50410079"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "17000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00936</FLD><FLD NAME="SLOC" TYPE="Char">GC06</FLD><FLD NAME="SLOT" TYPE="Char">50410079</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">17000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00936"
        [SLOC] = string(4) "GC06"
        [SLOT] = string(8) "50410079"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "17000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00936"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "17000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "GC06"
  [loc] = string(4) "GC06"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "18000"
  [soqseq] = string(5) "18000"
  [stocou] = string(7) "1743612"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410079"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.18000.18000....STOALL.........2.......50410079.....................GC06...174361299999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.18000.18000....STOALL.........2.......50510434.....................GC06...174435199999999.........1"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00936"
  [lot] = string(8) "50410079"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:29:57102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00936 GC06 50510434 A CR125050290 17000 1 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00936</FLD> <FLD NAME="SLOC" TYPE="Char">GC06</FLD> <FLD NAME="SLOT" TYPE="Char">50510434</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">17000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00936"
        [SLOC] = string(4) "GC06"
        [SLOT] = string(8) "50510434"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "17000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00936</FLD><FLD NAME="SLOC" TYPE="Char">GC06</FLD><FLD NAME="SLOT" TYPE="Char">50510434</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">17000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00936"
        [SLOC] = string(4) "GC06"
        [SLOT] = string(8) "50510434"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "17000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00936"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "17000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "GC06"
  [loc] = string(4) "GC06"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "18000"
  [soqseq] = string(5) "18000"
  [stocou] = string(7) "1744351"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510434"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.18000.18000....STOALL.........2.......50510434.....................GC06...174435199999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.36000.36000....STOALL.........1....................0000387389......WA01...174436999999999.......100"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00936"
  [lot] = string(8) "50510434"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:30:26101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL01230 CA05 50410379 A CR125050291 4000 10 UN 0 UN D EXPED 0000387581 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01230</FLD> <FLD NAME="SLOC" TYPE="Char">CA05</FLD> <FLD NAME="SLOT" TYPE="Char">50410379</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050291</FLD> <FLD NAME="SOPLIG" TYPE="Integer">4000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387581</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01230"
        [SLOC] = string(4) "CA05"
        [SLOT] = string(8) "50410379"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050291"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387581"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01230</FLD><FLD NAME="SLOC" TYPE="Char">CA05</FLD><FLD NAME="SLOT" TYPE="Char">50410379</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050291</FLD><FLD NAME="SOPLIG" TYPE="Integer">4000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387581</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01230"
        [SLOC] = string(4) "CA05"
        [SLOT] = string(8) "50410379"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050291"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387581"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "30"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01230"
  [op] = string(11) "CR125050291"
  [oplig] = string(4) "4000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CA05"
  [loc] = string(4) "CA05"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502923"
  [soplin] = string(4) "5000"
  [soqseq] = string(4) "5000"
  [stocou] = string(7) "1737464"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410379"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "30"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502923..5000..5000....STOALL.........3.......50410379.....................CA05...173746499999999........30"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502923..2000..2000....STOALL.........1.......50410128.....................AA27...174217899999999........12"
  [PnPCible] = string(10) "0000387581"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01230"
  [lot] = string(8) "50410379"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:30:31101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL01230 CA05 50410379 A CR125050291 4000 10 UN 0 UN D EXPED 0000387581 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01230</FLD> <FLD NAME="SLOC" TYPE="Char">CA05</FLD> <FLD NAME="SLOT" TYPE="Char">50410379</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050291</FLD> <FLD NAME="SOPLIG" TYPE="Integer">4000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387581</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01230"
        [SLOC] = string(4) "CA05"
        [SLOT] = string(8) "50410379"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050291"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387581"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01230</FLD><FLD NAME="SLOC" TYPE="Char">CA05</FLD><FLD NAME="SLOT" TYPE="Char">50410379</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050291</FLD><FLD NAME="SOPLIG" TYPE="Integer">4000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387581</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01230"
        [SLOC] = string(4) "CA05"
        [SLOT] = string(8) "50410379"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050291"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387581"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "20"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01230"
  [op] = string(11) "CR125050291"
  [oplig] = string(4) "4000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CA05"
  [loc] = string(4) "CA05"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502923"
  [soplin] = string(4) "5000"
  [soqseq] = string(4) "5000"
  [stocou] = string(7) "1737464"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410379"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "20"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502923..5000..5000....STOALL.........3.......50410379.....................CA05...173746499999999........20"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502923..2000..2000....STOALL.........1.......50410128.....................AA27...174217899999999........12"
  [PnPCible] = string(10) "0000387581"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01230"
  [lot] = string(8) "50410379"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:30:37101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL01230 CA05 50410379 A CR125050291 4000 10 UN 0 UN D EXPED 0000387581 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01230</FLD> <FLD NAME="SLOC" TYPE="Char">CA05</FLD> <FLD NAME="SLOT" TYPE="Char">50410379</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050291</FLD> <FLD NAME="SOPLIG" TYPE="Integer">4000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387581</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01230"
        [SLOC] = string(4) "CA05"
        [SLOT] = string(8) "50410379"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050291"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387581"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01230</FLD><FLD NAME="SLOC" TYPE="Char">CA05</FLD><FLD NAME="SLOT" TYPE="Char">50410379</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050291</FLD><FLD NAME="SOPLIG" TYPE="Integer">4000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387581</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01230"
        [SLOC] = string(4) "CA05"
        [SLOT] = string(8) "50410379"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050291"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387581"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01230"
  [op] = string(11) "CR125050291"
  [oplig] = string(4) "4000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CA05"
  [loc] = string(4) "CA05"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502923"
  [soplin] = string(4) "5000"
  [soqseq] = string(4) "5000"
  [stocou] = string(7) "1737464"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410379"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502923..5000..5000....STOALL.........3.......50410379.....................CA05...173746499999999........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502923..2000..2000....STOALL.........1.......50410128.....................AA27...174217899999999........12"
  [PnPCible] = string(10) "0000387581"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01230"
  [lot] = string(8) "50410379"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:31:09102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(FOU00167,,,100,UN,PAC)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FOU00167 100 UN PAC 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FOU00167</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">100</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">PAC</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FOU00167"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "100"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "PAC"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FOU00167</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">100</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">PAC</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FOU00167"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "100"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "PAC"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "100"
  [qteprep] = string(1) "0"
  [article] = string(8) "FOU00167"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "34000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "WA01"
  [loc] = string(4) "WA01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "36000"
  [soqseq] = string(5) "36000"
  [stocou] = string(7) "1744369"
  [unite] = string(3) "PAC"
  [lotligneop] = string(0) ""
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "100"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.36000.36000....STOALL.........1....................0000387389......WA01...174436999999999.......100"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.33000.33000....STOALL.........1..........35524.....0000381839...CONQUAI...172011699999999.........9"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(8) "FOU00167"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:31:11102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(FOU00167,,,100,UN,PAC,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FOU00167 100 UN PAC 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FOU00167</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">100</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">PAC</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FOU00167"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "100"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "PAC"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FOU00167</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">100</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">PAC</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FOU00167"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "100"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "PAC"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "100"
  [qteprep] = string(1) "0"
  [article] = string(8) "FOU00167"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "34000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "WA01"
  [loc] = string(4) "WA01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "36000"
  [soqseq] = string(5) "36000"
  [stocou] = string(7) "1744369"
  [unite] = string(3) "PAC"
  [lotligneop] = string(0) ""
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "100"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.36000.36000....STOALL.........1....................0000387389......WA01...174436999999999.......100"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.33000.33000....STOALL.........1..........35524.....0000381839...CONQUAI...172011699999999.........9"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000387389"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:31:12102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(FOU00167,,,100,UN,PAC,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FOU00167 100 UN PAC 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FOU00167</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">100</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">PAC</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FOU00167"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "100"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "PAC"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FOU00167</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">100</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">PAC</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FOU00167"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "100"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "PAC"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "100"
  [qteprep] = string(1) "0"
  [article] = string(8) "FOU00167"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "34000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "WA01"
  [loc] = string(4) "WA01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "36000"
  [soqseq] = string(5) "36000"
  [stocou] = string(7) "1744369"
  [unite] = string(3) "PAC"
  [lotligneop] = string(0) ""
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "100"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.36000.36000....STOALL.........1....................0000387389......WA01...174436999999999.......100"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.33000.33000....STOALL.........1..........35524.....0000381839...CONQUAI...172011699999999.........9"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000387389"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:31:12102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(FOU00167,,,100,UN,PAC)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FOU00167 100 UN PAC 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FOU00167</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">100</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">PAC</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FOU00167"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "100"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "PAC"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FOU00167</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">100</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">PAC</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FOU00167"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "100"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "PAC"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "100"
  [qteprep] = string(1) "0"
  [article] = string(8) "FOU00167"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "34000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "WA01"
  [loc] = string(4) "WA01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "36000"
  [soqseq] = string(5) "36000"
  [stocou] = string(7) "1744369"
  [unite] = string(3) "PAC"
  [lotligneop] = string(0) ""
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "100"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.36000.36000....STOALL.........1....................0000387389......WA01...174436999999999.......100"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.33000.33000....STOALL.........1..........35524.....0000381839...CONQUAI...172011699999999.........9"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000387389"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:31:21101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL01236 AA27 50410128 A CR125050291 2000 12 UN 0 UN D EXPED 0000387581 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01236</FLD> <FLD NAME="SLOC" TYPE="Char">AA27</FLD> <FLD NAME="SLOT" TYPE="Char">50410128</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050291</FLD> <FLD NAME="SOPLIG" TYPE="Integer">2000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">12</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387581</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01236"
        [SLOC] = string(4) "AA27"
        [SLOT] = string(8) "50410128"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050291"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(2) "12"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387581"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01236</FLD><FLD NAME="SLOC" TYPE="Char">AA27</FLD><FLD NAME="SLOT" TYPE="Char">50410128</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050291</FLD><FLD NAME="SOPLIG" TYPE="Integer">2000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">12</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387581</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01236"
        [SLOC] = string(4) "AA27"
        [SLOT] = string(8) "50410128"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050291"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(2) "12"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387581"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "12"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01236"
  [op] = string(11) "CR125050291"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA27"
  [loc] = string(4) "AA27"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502923"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1742178"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410128"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "12"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502923..2000..2000....STOALL.........1.......50410128.....................AA27...174217899999999........12"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502923..1000..1000....STOALL.........1.......50310454.....................AB20...173010099999998........24"
  [PnPCible] = string(10) "0000387581"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01236"
  [lot] = string(8) "50410128"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:31:2940ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(40)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 40 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">40</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "40"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">40</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "40"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(2) "40"
  [mdpasse] = string(5) "40100"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 07:31:40101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00862 AB20 50310454 A CR125050291 1000 24 UN 0 UN D EXPED 0000387581 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00862</FLD> <FLD NAME="SLOC" TYPE="Char">AB20</FLD> <FLD NAME="SLOT" TYPE="Char">50310454</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050291</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">24</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387581</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00862"
        [SLOC] = string(4) "AB20"
        [SLOT] = string(8) "50310454"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050291"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "24"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387581"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00862</FLD><FLD NAME="SLOC" TYPE="Char">AB20</FLD><FLD NAME="SLOT" TYPE="Char">50310454</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050291</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">24</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387581</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00862"
        [SLOC] = string(4) "AB20"
        [SLOT] = string(8) "50310454"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050291"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "24"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387581"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "24"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00862"
  [op] = string(11) "CR125050291"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AB20"
  [loc] = string(4) "AB20"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502923"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1730100"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50310454"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "24"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502923..1000..1000....STOALL.........1.......50310454.....................AB20...173010099999998........24"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502923..4000..4000....STOALL.........2.......50510074.....................AA16...174129499999998........24"
  [PnPCible] = string(10) "0000387581"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00862"
  [lot] = string(8) "50310454"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:31:53101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL01238 AA16 50510074 A CR125050291 3000 12 UN 0 UN D EXPED 0000387581 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01238</FLD> <FLD NAME="SLOC" TYPE="Char">AA16</FLD> <FLD NAME="SLOT" TYPE="Char">50510074</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050291</FLD> <FLD NAME="SOPLIG" TYPE="Integer">3000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">12</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387581</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01238"
        [SLOC] = string(4) "AA16"
        [SLOT] = string(8) "50510074"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050291"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(2) "12"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387581"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01238</FLD><FLD NAME="SLOC" TYPE="Char">AA16</FLD><FLD NAME="SLOT" TYPE="Char">50510074</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050291</FLD><FLD NAME="SOPLIG" TYPE="Integer">3000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">12</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387581</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01238"
        [SLOC] = string(4) "AA16"
        [SLOT] = string(8) "50510074"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050291"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(2) "12"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387581"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "24"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01238"
  [op] = string(11) "CR125050291"
  [oplig] = string(4) "3000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA16"
  [loc] = string(4) "AA16"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502923"
  [soplin] = string(4) "4000"
  [soqseq] = string(4) "4000"
  [stocou] = string(7) "1741294"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510074"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "24"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502923..4000..4000....STOALL.........2.......50510074.....................AA16...174129499999998........24"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502923..4000..4000....STOALL.........2.......50510074.....................AA16...174129499999998........24"
  [PnPCible] = string(10) "0000387581"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01238"
  [lot] = string(8) "50510074"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:31:58101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL01238 AA16 50510074 A CR125050291 3000 12 UN 0 UN D EXPED 0000387581 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01238</FLD> <FLD NAME="SLOC" TYPE="Char">AA16</FLD> <FLD NAME="SLOT" TYPE="Char">50510074</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050291</FLD> <FLD NAME="SOPLIG" TYPE="Integer">3000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">12</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387581</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01238"
        [SLOC] = string(4) "AA16"
        [SLOT] = string(8) "50510074"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050291"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(2) "12"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387581"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01238</FLD><FLD NAME="SLOC" TYPE="Char">AA16</FLD><FLD NAME="SLOT" TYPE="Char">50510074</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050291</FLD><FLD NAME="SOPLIG" TYPE="Integer">3000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">12</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387581</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01238"
        [SLOC] = string(4) "AA16"
        [SLOT] = string(8) "50510074"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050291"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(2) "12"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387581"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "12"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01238"
  [op] = string(11) "CR125050291"
  [oplig] = string(4) "3000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA16"
  [loc] = string(4) "AA16"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502923"
  [soplin] = string(4) "4000"
  [soqseq] = string(4) "4000"
  [stocou] = string(7) "1741294"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510074"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "12"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502923..4000..4000....STOALL.........2.......50510074.....................AA16...174129499999998........12"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502923..4000..4000....STOALL.........2.......50510074.....................AA16...174129499999998........12"
  [PnPCible] = string(10) "0000387581"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01238"
  [lot] = string(8) "50510074"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:31:58101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050291,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050291 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050291</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050291"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050291</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050291"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(2) {
  [op] = string(11) "CR125050291"
  [success] = string(23) "Préparation terminée."
}
 
Niv502/06/2025 07:32:00102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 FOU00167 WA01 A CR125050290 34000 100 UN 0 UN 0000387389 D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FOU00167</FLD> <FLD NAME="SLOC" TYPE="Char">WA01</FLD> <FLD NAME="SLOT" TYPE="Char"></FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">34000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">100</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387389</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FOU00167"
        [SLOC] = string(4) "WA01"
        [SLOT] = string(0) ""
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "34000"
        [SQTYSTU] = string(3) "100"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000387389"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">FOU00167</FLD><FLD NAME="SLOC" TYPE="Char">WA01</FLD><FLD NAME="SLOT" TYPE="Char"></FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387389</FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">34000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">100</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FOU00167"
        [SLOC] = string(4) "WA01"
        [SLOT] = string(0) ""
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387389"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "34000"
        [SQTYSTU] = string(3) "100"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "100"
  [qteprep] = string(1) "0"
  [article] = string(8) "FOU00167"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "34000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "WA01"
  [loc] = string(4) "WA01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "36000"
  [soqseq] = string(5) "36000"
  [stocou] = string(7) "1744369"
  [unite] = string(3) "PAC"
  [lotligneop] = string(0) ""
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "100"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.36000.36000....STOALL.........1....................0000387389......WA01...174436999999999.......100"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.33000.33000....STOALL.........1..........35524.....0000381839...CONQUAI...172011699999999.........9"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000387389"
  [lot] = string(1) " "
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:32:2740ROYRENE:YWSCHG08
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2260
Fonction : Run(YWSCHG08, PalStoT-EmpMas 40 CR1 0000383505 0 MATRDC A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD> <FLD NAME="SUSER" TYPE="Char">40</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000383505</FLD> <FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD> <FLD NAME="DLOC" TYPE="Char">MATRDC</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> </GRP> </PARAM>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000383505"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(6) "MATRDC"
        [DSTA] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD><FLD NAME="SUSER" TYPE="Char">40</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SPALNUM" TYPE="Char">0000383505</FLD><FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD><FLD NAME="DLOC" TYPE="Char">MATRDC</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD></GRP></RESULT>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000383505"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(6) "MATRDC"
        [DSTA] = string(1) "A"
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000383505"
  [TypeSource] = string(18) "PaletteStockTotale"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(6) "Matrdc"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "MAT00021"
  [SelectedLoc] = string(0) ""
  [designation] = string(11) "SUCRE GLACE"
  [lot] = string(8) "50310573"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(6) "MATETA"
  [totalqte] = string(3) "900"
  [us] = string(2) "KG"
  [stocou] = string(7) "1726444"
  [qte] = string(3) "900"
  [unite] = string(2) "KG"
}
 
Niv502/06/2025 07:32:4240ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00021 lot 50310573 loc sscc 0000383505 ope 40 qte 900 pcu KG pohnum bpsnum date 20250602 bpslot L25Z090 dluo 20270321 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00021</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310573</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000383505</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">900</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">L25Z090</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00021"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310573"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383505"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L25Z090"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00021</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310573</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000383505</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">900</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">L25Z090</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00021"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310573"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383505"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L25Z090"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00021"
  [lot] = string(8) "50310573"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000383505"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(3) "900"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:32:4240ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00021 lot 50310573 loc sscc 0000383505 ope 40 qte 900 pcu KG pohnum bpsnum date 20250602 bpslot L25Z090 dluo 20270321 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00021</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310573</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000383505</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">900</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">L25Z090</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00021"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310573"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383505"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L25Z090"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00021</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310573</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000383505</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">900</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">L25Z090</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00021"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310573"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383505"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L25Z090"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00021"
  [lot] = string(8) "50310573"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000383505"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(3) "900"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:32:4240ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00021 lot 50310573 loc sscc 0000383505 ope 40 qte 900 pcu KG pohnum bpsnum date 20250602 bpslot L25Z090 dluo 20270321 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00021</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310573</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000383505</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">900</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">L25Z090</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00021"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310573"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383505"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L25Z090"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00021</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310573</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000383505</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">900</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">L25Z090</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00021"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310573"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383505"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L25Z090"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00021"
  [lot] = string(8) "50310573"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000383505"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(3) "900"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:32:4240ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00021 lot 50310573 loc sscc 0000383505 ope 40 qte 900 pcu KG pohnum bpsnum date 20250602 bpslot L25Z090 dluo 20270321 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00021</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310573</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000383505</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">900</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">L25Z090</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00021"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310573"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383505"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L25Z090"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00021</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310573</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000383505</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">900</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">L25Z090</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00021"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310573"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383505"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L25Z090"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00021"
  [lot] = string(8) "50310573"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000383505"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(3) "900"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:32:4340ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00021 lot 50310573 loc sscc 0000383505 ope 40 qte 900 pcu KG pohnum bpsnum date 20250602 bpslot L25Z090 dluo 20270321 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00021</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310573</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000383505</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">900</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">L25Z090</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00021"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310573"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383505"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L25Z090"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00021</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310573</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000383505</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">900</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">L25Z090</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00021"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310573"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383505"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L25Z090"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00021"
  [lot] = string(8) "50310573"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000383505"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(3) "900"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:32:4340ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00021 lot 50310573 loc sscc 0000383505 ope 40 qte 900 pcu KG pohnum bpsnum date 20250602 bpslot L25Z090 dluo 20270321 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00021</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310573</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000383505</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">900</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">L25Z090</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00021"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310573"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383505"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L25Z090"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00021</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310573</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000383505</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">900</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">L25Z090</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00021"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310573"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383505"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L25Z090"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00021"
  [lot] = string(8) "50310573"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000383505"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(3) "900"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:32:43102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(FRU00170,,,9,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FRU00170 9 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FRU00170</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">9</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00170"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FRU00170</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">9</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00170"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00170"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "31000"
  [tablin] = string(1) "1"
  [loccase] = string(7) "CONQUAI"
  [loc] = string(7) "CONQUAI"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "33000"
  [soqseq] = string(5) "33000"
  [stocou] = string(7) "1720116"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "35524"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.33000.33000....STOALL.........1..........35524.....0000381839...CONQUAI...172011699999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.31000.31000....STOALL.........1..........04225.....0000381838...CONQUAI...172012199999999.........9"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(8) "FRU00170"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:32:4340ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00021 lot 50310573 loc sscc 0000383505 ope 40 qte 900 pcu KG pohnum bpsnum date 20250602 bpslot L25Z090 dluo 20270321 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00021</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310573</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000383505</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">900</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">L25Z090</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00021"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310573"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383505"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L25Z090"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00021</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310573</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000383505</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">900</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">L25Z090</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00021"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310573"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383505"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L25Z090"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00021"
  [lot] = string(8) "50310573"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000383505"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(3) "900"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:32:4340ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00021 lot 50310573 loc sscc 0000383505 ope 40 qte 900 pcu KG pohnum bpsnum date 20250602 bpslot L25Z090 dluo 20270321 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00021</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310573</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000383505</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">900</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">L25Z090</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00021"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310573"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383505"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L25Z090"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00021</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310573</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000383505</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">900</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">L25Z090</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00021"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310573"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383505"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L25Z090"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00021"
  [lot] = string(8) "50310573"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000383505"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(3) "900"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:32:4440ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00021 lot 50310573 loc sscc 0000383505 ope 40 qte 900 pcu KG pohnum bpsnum date 20250602 bpslot L25Z090 dluo 20270321 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00021</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310573</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000383505</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">900</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">L25Z090</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00021"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310573"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383505"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L25Z090"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00021</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310573</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000383505</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">900</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">L25Z090</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00021"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310573"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383505"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L25Z090"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00021"
  [lot] = string(8) "50310573"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000383505"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(3) "900"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:32:46102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(FRU00170,,,9,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FRU00170 9 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FRU00170</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">9</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00170"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FRU00170</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">9</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00170"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00170"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "31000"
  [tablin] = string(1) "1"
  [loccase] = string(7) "CONQUAI"
  [loc] = string(7) "CONQUAI"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "33000"
  [soqseq] = string(5) "33000"
  [stocou] = string(7) "1720116"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "35524"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.33000.33000....STOALL.........1..........35524.....0000381839...CONQUAI...172011699999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.31000.31000....STOALL.........1..........04225.....0000381838...CONQUAI...172012199999999.........9"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000381843"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:32:52102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(FRU00170,,,9,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FRU00170 9 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FRU00170</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">9</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00170"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FRU00170</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">9</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00170"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00170"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "31000"
  [tablin] = string(1) "1"
  [loccase] = string(7) "CONQUAI"
  [loc] = string(7) "CONQUAI"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "33000"
  [soqseq] = string(5) "33000"
  [stocou] = string(7) "1720116"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "35524"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.33000.33000....STOALL.........1..........35524.....0000381839...CONQUAI...172011699999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.31000.31000....STOALL.........1..........04225.....0000381838...CONQUAI...172012199999999.........9"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000381843"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:33:18102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 FRU00170 CONQUAI 35524 CR125050290 31000 9 UN 0 UN 0000381839 D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00170</FLD> <FLD NAME="SLOC" TYPE="Char">CONQUAI</FLD> <FLD NAME="SLOT" TYPE="Char">35524</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">31000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000381839</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00170"
        [SLOC] = string(7) "CONQUAI"
        [SLOT] = string(5) "35524"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "31000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000381839"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">FRU00170</FLD><FLD NAME="SLOC" TYPE="Char">CONQUAI</FLD><FLD NAME="SLOT" TYPE="Char">35524</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char"></FLD><FLD NAME="SPALNUM" TYPE="Char">0000381839</FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">31000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00170"
        [SLOC] = string(7) "CONQUAI"
        [SLOT] = string(5) "35524"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SPALNUM] = string(10) "0000381839"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "31000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00170"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "31000"
  [tablin] = string(1) "1"
  [loccase] = string(7) "CONQUAI"
  [loc] = string(7) "CONQUAI"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "33000"
  [soqseq] = string(5) "33000"
  [stocou] = string(7) "1720116"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "35524"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.33000.33000....STOALL.........1..........35524.....0000381839...CONQUAI...172011699999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.31000.31000....STOALL.........1..........04225.....0000381838...CONQUAI...172012199999999.........9"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000381839"
  [lot] = string(5) "35524"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:33:4811ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(11)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 11 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">11</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "11"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">11</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "11"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(2) "11"
  [mdpasse] = string(2) "11"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 07:33:54101ROYRENE:YLIVRAISON
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4728
Fonction : Run(YLIVRAISON, CRR CR1 CRR00094 CRR00094 01 01 12 12 1 0 CRR0009401CR1CRR0009412EUR11CRR00094CRR00094GRANDHOTELDUROIRENEGRANDHOTELROIRENEVI030FDM11 13~FRA~~21 13100AIXENPROVENCE13100AIXENPROVENCECVCR12502923 1 1 2 EXPE_1 101 1 7 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPY" TYPE="Char">CRR</FLD> <FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="YSHIDAT" TYPE="Date"></FLD> <FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD> <FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD> <FLD NAME="YBPCORDDEB" TYPE="Char">CRR00094</FLD> <FLD NAME="YBPCORDFIN" TYPE="Char">CRR00094</FLD> <FLD NAME="YBPAADDDEB" TYPE="Char">01</FLD> <FLD NAME="YBPAADDFIN" TYPE="Char">01</FLD> <FLD NAME="YBPTNUMDEB" TYPE="Char">12</FLD> <FLD NAME="YBPTNUMFIN" TYPE="Char">12</FLD> <FLD NAME="YDRNFLG" TYPE="Integer">1</FLD> <FLD NAME="YDRN" TYPE="Integer">0</FLD> <FLD NAME="YY_OP" TYPE="Char"></FLD> <FLD NAME="YY_KEYPREP1" TYPE="Char">CRR0009401CR1CRR0009412EUR11CRR00094CRR00094GRANDHOTELDUROIRENEGRANDHOTELROIRENEVI030FDM11 13~FRA~~21</FLD> <FLD NAME="YY_KEYPREP2" TYPE="Char">13100AIXENPROVENCE13100AIXENPROVENCECVCR12502923</FLD> <FLD NAME="YRUPDAT" TYPE="Integer">1</FLD> <FLD NAME="YCFMFLG" TYPE="Integer">1</FLD> <FLD NAME="YNDEFLG" TYPE="Integer">2</FLD> <FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD> <FLD NAME="YUSER" TYPE="Char">101</FLD> <FLD NAME="YNBPAL" TYPE="Integer">1</FLD> <FLD NAME="YNBCOL" TYPE="Integer">7</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(0) ""
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR00094"
        [YBPCORDFIN] = string(8) "CRR00094"
        [YBPAADDDEB] = string(2) "01"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "12"
        [YBPTNUMFIN] = string(2) "12"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(108) "CRR0009401CR1CRR0009412EUR11CRR00094CRR00094GRANDHOTELDUROIRENEGRANDHOTELROIRENEVI030FDM11                13~FRA~~21"
        [YY_KEYPREP2] = string(48) "13100AIXENPROVENCE13100AIXENPROVENCECVCR12502923"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "101"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(1) "7"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPY" TYPE="Char">CRR</FLD><FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="YSHIDAT" TYPE="Date">[0/0/0]</FLD><FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD><FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD><FLD NAME="YBPCORDDEB" TYPE="Char">CRR00094</FLD><FLD NAME="YBPAADDDEB" TYPE="Char">01</FLD><FLD NAME="YBPCORDFIN" TYPE="Char">CRR00094</FLD><FLD NAME="YBPAADDFIN" TYPE="Char">01</FLD><FLD NAME="YBPTNUMDEB" TYPE="Char">12</FLD><FLD NAME="YBPTNUMFIN" TYPE="Char">12</FLD><FLD NAME="YDRNFLG" TYPE="Integer">1</FLD><FLD NAME="YDRN" TYPE="Integer">0</FLD><FLD NAME="YY_OP" TYPE="Char"></FLD><FLD NAME="YY_KEYPREP1" TYPE="Char">CRR0009401CR1CRR0009412EUR11CRR00094CRR00094GRANDHOTELDUROIRENEGRANDHOTELROIRENEVI030FDM11 13~FRA~~21</FLD><FLD NAME="YY_KEYPREP2" TYPE="Char">13100AIXENPROVENCE13100AIXENPROVENCECVCR12502923</FLD><FLD NAME="YRUPDAT" TYPE="Integer">1</FLD><FLD NAME="YCFMFLG" TYPE="Integer">1</FLD><FLD NAME="YNDEFLG" TYPE="Integer">2</FLD><FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD><FLD NAME="YUSER" TYPE="Char">101</FLD><FLD NAME="YNBPAL" TYPE="Integer">1</FLD><FLD NAME="YNBCOL" TYPE="Integer">7</FLD></GRP><TAB DIM="50" ID="RESULTAT" SIZE="1"><LIN NUM="1"><FLD NAME="YSDHNUM" TYPE="Char">LVCR12501290</FLD><FLD NAME="YNB_ERR" TYPE="Integer">0</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR00094"
        [YBPAADDDEB] = string(2) "01"
        [YBPCORDFIN] = string(8) "CRR00094"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "12"
        [YBPTNUMFIN] = string(2) "12"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(108) "CRR0009401CR1CRR0009412EUR11CRR00094CRR00094GRANDHOTELDUROIRENEGRANDHOTELROIRENEVI030FDM11                13~FRA~~21"
        [YY_KEYPREP2] = string(48) "13100AIXENPROVENCE13100AIXENPROVENCECVCR12502923"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "101"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(1) "7"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501290"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(8) "CRR00094"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "01"
  [keyprep1] = string(114) "CRR0009401CR1CRR0009412EUR11CRR00094CRR00094GRANDHOTELDUROIRENEGRANDHOTELROIRENEVI030FDM11                13%7EFRA%7E%7E21"
  [keyprep2] = string(48) "13100AIXENPROVENCE13100AIXENPROVENCECVCR12502923"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(1) "7"
  [transp1] = string(2) "12"
  [backurl] = string(25) "PC1_02.php?op=CR125050291"
  [idERR] = string(4) "ERR1"
}
 
Niv402/06/2025 07:33:54101ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4741
Fonct :
Lien : /CRRPROD/PC1_actions.php?act=CreBL&client=CRR00094&idBouton=BL1&nbBLActifs=1&adrLiv=01&keyprep1=CRR0009401CR1CRR0009412EUR11CRR00094CRR00094GRANDHOTELDUROIRENEGRANDHOTELROIRENEVI030FDM11++++++++13%257EFRA%257E%257E21&keyprep2=13100AIXENPROVENCE13100AIXENPROVENCECVCR12502923&nbpal1=1&nbcol1=7&transp1=12&backurl=PC1_02.php%3Fop%3DCR125050291&idERR=ERR1--
Data :
PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR00094"
        [YBPAADDDEB] = string(2) "01"
        [YBPCORDFIN] = string(8) "CRR00094"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "12"
        [YBPTNUMFIN] = string(2) "12"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(108) "CRR0009401CR1CRR0009412EUR11CRR00094CRR00094GRANDHOTELDUROIRENEGRANDHOTELROIRENEVI030FDM11                13~FRA~~21"
        [YY_KEYPREP2] = string(48) "13100AIXENPROVENCE13100AIXENPROVENCECVCR12502923"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "101"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(1) "7"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501290"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 
Niv502/06/2025 07:33:54101ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4852
Fonction : WmsPrintAuto(XT1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(XETIQTRANSPORT,1,Array,imp,,EXPE_1_2,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, XETIQTRANSPORT 1 EXPE_1_2 FRA imp 1 client CRR00094 stofcy CR1 numcde CVCR12502923 numpal )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="4"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">client</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CRR00094</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502923</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(8) "CRR00094"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12502923"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="4"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">client</FLD><FLD NAME="VVALPARAM" TYPE="Char">CRR00094</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502923</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(8) "CRR00094"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12502923"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(8) "CRR00094"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "01"
  [keyprep1] = string(114) "CRR0009401CR1CRR0009412EUR11CRR00094CRR00094GRANDHOTELDUROIRENEGRANDHOTELROIRENEVI030FDM11                13%7EFRA%7E%7E21"
  [keyprep2] = string(48) "13100AIXENPROVENCE13100AIXENPROVENCECVCR12502923"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(1) "7"
  [transp1] = string(2) "12"
  [backurl] = string(25) "PC1_02.php?op=CR125050291"
  [idERR] = string(4) "ERR1"
}
 
Niv502/06/2025 07:33:54101ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 19
Fonction : unLockAll(101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "101"
  }
}
 




PC1_01.php
array(1) {
  [success] = string(36) "Création BL LVCR12501290 effectuée"
}
 
Niv502/06/2025 07:33:59114ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(114)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 114 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">114</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "114"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">114</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "114"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(3) "114"
  [mdpasse] = string(3) "114"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 07:34:0512ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(12)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 12 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">12</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "12"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">12</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "12"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(2) "12"
  [mdpasse] = string(2) "12"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 07:34:13114ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_MAC,,,FRA,FAC2)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_MAC FRA FAC2 imp 1 numof OFCR125060004 numligne 1000 nbcopies 10 debut 0 ean14 0000011102143 dateref 20250602 PCB 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_MAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125060004</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1000</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">10</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000011102143</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_MAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060004"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "10"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000011102143"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_MAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125060004</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1000</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">10</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000011102143</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_MAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060004"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "10"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000011102143"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125060004"
  [mfglin] = string(4) "1000"
  [seq] = string(0) ""
  [nbEti] = string(2) "10"
  [Ean] = string(13) "0000011102143"
  [PCB] = string(1) "1"
}
 
Niv502/06/2025 07:34:2140ROYRENE:YWSCHG08
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2260
Fonction : Run(YWSCHG08, PalStoT-EmpMas 40 CR1 0000383499 0 MATRDC A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD> <FLD NAME="SUSER" TYPE="Char">40</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000383499</FLD> <FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD> <FLD NAME="DLOC" TYPE="Char">MATRDC</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> </GRP> </PARAM>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000383499"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(6) "MATRDC"
        [DSTA] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD><FLD NAME="SUSER" TYPE="Char">40</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SPALNUM" TYPE="Char">0000383499</FLD><FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD><FLD NAME="DLOC" TYPE="Char">MATRDC</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD></GRP></RESULT>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000383499"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(6) "MATRDC"
        [DSTA] = string(1) "A"
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000383499"
  [TypeSource] = string(18) "PaletteStockTotale"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(6) "Matrdc"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "MAT00007"
  [SelectedLoc] = string(0) ""
  [designation] = string(22) "SUCRE CRISTALLISE N°2"
  [lot] = string(8) "50310571"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(6) "MATETA"
  [totalqte] = string(3) "900"
  [us] = string(2) "KG"
  [stocou] = string(7) "1726438"
  [qte] = string(3) "900"
  [unite] = string(2) "KG"
}
 
Niv502/06/2025 07:34:2712ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125050373 1000 0 FRU00247 533 UN 50510446 20260214 12 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050373</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">FRU00247</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">533</FLD> <FLD NAME="PCU" TYPE="Char">UN</FLD> <FLD NAME="LOT" TYPE="Char">50510446</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20260214</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">12</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050373"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "FRU00247"
          [QTYPCU] = string(3) "533"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510446"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260214"
          [SSCC] = string(0) ""
          [USER] = string(2) "12"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125050373</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">FRU00247</FLD><FLD NAME="QTYPCU" TYPE="Decimal">533</FLD><FLD NAME="PCU" TYPE="Char">UN</FLD><FLD NAME="LOT" TYPE="Char">50510446</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20260214</FLD><FLD NAME="SSCC" TYPE="Char">0000387582</FLD><FLD NAME="USER" TYPE="Char">12</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050373"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "FRU00247"
          [QTYPCU] = string(3) "533"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510446"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260214"
          [SSCC] = string(10) "0000387582"
          [USER] = string(2) "12"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "FRU00247"
  [desig] = string(29) "PATE DE FRUITS ASSORT RJ 175G"
  [lot] = string(8) "50510446"
  [dluo] = string(10) "14/02/2026"
  [qtyprd] = string(3) "533"
  [pcu] = string(2) "UN"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050373"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 07:34:2712ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOU,,,FRA,NOU2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOU FRA NOU2 imp 1 site CR1 article FRU00247 lot 50510446 loc sscc 0000387582 ope 12 qte 533 pcu pohnum bpsnum bpslot dluo 20260214 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">FRU00247</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510446</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387582</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">12</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">533</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260214</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "FRU00247"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510446"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387582"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "12"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "533"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260214"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">FRU00247</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510446</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387582</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">12</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">533</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260214</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "FRU00247"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510446"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387582"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "12"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "533"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260214"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "FRU00247"
  [desig] = string(29) "PATE DE FRUITS ASSORT RJ 175G"
  [lot] = string(8) "50510446"
  [dluo] = string(10) "14/02/2026"
  [qtyprd] = string(3) "533"
  [pcu] = string(2) "UN"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050373"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 07:34:2912ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 334
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOU,,,FRA,NOU2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOU FRA NOU2 imp 1 site CR1 article FRU00247 lot 50510446 sscc 0000387582 ope 12 dluo 20260214 bpslot loc qte 533 pcu UN date 2025/06/02 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="11"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">FRU00247</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510446</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387582</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">12</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260214</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">533</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">UN</FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2025/06/02</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(11) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "FRU00247"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510446"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387582"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "12"
        }
        [6] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260214"
        }
        [7] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "533"
        }
        [10] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(10) "2025/06/02"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="11"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">FRU00247</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510446</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387582</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">12</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260214</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">533</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">UN</FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">2025/06/02</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(11) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "FRU00247"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510446"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387582"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "12"
        }
        [6] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260214"
        }
        [7] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "533"
        }
        [10] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(10) "2025/06/02"
        }
  }
}
 




DP1_actions.php
array(4) {
  [act] = string(9) "impligrec"
  [mfgnum] = string(13) "OFCR125050373"
  [mfglin] = string(4) "1000"
  [seq] = string(6) "493770"
}
 
Niv502/06/2025 07:34:2940ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00007 lot 50310571 loc sscc 0000383499 ope 40 qte 900 pcu KG pohnum bpsnum date 20250602 bpslot L24S515 dluo 20270321 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00007</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310571</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000383499</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">900</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">L24S515</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00007"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310571"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383499"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L24S515"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00007</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310571</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000383499</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">900</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">L24S515</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00007"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310571"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383499"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L24S515"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00007"
  [lot] = string(8) "50310571"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000383499"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(3) "900"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:34:2940ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00007 lot 50310571 loc sscc 0000383499 ope 40 qte 900 pcu KG pohnum bpsnum date 20250602 bpslot L24S515 dluo 20270321 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00007</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310571</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000383499</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">900</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">L24S515</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00007"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310571"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383499"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L24S515"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00007</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310571</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000383499</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">900</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">L24S515</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00007"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310571"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383499"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L24S515"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00007"
  [lot] = string(8) "50310571"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000383499"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(3) "900"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:34:2940ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00007 lot 50310571 loc sscc 0000383499 ope 40 qte 900 pcu KG pohnum bpsnum date 20250602 bpslot L24S515 dluo 20270321 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00007</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310571</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000383499</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">900</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">L24S515</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00007"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310571"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383499"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L24S515"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00007</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310571</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000383499</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">900</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">L24S515</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00007"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310571"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383499"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L24S515"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00007"
  [lot] = string(8) "50310571"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000383499"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(3) "900"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:34:3040ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00007 lot 50310571 loc sscc 0000383499 ope 40 qte 900 pcu KG pohnum bpsnum date 20250602 bpslot L24S515 dluo 20270321 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00007</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310571</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000383499</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">900</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">L24S515</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00007"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310571"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383499"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L24S515"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00007</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310571</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000383499</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">900</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">L24S515</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00007"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310571"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383499"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L24S515"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00007"
  [lot] = string(8) "50310571"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000383499"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(3) "900"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:34:3040ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00007 lot 50310571 loc sscc 0000383499 ope 40 qte 900 pcu KG pohnum bpsnum date 20250602 bpslot L24S515 dluo 20270321 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00007</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310571</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000383499</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">900</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">L24S515</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00007"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310571"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383499"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L24S515"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00007</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310571</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000383499</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">900</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">L24S515</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00007"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310571"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383499"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L24S515"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00007"
  [lot] = string(8) "50310571"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000383499"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(3) "900"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:34:3040ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00007 lot 50310571 loc sscc 0000383499 ope 40 qte 900 pcu KG pohnum bpsnum date 20250602 bpslot L24S515 dluo 20270321 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00007</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310571</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000383499</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">900</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">L24S515</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00007"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310571"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383499"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L24S515"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00007</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310571</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000383499</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">900</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">L24S515</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00007"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310571"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383499"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L24S515"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00007"
  [lot] = string(8) "50310571"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000383499"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(3) "900"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:34:3140ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00007 lot 50310571 loc sscc 0000383499 ope 40 qte 900 pcu KG pohnum bpsnum date 20250602 bpslot L24S515 dluo 20270321 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00007</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310571</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000383499</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">900</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">L24S515</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00007"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310571"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383499"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L24S515"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00007</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310571</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000383499</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">900</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">L24S515</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00007"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310571"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383499"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "900"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L24S515"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00007"
  [lot] = string(8) "50310571"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000383499"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(3) "900"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:34:33114ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_MAC,,,FRA,FAC2)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_MAC FRA FAC2 imp 1 numof OFCR125060042 numligne 1000 nbcopies 10 debut 0 ean14 3102621003778 dateref 20250602 PCB 20 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_MAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125060042</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1000</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">10</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">3102621003778</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_MAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060042"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "10"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "3102621003778"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(2) "20"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_MAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125060042</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1000</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">10</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">3102621003778</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">20</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_MAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060042"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "10"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "3102621003778"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(2) "20"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125060042"
  [mfglin] = string(4) "1000"
  [seq] = string(0) ""
  [nbEti] = string(2) "10"
  [Ean] = string(13) "3102621003778"
  [PCB] = string(2) "20"
}
 
Niv502/06/2025 07:34:3912ROYRENE:DEC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 274
Fonction : Valid_Suiviof(OFCR125050373,1000)

Call 4
Page : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 384
Fonction : save(DEC, CR1 OFCR125050373 20250602 2 533 FRU00247 1 FRU00247 UN 533 50510446 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050373</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">533</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">FRU00247</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">FRU00247</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">533</FLD> <FLD NAME="LOT" TYPE="Char">50510446</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(4) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125050373"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK2_1] = array(2) {
        [QTESUIVITM] = string(3) "533"
        [Y_ITMFILTER] = string(8) "FRU00247"
  }
  [MTK2_2] = array(1) {
        [1] = array(5) {
          [NO] = string(1) "1"
          [ITMREF] = string(8) "FRU00247"
          [UOM] = string(2) "UN"
          [UOMCPLQTY] = string(3) "533"
          [LOT] = string(8) "50510446"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000001</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125050373</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="ITMTRKFLG" TYPE="Integer">2</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="MATTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTOPE" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"></FLD><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char">UN</FLD><FLD NAME="ZUL" TYPE="Char">Unité</FLD></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">9999</FLD><FLD MENULAB="Post-consommation" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">2</FLD><FLD MENULAB="Non soldées" MENULOCAL="355" NAME="FILTMAT" TYPE="Integer">1</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602053438</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="50" ID="MTK2_2" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="PRODTYP" TYPE="Integer">1</FLD><FLD MENULAB="Produit" MENULOCAL="2301" NAME="ITMTYP" TYPE="Integer">1</FLD><FLD NAME="ITMREF" TYPE="Char">FRU00247</FLD><FLD NAME="UOM" TYPE="Char">UN</FLD><FLD NAME="UOMEXTQTY" TYPE="Decimal">637</FLD><FLD NAME="UOMCPLQTY" TYPE="Decimal">533</FLD><FLD NAME="UOMSTUCOE" TYPE="Decimal">1</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="CPLQTY" TYPE="Decimal">533</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="LOCTYP" TYPE="Char">PROD</FLD><FLD NAME="LOC" TYPE="Char">SCAL</FLD><FLD NAME="LOT" TYPE="Char">50510446</FLD><FLD NAME="PALNUM" TYPE="Char">0000387582</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD NAME="MVTDES" TYPE="Char"/><FLD NAME="ITMDES1" TYPE="Char">PATE DE FRUITS ASSORT RJ 175G</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMIT" TYPE="Char">OFCR125050373</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/></LIN></TAB><TAB DIM="100" ID="MTK3_3" SIZE="4"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00297</FLD><FLD NAME="ITMDES1" TYPE="Char">CAM REF FP2 249X189X299</FLD><FLD NAME="OPENUM" TYPE="Integer">0</FLD><FLD NAME="CPLWST" TYPE="Char"/><FLD NAME="WSTSHO" TYPE="Char"/><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">49</FLD><FLD NAME="USEQTY" TYPE="Decimal">41</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">EA27</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250520</FLD><FLD NAME="BOMNUM" TYPE="Char">FRU00247</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050373</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="2"><FLD NAME="NO" TYPE="Integer">2</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00363</FLD><FLD NAME="ITMDES1" TYPE="Char">ETIQ METO ADH 22X16 NEUTRE</FLD><FLD NAME="OPENUM" TYPE="Integer">0</FLD><FLD NAME="CPLWST" TYPE="Char"/><FLD NAME="WSTSHO" TYPE="Char"/><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">682</FLD><FLD NAME="USEQTY" TYPE="Decimal">570</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">KB13B</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250520</FLD><FLD NAME="BOMNUM" TYPE="Char">FRU00247</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050373</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="3"><FLD NAME="NO" TYPE="Integer">3</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00623</FLD><FLD NAME="ITMDES1" TYPE="Char">ETIQ TRANSFERT VE BL 110X99MM</FLD><FLD NAME="OPENUM" TYPE="Integer">0</FLD><FLD NAME="CPLWST" TYPE="Char"/><FLD NAME="WSTSHO" TYPE="Char"/><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">52</FLD><FLD NAME="USEQTY" TYPE="Decimal">44</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">CALCO</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250520</FLD><FLD NAME="BOMNUM" TYPE="Char">FRU00247</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050373</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="4"><FLD NAME="NO" TYPE="Integer">4</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB03098</FLD><FLD NAME="ITMDES1" TYPE="Char">BALLOTIN PDF RJ 175G FRU00247 </FLD><FLD NAME="OPENUM" TYPE="Integer">0</FLD><FLD NAME="CPLWST" TYPE="Char"/><FLD NAME="WSTSHO" TYPE="Char"/><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">656</FLD><FLD NAME="USEQTY" TYPE="Decimal">549</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">50310584</FLD><FLD NAME="LOC" TYPE="Char">FA37</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250520</FLD><FLD NAME="BOMNUM" TYPE="Char">FRU00247</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050373</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(9) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000001"
        [MFGNUM] = string(13) "OFCR125050373"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(2) {
        [ITMTRKFLG] = string(1) "2"
        [MATTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [FILTOPE] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(2) "UN"
        [ZUL] = string(6) "Unité"
  }
  [MTK3_1] = array(7) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(4) "9999"
        [STOCOD] = string(1) "2"
        [FILTMAT] = string(1) "1"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602053438"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK2_2] = array(1) {
        [1] = array(40) {
          [NO] = string(1) "1"
          [PRODTYP] = string(1) "1"
          [ITMTYP] = string(1) "1"
          [ITMREF] = string(8) "FRU00247"
          [UOM] = string(2) "UN"
          [UOMEXTQTY] = string(3) "637"
          [UOMCPLQTY] = string(3) "533"
          [UOMSTUCOE] = string(1) "1"
          [STU] = string(2) "UN"
          [CPLQTY] = string(3) "533"
          [STA] = string(1) "A"
          [LOCTYP] = string(4) "PROD"
          [LOC] = string(4) "SCAL"
          [LOT] = string(8) "50510446"
          [PALNUM] = string(10) "0000387582"
          [CLEFLG] = string(1) "1"
          [MVTDES] = string(0) ""
          [ITMDES1] = string(29) "PATE DE FRUITS ASSORT RJ 175G"
          [BOMALT] = string(1) "1"
          [MFGNUMIT] = string(13) "OFCR125050373"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
        }
  }
  [MTK3_3] = array(4) {
        [1] = array(43) {
          [NO] = string(1) "1"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00297"
          [ITMDES1] = string(23) "CAM REF FP2 249X189X299"
          [OPENUM] = string(1) "0"
          [CPLWST] = string(0) ""
          [WSTSHO] = string(0) ""
          [STU] = string(2) "UN"
          [RETQTY] = string(2) "49"
          [USEQTY] = string(2) "41"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(4) "EA27"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250520"
          [BOMNUM] = string(8) "FRU00247"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050373"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [2] = array(43) {
          [NO] = string(1) "2"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00363"
          [ITMDES1] = string(26) "ETIQ METO ADH 22X16 NEUTRE"
          [OPENUM] = string(1) "0"
          [CPLWST] = string(0) ""
          [WSTSHO] = string(0) ""
          [STU] = string(2) "UN"
          [RETQTY] = string(3) "682"
          [USEQTY] = string(3) "570"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(5) "KB13B"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250520"
          [BOMNUM] = string(8) "FRU00247"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050373"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [3] = array(43) {
          [NO] = string(1) "3"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00623"
          [ITMDES1] = string(29) "ETIQ TRANSFERT VE BL 110X99MM"
          [OPENUM] = string(1) "0"
          [CPLWST] = string(0) ""
          [WSTSHO] = string(0) ""
          [STU] = string(2) "UN"
          [RETQTY] = string(2) "52"
          [USEQTY] = string(2) "44"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(5) "CALCO"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250520"
          [BOMNUM] = string(8) "FRU00247"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050373"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [4] = array(43) {
          [NO] = string(1) "4"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB03098"
          [ITMDES1] = string(30) "BALLOTIN PDF RJ 175G FRU00247 "
          [OPENUM] = string(1) "0"
          [CPLWST] = string(0) ""
          [WSTSHO] = string(0) ""
          [STU] = string(2) "UN"
          [RETQTY] = string(3) "656"
          [USEQTY] = string(3) "549"
          [TYPQTY] = string(1) "2"
          [LOT] = string(8) "50310584"
          [LOC] = string(4) "FA37"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250520"
          [BOMNUM] = string(8) "FRU00247"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050373"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
  }
}
 




DP1_actions.php
array(3) {
  [act] = string(10) "validSuivi"
  [mfgnum] = string(13) "OFCR125050373"
  [mfglin] = string(4) "1000"
}
 
Niv302/06/2025 07:34:3912ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 425
Fonct : Valid_Suiviof
Lien : /CRRPROD/DP1_actions.php?act=validSuivi&mfgnum=OFCR125050373&mfglin=1000DEC
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050373</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">533</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">FRU00247</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">FRU00247</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">533</FLD> <FLD NAME="LOT" TYPE="Char">50510446</FLD> </LIN> </TAB> </PARAM> Niv502/06/2025 07:35:25102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050290,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050290 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050290"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050290"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(1) {
  [op] = string(11) "CR125050290"
}
 
Niv502/06/2025 07:35:57114ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(114)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 114 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">114</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "114"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">114</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "114"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(3) "114"
  [mdpasse] = string(3) "114"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 07:37:46114ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_FAC,,,FRA,FAC2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_FAC FRA FAC2 imp 1 site CR1 article SEM00557 lot 50510198 loc sscc 0000386433 ope 114 qte 222.8 pcu KG pohnum bpsnum date 20250602 bpslot dluo 20250603 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">SEM00557</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510198</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000386433</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">114</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">222.8</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250603</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00557"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510198"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000386433"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "114"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "222.8"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250603"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">SEM00557</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510198</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000386433</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">114</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">222.8</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250603</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00557"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510198"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000386433"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "114"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "222.8"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250603"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "SEM00557"
  [lot] = string(8) "50510198"
  [bpslot] = string(1) " "
  [sscc] = string(10) "0000386433"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(5) "222.8"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:37:54102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 EMB01711 KC04A A CR125050290 22000 300 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EMB01711</FLD> <FLD NAME="SLOC" TYPE="Char">KC04A</FLD> <FLD NAME="SLOT" TYPE="Char"></FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">22000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">300</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EMB01711"
        [SLOC] = string(5) "KC04A"
        [SLOT] = string(0) ""
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "22000"
        [SQTYSTU] = string(3) "300"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EMB01711</FLD><FLD NAME="SLOC" TYPE="Char">KC04A</FLD><FLD NAME="SLOT" TYPE="Char"></FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">22000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">300</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EMB01711"
        [SLOC] = string(5) "KC04A"
        [SLOT] = string(0) ""
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "22000"
        [SQTYSTU] = string(3) "300"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "300"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB01711"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "22000"
  [tablin] = string(1) "2"
  [loccase] = string(5) "KC04A"
  [loc] = string(5) "KC04A"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "23000"
  [soqseq] = string(5) "23000"
  [stocou] = string(7) "1691168"
  [unite] = string(3) "BOB"
  [lotligneop] = string(0) ""
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(3) "300"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.23000.23000....STOALL.........3...................................KC04A...169116899999999.......300"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..7000..7000....STOALL.........1.......40410250.....0000356035......EC02...168252899999999........40"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "EMB01711"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "3"
}
 
Niv502/06/2025 07:39:28102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(EMB02552,,,40,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EMB02552 40 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EMB02552</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">40</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB02552"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "40"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EMB02552</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">40</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB02552"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "40"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "40"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB02552"
  [op] = string(11) "CR125050290"
  [oplig] = string(4) "6000"
  [tablin] = string(1) "2"
  [loccase] = string(4) "EC02"
  [loc] = string(4) "EC02"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(4) "7000"
  [soqseq] = string(4) "7000"
  [stocou] = string(7) "1682528"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "40410250"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "40"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..7000..7000....STOALL.........1.......40410250.....0000356035......EC02...168252899999999........40"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.32000.32000....STOALL.........1..........34824.....................AB12...170243599999999.........9"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000356035"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:39:28102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(EMB02552,,,40,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EMB02552 40 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EMB02552</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">40</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB02552"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "40"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EMB02552</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">40</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB02552"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "40"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "40"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB02552"
  [op] = string(11) "CR125050290"
  [oplig] = string(4) "6000"
  [tablin] = string(1) "2"
  [loccase] = string(4) "EC02"
  [loc] = string(4) "EC02"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(4) "7000"
  [soqseq] = string(4) "7000"
  [stocou] = string(7) "1682528"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "40410250"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "40"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..7000..7000....STOALL.........1.......40410250.....0000356035......EC02...168252899999999........40"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.32000.32000....STOALL.........1..........34824.....................AB12...170243599999999.........9"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000356035"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:39:28102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(EMB02552,,,40,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EMB02552 40 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EMB02552</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">40</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB02552"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "40"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EMB02552</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">40</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB02552"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "40"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "40"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB02552"
  [op] = string(11) "CR125050290"
  [oplig] = string(4) "6000"
  [tablin] = string(1) "2"
  [loccase] = string(4) "EC02"
  [loc] = string(4) "EC02"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(4) "7000"
  [soqseq] = string(4) "7000"
  [stocou] = string(7) "1682528"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "40410250"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "40"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..7000..7000....STOALL.........1.......40410250.....0000356035......EC02...168252899999999........40"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.32000.32000....STOALL.........1..........34824.....................AB12...170243599999999.........9"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000356035"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 07:39:3512ROYRENE:YWTRFSM02
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 1015
Fonction : Run(YWTRFSM02, 12#FRU00040 12 CR1 FRU00040 CC05 50510086 A 0000385793 36 OFCR125050373 1000 25 CC05 A A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">12#FRU00040</FLD> <FLD NAME="USER" TYPE="Char">12</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00040</FLD> <FLD NAME="SLOC" TYPE="Char">CC05</FLD> <FLD NAME="SLOT" TYPE="Char">50510086</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000385793</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">36</FLD> <FLD NAME="SMFGNUM" TYPE="Char">OFCR125050373</FLD> <FLD NAME="SMFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SBOMSEQ" TYPE="Integer">25</FLD> <FLD NAME="DLOC" TYPE="Char">CC05</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">A</FLD> </GRP> </PARAM>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(11) "12#FRU00040"
        [USER] = string(2) "12"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00040"
        [SLOC] = string(4) "CC05"
        [SLOT] = string(8) "50510086"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000385793"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(2) "36"
        [SMFGNUM] = string(13) "OFCR125050373"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "25"
        [DLOC] = string(4) "CC05"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">12#FRU00040</FLD><FLD NAME="USER" TYPE="Char">12</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">FRU00040</FLD><FLD NAME="SLOC" TYPE="Char">CC05</FLD><FLD NAME="SLOT" TYPE="Char">50510086</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000385793</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">36</FLD><FLD NAME="SMFGNUM" TYPE="Char">OFCR125050373</FLD><FLD NAME="SMFGLIN" TYPE="Decimal">1000</FLD><FLD NAME="SBOMSEQ" TYPE="Decimal">25</FLD><FLD NAME="DLOC" TYPE="Char">CC05</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">A</FLD></GRP></RESULT>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(11) "12#FRU00040"
        [USER] = string(2) "12"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00040"
        [SLOC] = string(4) "CC05"
        [SLOT] = string(8) "50510086"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000385793"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(2) "36"
        [SMFGNUM] = string(13) "OFCR125050373"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "25"
        [DLOC] = string(4) "CC05"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 




SM1_actions.php
array(28) {
  [AutomaticLineValue] = string(9) "article;0"
  [act] = string(8) "lstValid"
  [bomope] = string(0) ""
  [bomseq] = string(2) "25"
  [mfglin] = string(4) "1000"
  [numof] = string(13) "OFCR125050373"
  [wst] = string(0) ""
  [tablin] = string(1) "0"
  [retqty] = string(8) "144.8925"
  [qtyprep] = string(1) "0"
  [sta] = string(1) "A"
  [slo] = string(1) " "
  [palnum] = string(10) "0000385793"
  [stocou] = string(7) "1737233"
  [vide] = string(25) "OFCR125050373 / 1000 / 25"
  [article] = string(8) "FRU00040"
  [designation] = string(21) "PATE FRUIT TRAD FW KG"
  [resqty] = string(10) "0/144.8925"
  [sloc] = string(4) "CC05"
  [flash] = string(10) "0000385793"
  [dloc] = string(4) "CC05"
  [qtypf] = string(0) ""
  [uomlink] = string(2) "UN"
  [dflash] = string(0) ""
  [qte] = string(2) "36"
  [unite] = string(2) "KG"
  [lot] = string(8) "50510086"
  [ajxact] = string(10) "AjxAutoqte"
}
 
Niv502/06/2025 07:39:39102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 EMB02552 EC02 40410250 A CR125050290 6000 40 UN 0 UN 0000356035 D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EMB02552</FLD> <FLD NAME="SLOC" TYPE="Char">EC02</FLD> <FLD NAME="SLOT" TYPE="Char">40410250</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">6000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">40</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000356035</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EMB02552"
        [SLOC] = string(4) "EC02"
        [SLOT] = string(8) "40410250"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(4) "6000"
        [SQTYSTU] = string(2) "40"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000356035"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EMB02552</FLD><FLD NAME="SLOC" TYPE="Char">EC02</FLD><FLD NAME="SLOT" TYPE="Char">40410250</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000356035</FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">6000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">40</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EMB02552"
        [SLOC] = string(4) "EC02"
        [SLOT] = string(8) "40410250"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000356035"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(4) "6000"
        [SQTYSTU] = string(2) "40"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "40"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB02552"
  [op] = string(11) "CR125050290"
  [oplig] = string(4) "6000"
  [tablin] = string(1) "2"
  [loccase] = string(4) "EC02"
  [loc] = string(4) "EC02"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(4) "7000"
  [soqseq] = string(4) "7000"
  [stocou] = string(7) "1682528"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "40410250"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "40"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933..7000..7000....STOALL.........1.......40410250.....0000356035......EC02...168252899999999........40"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.32000.32000....STOALL.........1..........34824.....................AB12...170243599999999.........9"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000356035"
  [lot] = string(8) "40410250"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 07:39:5712ROYRENE:WEB
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 21
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\SM1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\SM1_actions_spe.php
Ligne : 144
Fonction : ValidSM1Spe(Array)

Call 5
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\framework\php_fonctions\php_fonctions_SM1_spe.php
Ligne : 25
Fonction : CreSuiviSpe(OFCR125050373)

Call 6
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\framework\php_fonctions\php_fonctions_SM1_spe.php
Ligne : 102
Fonction : save(WEB, CR1 OFCR125050373 20250602 2 1 FRU00040 -OFCR125050373 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050373</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="MATTRKFLG" TYPE="Integer">2</FLD> </GRP> <TAB ID="MTK3_3" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="MATITMREF" TYPE="Char">FRU00040</FLD> <FLD NAME="MVTDES" TYPE="Char">-OFCR125050373</FLD> </LIN> </TAB> </PARAM>

SM1_actions.php
array(3) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125050373"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [MATTRKFLG] = string(1) "2"
  }
  [MTK3_3] = array(1) {
        [1] = array(3) {
          [NO] = string(1) "1"
          [MATITMREF] = string(8) "FRU00040"
          [MVTDES] = string(14) "-OFCR125050373"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000002</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125050373</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="MATTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"/><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char"/><FLD NAME="ZUL" TYPE="Char"/></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">9999</FLD><FLD MENULAB="Immédiat" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">1</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602053957</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="100" ID="MTK3_3" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">FRU00040</FLD><FLD NAME="ITMDES1" TYPE="Char">PATE FRUIT TRAD FW KG</FLD><FLD NAME="OPENUM" TYPE="Integer">0</FLD><FLD NAME="CPLWST" TYPE="Char"/><FLD NAME="WSTSHO" TYPE="Char"/><FLD NAME="STU" TYPE="Char">KG</FLD><FLD NAME="RETQTY" TYPE="Decimal">108.8925</FLD><FLD NAME="USEQTY" TYPE="Decimal">36</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">50510086</FLD><FLD NAME="LOC" TYPE="Char">CC05</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="MVTDES" TYPE="Char"></FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Immédiat" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">1</FLD><FLD NAME="RETDAT" TYPE="Date">20250520</FLD><FLD NAME="BOMNUM" TYPE="Char">FRU00247</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050373</FLD><FLD MENULAB="Détaillée" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">5</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN></TAB></RESULT>

SM1_actions.php
array(8) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000002"
        [MFGNUM] = string(13) "OFCR125050373"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [MATTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(5) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(0) ""
        [ZUL] = string(0) ""
  }
  [MTK3_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(4) "9999"
        [STOCOD] = string(1) "1"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602053957"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK3_3] = array(1) {
        [1] = array(44) {
          [NO] = string(1) "1"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "FRU00040"
          [ITMDES1] = string(21) "PATE FRUIT TRAD FW KG"
          [OPENUM] = string(1) "0"
          [CPLWST] = string(0) ""
          [WSTSHO] = string(0) ""
          [STU] = string(2) "KG"
          [RETQTY] = string(8) "108.8925"
          [USEQTY] = string(2) "36"
          [TYPQTY] = string(1) "2"
          [LOT] = string(8) "50510086"
          [LOC] = string(4) "CC05"
          [STA] = string(1) "A"
          [MVTDES] = string(0) ""
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "1"
          [RETDAT] = string(8) "20250520"
          [BOMNUM] = string(8) "FRU00247"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050373"
          [ALLSTA] = string(1) "5"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
  }
}
 




SM1_actions.php
array(1) {
  [act] = string(10) "validSuivi"
}
 
Niv502/06/2025 07:40:13102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050290,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050290 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050290"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050290"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(1) {
  [op] = string(11) "CR125050290"
}
 
Niv502/06/2025 07:40:14111ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(111)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 111 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">111</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "111"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">111</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "111"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(3) "111"
  [mdpasse] = string(3) "111"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 07:40:1940ROYRENE:YWSCHG08
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2260
Fonction : Run(YWSCHG08, PalStoT-EmpMas 40 CR1 0000384987 0 MATRDC A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD> <FLD NAME="SUSER" TYPE="Char">40</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000384987</FLD> <FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD> <FLD NAME="DLOC" TYPE="Char">MATRDC</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> </GRP> </PARAM>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000384987"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(6) "MATRDC"
        [DSTA] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD><FLD NAME="SUSER" TYPE="Char">40</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SPALNUM" TYPE="Char">0000384987</FLD><FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD><FLD NAME="DLOC" TYPE="Char">MATRDC</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD></GRP></RESULT>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000384987"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(6) "MATRDC"
        [DSTA] = string(1) "A"
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000384987"
  [TypeSource] = string(18) "PaletteStockTotale"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(6) "Matrdc"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "MAT00011"
  [SelectedLoc] = string(0) ""
  [designation] = string(23) "HOSTIE FEUILLE 360X292 "
  [lot] = string(8) "50410426"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(6) "MATETA"
  [totalqte] = string(5) "240.4"
  [us] = string(2) "KG"
  [stocou] = string(7) "1734131"
  [qte] = string(5) "240.4"
  [unite] = string(2) "KG"
}
 
Niv502/06/2025 07:40:2640ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00011 lot 50410426 loc sscc 0000384987 ope 40 qte 240.4 pcu KG pohnum bpsnum date 20250602 bpslot 25.1504.049 dluo 20261030 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00011</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50410426</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000384987</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">240.4</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">25.1504.049</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20261030</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00011"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410426"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000384987"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "240.4"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(11) "25.1504.049"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20261030"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00011</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50410426</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000384987</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">240.4</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">25.1504.049</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20261030</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00011"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410426"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000384987"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "240.4"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(11) "25.1504.049"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20261030"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00011"
  [lot] = string(8) "50410426"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000384987"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(5) "240.4"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:40:2640ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00011 lot 50410426 loc sscc 0000384987 ope 40 qte 240.4 pcu KG pohnum bpsnum date 20250602 bpslot 25.1504.049 dluo 20261030 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00011</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50410426</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000384987</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">240.4</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">25.1504.049</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20261030</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00011"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410426"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000384987"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "240.4"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(11) "25.1504.049"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20261030"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00011</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50410426</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000384987</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">240.4</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">25.1504.049</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20261030</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00011"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410426"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000384987"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "240.4"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(11) "25.1504.049"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20261030"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00011"
  [lot] = string(8) "50410426"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000384987"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(5) "240.4"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:40:2640ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00011 lot 50410426 loc sscc 0000384987 ope 40 qte 240.4 pcu KG pohnum bpsnum date 20250602 bpslot 25.1504.049 dluo 20261030 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00011</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50410426</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000384987</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">240.4</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">25.1504.049</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20261030</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00011"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410426"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000384987"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "240.4"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(11) "25.1504.049"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20261030"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00011</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50410426</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000384987</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">240.4</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">25.1504.049</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20261030</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00011"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410426"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000384987"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "240.4"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(11) "25.1504.049"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20261030"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00011"
  [lot] = string(8) "50410426"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000384987"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(5) "240.4"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:40:2640ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00011 lot 50410426 loc sscc 0000384987 ope 40 qte 240.4 pcu KG pohnum bpsnum date 20250602 bpslot 25.1504.049 dluo 20261030 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00011</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50410426</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000384987</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">240.4</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">25.1504.049</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20261030</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00011"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410426"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000384987"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "240.4"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(11) "25.1504.049"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20261030"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00011</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50410426</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000384987</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">240.4</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">25.1504.049</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20261030</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00011"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410426"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000384987"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "240.4"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(11) "25.1504.049"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20261030"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00011"
  [lot] = string(8) "50410426"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000384987"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(5) "240.4"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:40:2740ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00011 lot 50410426 loc sscc 0000384987 ope 40 qte 240.4 pcu KG pohnum bpsnum date 20250602 bpslot 25.1504.049 dluo 20261030 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00011</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50410426</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000384987</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">240.4</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">25.1504.049</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20261030</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00011"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410426"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000384987"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "240.4"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(11) "25.1504.049"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20261030"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00011</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50410426</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000384987</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">240.4</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">25.1504.049</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20261030</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00011"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410426"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000384987"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "240.4"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(11) "25.1504.049"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20261030"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00011"
  [lot] = string(8) "50410426"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000384987"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(5) "240.4"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:40:2740ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00011 lot 50410426 loc sscc 0000384987 ope 40 qte 240.4 pcu KG pohnum bpsnum date 20250602 bpslot 25.1504.049 dluo 20261030 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00011</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50410426</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000384987</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">240.4</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">25.1504.049</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20261030</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00011"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410426"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000384987"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "240.4"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(11) "25.1504.049"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20261030"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00011</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50410426</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000384987</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">240.4</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">25.1504.049</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20261030</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00011"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410426"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000384987"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "240.4"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(11) "25.1504.049"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20261030"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00011"
  [lot] = string(8) "50410426"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000384987"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(5) "240.4"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:40:2740ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00011 lot 50410426 loc sscc 0000384987 ope 40 qte 240.4 pcu KG pohnum bpsnum date 20250602 bpslot 25.1504.049 dluo 20261030 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00011</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50410426</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000384987</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">240.4</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">25.1504.049</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20261030</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00011"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410426"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000384987"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "240.4"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(11) "25.1504.049"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20261030"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00011</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50410426</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000384987</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">240.4</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">25.1504.049</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20261030</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00011"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410426"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000384987"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "240.4"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(11) "25.1504.049"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20261030"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00011"
  [lot] = string(8) "50410426"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000384987"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(5) "240.4"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:40:41111ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_FAC,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_FAC FRA imp 1 site CR1 article MAT00565 lot 50410555 loc sscc 0000385366 ope 111 qte 747.2648 pcu KG pohnum bpsnum date 20250602 bpslot 017L450890 dluo 20250930 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00565</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50410555</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000385366</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">111</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">747.2648</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">017L450890</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250930</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00565"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410555"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000385366"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "111"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(8) "747.2648"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(10) "017L450890"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250930"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00565</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50410555</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000385366</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">111</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">747.2648</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">017L450890</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250930</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00565"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410555"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000385366"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "111"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(8) "747.2648"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(10) "017L450890"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250930"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00565"
  [lot] = string(8) "50410555"
  [bpslot] = string(10) "017L450890"
  [sscc] = string(10) "0000385366"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(8) "747.2648"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:40:42111ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_FAC,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_FAC FRA imp 1 site CR1 article MAT00565 lot 50410555 loc sscc 0000385366 ope 111 qte 747.2648 pcu KG pohnum bpsnum date 20250602 bpslot 017L450890 dluo 20250930 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00565</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50410555</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000385366</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">111</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">747.2648</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">017L450890</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250930</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00565"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410555"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000385366"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "111"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(8) "747.2648"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(10) "017L450890"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250930"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00565</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50410555</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000385366</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">111</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">747.2648</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">017L450890</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250930</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00565"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410555"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000385366"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "111"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(8) "747.2648"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(10) "017L450890"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250930"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00565"
  [lot] = string(8) "50410555"
  [bpslot] = string(10) "017L450890"
  [sscc] = string(10) "0000385366"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(8) "747.2648"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:41:27113ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(113)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 113 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">113</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "113"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">113</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "113"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(3) "113"
  [mdpasse] = string(3) "113"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 07:41:38113ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_FAC,,,FRA,FAC1)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_FAC FRA FAC1 imp 1 numof OFCR125060053 numligne 1000 nbcopies 3 debut 0 ean14 0000033300062 dateref 20250602 PCB 0 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125060053</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1000</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">3</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000033300062</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060053"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(1) "3"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000033300062"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "0"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125060053</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1000</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">3</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000033300062</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060053"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(1) "3"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000033300062"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "0"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125060053"
  [mfglin] = string(4) "1000"
  [seq] = string(0) ""
  [nbEti] = string(1) "3"
  [Ean] = string(13) "0000033300062"
  [PCB] = string(1) "0"
}
 
Niv502/06/2025 07:42:25113ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125060053 1000 0 SEM00062 289.5 KG 50610053 20250603 113 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060053</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">SEM00062</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">289.5</FLD> <FLD NAME="PCU" TYPE="Char">KG</FLD> <FLD NAME="LOT" TYPE="Char">50610053</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20250603</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">113</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060053"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00062"
          [QTYPCU] = string(5) "289.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610053"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250603"
          [SSCC] = string(0) ""
          [USER] = string(3) "113"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125060053</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">SEM00062</FLD><FLD NAME="QTYPCU" TYPE="Decimal">289.5</FLD><FLD NAME="PCU" TYPE="Char">KG</FLD><FLD NAME="LOT" TYPE="Char">50610053</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20250603</FLD><FLD NAME="SSCC" TYPE="Char">0000387583</FLD><FLD NAME="USER" TYPE="Char">113</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060053"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00062"
          [QTYPCU] = string(5) "289.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610053"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250603"
          [SSCC] = string(10) "0000387583"
          [USER] = string(3) "113"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00062"
  [desig] = string(12) "GLACE ROYALE"
  [lot] = string(8) "50610053"
  [dluo] = string(10) "03/06/2025"
  [qtyprd] = string(5) "289.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060053"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 07:42:25113ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_FAC,,,FRA,FAC1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_FAC FRA FAC1 imp 1 site CR1 article SEM00062 lot 50610053 loc sscc 0000387583 ope 113 qte 289.5 pcu pohnum bpsnum bpslot dluo 20250603 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">SEM00062</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50610053</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387583</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">113</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">289.5</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250603</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00062"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610053"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387583"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "113"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "289.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250603"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">SEM00062</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50610053</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387583</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">113</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">289.5</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250603</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00062"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610053"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387583"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "113"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "289.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250603"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00062"
  [desig] = string(12) "GLACE ROYALE"
  [lot] = string(8) "50610053"
  [dluo] = string(10) "03/06/2025"
  [qtyprd] = string(5) "289.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060053"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 07:42:31113ROYRENE:DEC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 274
Fonction : Valid_Suiviof(OFCR125060053,1000)

Call 4
Page : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 384
Fonction : save(DEC, CR1 OFCR125060053 20250602 2 289.5 SEM00062 1 SEM00062 KG 289.5 50610053 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060053</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">289.5</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">SEM00062</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">SEM00062</FLD> <FLD NAME="UOM" TYPE="Char">KG</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">289.5</FLD> <FLD NAME="LOT" TYPE="Char">50610053</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(4) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125060053"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK2_1] = array(2) {
        [QTESUIVITM] = string(5) "289.5"
        [Y_ITMFILTER] = string(8) "SEM00062"
  }
  [MTK2_2] = array(1) {
        [1] = array(5) {
          [NO] = string(1) "1"
          [ITMREF] = string(8) "SEM00062"
          [UOM] = string(2) "KG"
          [UOMCPLQTY] = string(5) "289.5"
          [LOT] = string(8) "50610053"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000003</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125060053</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="ITMTRKFLG" TYPE="Integer">2</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="MATTRKFLG" TYPE="Integer">1</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTOPE" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"></FLD><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char">KG</FLD><FLD NAME="ZUL" TYPE="Char">Kilogramme</FLD></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">9999</FLD><FLD MENULAB="Post-consommation" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">2</FLD><FLD MENULAB="Toutes " MENULOCAL="355" NAME="FILTMAT" TYPE="Integer">3</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602054231</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="50" ID="MTK2_2" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="PRODTYP" TYPE="Integer">1</FLD><FLD MENULAB="Produit" MENULOCAL="2301" NAME="ITMTYP" TYPE="Integer">1</FLD><FLD NAME="ITMREF" TYPE="Char">SEM00062</FLD><FLD NAME="UOM" TYPE="Char">KG</FLD><FLD NAME="UOMEXTQTY" TYPE="Decimal">160.5</FLD><FLD NAME="UOMCPLQTY" TYPE="Decimal">289.5</FLD><FLD NAME="UOMSTUCOE" TYPE="Decimal">1</FLD><FLD NAME="STU" TYPE="Char">KG</FLD><FLD NAME="CPLQTY" TYPE="Decimal">289.5</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="LOCTYP" TYPE="Char">CPROD</FLD><FLD NAME="LOC" TYPE="Char">CALPR</FLD><FLD NAME="LOT" TYPE="Char">50610053</FLD><FLD NAME="PALNUM" TYPE="Char">0000387583</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD NAME="MVTDES" TYPE="Char"/><FLD NAME="ITMDES1" TYPE="Char">GLACE ROYALE</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMIT" TYPE="Char">OFCR125060053</FLD><FLD NAME="CCE1" TYPE="Char"/><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/></LIN></TAB></RESULT>

DP1_actions.php
array(8) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000003"
        [MFGNUM] = string(13) "OFCR125060053"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(2) {
        [ITMTRKFLG] = string(1) "2"
        [MATTRKFLG] = string(1) "1"
  }
  [MTK1_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [FILTOPE] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(2) "KG"
        [ZUL] = string(10) "Kilogramme"
  }
  [MTK3_1] = array(7) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(4) "9999"
        [STOCOD] = string(1) "2"
        [FILTMAT] = string(1) "3"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602054231"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK2_2] = array(1) {
        [1] = array(40) {
          [NO] = string(1) "1"
          [PRODTYP] = string(1) "1"
          [ITMTYP] = string(1) "1"
          [ITMREF] = string(8) "SEM00062"
          [UOM] = string(2) "KG"
          [UOMEXTQTY] = string(5) "160.5"
          [UOMCPLQTY] = string(5) "289.5"
          [UOMSTUCOE] = string(1) "1"
          [STU] = string(2) "KG"
          [CPLQTY] = string(5) "289.5"
          [STA] = string(1) "A"
          [LOCTYP] = string(5) "CPROD"
          [LOC] = string(5) "CALPR"
          [LOT] = string(8) "50610053"
          [PALNUM] = string(10) "0000387583"
          [CLEFLG] = string(1) "1"
          [MVTDES] = string(0) ""
          [ITMDES1] = string(12) "GLACE ROYALE"
          [BOMALT] = string(1) "1"
          [MFGNUMIT] = string(13) "OFCR125060053"
          [CCE1] = string(0) ""
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
        }
  }
}
 




DP1_actions.php
array(3) {
  [act] = string(10) "validSuivi"
  [mfgnum] = string(13) "OFCR125060053"
  [mfglin] = string(4) "1000"
}
 
Niv302/06/2025 07:42:31113ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 425
Fonct : Valid_Suiviof
Lien : /CRRPROD/DP1_actions.php?act=validSuivi&mfgnum=OFCR125060053&mfglin=1000DEC
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060053</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">289.5</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">SEM00062</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">SEM00062</FLD> <FLD NAME="UOM" TYPE="Char">KG</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">289.5</FLD> <FLD NAME="LOT" TYPE="Char">50610053</FLD> </LIN> </TAB> </PARAM> Niv502/06/2025 07:42:44113ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 334
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_FAC,,,FRA,FAC1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_FAC FRA FAC1 imp 1 site CR1 article SEM00062 lot 50610053 sscc 0000387583 ope 113 dluo 20250603 bpslot loc qte 289.5 pcu KG date 2025/06/02 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="11"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">SEM00062</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50610053</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387583</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">113</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250603</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">289.5</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2025/06/02</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(11) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00062"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610053"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387583"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "113"
        }
        [6] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250603"
        }
        [7] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "289.5"
        }
        [10] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(10) "2025/06/02"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="11"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">SEM00062</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50610053</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387583</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">113</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250603</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">289.5</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">2025/06/02</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(11) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00062"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610053"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387583"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "113"
        }
        [6] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250603"
        }
        [7] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "289.5"
        }
        [10] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(10) "2025/06/02"
        }
  }
}
 




DP1_actions.php
array(4) {
  [act] = string(9) "impligrec"
  [mfgnum] = string(13) "OFCR125060053"
  [mfglin] = string(4) "1000"
  [seq] = string(6) "493771"
}
 
Niv502/06/2025 07:42:52114ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_MAC,,,FRA,FAC2)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_MAC FRA FAC2 imp 1 numof OFCR125060041 numligne 1001 nbcopies 10 debut 0 ean14 0000092200100 dateref 20250602 PCB 0 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_MAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125060041</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1001</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">10</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000092200100</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_MAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060041"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1001"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "10"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000092200100"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "0"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_MAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125060041</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1001</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">10</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000092200100</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_MAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060041"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1001"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "10"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000092200100"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "0"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125060041"
  [mfglin] = string(4) "1001"
  [seq] = string(0) ""
  [nbEti] = string(2) "10"
  [Ean] = string(13) "0000092200100"
  [PCB] = string(1) "0"
}
 
Niv502/06/2025 07:42:54113ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_FAC,,,FRA,FAC1)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_FAC FRA FAC1 imp 1 numof OFCR125060053 numligne 1000 nbcopies 1 debut 0 ean14 0000033300062 dateref 20250602 PCB 0 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125060053</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1000</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000033300062</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060053"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(1) "1"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000033300062"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "0"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125060053</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1000</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000033300062</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060053"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(1) "1"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000033300062"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "0"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125060053"
  [mfglin] = string(4) "1000"
  [seq] = string(0) ""
  [nbEti] = string(1) "1"
  [Ean] = string(13) "0000033300062"
  [PCB] = string(1) "0"
}
 
Niv502/06/2025 07:43:04101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050292,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050292 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050292</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050292"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050292</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050292"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(3) {
  [deb] = string(0) ""
  [op] = string(11) "CR125050292"
  [afftext] = string(4) "true"
}
 
Niv502/06/2025 07:43:05114ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_MAC,,,FRA,FAC2)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_MAC FRA FAC2 imp 1 numof OFCR125060041 numligne 1000 nbcopies 60 debut 0 ean14 0000092200100 dateref 20250602 PCB 0 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_MAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125060041</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1000</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">60</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000092200100</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_MAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060041"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "60"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000092200100"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "0"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_MAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125060041</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1000</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">60</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000092200100</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_MAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060041"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "60"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000092200100"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "0"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125060041"
  [mfglin] = string(4) "1000"
  [seq] = string(0) ""
  [nbEti] = string(2) "60"
  [Ean] = string(13) "0000092200100"
  [PCB] = string(1) "0"
}
 
Niv502/06/2025 07:43:08101ROYRENE:YWXCOMPT
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 296
Fonction : Run(YWXCOMPT, YPA )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPT" TYPE="Char">YPA</FLD> <FLD NAME="YSIT" TYPE="Char"></FLD> <FLD NAME="YDATE" TYPE="Date"></FLD> <FLD NAME="YCOMPL" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(0) ""
        [YCOMPL] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPT" TYPE="Char">YPA</FLD><FLD NAME="YSIT" TYPE="Char"></FLD><FLD NAME="YDATE" TYPE="Date">[0/0/0]</FLD><FLD NAME="YCOMPL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="YVAL" TYPE="Char">0000387584</FLD><FLD NAME="STATUT" TYPE="Integer">0</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(7) "[0/0/0]"
        [YCOMPL] = string(0) ""
  }
  [RESULTAT] = array(2) {
        [YVAL] = string(10) "0000387584"
        [STATUT] = string(1) "0"
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125050292"
  [cde] = string(12) "CVCR12502947"
  [oplig] = string(4) "7000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125050292%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 07:43:08101ROYRENE:YWPMAJSSCC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 383
Fonction : Run(YWPMAJSSCC, 101 CR1 0000387584 PAL CR125050292 7000 0 0 0 0 1 PALET CVCR12502947 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="USER" TYPE="Char">101</FLD> <FLD NAME="FCY" TYPE="Char">CR1</FLD> <FLD NAME="SSCC" TYPE="Char">0000387584</FLD> <FLD NAME="TYP" TYPE="Char">PAL</FLD> <FLD NAME="OP" TYPE="Char">CR125050292</FLD> <FLD NAME="OPLIG" TYPE="Decimal">7000</FLD> <FLD NAME="POIDS" TYPE="Decimal"></FLD> <FLD NAME="VOLUME" TYPE="Decimal">0</FLD> <FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD> <FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD> <FLD NAME="LARGEUR" TYPE="Decimal">0</FLD> <FLD NAME="MATDANG" TYPE="Integer">1</FLD> <FLD NAME="LIBCOL" TYPE="Char">PALET</FLD> <FLD NAME="LIBPAL" TYPE="Char"></FLD> <FLD NAME="SOHNUM" TYPE="Char">CVCR12502947</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(15) {
        [USER] = string(3) "101"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387584"
        [TYP] = string(3) "PAL"
        [OP] = string(11) "CR125050292"
        [OPLIG] = string(4) "7000"
        [POIDS] = string(0) ""
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
        [SOHNUM] = string(12) "CVCR12502947"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="USER" TYPE="Char">101</FLD><FLD NAME="FCY" TYPE="Char">CR1</FLD><FLD NAME="SSCC" TYPE="Char">0000387584</FLD><FLD NAME="TYP" TYPE="Char">PAL</FLD><FLD NAME="SOHNUM" TYPE="Char">CVCR12502947</FLD><FLD NAME="OP" TYPE="Char">CR125050292</FLD><FLD NAME="OPLIG" TYPE="Decimal">7000</FLD><FLD NAME="POIDS" TYPE="Decimal">0</FLD><FLD NAME="VOLUME" TYPE="Decimal">0</FLD><FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD><FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD><FLD NAME="LARGEUR" TYPE="Decimal">0</FLD><FLD NAME="MATDANG" TYPE="Integer">1</FLD><FLD NAME="LIBCOL" TYPE="Char">PALET</FLD><FLD NAME="LIBPAL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="ZIND" TYPE="Integer">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(15) {
        [USER] = string(3) "101"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387584"
        [TYP] = string(3) "PAL"
        [SOHNUM] = string(12) "CVCR12502947"
        [OP] = string(11) "CR125050292"
        [OPLIG] = string(4) "7000"
        [POIDS] = string(1) "0"
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
  }
  [RESULTAT] = array(1) {
        [ZIND] = string(1) "1"
  }
}
 
Informations enregistrées



PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125050292"
  [cde] = string(12) "CVCR12502947"
  [oplig] = string(4) "7000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125050292%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 07:43:08101ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 417
Fonction : WmsPrintAuto(PC1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_CLIUC,1,Array,imp,,ETIQ1_EXP1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_CLIUC 1 ETIQ1_EXP1 FRA imp 1 site CR1 sscc 0000387584 ope 101 commande CVCR12502947 indicepalette 1 zoneprep EXPED ctx op nbcolis 0 type Palette )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="10"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387584</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">101</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">commande</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502947</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">op</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">type</FLD> <FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387584"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "101"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502947"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="10"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387584</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">101</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">commande</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502947</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD><FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">op</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">type</FLD><FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387584"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "101"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502947"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125050292"
  [cde] = string(12) "CVCR12502947"
  [oplig] = string(4) "7000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125050292%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 07:43:51113ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 334
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_FAC,,,FRA,FAC1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_FAC FRA FAC1 imp 1 site CR1 article SEM00062 lot 50510588 sscc 0000387454 ope 113 dluo 20250529 bpslot loc qte 71 pcu KG date 2025/06/02 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="11"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">SEM00062</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510588</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387454</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">113</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250529</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">71</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2025/06/02</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(11) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00062"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510588"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387454"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "113"
        }
        [6] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250529"
        }
        [7] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "71"
        }
        [10] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(10) "2025/06/02"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="11"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">SEM00062</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510588</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387454</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">113</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250529</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">71</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">2025/06/02</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(11) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00062"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510588"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387454"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "113"
        }
        [6] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250529"
        }
        [7] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "71"
        }
        [10] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(10) "2025/06/02"
        }
  }
}
 




DP1_actions.php
array(4) {
  [act] = string(9) "impligrec"
  [mfgnum] = string(13) "OFCR125050486"
  [mfglin] = string(4) "1000"
  [seq] = string(6) "493592"
}
 
Niv502/06/2025 07:43:59101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050292,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050292 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050292</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050292"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050292</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050292"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(1) {
  [op] = string(11) "CR125050292"
}
 
Niv502/06/2025 07:44:12101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050292,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050292 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050292</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050292"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050292</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050292"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(1) {
  [op] = string(11) "CR125050292"
}
 
Niv502/06/2025 07:44:4018ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(18)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 18 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">18</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "18"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">18</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "18"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(2) "18"
  [mdpasse] = string(2) "18"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 07:44:5518ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_ULM,,,FRA,CDT1)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_ULM FRA CDT1 imp 1 numof OFCR125050380 numligne 1000 nbcopies 20 debut 0 ean14 0000011101187 dateref 20250602 PCB 0 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_ULM</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125050380</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1000</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000011101187</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_ULM"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125050380"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "20"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000011101187"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "0"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_ULM</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125050380</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1000</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">20</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000011101187</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_ULM"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125050380"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "20"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000011101187"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "0"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125050380"
  [mfglin] = string(4) "1000"
  [seq] = string(0) ""
  [nbEti] = string(2) "20"
  [Ean] = string(13) "0000011101187"
  [PCB] = string(1) "0"
}
 
Niv502/06/2025 07:47:43113ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_FAC,,,FRA,FAC1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_FAC FRA FAC1 imp 1 site CR1 article SEM00557 lot 50510198 loc sscc 0000386433 ope 113 qte 222.8 pcu KG pohnum bpsnum date 20250602 bpslot dluo 20250603 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">SEM00557</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510198</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000386433</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">113</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">222.8</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250603</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00557"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510198"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000386433"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "113"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "222.8"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250603"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">SEM00557</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510198</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000386433</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">113</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">222.8</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250603</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00557"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510198"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000386433"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "113"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "222.8"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250603"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "SEM00557"
  [lot] = string(8) "50510198"
  [bpslot] = string(1) " "
  [sscc] = string(10) "0000386433"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(5) "222.8"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:47:52113ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_FAC,,,FRA,FAC1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_FAC FRA FAC1 imp 1 site CR1 article SEM00005 lot 50510546 loc sscc 0000387308 ope 113 qte 270.1 pcu KG pohnum bpsnum date 20250602 bpslot dluo 20250616 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">SEM00005</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510546</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387308</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">113</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">270.1</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250616</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00005"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510546"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387308"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "113"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "270.1"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250616"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">SEM00005</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510546</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387308</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">113</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">270.1</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250616</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00005"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510546"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387308"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "113"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "270.1"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250616"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "SEM00005"
  [lot] = string(8) "50510546"
  [bpslot] = string(1) " "
  [sscc] = string(10) "0000387308"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(5) "270.1"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 07:50:40113ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_FAC,,,FRA,FAC1)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_FAC FRA FAC1 imp 1 numof OFCR125060092 numligne 1000 nbcopies 30 debut 0 ean14 0000011100227 dateref 20250602 PCB 1.17 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125060092</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1000</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">30</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000011100227</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1.17</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060092"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "30"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000011100227"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(4) "1.17"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125060092</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1000</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">30</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000011100227</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">1.17</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060092"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "30"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000011100227"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(4) "1.17"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125060092"
  [mfglin] = string(4) "1000"
  [seq] = string(0) ""
  [nbEti] = string(2) "30"
  [Ean] = string(13) "0000011100227"
  [PCB] = string(4) "1.17"
}
 
Niv502/06/2025 07:51:14113ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_FAC,,,FRA,FAC1)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_FAC FRA FAC1 imp 1 numof OFCR125060092 numligne 1001 nbcopies 2 debut 0 ean14 0000011100227 dateref 20250602 PCB 1.17 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125060092</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1001</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000011100227</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1.17</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060092"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1001"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(1) "2"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000011100227"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(4) "1.17"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125060092</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1001</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">2</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000011100227</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">1.17</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060092"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1001"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(1) "2"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000011100227"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(4) "1.17"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125060092"
  [mfglin] = string(4) "1001"
  [seq] = string(0) ""
  [nbEti] = string(1) "2"
  [Ean] = string(13) "0000011100227"
  [PCB] = string(4) "1.17"
}
 
Niv502/06/2025 07:51:56113ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_FAC,,,FRA,FAC1)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_FAC FRA FAC1 imp 1 numof OFCR125060093 numligne 1000 nbcopies 30 debut 0 ean14 0000011100221 dateref 20250602 PCB 1.17 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125060093</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1000</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">30</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000011100221</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1.17</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060093"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "30"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000011100221"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(4) "1.17"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125060093</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1000</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">30</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000011100221</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">1.17</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060093"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "30"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000011100221"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(4) "1.17"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125060093"
  [mfglin] = string(4) "1000"
  [seq] = string(0) ""
  [nbEti] = string(2) "30"
  [Ean] = string(13) "0000011100221"
  [PCB] = string(4) "1.17"
}
 
Niv502/06/2025 07:52:20180ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(180)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 180 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">180</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "180"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">180</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "180"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(3) "180"
  [mdpasse] = string(3) "180"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 07:52:52180ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_DET,,,FRA,CDT2)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_DET FRA CDT2 imp 1 numof OFCR125050368 numligne 1000 nbcopies 35 debut 0 ean14 3102621008698 dateref 20250602 PCB 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125050368</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1000</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">35</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">3102621008698</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125050368"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "35"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "3102621008698"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125050368</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1000</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">35</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">3102621008698</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125050368"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "35"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "3102621008698"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125050368"
  [mfglin] = string(4) "1000"
  [seq] = string(0) ""
  [nbEti] = string(2) "35"
  [Ean] = string(13) "3102621008698"
  [PCB] = string(1) "1"
}
 
Niv502/06/2025 07:53:38113ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_FAC,,,FRA,FAC1)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_FAC FRA FAC1 imp 1 numof OFCR125060093 numligne 1001 nbcopies 2 debut 0 ean14 0000011100221 dateref 20250602 PCB 1.17 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125060093</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1001</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000011100221</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1.17</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060093"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1001"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(1) "2"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000011100221"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(4) "1.17"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125060093</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1001</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">2</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000011100221</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">1.17</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060093"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1001"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(1) "2"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000011100221"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(4) "1.17"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125060093"
  [mfglin] = string(4) "1001"
  [seq] = string(0) ""
  [nbEti] = string(1) "2"
  [Ean] = string(13) "0000011100221"
  [PCB] = string(4) "1.17"
}
 
Niv502/06/2025 07:53:5617ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(17)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 17 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">17</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "17"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">17</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "17"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(2) "17"
  [mdpasse] = string(2) "17"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 07:59:19101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050292,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050292 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050292</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050292"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050292</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050292"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(1) {
  [op] = string(11) "CR125050292"
}
 
Niv502/06/2025 07:59:22101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050292,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050292 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050292</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050292"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050292</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050292"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(1) {
  [op] = string(11) "CR125050292"
}
 
Niv502/06/2025 08:00:00101ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(EPIBIO00127,,,6,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EPIBIO00127 6 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EPIBIO00127</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">6</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(11) "EPIBIO00127"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EPIBIO00127</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">6</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(11) "EPIBIO00127"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(11) "EPIBIO00127"
  [op] = string(11) "CR125050292"
  [oplig] = string(4) "8000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "CB01"
  [loc] = string(4) "CB01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502947"
  [soplin] = string(4) "8000"
  [soqseq] = string(4) "8000"
  [stocou] = string(7) "1733738"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50110227"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..8000..8000....STOALL.........1.......50110227.....0000385086......CB01...173373899999999.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947.10000.10000....STOALL........20....................................DA27...173101699999999........20"
  [PnPCible] = string(10) "0000387584"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385086"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:00:00101ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(EPIBIO00127,,,6,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EPIBIO00127 6 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EPIBIO00127</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">6</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(11) "EPIBIO00127"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EPIBIO00127</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">6</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(11) "EPIBIO00127"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(11) "EPIBIO00127"
  [op] = string(11) "CR125050292"
  [oplig] = string(4) "8000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "CB01"
  [loc] = string(4) "CB01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502947"
  [soplin] = string(4) "8000"
  [soqseq] = string(4) "8000"
  [stocou] = string(7) "1733738"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50110227"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..8000..8000....STOALL.........1.......50110227.....0000385086......CB01...173373899999999.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947.10000.10000....STOALL........20....................................DA27...173101699999999........20"
  [PnPCible] = string(10) "0000387584"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385086"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:00:01101ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(EPIBIO00127,,,6,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EPIBIO00127 6 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EPIBIO00127</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">6</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(11) "EPIBIO00127"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EPIBIO00127</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">6</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(11) "EPIBIO00127"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(11) "EPIBIO00127"
  [op] = string(11) "CR125050292"
  [oplig] = string(4) "8000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "CB01"
  [loc] = string(4) "CB01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502947"
  [soplin] = string(4) "8000"
  [soqseq] = string(4) "8000"
  [stocou] = string(7) "1733738"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50110227"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..8000..8000....STOALL.........1.......50110227.....0000385086......CB01...173373899999999.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947.10000.10000....STOALL........20....................................DA27...173101699999999........20"
  [PnPCible] = string(10) "0000387584"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385086"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:00:08101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 101 CR1 EPIBIO00127 CB01 50110227 A CR125050292 8000 6 UN 0 UN 0000385086 D EXPED 0000387584 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EPIBIO00127</FLD> <FLD NAME="SLOC" TYPE="Char">CB01</FLD> <FLD NAME="SLOT" TYPE="Char">50110227</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050292</FLD> <FLD NAME="SOPLIG" TYPE="Integer">8000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000385086</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387584</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(11) "EPIBIO00127"
        [SLOC] = string(4) "CB01"
        [SLOT] = string(8) "50110227"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050292"
        [SOPLIG] = string(4) "8000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000385086"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387584"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EPIBIO00127</FLD><FLD NAME="SLOC" TYPE="Char">CB01</FLD><FLD NAME="SLOT" TYPE="Char">50110227</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000385086</FLD><FLD NAME="SOP" TYPE="Char">CR125050292</FLD><FLD NAME="SOPLIG" TYPE="Integer">8000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387584</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(11) "EPIBIO00127"
        [SLOC] = string(4) "CB01"
        [SLOT] = string(8) "50110227"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000385086"
        [SOP] = string(11) "CR125050292"
        [SOPLIG] = string(4) "8000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387584"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(11) "EPIBIO00127"
  [op] = string(11) "CR125050292"
  [oplig] = string(4) "8000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "CB01"
  [loc] = string(4) "CB01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502947"
  [soplin] = string(4) "8000"
  [soqseq] = string(4) "8000"
  [stocou] = string(7) "1733738"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50110227"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..8000..8000....STOALL.........1.......50110227.....0000385086......CB01...173373899999999.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947.10000.10000....STOALL........20....................................DA27...173101699999999........20"
  [PnPCible] = string(10) "0000387584"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385086"
  [lot] = string(8) "50110227"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:00:40102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050290,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050290 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050290"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050290"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(1) {
  [op] = string(11) "CR125050290"
}
 
Niv502/06/2025 08:00:41102ROYRENE:YWPUNLORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4413
Fonction : unLockCommande(CR125050290,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 291
Fonction : Run(YWPUNLORD, CR125050290 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050290"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050290"
        [SUSER] = string(3) "102"
  }
}
 




PC1_actions.php
array(4) {
  [act] = string(8) "unlockop"
  [op] = string(11) "CR125050290"
  [AutomaticLineValue] = string(13) "CR125050290;0"
  [ligne] = string(0) ""
}
 
Niv502/06/2025 08:00:42102ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 19
Fonction : unLockAll(102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 




PC1_01.php
array(3) {
  [erreur] = string(0) ""
  [forcecde] = string(0) ""
  [gotoone] = string(5) "false"
}
 
Niv502/06/2025 08:00:45102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050290,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050290 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050290"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050290"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(3) {
  [deb] = string(0) ""
  [op] = string(11) "CR125050290"
  [afftext] = string(4) "true"
}
 
Niv502/06/2025 08:01:23101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 EMB00310 DA27 A CR125050292 10000 20 UN 0 UN D EXPED 0000387584 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EMB00310</FLD> <FLD NAME="SLOC" TYPE="Char">DA27</FLD> <FLD NAME="SLOT" TYPE="Char"></FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050292</FLD> <FLD NAME="SOPLIG" TYPE="Integer">10000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">20</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387584</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EMB00310"
        [SLOC] = string(4) "DA27"
        [SLOT] = string(0) ""
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050292"
        [SOPLIG] = string(5) "10000"
        [SQTYSTU] = string(2) "20"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387584"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EMB00310</FLD><FLD NAME="SLOC" TYPE="Char">DA27</FLD><FLD NAME="SLOT" TYPE="Char"></FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050292</FLD><FLD NAME="SOPLIG" TYPE="Integer">10000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">20</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387584</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EMB00310"
        [SLOC] = string(4) "DA27"
        [SLOT] = string(0) ""
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050292"
        [SOPLIG] = string(5) "10000"
        [SQTYSTU] = string(2) "20"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387584"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "20"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB00310"
  [op] = string(11) "CR125050292"
  [oplig] = string(5) "10000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "DA27"
  [loc] = string(4) "DA27"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502947"
  [soplin] = string(5) "10000"
  [soqseq] = string(5) "10000"
  [stocou] = string(7) "1731016"
  [unite] = string(2) "UN"
  [lotligneop] = string(0) ""
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "20"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947.10000.10000....STOALL........20....................................DA27...173101699999999........20"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..9000..9000....STOALL........40....................................DA28...172660899999999........40"
  [PnPCible] = string(10) "0000387584"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "EMB00310"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(2) "20"
  [validform] = string(0) ""
}
 
Niv502/06/2025 08:01:4440ROYRENE:YWSCHG22
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2260
Fonction : Run(YWSCHG22, PalStoP-EmpMasse 40 CR1 MAT00241 CFAMAN 50210432 A 0000380925 75 KG CF2RDC A AN )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">PalStoP-EmpMasse</FLD> <FLD NAME="SUSER" TYPE="Char">40</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">MAT00241</FLD> <FLD NAME="SLOC" TYPE="Char">CFAMAN</FLD> <FLD NAME="SLOT" TYPE="Char">50210432</FLD> <FLD NAME="SSLO" TYPE="Char"> </FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000380925</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">75</FLD> <FLD NAME="SSTU" TYPE="Char">KG</FLD> <FLD NAME="DLOC" TYPE="Char">CF2RDC</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">AN</FLD> </GRP> </PARAM>

CS1_actions.php
array(1) {
  [PARAM] = array(15) {
        [SLIB] = string(16) "PalStoP-EmpMasse"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00241"
        [SLOC] = string(6) "CFAMAN"
        [SLOT] = string(8) "50210432"
        [SSLO] = string(1) " "
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000380925"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(2) "75"
        [SSTU] = string(2) "KG"
        [DLOC] = string(6) "CF2RDC"
        [DSTA] = string(1) "A"
        [STODO] = string(2) "AN"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">PalStoP-EmpMasse</FLD><FLD NAME="SUSER" TYPE="Char">40</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">MAT00241</FLD><FLD NAME="SLOC" TYPE="Char">CFAMAN</FLD><FLD NAME="SLOT" TYPE="Char">50210432</FLD><FLD NAME="SSLO" TYPE="Char"> </FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000380925</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">75</FLD><FLD NAME="SSTU" TYPE="Char">KG</FLD><FLD NAME="DLOC" TYPE="Char">CF2RDC</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">AN</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="RPALNUM" TYPE="Char">0000387585</FLD></GRP></RESULT>

CS1_actions.php
array(2) {
  [PARAM] = array(15) {
        [SLIB] = string(16) "PalStoP-EmpMasse"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00241"
        [SLOC] = string(6) "CFAMAN"
        [SLOT] = string(8) "50210432"
        [SSLO] = string(1) " "
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000380925"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(2) "75"
        [SSTU] = string(2) "KG"
        [DLOC] = string(6) "CF2RDC"
        [DSTA] = string(1) "A"
        [STODO] = string(2) "AN"
  }
  [RESULTAT] = array(1) {
        [RPALNUM] = string(10) "0000387585"
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000380925"
  [TypeSource] = string(21) "PaletteStockPartielle"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(6) "Cf2rdc"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "MAT00241"
  [SelectedLoc] = string(0) ""
  [designation] = string(28) "AMANDE BRUTE PROV UNSELECTED"
  [lot] = string(8) "50210432"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(6) "CFAMAN"
  [totalqte] = string(3) "525"
  [us] = string(2) "KG"
  [stocou] = string(7) "1719358"
  [qte] = string(2) "75"
  [unite] = string(2) "KG"
}
 
Niv502/06/2025 08:01:4440ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2395
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00241 lot 50210432 sscc 0000387585 ope 40 loc CFAMAN qte 75 pcu KG dluo 20260331 bpslot )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="10"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00241</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50210432</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387585</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CFAMAN</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">75</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260331</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

CS1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00241"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50210432"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387585"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(6) "CFAMAN"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "75"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260331"
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="10"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00241</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50210432</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387585</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char">CFAMAN</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">75</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260331</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN></TAB></RESULT>

CS1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00241"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50210432"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387585"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(6) "CFAMAN"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "75"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260331"
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000380925"
  [TypeSource] = string(21) "PaletteStockPartielle"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(6) "Cf2rdc"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "MAT00241"
  [SelectedLoc] = string(0) ""
  [designation] = string(28) "AMANDE BRUTE PROV UNSELECTED"
  [lot] = string(8) "50210432"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(6) "CFAMAN"
  [totalqte] = string(3) "525"
  [us] = string(2) "KG"
  [stocou] = string(7) "1719358"
  [qte] = string(2) "75"
  [unite] = string(2) "KG"
}
 
Niv502/06/2025 08:01:49101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 EMB00309 DA28 A CR125050292 9000 40 UN 0 UN D EXPED 0000387584 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EMB00309</FLD> <FLD NAME="SLOC" TYPE="Char">DA28</FLD> <FLD NAME="SLOT" TYPE="Char"></FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050292</FLD> <FLD NAME="SOPLIG" TYPE="Integer">9000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">40</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387584</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EMB00309"
        [SLOC] = string(4) "DA28"
        [SLOT] = string(0) ""
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050292"
        [SOPLIG] = string(4) "9000"
        [SQTYSTU] = string(2) "40"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387584"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EMB00309</FLD><FLD NAME="SLOC" TYPE="Char">DA28</FLD><FLD NAME="SLOT" TYPE="Char"></FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050292</FLD><FLD NAME="SOPLIG" TYPE="Integer">9000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">40</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387584</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EMB00309"
        [SLOC] = string(4) "DA28"
        [SLOT] = string(0) ""
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050292"
        [SOPLIG] = string(4) "9000"
        [SQTYSTU] = string(2) "40"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387584"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "40"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB00309"
  [op] = string(11) "CR125050292"
  [oplig] = string(4) "9000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "DA28"
  [loc] = string(4) "DA28"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502947"
  [soplin] = string(4) "9000"
  [soqseq] = string(4) "9000"
  [stocou] = string(7) "1726608"
  [unite] = string(2) "UN"
  [lotligneop] = string(0) ""
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "40"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..9000..9000....STOALL........40....................................DA28...172660899999999........40"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..1000..1000....STOALL.........2.......50210317.....................AA31...173552599999999.........4"
  [PnPCible] = string(10) "0000387584"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "EMB00309"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(2) "40"
  [validform] = string(0) ""
}
 
Niv502/06/2025 08:01:5440ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00241 lot 50210432 loc sscc 0000387585 ope 40 qte 75 pcu KG pohnum bpsnum date 20250602 bpslot 25011 dluo 20260331 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00241</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50210432</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387585</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">75</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">25011</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260331</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00241"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50210432"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387585"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "75"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(5) "25011"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260331"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00241</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50210432</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387585</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">75</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">25011</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260331</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00241"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50210432"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387585"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "75"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(5) "25011"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260331"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00241"
  [lot] = string(8) "50210432"
  [bpslot] = string(5) "25011"
  [sscc] = string(10) "0000387585"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(2) "75"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 08:01:5640ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00241 lot 50210432 loc sscc 0000387585 ope 40 qte 75 pcu KG pohnum bpsnum date 20250602 bpslot 25011 dluo 20260331 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00241</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50210432</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387585</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">75</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">25011</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260331</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00241"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50210432"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387585"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "75"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(5) "25011"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260331"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00241</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50210432</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387585</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">75</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">25011</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260331</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00241"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50210432"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387585"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "75"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(5) "25011"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260331"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00241"
  [lot] = string(8) "50210432"
  [bpslot] = string(5) "25011"
  [sscc] = string(10) "0000387585"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(2) "75"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 08:01:58102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 FRU00163 CONQUAI 02925 CR125050290 29000 9 UN 0 UN 0000380583 D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00163</FLD> <FLD NAME="SLOC" TYPE="Char">CONQUAI</FLD> <FLD NAME="SLOT" TYPE="Char">02925</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">29000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000380583</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00163"
        [SLOC] = string(7) "CONQUAI"
        [SLOT] = string(5) "02925"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "29000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000380583"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">FRU00163</FLD><FLD NAME="SLOC" TYPE="Char">CONQUAI</FLD><FLD NAME="SLOT" TYPE="Char">02925</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char"></FLD><FLD NAME="SPALNUM" TYPE="Char">0000380583</FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">29000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00163"
        [SLOC] = string(7) "CONQUAI"
        [SLOT] = string(5) "02925"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SPALNUM] = string(10) "0000380583"
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "29000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00163"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "29000"
  [tablin] = string(1) "1"
  [loccase] = string(7) "CONQUAI"
  [loc] = string(7) "CONQUAI"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "31000"
  [soqseq] = string(5) "31000"
  [stocou] = string(7) "1714090"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "02925"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.31000.31000....STOALL.........1..........02925.....0000380583...CONQUAI...171409099999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.32000.32000....STOALL.........1..........05825.....................AB12...172182799999999.........9"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000380583"
  [lot] = string(5) "02925"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:02:02101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00752 AA31 50210317 A CR125050292 1000 2 UN 0 UN D EXPED 0000387584 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00752</FLD> <FLD NAME="SLOC" TYPE="Char">AA31</FLD> <FLD NAME="SLOT" TYPE="Char">50210317</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050292</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">2</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387584</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00752"
        [SLOC] = string(4) "AA31"
        [SLOT] = string(8) "50210317"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050292"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(1) "2"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387584"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00752</FLD><FLD NAME="SLOC" TYPE="Char">AA31</FLD><FLD NAME="SLOT" TYPE="Char">50210317</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050292</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">2</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387584</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00752"
        [SLOC] = string(4) "AA31"
        [SLOT] = string(8) "50210317"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050292"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(1) "2"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387584"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "4"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00752"
  [op] = string(11) "CR125050292"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "AA31"
  [loc] = string(4) "AA31"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502947"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1735525"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50210317"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "4"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..1000..1000....STOALL.........2.......50210317.....................AA31...173552599999999.........4"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..3000..3000....STOALL.........1..........34624.....................AA24...173555099999999.........6"
  [PnPCible] = string(10) "0000387584"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00752"
  [lot] = string(8) "50210317"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:02:07101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00752 AA31 50210317 A CR125050292 1000 2 UN 0 UN D EXPED 0000387584 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00752</FLD> <FLD NAME="SLOC" TYPE="Char">AA31</FLD> <FLD NAME="SLOT" TYPE="Char">50210317</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050292</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">2</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387584</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00752"
        [SLOC] = string(4) "AA31"
        [SLOT] = string(8) "50210317"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050292"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(1) "2"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387584"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00752</FLD><FLD NAME="SLOC" TYPE="Char">AA31</FLD><FLD NAME="SLOT" TYPE="Char">50210317</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050292</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">2</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387584</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00752"
        [SLOC] = string(4) "AA31"
        [SLOT] = string(8) "50210317"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050292"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(1) "2"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387584"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00752"
  [op] = string(11) "CR125050292"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "AA31"
  [loc] = string(4) "AA31"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502947"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1735525"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50210317"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..1000..1000....STOALL.........2.......50210317.....................AA31...173552599999999.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..3000..3000....STOALL.........1..........34624.....................AA24...173555099999999.........6"
  [PnPCible] = string(10) "0000387584"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00752"
  [lot] = string(8) "50210317"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv102/06/2025 08:02:12102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 FRU00166 AB12 05825 CR125050290 30000 9 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00166</FLD> <FLD NAME="SLOC" TYPE="Char">AB12</FLD> <FLD NAME="SLOT" TYPE="Char">05825</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">30000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00166"
        [SLOC] = string(4) "AB12"
        [SLOT] = string(5) "05825"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "30000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 


-- TechnicalInfos --

PC1_actions.php
array(17) {
  [busy] = bool(false)
  [changeLanguage] = bool(false)
  [changeUserId] = bool(false)
  [flushAdx] = bool(false)
  [loadWebsDuration] = float(0)
  [nbDistributionCycle] = int(-1)
  [poolDistribDuration] = float(0)
  [poolEntryIdx] = int(21976)
  [poolExecDuration] = float(59)
  [poolRequestDuration] = float(-1)
  [poolWaitDuration] = float(0)
  [processReportSize] = int(-1)
  [reloadWebs] = bool(false)
  [resumitAfterDBOpen] = bool(false)
  [rowInDistribStack] = NULL
  [totalDuration] = float(61)
  [traceRequestSize] = int(10354)
}
 
YWSUNPAL - MABO LOG Marina BONGIORNO est sur la commande CVCR12502933



PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00166"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "30000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AB12"
  [loc] = string(4) "AB12"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "32000"
  [soqseq] = string(5) "32000"
  [stocou] = string(7) "1721827"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "05825"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.32000.32000....STOALL.........1..........05825.....................AB12...172182799999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.32000.32000....STOALL.........1..........05825.....................AB12...172182799999999.........9"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(4) "ab12"
  [lot] = string(5) "05825"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv102/06/2025 08:02:12102ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 184
Fonct :
Lien : /CRRPROD/PC1_actions.php?AutomaticLineValue=
&act=ValidForm777
&site=CR1
&qteaprep=9
&qteprep=0
&article=FRU00166
&op=CR125050290
&oplig=30000
&tablin=0
&loccase=AB12
&loc=AB12
&case=
&cde=CVCR12502933
&soplin=32000
&soqseq=32000
&stocou=1721827
&unite=UN
&lotligneop=05825
&sloligneop=
&stu=UN
&locsta=A
&codeope=102
&methodePrep=1
&qtelot=9
&unalloc=
&ALLTYPPC=3
&currLineKey=.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.32000.32000....STOALL.........1..........05825.....................AB12...172182799999999.........9
&nextLineKey=.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.32000.32000....STOALL.........1..........05825.....................AB12...172182799999999.........9
&PnPCible=0000387579
&PnPTypecible=Palette
&Flash777=ab12
&lot=05825
&slo=
&sernum=
&sta=
&emplacCible=EXPED
&qte=1
&unite=CARYWSUNPALYWSUNPAL - MABO LOG Marina BONGIORNO est sur la commande CVCR12502933
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00166</FLD> <FLD NAME="SLOC" TYPE="Char">AB12</FLD> <FLD NAME="SLOT" TYPE="Char">05825</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">30000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM> Niv102/06/2025 08:02:26102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 FRU00166 AB12 05825 CR125050290 30000 9 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00166</FLD> <FLD NAME="SLOC" TYPE="Char">AB12</FLD> <FLD NAME="SLOT" TYPE="Char">05825</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">30000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00166"
        [SLOC] = string(4) "AB12"
        [SLOT] = string(5) "05825"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "30000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 


-- TechnicalInfos --

PC1_actions.php
array(17) {
  [busy] = bool(false)
  [changeLanguage] = bool(false)
  [changeUserId] = bool(false)
  [flushAdx] = bool(false)
  [loadWebsDuration] = float(0)
  [nbDistributionCycle] = int(-1)
  [poolDistribDuration] = float(0)
  [poolEntryIdx] = int(13148)
  [poolExecDuration] = float(50)
  [poolRequestDuration] = float(-1)
  [poolWaitDuration] = float(0)
  [processReportSize] = int(-1)
  [reloadWebs] = bool(false)
  [resumitAfterDBOpen] = bool(false)
  [rowInDistribStack] = NULL
  [totalDuration] = float(59)
  [traceRequestSize] = int(10354)
}
 
YWSUNPAL - MABO LOG Marina BONGIORNO est sur la commande CVCR12502933



PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00166"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "30000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AB12"
  [loc] = string(4) "AB12"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "32000"
  [soqseq] = string(5) "32000"
  [stocou] = string(7) "1721827"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "05825"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.32000.32000....STOALL.........1..........05825.....................AB12...172182799999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.32000.32000....STOALL.........1..........05825.....................AB12...172182799999999.........9"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(4) "ab12"
  [lot] = string(5) "05825"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv102/06/2025 08:02:26102ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 184
Fonct :
Lien : /CRRPROD/PC1_actions.php?AutomaticLineValue=
&act=ValidForm777
&site=CR1
&qteaprep=9
&qteprep=0
&article=FRU00166
&op=CR125050290
&oplig=30000
&tablin=0
&loccase=AB12
&loc=AB12
&case=
&cde=CVCR12502933
&soplin=32000
&soqseq=32000
&stocou=1721827
&unite=UN
&lotligneop=05825
&sloligneop=
&stu=UN
&locsta=A
&codeope=102
&methodePrep=1
&qtelot=9
&unalloc=
&ALLTYPPC=3
&currLineKey=.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.32000.32000....STOALL.........1..........05825.....................AB12...172182799999999.........9
&nextLineKey=.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.32000.32000....STOALL.........1..........05825.....................AB12...172182799999999.........9
&PnPCible=0000387579
&PnPTypecible=Palette
&Flash777=ab12
&lot=05825
&slo=
&sernum=
&sta=
&emplacCible=EXPED
&qte=1
&unite=CARYWSUNPALYWSUNPAL - MABO LOG Marina BONGIORNO est sur la commande CVCR12502933
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00166</FLD> <FLD NAME="SLOC" TYPE="Char">AB12</FLD> <FLD NAME="SLOT" TYPE="Char">05825</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">30000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM> Niv502/06/2025 08:02:3140ROYRENE:YWSCHG22
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2260
Fonction : Run(YWSCHG22, PalStoP-EmpMasse 40 CR1 MAT00027 CFAMAN 40810201 A 0000365403 60 KG CF2RDC A AN )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">PalStoP-EmpMasse</FLD> <FLD NAME="SUSER" TYPE="Char">40</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">MAT00027</FLD> <FLD NAME="SLOC" TYPE="Char">CFAMAN</FLD> <FLD NAME="SLOT" TYPE="Char">40810201</FLD> <FLD NAME="SSLO" TYPE="Char"> </FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000365403</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">60</FLD> <FLD NAME="SSTU" TYPE="Char">KG</FLD> <FLD NAME="DLOC" TYPE="Char">CF2RDC</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">AN</FLD> </GRP> </PARAM>

CS1_actions.php
array(1) {
  [PARAM] = array(15) {
        [SLIB] = string(16) "PalStoP-EmpMasse"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00027"
        [SLOC] = string(6) "CFAMAN"
        [SLOT] = string(8) "40810201"
        [SSLO] = string(1) " "
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000365403"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(2) "60"
        [SSTU] = string(2) "KG"
        [DLOC] = string(6) "CF2RDC"
        [DSTA] = string(1) "A"
        [STODO] = string(2) "AN"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">PalStoP-EmpMasse</FLD><FLD NAME="SUSER" TYPE="Char">40</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">MAT00027</FLD><FLD NAME="SLOC" TYPE="Char">CFAMAN</FLD><FLD NAME="SLOT" TYPE="Char">40810201</FLD><FLD NAME="SSLO" TYPE="Char"> </FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000365403</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">60</FLD><FLD NAME="SSTU" TYPE="Char">KG</FLD><FLD NAME="DLOC" TYPE="Char">CF2RDC</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">AN</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="RPALNUM" TYPE="Char">0000387586</FLD></GRP></RESULT>

CS1_actions.php
array(2) {
  [PARAM] = array(15) {
        [SLIB] = string(16) "PalStoP-EmpMasse"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00027"
        [SLOC] = string(6) "CFAMAN"
        [SLOT] = string(8) "40810201"
        [SSLO] = string(1) " "
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000365403"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(2) "60"
        [SSTU] = string(2) "KG"
        [DLOC] = string(6) "CF2RDC"
        [DSTA] = string(1) "A"
        [STODO] = string(2) "AN"
  }
  [RESULTAT] = array(1) {
        [RPALNUM] = string(10) "0000387586"
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000365403"
  [TypeSource] = string(21) "PaletteStockPartielle"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(6) "Cf2rdc"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "MAT00027"
  [SelectedLoc] = string(0) ""
  [designation] = string(28) "PISTACHE DECORTIQUEE ESPAGNE"
  [lot] = string(8) "40810201"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(6) "CFAMAN"
  [totalqte] = string(3) "270"
  [us] = string(2) "KG"
  [stocou] = string(7) "1712797"
  [qte] = string(2) "60"
  [unite] = string(2) "KG"
}
 
Niv502/06/2025 08:02:3240ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2395
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00027 lot 40810201 sscc 0000387586 ope 40 loc CFAMAN qte 60 pcu KG dluo 20250731 bpslot )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="10"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00027</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40810201</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387586</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CFAMAN</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">60</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250731</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

CS1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00027"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "40810201"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387586"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(6) "CFAMAN"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "60"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250731"
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="10"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00027</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">40810201</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387586</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char">CFAMAN</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">60</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250731</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN></TAB></RESULT>

CS1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00027"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "40810201"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387586"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(6) "CFAMAN"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "60"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250731"
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000365403"
  [TypeSource] = string(21) "PaletteStockPartielle"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(6) "Cf2rdc"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "MAT00027"
  [SelectedLoc] = string(0) ""
  [designation] = string(28) "PISTACHE DECORTIQUEE ESPAGNE"
  [lot] = string(8) "40810201"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(6) "CFAMAN"
  [totalqte] = string(3) "270"
  [us] = string(2) "KG"
  [stocou] = string(7) "1712797"
  [qte] = string(2) "60"
  [unite] = string(2) "KG"
}
 
Niv502/06/2025 08:02:49102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 FRU00166 AB12 05825 CR125050290 30000 9 UN 0 UN D EXPED 0000387579 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00166</FLD> <FLD NAME="SLOC" TYPE="Char">AB12</FLD> <FLD NAME="SLOT" TYPE="Char">05825</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SOPLIG" TYPE="Integer">30000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00166"
        [SLOC] = string(4) "AB12"
        [SLOT] = string(5) "05825"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "30000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">FRU00166</FLD><FLD NAME="SLOC" TYPE="Char">AB12</FLD><FLD NAME="SLOT" TYPE="Char">05825</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char"></FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SOPLIG" TYPE="Integer">30000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387579</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00166"
        [SLOC] = string(4) "AB12"
        [SLOT] = string(5) "05825"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050290"
        [SOPLIG] = string(5) "30000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387579"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00166"
  [op] = string(11) "CR125050290"
  [oplig] = string(5) "30000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AB12"
  [loc] = string(4) "AB12"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502933"
  [soplin] = string(5) "32000"
  [soqseq] = string(5) "32000"
  [stocou] = string(7) "1721827"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "05825"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.32000.32000....STOALL.........1..........05825.....................AB12...172182799999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502933.32000.32000....STOALL.........1..........05825.....................AB12...172182799999999.........9"
  [PnPCible] = string(10) "0000387579"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(4) "ab12"
  [lot] = string(5) "05825"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:02:50102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050290,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050290 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050290</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050290"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050290</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050290"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(2) {
  [op] = string(11) "CR125050290"
  [success] = string(23) "Préparation terminée."
}
 
Niv502/06/2025 08:03:03102ROYRENE:YLIVRAISON
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4728
Fonction : Run(YLIVRAISON, CRR CR1 C19 C19 01 01 01 01 1 0 C1901CR1C1901EUR11C19C19CONFISERIEDUROYRENENIMESCONFISERIEDUROYRENENIMESFRCHQ30FM11 73~FRA~FR42621620921~21 9,RUEDELASPIC30000NIMES9,RUEDELASPIC30000NIMESCVCR12502933 1 1 2 EXPE_1 102 1 49 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPY" TYPE="Char">CRR</FLD> <FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="YSHIDAT" TYPE="Date"></FLD> <FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD> <FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD> <FLD NAME="YBPCORDDEB" TYPE="Char">C19</FLD> <FLD NAME="YBPCORDFIN" TYPE="Char">C19</FLD> <FLD NAME="YBPAADDDEB" TYPE="Char">01</FLD> <FLD NAME="YBPAADDFIN" TYPE="Char">01</FLD> <FLD NAME="YBPTNUMDEB" TYPE="Char">01</FLD> <FLD NAME="YBPTNUMFIN" TYPE="Char">01</FLD> <FLD NAME="YDRNFLG" TYPE="Integer">1</FLD> <FLD NAME="YDRN" TYPE="Integer">0</FLD> <FLD NAME="YY_OP" TYPE="Char"></FLD> <FLD NAME="YY_KEYPREP1" TYPE="Char">C1901CR1C1901EUR11C19C19CONFISERIEDUROYRENENIMESCONFISERIEDUROYRENENIMESFRCHQ30FM11 73~FRA~FR42621620921~21</FLD> <FLD NAME="YY_KEYPREP2" TYPE="Char">9,RUEDELASPIC30000NIMES9,RUEDELASPIC30000NIMESCVCR12502933</FLD> <FLD NAME="YRUPDAT" TYPE="Integer">1</FLD> <FLD NAME="YCFMFLG" TYPE="Integer">1</FLD> <FLD NAME="YNDEFLG" TYPE="Integer">2</FLD> <FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD> <FLD NAME="YUSER" TYPE="Char">102</FLD> <FLD NAME="YNBPAL" TYPE="Integer">1</FLD> <FLD NAME="YNBCOL" TYPE="Integer">49</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(0) ""
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(3) "C19"
        [YBPCORDFIN] = string(3) "C19"
        [YBPAADDDEB] = string(2) "01"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "01"
        [YBPTNUMFIN] = string(2) "01"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(114) "C1901CR1C1901EUR11C19C19CONFISERIEDUROYRENENIMESCONFISERIEDUROYRENENIMESFRCHQ30FM11                73~FRA~FR42621620921~21"
        [YY_KEYPREP2] = string(58) "9,RUEDELASPIC30000NIMES9,RUEDELASPIC30000NIMESCVCR12502933"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "49"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPY" TYPE="Char">CRR</FLD><FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="YSHIDAT" TYPE="Date">[0/0/0]</FLD><FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD><FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD><FLD NAME="YBPCORDDEB" TYPE="Char">C19</FLD><FLD NAME="YBPAADDDEB" TYPE="Char">01</FLD><FLD NAME="YBPCORDFIN" TYPE="Char">C19</FLD><FLD NAME="YBPAADDFIN" TYPE="Char">01</FLD><FLD NAME="YBPTNUMDEB" TYPE="Char">01</FLD><FLD NAME="YBPTNUMFIN" TYPE="Char">01</FLD><FLD NAME="YDRNFLG" TYPE="Integer">1</FLD><FLD NAME="YDRN" TYPE="Integer">0</FLD><FLD NAME="YY_OP" TYPE="Char"></FLD><FLD NAME="YY_KEYPREP1" TYPE="Char">C1901CR1C1901EUR11C19C19CONFISERIEDUROYRENENIMESCONFISERIEDUROYRENENIMESFRCHQ30FM11 73~FRA~FR42621620921~21</FLD><FLD NAME="YY_KEYPREP2" TYPE="Char">9,RUEDELASPIC30000NIMES9,RUEDELASPIC30000NIMESCVCR12502933</FLD><FLD NAME="YRUPDAT" TYPE="Integer">1</FLD><FLD NAME="YCFMFLG" TYPE="Integer">1</FLD><FLD NAME="YNDEFLG" TYPE="Integer">2</FLD><FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD><FLD NAME="YUSER" TYPE="Char">102</FLD><FLD NAME="YNBPAL" TYPE="Integer">1</FLD><FLD NAME="YNBCOL" TYPE="Integer">49</FLD></GRP><TAB DIM="50" ID="RESULTAT" SIZE="1"><LIN NUM="1"><FLD NAME="YSDHNUM" TYPE="Char">LVCR12501291</FLD><FLD NAME="YNB_ERR" TYPE="Integer">0</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(3) "C19"
        [YBPAADDDEB] = string(2) "01"
        [YBPCORDFIN] = string(3) "C19"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "01"
        [YBPTNUMFIN] = string(2) "01"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(114) "C1901CR1C1901EUR11C19C19CONFISERIEDUROYRENENIMESCONFISERIEDUROYRENENIMESFRCHQ30FM11                73~FRA~FR42621620921~21"
        [YY_KEYPREP2] = string(58) "9,RUEDELASPIC30000NIMES9,RUEDELASPIC30000NIMESCVCR12502933"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "49"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501291"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(3) "C19"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "01"
  [keyprep1] = string(120) "C1901CR1C1901EUR11C19C19CONFISERIEDUROYRENENIMESCONFISERIEDUROYRENENIMESFRCHQ30FM11                73%7EFRA%7EFR42621620921%7E21"
  [keyprep2] = string(62) "9%2CRUEDELASPIC30000NIMES9%2CRUEDELASPIC30000NIMESCVCR12502933"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "49"
  [transp1] = string(2) "01"
  [backurl] = string(25) "PC1_02.php?op=CR125050290"
  [idERR] = string(4) "ERR1"
}
 
Niv402/06/2025 08:03:03102ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4741
Fonct :
Lien : /CRRPROD/PC1_actions.php?act=CreBL&client=C19&idBouton=BL1&nbBLActifs=1&adrLiv=01&keyprep1=C1901CR1C1901EUR11C19C19CONFISERIEDUROYRENENIMESCONFISERIEDUROYRENENIMESFRCHQ30FM11++++++++73%257EFRA%257EFR42621620921%257E21&keyprep2=9%252CRUEDELASPIC30000NIMES9%252CRUEDELASPIC30000NIMESCVCR12502933&nbpal1=1&nbcol1=49&transp1=01&backurl=PC1_02.php%3Fop%3DCR125050290&idERR=ERR1--
Data :
PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(3) "C19"
        [YBPAADDDEB] = string(2) "01"
        [YBPCORDFIN] = string(3) "C19"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "01"
        [YBPTNUMFIN] = string(2) "01"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(114) "C1901CR1C1901EUR11C19C19CONFISERIEDUROYRENENIMESCONFISERIEDUROYRENENIMESFRCHQ30FM11                73~FRA~FR42621620921~21"
        [YY_KEYPREP2] = string(58) "9,RUEDELASPIC30000NIMES9,RUEDELASPIC30000NIMESCVCR12502933"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "49"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501291"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 
Niv502/06/2025 08:03:03102ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4852
Fonction : WmsPrintAuto(XT1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(XETIQTRANSPORT,1,Array,imp,,EXPE_1_2,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, XETIQTRANSPORT 1 EXPE_1_2 FRA imp 1 client C19 stofcy CR1 numcde CVCR12502933 numpal )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="4"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">client</FLD> <FLD NAME="VVALPARAM" TYPE="Char">C19</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502933</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(3) "C19"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12502933"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="4"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">client</FLD><FLD NAME="VVALPARAM" TYPE="Char">C19</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502933</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(3) "C19"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12502933"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(3) "C19"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "01"
  [keyprep1] = string(120) "C1901CR1C1901EUR11C19C19CONFISERIEDUROYRENENIMESCONFISERIEDUROYRENENIMESFRCHQ30FM11                73%7EFRA%7EFR42621620921%7E21"
  [keyprep2] = string(62) "9%2CRUEDELASPIC30000NIMES9%2CRUEDELASPIC30000NIMESCVCR12502933"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "49"
  [transp1] = string(2) "01"
  [backurl] = string(25) "PC1_02.php?op=CR125050290"
  [idERR] = string(4) "ERR1"
}
 
Niv502/06/2025 08:03:03102ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 19
Fonction : unLockAll(102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 




PC1_01.php
array(1) {
  [success] = string(36) "Création BL LVCR12501291 effectuée"
}
 
Niv502/06/2025 08:03:2140ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00027 lot 40810201 loc sscc 0000387586 ope 40 qte 60 pcu KG pohnum bpsnum date 20250602 bpslot CONKR001ES/23 dluo 20250731 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00027</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40810201</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387586</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">60</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CONKR001ES/23</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250731</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00027"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "40810201"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387586"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "60"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(13) "CONKR001ES/23"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250731"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00027</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">40810201</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387586</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">60</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">CONKR001ES/23</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250731</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00027"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "40810201"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387586"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "60"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(13) "CONKR001ES/23"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250731"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00027"
  [lot] = string(8) "40810201"
  [bpslot] = string(13) "CONKR001ES/23"
  [sscc] = string(10) "0000387586"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(2) "60"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 08:03:2340ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00027 lot 40810201 loc sscc 0000387586 ope 40 qte 60 pcu KG pohnum bpsnum date 20250602 bpslot CONKR001ES/23 dluo 20250731 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00027</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40810201</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387586</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">60</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CONKR001ES/23</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250731</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00027"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "40810201"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387586"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "60"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(13) "CONKR001ES/23"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250731"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00027</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">40810201</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387586</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">60</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">CONKR001ES/23</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250731</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00027"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "40810201"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387586"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "60"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(13) "CONKR001ES/23"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250731"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00027"
  [lot] = string(8) "40810201"
  [bpslot] = string(13) "CONKR001ES/23"
  [sscc] = string(10) "0000387586"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(2) "60"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 08:03:52101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050292,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050292 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050292</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050292"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050292</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050292"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(1) {
  [op] = string(11) "CR125050292"
}
 
Niv502/06/2025 08:04:01101ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(EPIBIO00079,,,6,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EPIBIO00079 6 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EPIBIO00079</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">6</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(11) "EPIBIO00079"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EPIBIO00079</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">6</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(11) "EPIBIO00079"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(11) "EPIBIO00079"
  [op] = string(11) "CR125050292"
  [oplig] = string(4) "7000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AD31"
  [loc] = string(4) "AD31"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502947"
  [soplin] = string(4) "7000"
  [soqseq] = string(4) "7000"
  [stocou] = string(7) "1741805"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50110228"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..7000..7000....STOALL.........1.......50110228.....0000378817......AD31...174180599999999.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..3000..3000....STOALL.........1..........34624.....................AA24...173555099999999.........6"
  [PnPCible] = string(10) "0000387584"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000378817"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:04:01101ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(EPIBIO00079,,,6,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EPIBIO00079 6 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EPIBIO00079</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">6</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(11) "EPIBIO00079"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EPIBIO00079</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">6</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(11) "EPIBIO00079"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(11) "EPIBIO00079"
  [op] = string(11) "CR125050292"
  [oplig] = string(4) "7000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AD31"
  [loc] = string(4) "AD31"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502947"
  [soplin] = string(4) "7000"
  [soqseq] = string(4) "7000"
  [stocou] = string(7) "1741805"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50110228"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..7000..7000....STOALL.........1.......50110228.....0000378817......AD31...174180599999999.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..3000..3000....STOALL.........1..........34624.....................AA24...173555099999999.........6"
  [PnPCible] = string(10) "0000387584"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000378817"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:04:01101ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(EPIBIO00079,,,6,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EPIBIO00079 6 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EPIBIO00079</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">6</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(11) "EPIBIO00079"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EPIBIO00079</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">6</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(11) "EPIBIO00079"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(11) "EPIBIO00079"
  [op] = string(11) "CR125050292"
  [oplig] = string(4) "7000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AD31"
  [loc] = string(4) "AD31"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502947"
  [soplin] = string(4) "7000"
  [soqseq] = string(4) "7000"
  [stocou] = string(7) "1741805"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50110228"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..7000..7000....STOALL.........1.......50110228.....0000378817......AD31...174180599999999.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..3000..3000....STOALL.........1..........34624.....................AA24...173555099999999.........6"
  [PnPCible] = string(10) "0000387584"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000378817"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:04:02101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 101 CR1 EPIBIO00079 AD31 50110228 A CR125050292 7000 6 UN 0 UN 0000378817 D EXPED 0000387584 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EPIBIO00079</FLD> <FLD NAME="SLOC" TYPE="Char">AD31</FLD> <FLD NAME="SLOT" TYPE="Char">50110228</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050292</FLD> <FLD NAME="SOPLIG" TYPE="Integer">7000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000378817</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387584</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(11) "EPIBIO00079"
        [SLOC] = string(4) "AD31"
        [SLOT] = string(8) "50110228"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050292"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000378817"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387584"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EPIBIO00079</FLD><FLD NAME="SLOC" TYPE="Char">AD31</FLD><FLD NAME="SLOT" TYPE="Char">50110228</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000378817</FLD><FLD NAME="SOP" TYPE="Char">CR125050292</FLD><FLD NAME="SOPLIG" TYPE="Integer">7000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387584</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(11) "EPIBIO00079"
        [SLOC] = string(4) "AD31"
        [SLOT] = string(8) "50110228"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000378817"
        [SOP] = string(11) "CR125050292"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387584"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(11) "EPIBIO00079"
  [op] = string(11) "CR125050292"
  [oplig] = string(4) "7000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AD31"
  [loc] = string(4) "AD31"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502947"
  [soplin] = string(4) "7000"
  [soqseq] = string(4) "7000"
  [stocou] = string(7) "1741805"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50110228"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..7000..7000....STOALL.........1.......50110228.....0000378817......AD31...174180599999999.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..3000..3000....STOALL.........1..........34624.....................AA24...173555099999999.........6"
  [PnPCible] = string(10) "0000387584"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000378817"
  [lot] = string(8) "50110228"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:04:36102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050293,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050293 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050293"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050293</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050293"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(3) {
  [deb] = string(0) ""
  [op] = string(11) "CR125050293"
  [afftext] = string(4) "true"
}
 
Niv502/06/2025 08:05:2118ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_ULM,,,FRA,CDT1)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_ULM FRA CDT1 imp 1 numof OFCR125050450 numligne 1000 nbcopies 101 debut 0 ean14 3102621003525 dateref 20250602 PCB 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_ULM</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125050450</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1000</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">101</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">3102621003525</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_ULM"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125050450"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(3) "101"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "3102621003525"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_ULM</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125050450</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1000</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">101</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">3102621003525</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_ULM"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125050450"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(3) "101"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "3102621003525"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125050450"
  [mfglin] = string(4) "1000"
  [seq] = string(0) ""
  [nbEti] = string(3) "101"
  [Ean] = string(13) "3102621003525"
  [PCB] = string(1) "1"
}
 
Niv502/06/2025 08:05:21113ROYRENE:YWSCHG22
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2260
Fonction : Run(YWSCHG22, PalStoP-EmpMasse 113 CR1 MAT00408 MATRDC 50410460 A 0000385171 25 KG CALPR A AN )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">PalStoP-EmpMasse</FLD> <FLD NAME="SUSER" TYPE="Char">113</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">MAT00408</FLD> <FLD NAME="SLOC" TYPE="Char">MATRDC</FLD> <FLD NAME="SLOT" TYPE="Char">50410460</FLD> <FLD NAME="SSLO" TYPE="Char"> </FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000385171</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">25</FLD> <FLD NAME="SSTU" TYPE="Char">KG</FLD> <FLD NAME="DLOC" TYPE="Char">CALPR</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">AN</FLD> </GRP> </PARAM>

CS1_actions.php
array(1) {
  [PARAM] = array(15) {
        [SLIB] = string(16) "PalStoP-EmpMasse"
        [SUSER] = string(3) "113"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00408"
        [SLOC] = string(6) "MATRDC"
        [SLOT] = string(8) "50410460"
        [SSLO] = string(1) " "
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000385171"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(2) "25"
        [SSTU] = string(2) "KG"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(2) "AN"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">PalStoP-EmpMasse</FLD><FLD NAME="SUSER" TYPE="Char">113</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">MAT00408</FLD><FLD NAME="SLOC" TYPE="Char">MATRDC</FLD><FLD NAME="SLOT" TYPE="Char">50410460</FLD><FLD NAME="SSLO" TYPE="Char"> </FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000385171</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">25</FLD><FLD NAME="SSTU" TYPE="Char">KG</FLD><FLD NAME="DLOC" TYPE="Char">CALPR</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">AN</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="RPALNUM" TYPE="Char">0000387587</FLD></GRP></RESULT>

CS1_actions.php
array(2) {
  [PARAM] = array(15) {
        [SLIB] = string(16) "PalStoP-EmpMasse"
        [SUSER] = string(3) "113"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00408"
        [SLOC] = string(6) "MATRDC"
        [SLOT] = string(8) "50410460"
        [SSLO] = string(1) " "
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000385171"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(2) "25"
        [SSTU] = string(2) "KG"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(2) "AN"
  }
  [RESULTAT] = array(1) {
        [RPALNUM] = string(10) "0000387587"
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000385171"
  [TypeSource] = string(21) "PaletteStockPartielle"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(5) "CALPR"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "MAT00408"
  [SelectedLoc] = string(0) ""
  [designation] = string(30) "BLC D'OEUF PDR PLEIN AIR FRANC"
  [lot] = string(8) "50410460"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(6) "MATRDC"
  [totalqte] = string(3) "550"
  [us] = string(2) "KG"
  [stocou] = string(7) "1738508"
  [qte] = string(2) "25"
  [unite] = string(2) "KG"
}
 
Niv502/06/2025 08:05:21113ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2395
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_FAC,,,FRA,FAC1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_FAC FRA FAC1 imp 1 site CR1 article MAT00408 lot 50410460 sscc 0000387587 ope 113 loc MATRDC qte 25 pcu KG dluo 20270614 bpslot )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="10"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00408</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50410460</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387587</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">113</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MATRDC</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">25</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270614</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

CS1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00408"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410460"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387587"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "113"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(6) "MATRDC"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "25"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270614"
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="10"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00408</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50410460</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387587</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">113</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char">MATRDC</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">25</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270614</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN></TAB></RESULT>

CS1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00408"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410460"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387587"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "113"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(6) "MATRDC"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "25"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270614"
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000385171"
  [TypeSource] = string(21) "PaletteStockPartielle"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(5) "CALPR"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "MAT00408"
  [SelectedLoc] = string(0) ""
  [designation] = string(30) "BLC D'OEUF PDR PLEIN AIR FRANC"
  [lot] = string(8) "50410460"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(6) "MATRDC"
  [totalqte] = string(3) "550"
  [us] = string(2) "KG"
  [stocou] = string(7) "1738508"
  [qte] = string(2) "25"
  [unite] = string(2) "KG"
}
 
Niv502/06/2025 08:05:31113ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_FAC,,,FRA,FAC1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_FAC FRA FAC1 imp 1 site CR1 article MAT00408 lot 50410460 loc sscc 0000387587 ope 113 qte 25 pcu KG pohnum bpsnum date 20250602 bpslot 4166.187 dluo 20270614 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00408</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50410460</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387587</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">113</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">25</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">4166.187</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270614</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00408"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410460"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387587"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "113"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "25"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(8) "4166.187"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270614"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00408</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50410460</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387587</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">113</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">25</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">4166.187</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270614</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00408"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410460"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387587"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "113"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "25"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(8) "4166.187"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270614"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00408"
  [lot] = string(8) "50410460"
  [bpslot] = string(8) "4166.187"
  [sscc] = string(10) "0000387587"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(2) "25"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 08:06:03101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 FRU00190 AA24 34624 A CR125050292 3000 6 UN 0 UN D EXPED 0000387584 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00190</FLD> <FLD NAME="SLOC" TYPE="Char">AA24</FLD> <FLD NAME="SLOT" TYPE="Char">34624</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050292</FLD> <FLD NAME="SOPLIG" TYPE="Integer">3000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387584</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00190"
        [SLOC] = string(4) "AA24"
        [SLOT] = string(5) "34624"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050292"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387584"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">FRU00190</FLD><FLD NAME="SLOC" TYPE="Char">AA24</FLD><FLD NAME="SLOT" TYPE="Char">34624</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050292</FLD><FLD NAME="SOPLIG" TYPE="Integer">3000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387584</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00190"
        [SLOC] = string(4) "AA24"
        [SLOT] = string(5) "34624"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050292"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387584"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00190"
  [op] = string(11) "CR125050292"
  [oplig] = string(4) "3000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA24"
  [loc] = string(4) "AA24"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502947"
  [soplin] = string(4) "3000"
  [soqseq] = string(4) "3000"
  [stocou] = string(7) "1735550"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "34624"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..3000..3000....STOALL.........1..........34624.....................AA24...173555099999999.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..4000..4000....STOALL.........2.......50510339.....................BB19...174408199999999........18"
  [PnPCible] = string(10) "0000387584"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "FRU00190"
  [lot] = string(5) "34624"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:06:15101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 NOU00330 BB19 50510339 A CR125050292 4000 9 UN 0 UN D EXPED 0000387584 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00330</FLD> <FLD NAME="SLOC" TYPE="Char">BB19</FLD> <FLD NAME="SLOT" TYPE="Char">50510339</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050292</FLD> <FLD NAME="SOPLIG" TYPE="Integer">4000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387584</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00330"
        [SLOC] = string(4) "BB19"
        [SLOT] = string(8) "50510339"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050292"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387584"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">NOU00330</FLD><FLD NAME="SLOC" TYPE="Char">BB19</FLD><FLD NAME="SLOT" TYPE="Char">50510339</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050292</FLD><FLD NAME="SOPLIG" TYPE="Integer">4000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387584</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00330"
        [SLOC] = string(4) "BB19"
        [SLOT] = string(8) "50510339"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050292"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387584"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "18"
  [qteprep] = string(1) "0"
  [article] = string(8) "NOU00330"
  [op] = string(11) "CR125050292"
  [oplig] = string(4) "4000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BB19"
  [loc] = string(4) "BB19"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502947"
  [soplin] = string(4) "4000"
  [soqseq] = string(4) "4000"
  [stocou] = string(7) "1744081"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510339"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "18"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..4000..4000....STOALL.........2.......50510339.....................BB19...174408199999999........18"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..2000..2000....STOALL.........1.......50310435.....................AA17...174340299999999.........8"
  [PnPCible] = string(10) "0000387584"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "NOU00330"
  [lot] = string(8) "50510339"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:06:17101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 NOU00330 BB19 50510339 A CR125050292 4000 9 UN 0 UN D EXPED 0000387584 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00330</FLD> <FLD NAME="SLOC" TYPE="Char">BB19</FLD> <FLD NAME="SLOT" TYPE="Char">50510339</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050292</FLD> <FLD NAME="SOPLIG" TYPE="Integer">4000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387584</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00330"
        [SLOC] = string(4) "BB19"
        [SLOT] = string(8) "50510339"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050292"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387584"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">NOU00330</FLD><FLD NAME="SLOC" TYPE="Char">BB19</FLD><FLD NAME="SLOT" TYPE="Char">50510339</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050292</FLD><FLD NAME="SOPLIG" TYPE="Integer">4000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387584</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00330"
        [SLOC] = string(4) "BB19"
        [SLOT] = string(8) "50510339"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050292"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387584"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "NOU00330"
  [op] = string(11) "CR125050292"
  [oplig] = string(4) "4000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BB19"
  [loc] = string(4) "BB19"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502947"
  [soplin] = string(4) "4000"
  [soqseq] = string(4) "4000"
  [stocou] = string(7) "1744081"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510339"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..4000..4000....STOALL.........2.......50510339.....................BB19...174408199999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..2000..2000....STOALL.........1.......50310435.....................AA17...174340299999999.........8"
  [PnPCible] = string(10) "0000387584"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "NOU00330"
  [lot] = string(8) "50510339"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:06:42101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00750 AA17 50310435 A CR125050292 2000 8 UN 0 UN D EXPED 0000387584 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00750</FLD> <FLD NAME="SLOC" TYPE="Char">AA17</FLD> <FLD NAME="SLOT" TYPE="Char">50310435</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050292</FLD> <FLD NAME="SOPLIG" TYPE="Integer">2000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">8</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387584</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00750"
        [SLOC] = string(4) "AA17"
        [SLOT] = string(8) "50310435"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050292"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(1) "8"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387584"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00750</FLD><FLD NAME="SLOC" TYPE="Char">AA17</FLD><FLD NAME="SLOT" TYPE="Char">50310435</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050292</FLD><FLD NAME="SOPLIG" TYPE="Integer">2000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">8</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387584</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00750"
        [SLOC] = string(4) "AA17"
        [SLOT] = string(8) "50310435"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050292"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(1) "8"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387584"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "8"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00750"
  [op] = string(11) "CR125050292"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA17"
  [loc] = string(4) "AA17"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502947"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1743402"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50310435"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "8"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..2000..2000....STOALL.........1.......50310435.....................AA17...174340299999999.........8"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..5000..5000....STOALL.........1.......10042025.....................AA10...174129099999999.........6"
  [PnPCible] = string(10) "0000387584"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00750"
  [lot] = string(8) "50310435"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:07:16101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 EPI00712 AA10 10042025 A CR125050292 5000 6 UN 0 UN D EXPED 0000387584 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EPI00712</FLD> <FLD NAME="SLOC" TYPE="Char">AA10</FLD> <FLD NAME="SLOT" TYPE="Char">10042025</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050292</FLD> <FLD NAME="SOPLIG" TYPE="Integer">5000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387584</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EPI00712"
        [SLOC] = string(4) "AA10"
        [SLOT] = string(8) "10042025"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050292"
        [SOPLIG] = string(4) "5000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387584"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EPI00712</FLD><FLD NAME="SLOC" TYPE="Char">AA10</FLD><FLD NAME="SLOT" TYPE="Char">10042025</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050292</FLD><FLD NAME="SOPLIG" TYPE="Integer">5000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387584</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EPI00712"
        [SLOC] = string(4) "AA10"
        [SLOT] = string(8) "10042025"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050292"
        [SOPLIG] = string(4) "5000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387584"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(8) "EPI00712"
  [op] = string(11) "CR125050292"
  [oplig] = string(4) "5000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA10"
  [loc] = string(4) "AA10"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502947"
  [soplin] = string(4) "5000"
  [soqseq] = string(4) "5000"
  [stocou] = string(7) "1741290"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "10042025"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..5000..5000....STOALL.........1.......10042025.....................AA10...174129099999999.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..6000..6000....STOALL.........1..........02925.....0000380580...CONQUAI...171408999999999.........9"
  [PnPCible] = string(10) "0000387584"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "EPI00712"
  [lot] = string(8) "10042025"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:07:23101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050292,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050292 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050292</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050292"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050292</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050292"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(1) {
  [op] = string(11) "CR125050292"
}
 
Niv502/06/2025 08:07:24101ROYRENE:YWPUNLORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4413
Fonction : unLockCommande(CR125050292,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 291
Fonction : Run(YWPUNLORD, CR125050292 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050292</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050292"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050292</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050292"
        [SUSER] = string(3) "101"
  }
}
 




PC1_actions.php
array(4) {
  [act] = string(8) "unlockop"
  [op] = string(11) "CR125050292"
  [tablin] = string(1) "0"
  [cde] = string(12) "CVCR12502947"
}
 
Niv502/06/2025 08:07:24101ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 19
Fonction : unLockAll(101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "101"
  }
}
 




PC1_01.php
array(3) {
  [erreur] = string(0) ""
  [forcecde] = string(0) ""
  [gotoone] = string(5) "false"
}
 
Niv502/06/2025 08:07:29101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050292,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050292 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050292</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050292"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050292</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050292"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(3) {
  [deb] = string(0) ""
  [op] = string(11) "CR125050292"
  [afftext] = string(4) "true"
}
 
Niv502/06/2025 08:08:17113ROYRENE:YWTRFSM02
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 1015
Fonction : Run(YWTRFSM02, 113#MAT00021 113 CR1 MAT00021 MATRDC 50310573 A 0000383506 244 OFCR125060053 1000 5 CALPR A A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">113#MAT00021</FLD> <FLD NAME="USER" TYPE="Char">113</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">MAT00021</FLD> <FLD NAME="SLOC" TYPE="Char">MATRDC</FLD> <FLD NAME="SLOT" TYPE="Char">50310573</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000383506</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">244</FLD> <FLD NAME="SMFGNUM" TYPE="Char">OFCR125060053</FLD> <FLD NAME="SMFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SBOMSEQ" TYPE="Integer">5</FLD> <FLD NAME="DLOC" TYPE="Char">CALPR</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">A</FLD> </GRP> </PARAM>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "113#MAT00021"
        [USER] = string(3) "113"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00021"
        [SLOC] = string(6) "MATRDC"
        [SLOT] = string(8) "50310573"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000383506"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(3) "244"
        [SMFGNUM] = string(13) "OFCR125060053"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(1) "5"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">113#MAT00021</FLD><FLD NAME="USER" TYPE="Char">113</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">MAT00021</FLD><FLD NAME="SLOC" TYPE="Char">MATRDC</FLD><FLD NAME="SLOT" TYPE="Char">50310573</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000383506</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">244</FLD><FLD NAME="SMFGNUM" TYPE="Char">OFCR125060053</FLD><FLD NAME="SMFGLIN" TYPE="Decimal">1000</FLD><FLD NAME="SBOMSEQ" TYPE="Decimal">5</FLD><FLD NAME="DLOC" TYPE="Char">CALPR</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">A</FLD></GRP></RESULT>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "113#MAT00021"
        [USER] = string(3) "113"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00021"
        [SLOC] = string(6) "MATRDC"
        [SLOT] = string(8) "50310573"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000383506"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(3) "244"
        [SMFGNUM] = string(13) "OFCR125060053"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(1) "5"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 




SM1_actions.php
array(28) {
  [AutomaticLineValue] = string(9) "article;0"
  [act] = string(8) "lstValid"
  [bomope] = string(0) ""
  [bomseq] = string(1) "5"
  [mfglin] = string(4) "1000"
  [numof] = string(13) "OFCR125060053"
  [wst] = string(0) ""
  [tablin] = string(1) "0"
  [retqty] = string(8) "367.6471"
  [qtyprep] = string(1) "0"
  [sta] = string(1) "A"
  [slo] = string(1) " "
  [palnum] = string(10) "0000383506"
  [stocou] = string(7) "1740825"
  [vide] = string(24) "OFCR125060053 / 1000 / 5"
  [article] = string(8) "MAT00021"
  [designation] = string(11) "SUCRE GLACE"
  [resqty] = string(10) "0/367.6471"
  [sloc] = string(6) "MATRDC"
  [flash] = string(10) "0000383506"
  [dloc] = string(5) "CALPR"
  [qtypf] = string(0) ""
  [uomlink] = string(2) "KG"
  [dflash] = string(0) ""
  [qte] = string(3) "244"
  [unite] = string(2) "KG"
  [lot] = string(8) "50310573"
  [ajxact] = string(10) "AjxAutoqte"
}
 
Niv502/06/2025 08:08:30113ROYRENE:YWTRFSM02
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 1015
Fonction : Run(YWTRFSM02, 113#MAT00408 113 CR1 MAT00408 CALPR 50410460 A 0000387080 0.35 OFCR125060053 1000 30 CALPR A A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">113#MAT00408</FLD> <FLD NAME="USER" TYPE="Char">113</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">MAT00408</FLD> <FLD NAME="SLOC" TYPE="Char">CALPR</FLD> <FLD NAME="SLOT" TYPE="Char">50410460</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387080</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">0.35</FLD> <FLD NAME="SMFGNUM" TYPE="Char">OFCR125060053</FLD> <FLD NAME="SMFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SBOMSEQ" TYPE="Integer">30</FLD> <FLD NAME="DLOC" TYPE="Char">CALPR</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">A</FLD> </GRP> </PARAM>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "113#MAT00408"
        [USER] = string(3) "113"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00408"
        [SLOC] = string(5) "CALPR"
        [SLOT] = string(8) "50410460"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387080"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(4) "0.35"
        [SMFGNUM] = string(13) "OFCR125060053"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "30"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">113#MAT00408</FLD><FLD NAME="USER" TYPE="Char">113</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">MAT00408</FLD><FLD NAME="SLOC" TYPE="Char">CALPR</FLD><FLD NAME="SLOT" TYPE="Char">50410460</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387080</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">0.35</FLD><FLD NAME="SMFGNUM" TYPE="Char">OFCR125060053</FLD><FLD NAME="SMFGLIN" TYPE="Decimal">1000</FLD><FLD NAME="SBOMSEQ" TYPE="Decimal">30</FLD><FLD NAME="DLOC" TYPE="Char">CALPR</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">A</FLD></GRP></RESULT>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "113#MAT00408"
        [USER] = string(3) "113"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00408"
        [SLOC] = string(5) "CALPR"
        [SLOT] = string(8) "50410460"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387080"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(4) "0.35"
        [SMFGNUM] = string(13) "OFCR125060053"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "30"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 




SM1_actions.php
array(28) {
  [AutomaticLineValue] = string(9) "article;1"
  [act] = string(8) "lstValid"
  [bomope] = string(0) ""
  [bomseq] = string(2) "30"
  [mfglin] = string(4) "1000"
  [numof] = string(13) "OFCR125060053"
  [wst] = string(0) ""
  [tablin] = string(1) "1"
  [retqty] = string(7) "10.2941"
  [qtyprep] = string(1) "0"
  [sta] = string(1) "A"
  [slo] = string(1) " "
  [palnum] = string(10) "0000387080"
  [stocou] = string(7) "1743019"
  [vide] = string(25) "OFCR125060053 / 1000 / 30"
  [article] = string(8) "MAT00408"
  [designation] = string(30) "BLC D'OEUF PDR PLEIN AIR FRANC"
  [resqty] = string(9) "0/10.2941"
  [sloc] = string(5) "CALPR"
  [flash] = string(10) "0000387080"
  [dloc] = string(5) "CALPR"
  [qtypf] = string(0) ""
  [uomlink] = string(2) "KG"
  [dflash] = string(0) ""
  [qte] = string(4) "0.35"
  [unite] = string(2) "KG"
  [lot] = string(8) "50410460"
  [ajxact] = string(10) "AjxAutoqte"
}
 
Niv502/06/2025 08:08:43113ROYRENE:YWTRFSM02
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 1015
Fonction : Run(YWTRFSM02, 113#MAT00408 113 CR1 MAT00408 CALPR 50410460 A 0000387080 4.32 OFCR125060053 1000 30 CALPR A A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">113#MAT00408</FLD> <FLD NAME="USER" TYPE="Char">113</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">MAT00408</FLD> <FLD NAME="SLOC" TYPE="Char">CALPR</FLD> <FLD NAME="SLOT" TYPE="Char">50410460</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387080</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">4.32</FLD> <FLD NAME="SMFGNUM" TYPE="Char">OFCR125060053</FLD> <FLD NAME="SMFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SBOMSEQ" TYPE="Integer">30</FLD> <FLD NAME="DLOC" TYPE="Char">CALPR</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">A</FLD> </GRP> </PARAM>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "113#MAT00408"
        [USER] = string(3) "113"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00408"
        [SLOC] = string(5) "CALPR"
        [SLOT] = string(8) "50410460"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387080"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(4) "4.32"
        [SMFGNUM] = string(13) "OFCR125060053"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "30"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">113#MAT00408</FLD><FLD NAME="USER" TYPE="Char">113</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">MAT00408</FLD><FLD NAME="SLOC" TYPE="Char">CALPR</FLD><FLD NAME="SLOT" TYPE="Char">50410460</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387080</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">4.32</FLD><FLD NAME="SMFGNUM" TYPE="Char">OFCR125060053</FLD><FLD NAME="SMFGLIN" TYPE="Decimal">1000</FLD><FLD NAME="SBOMSEQ" TYPE="Decimal">30</FLD><FLD NAME="DLOC" TYPE="Char">CALPR</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">A</FLD></GRP></RESULT>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "113#MAT00408"
        [USER] = string(3) "113"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00408"
        [SLOC] = string(5) "CALPR"
        [SLOT] = string(8) "50410460"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387080"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(4) "4.32"
        [SMFGNUM] = string(13) "OFCR125060053"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "30"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 




SM1_actions.php
array(28) {
  [AutomaticLineValue] = string(9) "article;1"
  [act] = string(8) "lstValid"
  [bomope] = string(0) ""
  [bomseq] = string(2) "30"
  [mfglin] = string(4) "1000"
  [numof] = string(13) "OFCR125060053"
  [wst] = string(0) ""
  [tablin] = string(1) "1"
  [retqty] = string(7) "10.2941"
  [qtyprep] = string(6) "0.3500"
  [sta] = string(1) "A"
  [slo] = string(1) " "
  [palnum] = string(10) "0000387080"
  [stocou] = string(7) "1743019"
  [vide] = string(25) "OFCR125060053 / 1000 / 30"
  [article] = string(8) "MAT00408"
  [designation] = string(30) "BLC D'OEUF PDR PLEIN AIR FRANC"
  [resqty] = string(14) "0.3500/10.2941"
  [sloc] = string(5) "CALPR"
  [flash] = string(10) "0000387080"
  [dloc] = string(5) "CALPR"
  [qtypf] = string(0) ""
  [uomlink] = string(2) "KG"
  [dflash] = string(0) ""
  [qte] = string(4) "4.32"
  [unite] = string(2) "KG"
  [lot] = string(8) "50410460"
  [ajxact] = string(10) "AjxAutoqte"
}
 
Niv502/06/2025 08:08:49113ROYRENE:YWTRFSM02
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 1015
Fonction : Run(YWTRFSM02, 113#MAT00408 113 CR1 MAT00408 CALPR 50410460 A 0000387587 1.98 OFCR125060053 1000 30 CALPR A A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">113#MAT00408</FLD> <FLD NAME="USER" TYPE="Char">113</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">MAT00408</FLD> <FLD NAME="SLOC" TYPE="Char">CALPR</FLD> <FLD NAME="SLOT" TYPE="Char">50410460</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387587</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1.98</FLD> <FLD NAME="SMFGNUM" TYPE="Char">OFCR125060053</FLD> <FLD NAME="SMFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SBOMSEQ" TYPE="Integer">30</FLD> <FLD NAME="DLOC" TYPE="Char">CALPR</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">A</FLD> </GRP> </PARAM>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "113#MAT00408"
        [USER] = string(3) "113"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00408"
        [SLOC] = string(5) "CALPR"
        [SLOT] = string(8) "50410460"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387587"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(4) "1.98"
        [SMFGNUM] = string(13) "OFCR125060053"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "30"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">113#MAT00408</FLD><FLD NAME="USER" TYPE="Char">113</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">MAT00408</FLD><FLD NAME="SLOC" TYPE="Char">CALPR</FLD><FLD NAME="SLOT" TYPE="Char">50410460</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387587</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1.98</FLD><FLD NAME="SMFGNUM" TYPE="Char">OFCR125060053</FLD><FLD NAME="SMFGLIN" TYPE="Decimal">1000</FLD><FLD NAME="SBOMSEQ" TYPE="Decimal">30</FLD><FLD NAME="DLOC" TYPE="Char">CALPR</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">A</FLD></GRP></RESULT>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "113#MAT00408"
        [USER] = string(3) "113"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00408"
        [SLOC] = string(5) "CALPR"
        [SLOT] = string(8) "50410460"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387587"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(4) "1.98"
        [SMFGNUM] = string(13) "OFCR125060053"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "30"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 




SM1_actions.php
array(28) {
  [AutomaticLineValue] = string(9) "article;1"
  [act] = string(8) "lstValid"
  [bomope] = string(0) ""
  [bomseq] = string(2) "30"
  [mfglin] = string(4) "1000"
  [numof] = string(13) "OFCR125060053"
  [wst] = string(0) ""
  [tablin] = string(1) "1"
  [retqty] = string(7) "10.2941"
  [qtyprep] = string(4) "4.67"
  [sta] = string(1) "A"
  [slo] = string(1) " "
  [palnum] = string(10) "0000387587"
  [stocou] = string(7) "1745196"
  [vide] = string(25) "OFCR125060053 / 1000 / 30"
  [article] = string(8) "MAT00408"
  [designation] = string(30) "BLC D'OEUF PDR PLEIN AIR FRANC"
  [resqty] = string(12) "4.67/10.2941"
  [sloc] = string(5) "CALPR"
  [flash] = string(10) "0000387587"
  [dloc] = string(5) "CALPR"
  [qtypf] = string(0) ""
  [uomlink] = string(2) "KG"
  [dflash] = string(0) ""
  [qte] = string(4) "1.98"
  [unite] = string(2) "KG"
  [lot] = string(8) "50410460"
  [ajxact] = string(10) "AjxAutoqte"
}
 
Niv502/06/2025 08:09:06101ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(FRU00155,,,9,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FRU00155 9 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FRU00155</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">9</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00155"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FRU00155</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">9</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00155"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00155"
  [op] = string(11) "CR125050292"
  [oplig] = string(4) "6000"
  [tablin] = string(1) "0"
  [loccase] = string(7) "CONQUAI"
  [loc] = string(7) "CONQUAI"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502947"
  [soplin] = string(4) "6000"
  [soqseq] = string(4) "6000"
  [stocou] = string(7) "1714089"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "02925"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..6000..6000....STOALL.........1..........02925.....0000380580...CONQUAI...171408999999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..6000..6000....STOALL.........1..........02925.....0000380580...CONQUAI...171408999999999.........9"
  [PnPCible] = string(10) "0000387584"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000380580"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:09:06101ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(FRU00155,,,9,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FRU00155 9 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FRU00155</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">9</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00155"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FRU00155</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">9</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00155"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00155"
  [op] = string(11) "CR125050292"
  [oplig] = string(4) "6000"
  [tablin] = string(1) "0"
  [loccase] = string(7) "CONQUAI"
  [loc] = string(7) "CONQUAI"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502947"
  [soplin] = string(4) "6000"
  [soqseq] = string(4) "6000"
  [stocou] = string(7) "1714089"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "02925"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..6000..6000....STOALL.........1..........02925.....0000380580...CONQUAI...171408999999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..6000..6000....STOALL.........1..........02925.....0000380580...CONQUAI...171408999999999.........9"
  [PnPCible] = string(10) "0000387584"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000380580"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:09:06101ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(FRU00155,,,9,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FRU00155 9 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FRU00155</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">9</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00155"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FRU00155</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">9</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00155"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00155"
  [op] = string(11) "CR125050292"
  [oplig] = string(4) "6000"
  [tablin] = string(1) "0"
  [loccase] = string(7) "CONQUAI"
  [loc] = string(7) "CONQUAI"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502947"
  [soplin] = string(4) "6000"
  [soqseq] = string(4) "6000"
  [stocou] = string(7) "1714089"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "02925"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..6000..6000....STOALL.........1..........02925.....0000380580...CONQUAI...171408999999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..6000..6000....STOALL.........1..........02925.....0000380580...CONQUAI...171408999999999.........9"
  [PnPCible] = string(10) "0000387584"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000380580"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:09:07113ROYRENE:WEB
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 21
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\SM1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\SM1_actions_spe.php
Ligne : 144
Fonction : ValidSM1Spe(Array)

Call 5
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\framework\php_fonctions\php_fonctions_SM1_spe.php
Ligne : 25
Fonction : CreSuiviSpe(OFCR125060053)

Call 6
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\framework\php_fonctions\php_fonctions_SM1_spe.php
Ligne : 102
Fonction : save(WEB, CR1 OFCR125060053 20250602 2 1 MAT00021 -OFCR125060053 2 MAT00408 -OFCR125060053 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060053</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="MATTRKFLG" TYPE="Integer">2</FLD> </GRP> <TAB ID="MTK3_3" SIZE="2"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="MATITMREF" TYPE="Char">MAT00021</FLD> <FLD NAME="MVTDES" TYPE="Char">-OFCR125060053</FLD> </LIN> <LIN NUM="2"> <FLD NAME="NO" TYPE="Integer">2</FLD> <FLD NAME="MATITMREF" TYPE="Char">MAT00408</FLD> <FLD NAME="MVTDES" TYPE="Char">-OFCR125060053</FLD> </LIN> </TAB> </PARAM>

SM1_actions.php
array(3) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125060053"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [MATTRKFLG] = string(1) "2"
  }
  [MTK3_3] = array(2) {
        [1] = array(3) {
          [NO] = string(1) "1"
          [MATITMREF] = string(8) "MAT00021"
          [MVTDES] = string(14) "-OFCR125060053"
        }
        [2] = array(3) {
          [NO] = string(1) "2"
          [MATITMREF] = string(8) "MAT00408"
          [MVTDES] = string(14) "-OFCR125060053"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000004</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125060053</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="MATTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"/><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char"/><FLD NAME="ZUL" TYPE="Char"/></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">9999</FLD><FLD MENULAB="Immédiat" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">1</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602060906</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="100" ID="MTK3_3" SIZE="2"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">MAT00021</FLD><FLD NAME="ITMDES1" TYPE="Char">SUCRE GLACE</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_GLACA</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_GLACAGE</FLD><FLD NAME="STU" TYPE="Char">KG</FLD><FLD NAME="RETQTY" TYPE="Decimal">123.6471</FLD><FLD NAME="USEQTY" TYPE="Decimal">244</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">50310573</FLD><FLD NAME="LOC" TYPE="Char">CALPR</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="MVTDES" TYPE="Char"></FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Immédiat" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">1</FLD><FLD NAME="RETDAT" TYPE="Date">20250602</FLD><FLD NAME="BOMNUM" TYPE="Char">SEM00062</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125060053</FLD><FLD MENULAB="Détaillée" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">5</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="2"><FLD NAME="NO" TYPE="Integer">2</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">MAT00408</FLD><FLD NAME="ITMDES1" TYPE="Char">BLC D&apos;OEUF PDR PLEIN AIR FRANC</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_GLACA</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_GLACAGE</FLD><FLD NAME="STU" TYPE="Char">KG</FLD><FLD NAME="RETQTY" TYPE="Decimal">3.6441</FLD><FLD NAME="USEQTY" TYPE="Decimal">6.65</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">50410460</FLD><FLD NAME="LOC" TYPE="Char">CALPR</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="MVTDES" TYPE="Char"></FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Immédiat" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">1</FLD><FLD NAME="RETDAT" TYPE="Date">20250602</FLD><FLD NAME="BOMNUM" TYPE="Char">SEM00062</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125060053</FLD><FLD MENULAB="Détaillée" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">5</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN></TAB></RESULT>

SM1_actions.php
array(8) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000004"
        [MFGNUM] = string(13) "OFCR125060053"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [MATTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(5) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(0) ""
        [ZUL] = string(0) ""
  }
  [MTK3_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(4) "9999"
        [STOCOD] = string(1) "1"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602060906"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK3_3] = array(2) {
        [1] = array(44) {
          [NO] = string(1) "1"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "MAT00021"
          [ITMDES1] = string(11) "SUCRE GLACE"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_GLACA"
          [WSTSHO] = string(10) "LI_GLACAGE"
          [STU] = string(2) "KG"
          [RETQTY] = string(8) "123.6471"
          [USEQTY] = string(3) "244"
          [TYPQTY] = string(1) "2"
          [LOT] = string(8) "50310573"
          [LOC] = string(5) "CALPR"
          [STA] = string(1) "A"
          [MVTDES] = string(0) ""
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "1"
          [RETDAT] = string(8) "20250602"
          [BOMNUM] = string(8) "SEM00062"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125060053"
          [ALLSTA] = string(1) "5"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [2] = array(44) {
          [NO] = string(1) "2"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "MAT00408"
          [ITMDES1] = string(30) "BLC D'OEUF PDR PLEIN AIR FRANC"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_GLACA"
          [WSTSHO] = string(10) "LI_GLACAGE"
          [STU] = string(2) "KG"
          [RETQTY] = string(6) "3.6441"
          [USEQTY] = string(4) "6.65"
          [TYPQTY] = string(1) "2"
          [LOT] = string(8) "50410460"
          [LOC] = string(5) "CALPR"
          [STA] = string(1) "A"
          [MVTDES] = string(0) ""
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "1"
          [RETDAT] = string(8) "20250602"
          [BOMNUM] = string(8) "SEM00062"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125060053"
          [ALLSTA] = string(1) "5"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
  }
}
 




SM1_actions.php
array(1) {
  [act] = string(10) "validSuivi"
}
 
Niv502/06/2025 08:09:14101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 101 CR1 FRU00155 CONQUAI 02925 A CR125050292 6000 9 UN 0 UN 0000380580 D EXPED 0000387584 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00155</FLD> <FLD NAME="SLOC" TYPE="Char">CONQUAI</FLD> <FLD NAME="SLOT" TYPE="Char">02925</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125050292</FLD> <FLD NAME="SOPLIG" TYPE="Integer">6000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000380580</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387584</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00155"
        [SLOC] = string(7) "CONQUAI"
        [SLOT] = string(5) "02925"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125050292"
        [SOPLIG] = string(4) "6000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000380580"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387584"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">FRU00155</FLD><FLD NAME="SLOC" TYPE="Char">CONQUAI</FLD><FLD NAME="SLOT" TYPE="Char">02925</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000380580</FLD><FLD NAME="SOP" TYPE="Char">CR125050292</FLD><FLD NAME="SOPLIG" TYPE="Integer">6000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387584</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00155"
        [SLOC] = string(7) "CONQUAI"
        [SLOT] = string(5) "02925"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000380580"
        [SOP] = string(11) "CR125050292"
        [SOPLIG] = string(4) "6000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387584"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00155"
  [op] = string(11) "CR125050292"
  [oplig] = string(4) "6000"
  [tablin] = string(1) "0"
  [loccase] = string(7) "CONQUAI"
  [loc] = string(7) "CONQUAI"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502947"
  [soplin] = string(4) "6000"
  [soqseq] = string(4) "6000"
  [stocou] = string(7) "1714089"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "02925"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..6000..6000....STOALL.........1..........02925.....0000380580...CONQUAI...171408999999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502947..6000..6000....STOALL.........1..........02925.....0000380580...CONQUAI...171408999999999.........9"
  [PnPCible] = string(10) "0000387584"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000380580"
  [lot] = string(5) "02925"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:09:15101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050292,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050292 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050292</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050292"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050292</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050292"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(2) {
  [op] = string(11) "CR125050292"
  [success] = string(23) "Préparation terminée."
}
 
Niv502/06/2025 08:10:36101ROYRENE:YLIVRAISON
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4728
Fonction : Run(YLIVRAISON, CRR CR1 WEB WEB 01 01 04 04 1 0 WEB01CR1WEB04EUR11WEBWEBCONFISERIEDUROYRENEWEBCONFISERIEDUROYRENEWEBFRCHQ30FM21WEB 73~FRA~~21 WEB13089AIXENPROVENCECEDEX4WEB13089AIXENPROVENCECEDEX4CVCR12502947 1 1 2 EXPE_1 101 1 70 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPY" TYPE="Char">CRR</FLD> <FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="YSHIDAT" TYPE="Date"></FLD> <FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD> <FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD> <FLD NAME="YBPCORDDEB" TYPE="Char">WEB</FLD> <FLD NAME="YBPCORDFIN" TYPE="Char">WEB</FLD> <FLD NAME="YBPAADDDEB" TYPE="Char">01</FLD> <FLD NAME="YBPAADDFIN" TYPE="Char">01</FLD> <FLD NAME="YBPTNUMDEB" TYPE="Char">04</FLD> <FLD NAME="YBPTNUMFIN" TYPE="Char">04</FLD> <FLD NAME="YDRNFLG" TYPE="Integer">1</FLD> <FLD NAME="YDRN" TYPE="Integer">0</FLD> <FLD NAME="YY_OP" TYPE="Char"></FLD> <FLD NAME="YY_KEYPREP1" TYPE="Char">WEB01CR1WEB04EUR11WEBWEBCONFISERIEDUROYRENEWEBCONFISERIEDUROYRENEWEBFRCHQ30FM21WEB 73~FRA~~21</FLD> <FLD NAME="YY_KEYPREP2" TYPE="Char">WEB13089AIXENPROVENCECEDEX4WEB13089AIXENPROVENCECEDEX4CVCR12502947</FLD> <FLD NAME="YRUPDAT" TYPE="Integer">1</FLD> <FLD NAME="YCFMFLG" TYPE="Integer">1</FLD> <FLD NAME="YNDEFLG" TYPE="Integer">2</FLD> <FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD> <FLD NAME="YUSER" TYPE="Char">101</FLD> <FLD NAME="YNBPAL" TYPE="Integer">1</FLD> <FLD NAME="YNBCOL" TYPE="Integer">70</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(0) ""
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(3) "WEB"
        [YBPCORDFIN] = string(3) "WEB"
        [YBPAADDDEB] = string(2) "01"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "04"
        [YBPTNUMFIN] = string(2) "04"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(100) "WEB01CR1WEB04EUR11WEBWEBCONFISERIEDUROYRENEWEBCONFISERIEDUROYRENEWEBFRCHQ30FM21WEB                73~FRA~~21"
        [YY_KEYPREP2] = string(66) "WEB13089AIXENPROVENCECEDEX4WEB13089AIXENPROVENCECEDEX4CVCR12502947"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "101"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "70"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPY" TYPE="Char">CRR</FLD><FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="YSHIDAT" TYPE="Date">[0/0/0]</FLD><FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD><FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD><FLD NAME="YBPCORDDEB" TYPE="Char">WEB</FLD><FLD NAME="YBPAADDDEB" TYPE="Char">01</FLD><FLD NAME="YBPCORDFIN" TYPE="Char">WEB</FLD><FLD NAME="YBPAADDFIN" TYPE="Char">01</FLD><FLD NAME="YBPTNUMDEB" TYPE="Char">04</FLD><FLD NAME="YBPTNUMFIN" TYPE="Char">04</FLD><FLD NAME="YDRNFLG" TYPE="Integer">1</FLD><FLD NAME="YDRN" TYPE="Integer">0</FLD><FLD NAME="YY_OP" TYPE="Char"></FLD><FLD NAME="YY_KEYPREP1" TYPE="Char">WEB01CR1WEB04EUR11WEBWEBCONFISERIEDUROYRENEWEBCONFISERIEDUROYRENEWEBFRCHQ30FM21WEB 73~FRA~~21</FLD><FLD NAME="YY_KEYPREP2" TYPE="Char">WEB13089AIXENPROVENCECEDEX4WEB13089AIXENPROVENCECEDEX4CVCR12502947</FLD><FLD NAME="YRUPDAT" TYPE="Integer">1</FLD><FLD NAME="YCFMFLG" TYPE="Integer">1</FLD><FLD NAME="YNDEFLG" TYPE="Integer">2</FLD><FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD><FLD NAME="YUSER" TYPE="Char">101</FLD><FLD NAME="YNBPAL" TYPE="Integer">1</FLD><FLD NAME="YNBCOL" TYPE="Integer">70</FLD></GRP><TAB DIM="50" ID="RESULTAT" SIZE="1"><LIN NUM="1"><FLD NAME="YSDHNUM" TYPE="Char">CR12505SDI00000063</FLD><FLD NAME="YNB_ERR" TYPE="Integer">0</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(3) "WEB"
        [YBPAADDDEB] = string(2) "01"
        [YBPCORDFIN] = string(3) "WEB"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "04"
        [YBPTNUMFIN] = string(2) "04"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(100) "WEB01CR1WEB04EUR11WEBWEBCONFISERIEDUROYRENEWEBCONFISERIEDUROYRENEWEBFRCHQ30FM21WEB                73~FRA~~21"
        [YY_KEYPREP2] = string(66) "WEB13089AIXENPROVENCECEDEX4WEB13089AIXENPROVENCECEDEX4CVCR12502947"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "101"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "70"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(18) "CR12505SDI00000063"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(3) "WEB"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "01"
  [keyprep1] = string(106) "WEB01CR1WEB04EUR11WEBWEBCONFISERIEDUROYRENEWEBCONFISERIEDUROYRENEWEBFRCHQ30FM21WEB                73%7EFRA%7E%7E21"
  [keyprep2] = string(66) "WEB13089AIXENPROVENCECEDEX4WEB13089AIXENPROVENCECEDEX4CVCR12502947"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "70"
  [transp1] = string(2) "04"
  [backurl] = string(25) "PC1_02.php?op=CR125050292"
  [idERR] = string(4) "ERR1"
}
 
Niv402/06/2025 08:10:36101ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4741
Fonct :
Lien : /CRRPROD/PC1_actions.php?act=CreBL&client=WEB&idBouton=BL1&nbBLActifs=1&adrLiv=01&keyprep1=WEB01CR1WEB04EUR11WEBWEBCONFISERIEDUROYRENEWEBCONFISERIEDUROYRENEWEBFRCHQ30FM21WEB++++++++73%257EFRA%257E%257E21&keyprep2=WEB13089AIXENPROVENCECEDEX4WEB13089AIXENPROVENCECEDEX4CVCR12502947&nbpal1=1&nbcol1=70&transp1=04&backurl=PC1_02.php%3Fop%3DCR125050292&idERR=ERR1--
Data :
PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(3) "WEB"
        [YBPAADDDEB] = string(2) "01"
        [YBPCORDFIN] = string(3) "WEB"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "04"
        [YBPTNUMFIN] = string(2) "04"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(100) "WEB01CR1WEB04EUR11WEBWEBCONFISERIEDUROYRENEWEBCONFISERIEDUROYRENEWEBFRCHQ30FM21WEB                73~FRA~~21"
        [YY_KEYPREP2] = string(66) "WEB13089AIXENPROVENCECEDEX4WEB13089AIXENPROVENCECEDEX4CVCR12502947"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "101"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "70"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(18) "CR12505SDI00000063"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 
Niv502/06/2025 08:10:36101ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4852
Fonction : WmsPrintAuto(XT1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(XETIQTRANSPORT,1,Array,imp,,EXPE_1_2,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, XETIQTRANSPORT 1 EXPE_1_2 FRA imp 1 client WEB stofcy CR1 numcde CVCR12502947 numpal )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="4"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">client</FLD> <FLD NAME="VVALPARAM" TYPE="Char">WEB</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502947</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(3) "WEB"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12502947"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="4"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">client</FLD><FLD NAME="VVALPARAM" TYPE="Char">WEB</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502947</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(3) "WEB"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12502947"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(3) "WEB"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "01"
  [keyprep1] = string(106) "WEB01CR1WEB04EUR11WEBWEBCONFISERIEDUROYRENEWEBCONFISERIEDUROYRENEWEBFRCHQ30FM21WEB                73%7EFRA%7E%7E21"
  [keyprep2] = string(66) "WEB13089AIXENPROVENCECEDEX4WEB13089AIXENPROVENCECEDEX4CVCR12502947"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "70"
  [transp1] = string(2) "04"
  [backurl] = string(25) "PC1_02.php?op=CR125050292"
  [idERR] = string(4) "ERR1"
}
 
Niv502/06/2025 08:10:36101ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 19
Fonction : unLockAll(101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "101"
  }
}
 




PC1_01.php
array(1) {
  [success] = string(42) "Création BL CR12505SDI00000063 effectuée"
}
 
Niv102/06/2025 08:13:37102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 TAR00122 CA09 24824 CR125050293 11000 14 UN 0 UN D EXPED 0000387577 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">TAR00122</FLD> <FLD NAME="SLOC" TYPE="Char">CA09</FLD> <FLD NAME="SLOT" TYPE="Char">24824</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SOPLIG" TYPE="Integer">11000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">14</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "TAR00122"
        [SLOC] = string(4) "CA09"
        [SLOT] = string(5) "24824"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(5) "11000"
        [SQTYSTU] = string(2) "14"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 


-- TechnicalInfos --

PC1_actions.php
array(17) {
  [busy] = bool(false)
  [changeLanguage] = bool(false)
  [changeUserId] = bool(false)
  [flushAdx] = bool(false)
  [loadWebsDuration] = float(0)
  [nbDistributionCycle] = int(-1)
  [poolDistribDuration] = float(0)
  [poolEntryIdx] = int(13148)
  [poolExecDuration] = float(57)
  [poolRequestDuration] = float(-1)
  [poolWaitDuration] = float(0)
  [processReportSize] = int(-1)
  [reloadWebs] = bool(false)
  [resumitAfterDBOpen] = bool(false)
  [rowInDistribStack] = NULL
  [totalDuration] = float(66)
  [traceRequestSize] = int(10356)
}
 
YWSUNPAL - MABO LOG Marina BONGIORNO est sur la commande CVCR12502945



PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "14"
  [qteprep] = string(1) "0"
  [article] = string(8) "TAR00122"
  [op] = string(11) "CR125050293"
  [oplig] = string(5) "11000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CA09"
  [loc] = string(4) "CA09"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(5) "13000"
  [soqseq] = string(5) "13000"
  [stocou] = string(7) "1745204"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "24824"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "14"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.13000.13000....STOALL.........1..........24824.....................CA09...174520499999999........14"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.13000.13000....STOALL.........1..........24824.....................CA09...174520499999999........14"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(4) "ca09"
  [lot] = string(5) "24824"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv102/06/2025 08:13:37102ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 184
Fonct :
Lien : /CRRPROD/PC1_actions.php?AutomaticLineValue=
&act=ValidForm777
&site=CR1
&qteaprep=14
&qteprep=0
&article=TAR00122
&op=CR125050293
&oplig=11000
&tablin=0
&loccase=CA09
&loc=CA09
&case=
&cde=CVCR12502945
&soplin=13000
&soqseq=13000
&stocou=1745204
&unite=UN
&lotligneop=24824
&sloligneop=
&stu=UN
&locsta=A
&codeope=102
&methodePrep=1
&qtelot=14
&unalloc=
&ALLTYPPC=3
&currLineKey=.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.13000.13000....STOALL.........1..........24824.....................CA09...174520499999999........14
&nextLineKey=.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.13000.13000....STOALL.........1..........24824.....................CA09...174520499999999........14
&PnPCible=0000387577
&PnPTypecible=Palette
&Flash777=ca09
&lot=24824
&slo=
&sernum=
&sta=
&emplacCible=EXPED
&qte=1
&unite=CARYWSUNPALYWSUNPAL - MABO LOG Marina BONGIORNO est sur la commande CVCR12502945
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">TAR00122</FLD> <FLD NAME="SLOC" TYPE="Char">CA09</FLD> <FLD NAME="SLOT" TYPE="Char">24824</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SOPLIG" TYPE="Integer">11000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">14</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM> Niv502/06/2025 08:14:38102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 TAR00122 CA09 24824 CR125050293 11000 14 UN 0 UN D EXPED 0000387577 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">TAR00122</FLD> <FLD NAME="SLOC" TYPE="Char">CA09</FLD> <FLD NAME="SLOT" TYPE="Char">24824</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SOPLIG" TYPE="Integer">11000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">14</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "TAR00122"
        [SLOC] = string(4) "CA09"
        [SLOT] = string(5) "24824"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(5) "11000"
        [SQTYSTU] = string(2) "14"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">TAR00122</FLD><FLD NAME="SLOC" TYPE="Char">CA09</FLD><FLD NAME="SLOT" TYPE="Char">24824</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char"></FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050293</FLD><FLD NAME="SOPLIG" TYPE="Integer">11000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">14</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387577</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "TAR00122"
        [SLOC] = string(4) "CA09"
        [SLOT] = string(5) "24824"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050293"
        [SOPLIG] = string(5) "11000"
        [SQTYSTU] = string(2) "14"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387577"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "14"
  [qteprep] = string(1) "0"
  [article] = string(8) "TAR00122"
  [op] = string(11) "CR125050293"
  [oplig] = string(5) "11000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CA09"
  [loc] = string(4) "CA09"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502945"
  [soplin] = string(5) "13000"
  [soqseq] = string(5) "13000"
  [stocou] = string(7) "1745204"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "24824"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "14"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.13000.13000....STOALL.........1..........24824.....................CA09...174520499999999........14"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502945.13000.13000....STOALL.........1..........24824.....................CA09...174520499999999........14"
  [PnPCible] = string(10) "0000387577"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(4) "ca09"
  [lot] = string(5) "24824"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:14:38102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050293,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050293 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050293</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050293"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050293</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050293"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(2) {
  [op] = string(11) "CR125050293"
  [success] = string(23) "Préparation terminée."
}
 
Niv502/06/2025 08:14:45102ROYRENE:YLIVRAISON
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4728
Fonction : Run(YLIVRAISON, CRR CR1 C11 C11 01 01 01 01 1 0 C1101CR1C1101EUR11C11C11CONFISERIEDUROYRENEDIJONCONFISERIEDUROYRENEDIJONFRCHQ30FM11 73~FRA~~21 33RUEDESGODRANS21000DIJON33RUEDESGODRANS21000DIJONCVCR12502945 1 1 2 EXPE_1 102 1 17 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPY" TYPE="Char">CRR</FLD> <FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="YSHIDAT" TYPE="Date"></FLD> <FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD> <FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD> <FLD NAME="YBPCORDDEB" TYPE="Char">C11</FLD> <FLD NAME="YBPCORDFIN" TYPE="Char">C11</FLD> <FLD NAME="YBPAADDDEB" TYPE="Char">01</FLD> <FLD NAME="YBPAADDFIN" TYPE="Char">01</FLD> <FLD NAME="YBPTNUMDEB" TYPE="Char">01</FLD> <FLD NAME="YBPTNUMFIN" TYPE="Char">01</FLD> <FLD NAME="YDRNFLG" TYPE="Integer">1</FLD> <FLD NAME="YDRN" TYPE="Integer">0</FLD> <FLD NAME="YY_OP" TYPE="Char"></FLD> <FLD NAME="YY_KEYPREP1" TYPE="Char">C1101CR1C1101EUR11C11C11CONFISERIEDUROYRENEDIJONCONFISERIEDUROYRENEDIJONFRCHQ30FM11 73~FRA~~21</FLD> <FLD NAME="YY_KEYPREP2" TYPE="Char">33RUEDESGODRANS21000DIJON33RUEDESGODRANS21000DIJONCVCR12502945</FLD> <FLD NAME="YRUPDAT" TYPE="Integer">1</FLD> <FLD NAME="YCFMFLG" TYPE="Integer">1</FLD> <FLD NAME="YNDEFLG" TYPE="Integer">2</FLD> <FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD> <FLD NAME="YUSER" TYPE="Char">102</FLD> <FLD NAME="YNBPAL" TYPE="Integer">1</FLD> <FLD NAME="YNBCOL" TYPE="Integer">17</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(0) ""
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(3) "C11"
        [YBPCORDFIN] = string(3) "C11"
        [YBPAADDDEB] = string(2) "01"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "01"
        [YBPTNUMFIN] = string(2) "01"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(101) "C1101CR1C1101EUR11C11C11CONFISERIEDUROYRENEDIJONCONFISERIEDUROYRENEDIJONFRCHQ30FM11                73~FRA~~21"
        [YY_KEYPREP2] = string(62) "33RUEDESGODRANS21000DIJON33RUEDESGODRANS21000DIJONCVCR12502945"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "17"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPY" TYPE="Char">CRR</FLD><FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="YSHIDAT" TYPE="Date">[0/0/0]</FLD><FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD><FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD><FLD NAME="YBPCORDDEB" TYPE="Char">C11</FLD><FLD NAME="YBPAADDDEB" TYPE="Char">01</FLD><FLD NAME="YBPCORDFIN" TYPE="Char">C11</FLD><FLD NAME="YBPAADDFIN" TYPE="Char">01</FLD><FLD NAME="YBPTNUMDEB" TYPE="Char">01</FLD><FLD NAME="YBPTNUMFIN" TYPE="Char">01</FLD><FLD NAME="YDRNFLG" TYPE="Integer">1</FLD><FLD NAME="YDRN" TYPE="Integer">0</FLD><FLD NAME="YY_OP" TYPE="Char"></FLD><FLD NAME="YY_KEYPREP1" TYPE="Char">C1101CR1C1101EUR11C11C11CONFISERIEDUROYRENEDIJONCONFISERIEDUROYRENEDIJONFRCHQ30FM11 73~FRA~~21</FLD><FLD NAME="YY_KEYPREP2" TYPE="Char">33RUEDESGODRANS21000DIJON33RUEDESGODRANS21000DIJONCVCR12502945</FLD><FLD NAME="YRUPDAT" TYPE="Integer">1</FLD><FLD NAME="YCFMFLG" TYPE="Integer">1</FLD><FLD NAME="YNDEFLG" TYPE="Integer">2</FLD><FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD><FLD NAME="YUSER" TYPE="Char">102</FLD><FLD NAME="YNBPAL" TYPE="Integer">1</FLD><FLD NAME="YNBCOL" TYPE="Integer">17</FLD></GRP><TAB DIM="50" ID="RESULTAT" SIZE="1"><LIN NUM="1"><FLD NAME="YSDHNUM" TYPE="Char">LVCR12501292</FLD><FLD NAME="YNB_ERR" TYPE="Integer">0</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(3) "C11"
        [YBPAADDDEB] = string(2) "01"
        [YBPCORDFIN] = string(3) "C11"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "01"
        [YBPTNUMFIN] = string(2) "01"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(101) "C1101CR1C1101EUR11C11C11CONFISERIEDUROYRENEDIJONCONFISERIEDUROYRENEDIJONFRCHQ30FM11                73~FRA~~21"
        [YY_KEYPREP2] = string(62) "33RUEDESGODRANS21000DIJON33RUEDESGODRANS21000DIJONCVCR12502945"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "17"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501292"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(3) "C11"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "01"
  [keyprep1] = string(107) "C1101CR1C1101EUR11C11C11CONFISERIEDUROYRENEDIJONCONFISERIEDUROYRENEDIJONFRCHQ30FM11                73%7EFRA%7E%7E21"
  [keyprep2] = string(62) "33RUEDESGODRANS21000DIJON33RUEDESGODRANS21000DIJONCVCR12502945"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "17"
  [transp1] = string(2) "01"
  [backurl] = string(25) "PC1_02.php?op=CR125050293"
  [idERR] = string(4) "ERR1"
}
 
Niv402/06/2025 08:14:45102ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4741
Fonct :
Lien : /CRRPROD/PC1_actions.php?act=CreBL&client=C11&idBouton=BL1&nbBLActifs=1&adrLiv=01&keyprep1=C1101CR1C1101EUR11C11C11CONFISERIEDUROYRENEDIJONCONFISERIEDUROYRENEDIJONFRCHQ30FM11++++++++73%257EFRA%257E%257E21&keyprep2=33RUEDESGODRANS21000DIJON33RUEDESGODRANS21000DIJONCVCR12502945&nbpal1=1&nbcol1=17&transp1=01&backurl=PC1_02.php%3Fop%3DCR125050293&idERR=ERR1--
Data :
PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(3) "C11"
        [YBPAADDDEB] = string(2) "01"
        [YBPCORDFIN] = string(3) "C11"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "01"
        [YBPTNUMFIN] = string(2) "01"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(101) "C1101CR1C1101EUR11C11C11CONFISERIEDUROYRENEDIJONCONFISERIEDUROYRENEDIJONFRCHQ30FM11                73~FRA~~21"
        [YY_KEYPREP2] = string(62) "33RUEDESGODRANS21000DIJON33RUEDESGODRANS21000DIJONCVCR12502945"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "17"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501292"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 
Niv502/06/2025 08:14:45102ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4827
Fonction : WmsPrintAuto(PK2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(YARC_PACKLIST,1,Array,imp,,EXPE_1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, YARC_PACKLIST 1 EXPE_1 FRA imp 1 site CR1 bonliv LVCR12501292 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">YARC_PACKLIST</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="2"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">bonliv</FLD> <FLD NAME="VVALPARAM" TYPE="Char">LVCR12501292</FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(13) "YARC_PACKLIST"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(6) "EXPE_1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(2) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "bonliv"
          [VVALPARAM] = string(12) "LVCR12501292"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">YARC_PACKLIST</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="2"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">bonliv</FLD><FLD NAME="VVALPARAM" TYPE="Char">LVCR12501292</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(13) "YARC_PACKLIST"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(6) "EXPE_1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(2) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "bonliv"
          [VVALPARAM] = string(12) "LVCR12501292"
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(3) "C11"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "01"
  [keyprep1] = string(107) "C1101CR1C1101EUR11C11C11CONFISERIEDUROYRENEDIJONCONFISERIEDUROYRENEDIJONFRCHQ30FM11                73%7EFRA%7E%7E21"
  [keyprep2] = string(62) "33RUEDESGODRANS21000DIJON33RUEDESGODRANS21000DIJONCVCR12502945"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "17"
  [transp1] = string(2) "01"
  [backurl] = string(25) "PC1_02.php?op=CR125050293"
  [idERR] = string(4) "ERR1"
}
 
Niv502/06/2025 08:14:45102ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4852
Fonction : WmsPrintAuto(XT1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(XETIQTRANSPORT,1,Array,imp,,EXPE_1_2,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, XETIQTRANSPORT 1 EXPE_1_2 FRA imp 1 client C11 stofcy CR1 numcde CVCR12502945 numpal )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="4"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">client</FLD> <FLD NAME="VVALPARAM" TYPE="Char">C11</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502945</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(3) "C11"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12502945"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="4"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">client</FLD><FLD NAME="VVALPARAM" TYPE="Char">C11</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502945</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(3) "C11"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12502945"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(3) "C11"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "01"
  [keyprep1] = string(107) "C1101CR1C1101EUR11C11C11CONFISERIEDUROYRENEDIJONCONFISERIEDUROYRENEDIJONFRCHQ30FM11                73%7EFRA%7E%7E21"
  [keyprep2] = string(62) "33RUEDESGODRANS21000DIJON33RUEDESGODRANS21000DIJONCVCR12502945"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "17"
  [transp1] = string(2) "01"
  [backurl] = string(25) "PC1_02.php?op=CR125050293"
  [idERR] = string(4) "ERR1"
}
 
Niv502/06/2025 08:14:45102ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 19
Fonction : unLockAll(102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 




PC1_01.php
array(1) {
  [success] = string(36) "Création BL LVCR12501292 effectuée"
}
 
Niv502/06/2025 08:15:5618ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125050446 1000 0 CAL00851 33 UN 50510536 20260222 18 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050446</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL00851</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">33</FLD> <FLD NAME="PCU" TYPE="Char">UN</FLD> <FLD NAME="LOT" TYPE="Char">50510536</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20260222</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">18</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050446"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CAL00851"
          [QTYPCU] = string(2) "33"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510536"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260222"
          [SSCC] = string(0) ""
          [USER] = string(2) "18"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125050446</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">CAL00851</FLD><FLD NAME="QTYPCU" TYPE="Decimal">33</FLD><FLD NAME="PCU" TYPE="Char">UN</FLD><FLD NAME="LOT" TYPE="Char">50510536</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20260222</FLD><FLD NAME="SSCC" TYPE="Char">0000387588</FLD><FLD NAME="USER" TYPE="Char">18</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050446"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CAL00851"
          [QTYPCU] = string(2) "33"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510536"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260222"
          [SSCC] = string(10) "0000387588"
          [USER] = string(2) "18"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CAL00851"
  [desig] = string(29) "CALINOU ROSE CAR FW NEU 1.4KG"
  [lot] = string(8) "50510536"
  [dluo] = string(10) "22/02/2026"
  [qtyprd] = string(2) "33"
  [pcu] = string(2) "UN"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050446"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 08:15:5718ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_ULM,,,FRA,CDT1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_ULM FRA CDT1 imp 1 site CR1 article CAL00851 lot 50510536 loc sscc 0000387588 ope 18 qte 33 pcu pohnum bpsnum bpslot dluo 20260222 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_ULM</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CAL00851</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510536</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387588</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">18</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">33</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260222</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_ULM"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL00851"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510536"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387588"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "18"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "33"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260222"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_ULM</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">CAL00851</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510536</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387588</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">18</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">33</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260222</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_ULM"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL00851"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510536"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387588"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "18"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "33"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260222"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CAL00851"
  [desig] = string(29) "CALINOU ROSE CAR FW NEU 1.4KG"
  [lot] = string(8) "50510536"
  [dluo] = string(10) "22/02/2026"
  [qtyprd] = string(2) "33"
  [pcu] = string(2) "UN"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050446"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 08:16:0218ROYRENE:DEC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 274
Fonction : Valid_Suiviof(OFCR125050446,1000)

Call 4
Page : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 384
Fonction : save(DEC, CR1 OFCR125050446 20250602 2 33 CAL00851 1 CAL00851 UN 33 50510536 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050446</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">33</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">CAL00851</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL00851</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">33</FLD> <FLD NAME="LOT" TYPE="Char">50510536</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(4) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125050446"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK2_1] = array(2) {
        [QTESUIVITM] = string(2) "33"
        [Y_ITMFILTER] = string(8) "CAL00851"
  }
  [MTK2_2] = array(1) {
        [1] = array(5) {
          [NO] = string(1) "1"
          [ITMREF] = string(8) "CAL00851"
          [UOM] = string(2) "UN"
          [UOMCPLQTY] = string(2) "33"
          [LOT] = string(8) "50510536"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000005</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125050446</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="ITMTRKFLG" TYPE="Integer">2</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="MATTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTOPE" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"></FLD><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char">UN</FLD><FLD NAME="ZUL" TYPE="Char">Unité</FLD></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">9999</FLD><FLD MENULAB="Post-consommation" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">2</FLD><FLD MENULAB="Non soldées" MENULOCAL="355" NAME="FILTMAT" TYPE="Integer">1</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602061601</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="50" ID="MTK2_2" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="PRODTYP" TYPE="Integer">1</FLD><FLD MENULAB="Produit" MENULOCAL="2301" NAME="ITMTYP" TYPE="Integer">1</FLD><FLD NAME="ITMREF" TYPE="Char">CAL00851</FLD><FLD NAME="UOM" TYPE="Char">UN</FLD><FLD NAME="UOMEXTQTY" TYPE="Decimal">0</FLD><FLD NAME="UOMCPLQTY" TYPE="Decimal">33</FLD><FLD NAME="UOMSTUCOE" TYPE="Decimal">1</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="CPLQTY" TYPE="Decimal">33</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="LOCTYP" TYPE="Char">PROD</FLD><FLD NAME="LOC" TYPE="Char">SCAL</FLD><FLD NAME="LOT" TYPE="Char">50510536</FLD><FLD NAME="PALNUM" TYPE="Char">0000387588</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD NAME="MVTDES" TYPE="Char"/><FLD NAME="ITMDES1" TYPE="Char">CALINOU ROSE CAR FW NEU 1.4KG</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMIT" TYPE="Char">OFCR125050446</FLD><FLD NAME="CCE1" TYPE="Char"/><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/></LIN></TAB><TAB DIM="100" ID="MTK3_3" SIZE="5"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00277</FLD><FLD NAME="ITMDES1" TYPE="Char">CALE INTERCALAIRE NOUGAT</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_CO_UL</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_CONDI_U</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">66</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">EA15</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250528</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL00851</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050446</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="2"><FLD NAME="NO" TYPE="Integer">2</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00283</FLD><FLD NAME="ITMDES1" TYPE="Char">CAM REF 2KG NEUTRE 326x210x78</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_CO_UL</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_CONDI_U</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">33</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">FA70</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250528</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL00851</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050446</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="3"><FLD NAME="NO" TYPE="Integer">3</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00348</FLD><FLD NAME="ITMDES1" TYPE="Char">ETIQ TRANSFERT VE BL 150X99MM</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_CO_UL</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_CONDI_U</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">33</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">CALCO</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250528</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL00851</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050446</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="4"><FLD NAME="NO" TYPE="Integer">4</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00402</FLD><FLD NAME="ITMDES1" TYPE="Char">FILM OPP NEUT COEX 30 LAI 90MM</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_CO_UL</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_CONDI_U</FLD><FLD NAME="STU" TYPE="Char">KG</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">1.2474</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">50310191</FLD><FLD NAME="LOC" TYPE="Char">FA62</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250528</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL00851</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050446</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="5"><FLD NAME="NO" TYPE="Integer">5</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00623</FLD><FLD NAME="ITMDES1" TYPE="Char">ETIQ TRANSFERT VE BL 110X99MM</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_CO_UL</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_CONDI_U</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">33</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">CALCO</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250528</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL00851</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050446</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(9) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000005"
        [MFGNUM] = string(13) "OFCR125050446"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(2) {
        [ITMTRKFLG] = string(1) "2"
        [MATTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [FILTOPE] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(2) "UN"
        [ZUL] = string(6) "Unité"
  }
  [MTK3_1] = array(7) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(4) "9999"
        [STOCOD] = string(1) "2"
        [FILTMAT] = string(1) "1"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602061601"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK2_2] = array(1) {
        [1] = array(40) {
          [NO] = string(1) "1"
          [PRODTYP] = string(1) "1"
          [ITMTYP] = string(1) "1"
          [ITMREF] = string(8) "CAL00851"
          [UOM] = string(2) "UN"
          [UOMEXTQTY] = string(1) "0"
          [UOMCPLQTY] = string(2) "33"
          [UOMSTUCOE] = string(1) "1"
          [STU] = string(2) "UN"
          [CPLQTY] = string(2) "33"
          [STA] = string(1) "A"
          [LOCTYP] = string(4) "PROD"
          [LOC] = string(4) "SCAL"
          [LOT] = string(8) "50510536"
          [PALNUM] = string(10) "0000387588"
          [CLEFLG] = string(1) "2"
          [MVTDES] = string(0) ""
          [ITMDES1] = string(29) "CALINOU ROSE CAR FW NEU 1.4KG"
          [BOMALT] = string(1) "1"
          [MFGNUMIT] = string(13) "OFCR125050446"
          [CCE1] = string(0) ""
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
        }
  }
  [MTK3_3] = array(5) {
        [1] = array(43) {
          [NO] = string(1) "1"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00277"
          [ITMDES1] = string(24) "CALE INTERCALAIRE NOUGAT"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_CO_UL"
          [WSTSHO] = string(10) "LI_CONDI_U"
          [STU] = string(2) "UN"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(2) "66"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(4) "EA15"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250528"
          [BOMNUM] = string(8) "CAL00851"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050446"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [2] = array(43) {
          [NO] = string(1) "2"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00283"
          [ITMDES1] = string(29) "CAM REF 2KG NEUTRE 326x210x78"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_CO_UL"
          [WSTSHO] = string(10) "LI_CONDI_U"
          [STU] = string(2) "UN"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(2) "33"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(4) "FA70"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250528"
          [BOMNUM] = string(8) "CAL00851"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050446"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [3] = array(43) {
          [NO] = string(1) "3"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00348"
          [ITMDES1] = string(29) "ETIQ TRANSFERT VE BL 150X99MM"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_CO_UL"
          [WSTSHO] = string(10) "LI_CONDI_U"
          [STU] = string(2) "UN"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(2) "33"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(5) "CALCO"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250528"
          [BOMNUM] = string(8) "CAL00851"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050446"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [4] = array(43) {
          [NO] = string(1) "4"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00402"
          [ITMDES1] = string(30) "FILM OPP NEUT COEX 30 LAI 90MM"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_CO_UL"
          [WSTSHO] = string(10) "LI_CONDI_U"
          [STU] = string(2) "KG"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(6) "1.2474"
          [TYPQTY] = string(1) "2"
          [LOT] = string(8) "50310191"
          [LOC] = string(4) "FA62"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250528"
          [BOMNUM] = string(8) "CAL00851"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050446"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [5] = array(43) {
          [NO] = string(1) "5"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00623"
          [ITMDES1] = string(29) "ETIQ TRANSFERT VE BL 110X99MM"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_CO_UL"
          [WSTSHO] = string(10) "LI_CONDI_U"
          [STU] = string(2) "UN"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(2) "33"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(5) "CALCO"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250528"
          [BOMNUM] = string(8) "CAL00851"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050446"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
  }
}
 




DP1_actions.php
array(3) {
  [act] = string(10) "validSuivi"
  [mfgnum] = string(13) "OFCR125050446"
  [mfglin] = string(4) "1000"
}
 
Niv302/06/2025 08:16:0218ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 425
Fonct : Valid_Suiviof
Lien : /CRRPROD/DP1_actions.php?act=validSuivi&mfgnum=OFCR125050446&mfglin=1000DEC
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050446</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">33</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">CAL00851</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL00851</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">33</FLD> <FLD NAME="LOT" TYPE="Char">50510536</FLD> </LIN> </TAB> </PARAM> Niv502/06/2025 08:16:2518ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125050446 1001 0 REF00007 0.78 KG 20250528 20250925 18 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050446</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1001</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">REF00007</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">0.78</FLD> <FLD NAME="PCU" TYPE="Char">KG</FLD> <FLD NAME="LOT" TYPE="Char">20250528</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20250925</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">18</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050446"
          [MFGLIN] = string(4) "1001"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "REF00007"
          [QTYPCU] = string(4) "0.78"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "20250528"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250925"
          [SSCC] = string(0) ""
          [USER] = string(2) "18"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125050446</FLD><FLD NAME="MFGLIN" TYPE="Integer">1001</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">REF00007</FLD><FLD NAME="QTYPCU" TYPE="Decimal">0.78</FLD><FLD NAME="PCU" TYPE="Char">KG</FLD><FLD NAME="LOT" TYPE="Char">20250528</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20250925</FLD><FLD NAME="SSCC" TYPE="Char">0000387589</FLD><FLD NAME="USER" TYPE="Char">18</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050446"
          [MFGLIN] = string(4) "1001"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "REF00007"
          [QTYPCU] = string(4) "0.78"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "20250528"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250925"
          [SSCC] = string(10) "0000387589"
          [USER] = string(2) "18"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "REF00007"
  [desig] = string(16) "REFONTE CALIROSE"
  [lot] = string(8) "20250528"
  [dluo] = string(10) "25/09/2025"
  [qtyprd] = string(4) "0.78"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050446"
  [mfglin] = string(4) "1001"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 08:16:2518ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_ULM,,,FRA,CDT1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_ULM FRA CDT1 imp 1 site CR1 article REF00007 lot 20250528 loc sscc 0000387589 ope 18 qte 0.78 pcu pohnum bpsnum bpslot dluo 20250925 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_ULM</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">REF00007</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250528</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387589</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">18</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0.78</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250925</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_ULM"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "REF00007"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "20250528"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387589"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "18"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "0.78"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250925"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_ULM</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">REF00007</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250528</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387589</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">18</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">0.78</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250925</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_ULM"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "REF00007"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "20250528"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387589"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "18"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "0.78"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250925"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "REF00007"
  [desig] = string(16) "REFONTE CALIROSE"
  [lot] = string(8) "20250528"
  [dluo] = string(10) "25/09/2025"
  [qtyprd] = string(4) "0.78"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050446"
  [mfglin] = string(4) "1001"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 08:16:26102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050284,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050284 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050284</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050284"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050284</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050284"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(3) {
  [deb] = string(0) ""
  [op] = string(11) "CR125050284"
  [afftext] = string(4) "true"
}
 
Niv502/06/2025 08:16:3018ROYRENE:DES
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 274
Fonction : Valid_Suiviof(OFCR125050446,1001)

Call 4
Page : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 384
Fonction : save(DES, CR1 OFCR125050446 20250602 2 0.78 REF00007 1 REF00007 KG 0.78 20250528 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050446</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">0.78</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">REF00007</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">REF00007</FLD> <FLD NAME="UOM" TYPE="Char">KG</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">0.78</FLD> <FLD NAME="LOT" TYPE="Char">20250528</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(4) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125050446"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK2_1] = array(2) {
        [QTESUIVITM] = string(4) "0.78"
        [Y_ITMFILTER] = string(8) "REF00007"
  }
  [MTK2_2] = array(1) {
        [1] = array(5) {
          [NO] = string(1) "1"
          [ITMREF] = string(8) "REF00007"
          [UOM] = string(2) "KG"
          [UOMCPLQTY] = string(4) "0.78"
          [LOT] = string(8) "20250528"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000006</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125050446</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="ITMTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTOPE" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"></FLD><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char">KG</FLD><FLD NAME="ZUL" TYPE="Char">Kilogramme</FLD></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTMAT" TYPE="Integer">0</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602061630</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="50" ID="MTK2_2" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="PRODTYP" TYPE="Integer">1</FLD><FLD MENULAB="Sous-produit" MENULOCAL="2301" NAME="ITMTYP" TYPE="Integer">2</FLD><FLD NAME="ITMREF" TYPE="Char">REF00007</FLD><FLD NAME="UOM" TYPE="Char">KG</FLD><FLD NAME="UOMEXTQTY" TYPE="Decimal">0</FLD><FLD NAME="UOMCPLQTY" TYPE="Decimal">0.78</FLD><FLD NAME="UOMSTUCOE" TYPE="Decimal">1</FLD><FLD NAME="STU" TYPE="Char">KG</FLD><FLD NAME="CPLQTY" TYPE="Decimal">0.78</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="LOCTYP" TYPE="Char">CPROD</FLD><FLD NAME="LOC" TYPE="Char">CALPR</FLD><FLD NAME="LOT" TYPE="Char">20250528</FLD><FLD NAME="PALNUM" TYPE="Char">0000387589</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD NAME="MVTDES" TYPE="Char"/><FLD NAME="ITMDES1" TYPE="Char">REFONTE CALIROSE</FLD><FLD NAME="BOMALT" TYPE="Integer">0</FLD><FLD NAME="MFGNUMIT" TYPE="Char">OFCR125050446</FLD><FLD NAME="CCE1" TYPE="Char"/><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/></LIN></TAB></RESULT>

DP1_actions.php
array(8) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000006"
        [MFGNUM] = string(13) "OFCR125050446"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [FILTOPE] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(2) "KG"
        [ZUL] = string(10) "Kilogramme"
  }
  [MTK3_1] = array(7) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [STOCOD] = string(1) "0"
        [FILTMAT] = string(1) "0"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602061630"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK2_2] = array(1) {
        [1] = array(40) {
          [NO] = string(1) "1"
          [PRODTYP] = string(1) "1"
          [ITMTYP] = string(1) "2"
          [ITMREF] = string(8) "REF00007"
          [UOM] = string(2) "KG"
          [UOMEXTQTY] = string(1) "0"
          [UOMCPLQTY] = string(4) "0.78"
          [UOMSTUCOE] = string(1) "1"
          [STU] = string(2) "KG"
          [CPLQTY] = string(4) "0.78"
          [STA] = string(1) "A"
          [LOCTYP] = string(5) "CPROD"
          [LOC] = string(5) "CALPR"
          [LOT] = string(8) "20250528"
          [PALNUM] = string(10) "0000387589"
          [CLEFLG] = string(1) "2"
          [MVTDES] = string(0) ""
          [ITMDES1] = string(16) "REFONTE CALIROSE"
          [BOMALT] = string(1) "0"
          [MFGNUMIT] = string(13) "OFCR125050446"
          [CCE1] = string(0) ""
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
        }
  }
}
 
Qté réalisée supérieure à la qté prévue. Poursuivre ?



DP1_actions.php
array(3) {
  [act] = string(10) "validSuivi"
  [mfgnum] = string(13) "OFCR125050446"
  [mfglin] = string(4) "1001"
}
 
Niv302/06/2025 08:16:3018ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 425
Fonct : Valid_Suiviof
Lien : /CRRPROD/DP1_actions.php?act=validSuivi&mfgnum=OFCR125050446&mfglin=1001DESQté réalisée supérieure à la qté prévue. Poursuivre ?
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050446</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">0.78</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">REF00007</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">REF00007</FLD> <FLD NAME="UOM" TYPE="Char">KG</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">0.78</FLD> <FLD NAME="LOT" TYPE="Char">20250528</FLD> </LIN> </TAB> </PARAM> Niv502/06/2025 08:16:5918ROYRENE:YWTRFSM02
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 1015
Fonction : Run(YWTRFSM02, 18#CAL00465 18 CR1 CAL00465 CALCO 50510520 A 0000387429 7.39 OFCR125050446 1000 35 CALCO A A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">18#CAL00465</FLD> <FLD NAME="USER" TYPE="Char">18</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00465</FLD> <FLD NAME="SLOC" TYPE="Char">CALCO</FLD> <FLD NAME="SLOT" TYPE="Char">50510520</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387429</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">7.39</FLD> <FLD NAME="SMFGNUM" TYPE="Char">OFCR125050446</FLD> <FLD NAME="SMFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SBOMSEQ" TYPE="Integer">35</FLD> <FLD NAME="DLOC" TYPE="Char">CALCO</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">A</FLD> </GRP> </PARAM>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(11) "18#CAL00465"
        [USER] = string(2) "18"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00465"
        [SLOC] = string(5) "CALCO"
        [SLOT] = string(8) "50510520"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387429"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(4) "7.39"
        [SMFGNUM] = string(13) "OFCR125050446"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "35"
        [DLOC] = string(5) "CALCO"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">18#CAL00465</FLD><FLD NAME="USER" TYPE="Char">18</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00465</FLD><FLD NAME="SLOC" TYPE="Char">CALCO</FLD><FLD NAME="SLOT" TYPE="Char">50510520</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387429</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">7.39</FLD><FLD NAME="SMFGNUM" TYPE="Char">OFCR125050446</FLD><FLD NAME="SMFGLIN" TYPE="Decimal">1000</FLD><FLD NAME="SBOMSEQ" TYPE="Decimal">35</FLD><FLD NAME="DLOC" TYPE="Char">CALCO</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">A</FLD></GRP></RESULT>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(11) "18#CAL00465"
        [USER] = string(2) "18"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00465"
        [SLOC] = string(5) "CALCO"
        [SLOT] = string(8) "50510520"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387429"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(4) "7.39"
        [SMFGNUM] = string(13) "OFCR125050446"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "35"
        [DLOC] = string(5) "CALCO"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 




SM1_actions.php
array(28) {
  [AutomaticLineValue] = string(9) "article;0"
  [act] = string(8) "lstValid"
  [bomope] = string(0) ""
  [bomseq] = string(2) "35"
  [mfglin] = string(4) "1000"
  [numof] = string(13) "OFCR125050446"
  [wst] = string(0) ""
  [tablin] = string(1) "0"
  [retqty] = string(5) "6.821"
  [qtyprep] = string(1) "0"
  [sta] = string(1) "A"
  [slo] = string(1) " "
  [palnum] = string(10) "0000387429"
  [stocou] = string(7) "1744459"
  [vide] = string(25) "OFCR125050446 / 1000 / 35"
  [article] = string(8) "CAL00465"
  [designation] = string(30) "CALINOU ROSE ROY REN GRI 6.25G"
  [resqty] = string(7) "0/6.821"
  [sloc] = string(5) "CALCO"
  [flash] = string(10) "0000387429"
  [dloc] = string(5) "CALCO"
  [qtypf] = string(0) ""
  [uomlink] = string(2) "UN"
  [dflash] = string(0) ""
  [qte] = string(4) "7.39"
  [unite] = string(3) "MIL"
  [lot] = string(8) "50510520"
  [ajxact] = string(10) "AjxAutoqte"
}
 
Niv502/06/2025 08:17:1618ROYRENE:WEB
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 21
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\SM1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\SM1_actions_spe.php
Ligne : 144
Fonction : ValidSM1Spe(Array)

Call 5
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\framework\php_fonctions\php_fonctions_SM1_spe.php
Ligne : 25
Fonction : CreSuiviSpe(OFCR125050446)

Call 6
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\framework\php_fonctions\php_fonctions_SM1_spe.php
Ligne : 102
Fonction : save(WEB, CR1 OFCR125050446 20250602 2 1 CAL00465 -OFCR125050446 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050446</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="MATTRKFLG" TYPE="Integer">2</FLD> </GRP> <TAB ID="MTK3_3" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="MATITMREF" TYPE="Char">CAL00465</FLD> <FLD NAME="MVTDES" TYPE="Char">-OFCR125050446</FLD> </LIN> </TAB> </PARAM>

SM1_actions.php
array(3) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125050446"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [MATTRKFLG] = string(1) "2"
  }
  [MTK3_3] = array(1) {
        [1] = array(3) {
          [NO] = string(1) "1"
          [MATITMREF] = string(8) "CAL00465"
          [MVTDES] = string(14) "-OFCR125050446"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000007</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125050446</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="MATTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"/><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char"/><FLD NAME="ZUL" TYPE="Char"/></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">9999</FLD><FLD MENULAB="Immédiat" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">1</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602061716</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="100" ID="MTK3_3" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">CAL00465</FLD><FLD NAME="ITMDES1" TYPE="Char">CALINOU ROSE ROY REN GRI 6.25G</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_CO_UL</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_CONDI_U</FLD><FLD NAME="STU" TYPE="Char">MIL</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">7.39</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">50510520</FLD><FLD NAME="LOC" TYPE="Char">CALCO</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="MVTDES" TYPE="Char"></FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Immédiat" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">1</FLD><FLD NAME="RETDAT" TYPE="Date">20250528</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL00851</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050446</FLD><FLD MENULAB="Détaillée" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">5</FLD><FLD NAME="CCE1" TYPE="Char"/><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN></TAB></RESULT>

SM1_actions.php
array(8) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000007"
        [MFGNUM] = string(13) "OFCR125050446"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [MATTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(5) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(0) ""
        [ZUL] = string(0) ""
  }
  [MTK3_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(4) "9999"
        [STOCOD] = string(1) "1"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602061716"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK3_3] = array(1) {
        [1] = array(44) {
          [NO] = string(1) "1"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "CAL00465"
          [ITMDES1] = string(30) "CALINOU ROSE ROY REN GRI 6.25G"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_CO_UL"
          [WSTSHO] = string(10) "LI_CONDI_U"
          [STU] = string(3) "MIL"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(4) "7.39"
          [TYPQTY] = string(1) "2"
          [LOT] = string(8) "50510520"
          [LOC] = string(5) "CALCO"
          [STA] = string(1) "A"
          [MVTDES] = string(0) ""
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "1"
          [RETDAT] = string(8) "20250528"
          [BOMNUM] = string(8) "CAL00851"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050446"
          [ALLSTA] = string(1) "5"
          [CCE1] = string(0) ""
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
  }
}
 




SM1_actions.php
array(1) {
  [act] = string(10) "validSuivi"
}
 
Niv502/06/2025 08:17:34102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050284,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050284 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050284</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050284"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050284</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050284"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(1) {
  [op] = string(11) "CR125050284"
}
 
Niv502/06/2025 08:17:43102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050284,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050284 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050284</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050284"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050284</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050284"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(1) {
  [op] = string(11) "CR125050284"
}
 
Niv102/06/2025 08:19:08102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 NOU00328 AB07 50510041 CR125050284 5000 9 UN 0 UN D EXPED 0000387553 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00328</FLD> <FLD NAME="SLOC" TYPE="Char">AB07</FLD> <FLD NAME="SLOT" TYPE="Char">50510041</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125050284</FLD> <FLD NAME="SOPLIG" TYPE="Integer">5000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387553</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00328"
        [SLOC] = string(4) "AB07"
        [SLOT] = string(8) "50510041"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SOP] = string(11) "CR125050284"
        [SOPLIG] = string(4) "5000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387553"
        [DCTRNUM] = string(0) ""
  }
}
 


-- TechnicalInfos --

PC1_actions.php
array(17) {
  [busy] = bool(false)
  [changeLanguage] = bool(false)
  [changeUserId] = bool(false)
  [flushAdx] = bool(false)
  [loadWebsDuration] = float(0)
  [nbDistributionCycle] = int(-1)
  [poolDistribDuration] = float(0)
  [poolEntryIdx] = int(21976)
  [poolExecDuration] = float(108)
  [poolRequestDuration] = float(-1)
  [poolWaitDuration] = float(0)
  [processReportSize] = int(-1)
  [reloadWebs] = bool(false)
  [resumitAfterDBOpen] = bool(false)
  [rowInDistribStack] = NULL
  [totalDuration] = float(111)
  [traceRequestSize] = int(10358)
}
 
YWSUNPAL - MABO LOG Marina BONGIORNO est sur la commande CVCR12502818



PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "NOU00328"
  [op] = string(11) "CR125050284"
  [oplig] = string(4) "5000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "AB07"
  [loc] = string(4) "AB07"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502818"
  [soplin] = string(4) "5000"
  [soqseq] = string(4) "5000"
  [stocou] = string(7) "1739620"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510041"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502818..5000..5000....STOALL.........2.......50510041.....................AB07...173962099999998.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502818..1000..1000....STOALL.........2.......50410128.....................AA27...174217899999998........24"
  [PnPCible] = string(10) "0000387553"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(4) "ab07"
  [lot] = string(8) "50510041"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv102/06/2025 08:19:08102ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 184
Fonct :
Lien : /CRRPROD/PC1_actions.php?AutomaticLineValue=
&act=ValidForm777
&site=CR1
&qteaprep=9
&qteprep=0
&article=NOU00328
&op=CR125050284
&oplig=5000
&tablin=1
&loccase=AB07
&loc=AB07
&case=
&cde=CVCR12502818
&soplin=5000
&soqseq=5000
&stocou=1739620
&unite=UN
&lotligneop=50510041
&sloligneop=
&stu=UN
&locsta=A
&codeope=102
&methodePrep=1
&qtelot=9
&unalloc=
&ALLTYPPC=3
&currLineKey=.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502818..5000..5000....STOALL.........2.......50510041.....................AB07...173962099999998.........9
&nextLineKey=.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502818..1000..1000....STOALL.........2.......50410128.....................AA27...174217899999998........24
&PnPCible=0000387553
&PnPTypecible=Palette
&Flash777=ab07
&lot=50510041
&slo=
&sernum=
&sta=
&emplacCible=EXPED
&qte=1
&unite=CARYWSUNPALYWSUNPAL - MABO LOG Marina BONGIORNO est sur la commande CVCR12502818
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00328</FLD> <FLD NAME="SLOC" TYPE="Char">AB07</FLD> <FLD NAME="SLOT" TYPE="Char">50510041</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125050284</FLD> <FLD NAME="SOPLIG" TYPE="Integer">5000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387553</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM> Niv502/06/2025 08:19:21114ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_MAC,,,FRA,FAC2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_MAC FRA FAC2 imp 1 site CR1 article EMB01202 lot 50310671 loc sscc ope 114 qte 1.511 pcu MIL pohnum bpsnum date 20250602 bpslot 2508-104717030- dluo 20270331 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_MAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EMB01202</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310671</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">114</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1.511</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MIL</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2508-104717030-</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270331</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_MAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB01202"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310671"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "114"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "1.511"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(3) "MIL"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(15) "2508-104717030-"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270331"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_MAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">EMB01202</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310671</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">114</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">1.511</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">MIL</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">2508-104717030-</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270331</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_MAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB01202"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310671"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "114"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "1.511"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(3) "MIL"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(15) "2508-104717030-"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270331"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "EMB01202"
  [lot] = string(8) "50310671"
  [bpslot] = string(15) "2508-104717030-"
  [sscc] = string(1) " "
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(5) "1.511"
  [pcu] = string(3) "MIL"
}
 
Niv502/06/2025 08:19:22114ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_MAC,,,FRA,FAC2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_MAC FRA FAC2 imp 1 site CR1 article EMB01202 lot 50310671 loc sscc ope 114 qte 1.511 pcu MIL pohnum bpsnum date 20250602 bpslot 2508-104717030- dluo 20270331 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_MAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EMB01202</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310671</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">114</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1.511</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MIL</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2508-104717030-</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270331</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_MAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB01202"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310671"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "114"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "1.511"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(3) "MIL"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(15) "2508-104717030-"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270331"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_MAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">EMB01202</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310671</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">114</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">1.511</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">MIL</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">2508-104717030-</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270331</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_MAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB01202"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310671"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "114"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "1.511"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(3) "MIL"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(15) "2508-104717030-"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270331"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "EMB01202"
  [lot] = string(8) "50310671"
  [bpslot] = string(15) "2508-104717030-"
  [sscc] = string(1) " "
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(5) "1.511"
  [pcu] = string(3) "MIL"
}
 
Niv502/06/2025 08:19:22114ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_MAC,,,FRA,FAC2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_MAC FRA FAC2 imp 1 site CR1 article EMB01202 lot 50310671 loc sscc ope 114 qte 1.511 pcu MIL pohnum bpsnum date 20250602 bpslot 2508-104717030- dluo 20270331 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_MAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EMB01202</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310671</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">114</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1.511</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MIL</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2508-104717030-</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270331</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_MAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB01202"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310671"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "114"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "1.511"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(3) "MIL"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(15) "2508-104717030-"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270331"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_MAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">EMB01202</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310671</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">114</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">1.511</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">MIL</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">2508-104717030-</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270331</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_MAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB01202"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310671"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "114"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "1.511"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(3) "MIL"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(15) "2508-104717030-"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270331"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "EMB01202"
  [lot] = string(8) "50310671"
  [bpslot] = string(15) "2508-104717030-"
  [sscc] = string(1) " "
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(5) "1.511"
  [pcu] = string(3) "MIL"
}
 
Niv502/06/2025 08:19:33102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 NOU00328 AB07 50510041 CR125050284 5000 9 UN 0 UN D EXPED 0000387553 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00328</FLD> <FLD NAME="SLOC" TYPE="Char">AB07</FLD> <FLD NAME="SLOT" TYPE="Char">50510041</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125050284</FLD> <FLD NAME="SOPLIG" TYPE="Integer">5000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387553</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00328"
        [SLOC] = string(4) "AB07"
        [SLOT] = string(8) "50510041"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SOP] = string(11) "CR125050284"
        [SOPLIG] = string(4) "5000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387553"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">NOU00328</FLD><FLD NAME="SLOC" TYPE="Char">AB07</FLD><FLD NAME="SLOT" TYPE="Char">50510041</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char"></FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050284</FLD><FLD NAME="SOPLIG" TYPE="Integer">5000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387553</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00328"
        [SLOC] = string(4) "AB07"
        [SLOT] = string(8) "50510041"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050284"
        [SOPLIG] = string(4) "5000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387553"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "NOU00328"
  [op] = string(11) "CR125050284"
  [oplig] = string(4) "5000"
  [tablin] = string(1) "1"
  [loccase] = string(4) "AB07"
  [loc] = string(4) "AB07"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502818"
  [soplin] = string(4) "5000"
  [soqseq] = string(4) "5000"
  [stocou] = string(7) "1739620"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510041"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502818..5000..5000....STOALL.........2.......50510041.....................AB07...173962099999998.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502818..1000..1000....STOALL.........2.......50410128.....................AA27...174217899999998........24"
  [PnPCible] = string(10) "0000387553"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(4) "ab07"
  [lot] = string(8) "50510041"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:19:48102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL01236 AA27 50410128 CR125050284 1000 24 UN 0 UN D EXPED 0000387553 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01236</FLD> <FLD NAME="SLOC" TYPE="Char">AA27</FLD> <FLD NAME="SLOT" TYPE="Char">50410128</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125050284</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">24</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387553</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01236"
        [SLOC] = string(4) "AA27"
        [SLOT] = string(8) "50410128"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SOP] = string(11) "CR125050284"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "24"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387553"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01236</FLD><FLD NAME="SLOC" TYPE="Char">AA27</FLD><FLD NAME="SLOT" TYPE="Char">50410128</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char"></FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125050284</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">24</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387553</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01236"
        [SLOC] = string(4) "AA27"
        [SLOT] = string(8) "50410128"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125050284"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "24"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387553"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "24"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01236"
  [op] = string(11) "CR125050284"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA27"
  [loc] = string(4) "AA27"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502818"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1742178"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410128"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "24"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502818..1000..1000....STOALL.........2.......50410128.....................AA27...174217899999998........24"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502818..1000..1000....STOALL.........2.......50410128.....................AA27...174217899999998........24"
  [PnPCible] = string(10) "0000387553"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(4) "aa27"
  [lot] = string(8) "50410128"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "2"
}
 
Niv502/06/2025 08:19:49102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125050284,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125050284 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125050284</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050284"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125050284</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125050284"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(2) {
  [op] = string(11) "CR125050284"
  [success] = string(23) "Préparation terminée."
}
 
Niv502/06/2025 08:20:00102ROYRENE:YLIVRAISON
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4728
Fonction : Run(YLIVRAISON, CRR CR1 CRR00347 CRR00347 L L 12 12 1 0 CRR00347LCR1CRR0034712EUR11CRR00347CRR00347GALERIESGOURMANDESGALERIESGOURMANDESMAILLODISVI030FDM11 13~FRA~~21 LESGALERIESGOURMANDES75017PARIS17EMEARRONDISSEMENTIMMLESFONTENELLES92024NANTERRECEDEXCVCR12502818 1 1 2 EXPE_1 102 1 23 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPY" TYPE="Char">CRR</FLD> <FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="YSHIDAT" TYPE="Date"></FLD> <FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD> <FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD> <FLD NAME="YBPCORDDEB" TYPE="Char">CRR00347</FLD> <FLD NAME="YBPCORDFIN" TYPE="Char">CRR00347</FLD> <FLD NAME="YBPAADDDEB" TYPE="Char">L</FLD> <FLD NAME="YBPAADDFIN" TYPE="Char">L</FLD> <FLD NAME="YBPTNUMDEB" TYPE="Char">12</FLD> <FLD NAME="YBPTNUMFIN" TYPE="Char">12</FLD> <FLD NAME="YDRNFLG" TYPE="Integer">1</FLD> <FLD NAME="YDRN" TYPE="Integer">0</FLD> <FLD NAME="YY_OP" TYPE="Char"></FLD> <FLD NAME="YY_KEYPREP1" TYPE="Char">CRR00347LCR1CRR0034712EUR11CRR00347CRR00347GALERIESGOURMANDESGALERIESGOURMANDESMAILLODISVI030FDM11 13~FRA~~21</FLD> <FLD NAME="YY_KEYPREP2" TYPE="Char">LESGALERIESGOURMANDES75017PARIS17EMEARRONDISSEMENTIMMLESFONTENELLES92024NANTERRECEDEXCVCR12502818</FLD> <FLD NAME="YRUPDAT" TYPE="Integer">1</FLD> <FLD NAME="YCFMFLG" TYPE="Integer">1</FLD> <FLD NAME="YNDEFLG" TYPE="Integer">2</FLD> <FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD> <FLD NAME="YUSER" TYPE="Char">102</FLD> <FLD NAME="YNBPAL" TYPE="Integer">1</FLD> <FLD NAME="YNBCOL" TYPE="Integer">23</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(0) ""
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR00347"
        [YBPCORDFIN] = string(8) "CRR00347"
        [YBPAADDDEB] = string(1) "L"
        [YBPAADDFIN] = string(1) "L"
        [YBPTNUMDEB] = string(2) "12"
        [YBPTNUMFIN] = string(2) "12"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(116) "CRR00347LCR1CRR0034712EUR11CRR00347CRR00347GALERIESGOURMANDESGALERIESGOURMANDESMAILLODISVI030FDM11                13~FRA~~21"
        [YY_KEYPREP2] = string(97) "LESGALERIESGOURMANDES75017PARIS17EMEARRONDISSEMENTIMMLESFONTENELLES92024NANTERRECEDEXCVCR12502818"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "23"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPY" TYPE="Char">CRR</FLD><FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="YSHIDAT" TYPE="Date">[0/0/0]</FLD><FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD><FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD><FLD NAME="YBPCORDDEB" TYPE="Char">CRR00347</FLD><FLD NAME="YBPAADDDEB" TYPE="Char">L</FLD><FLD NAME="YBPCORDFIN" TYPE="Char">CRR00347</FLD><FLD NAME="YBPAADDFIN" TYPE="Char">L</FLD><FLD NAME="YBPTNUMDEB" TYPE="Char">12</FLD><FLD NAME="YBPTNUMFIN" TYPE="Char">12</FLD><FLD NAME="YDRNFLG" TYPE="Integer">1</FLD><FLD NAME="YDRN" TYPE="Integer">0</FLD><FLD NAME="YY_OP" TYPE="Char"></FLD><FLD NAME="YY_KEYPREP1" TYPE="Char">CRR00347LCR1CRR0034712EUR11CRR00347CRR00347GALERIESGOURMANDESGALERIESGOURMANDESMAILLODISVI030FDM11 13~FRA~~21</FLD><FLD NAME="YY_KEYPREP2" TYPE="Char">LESGALERIESGOURMANDES75017PARIS17EMEARRONDISSEMENTIMMLESFONTENELLES92024NANTERRECEDEXCVCR12502818</FLD><FLD NAME="YRUPDAT" TYPE="Integer">1</FLD><FLD NAME="YCFMFLG" TYPE="Integer">1</FLD><FLD NAME="YNDEFLG" TYPE="Integer">2</FLD><FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD><FLD NAME="YUSER" TYPE="Char">102</FLD><FLD NAME="YNBPAL" TYPE="Integer">1</FLD><FLD NAME="YNBCOL" TYPE="Integer">23</FLD></GRP><TAB DIM="50" ID="RESULTAT" SIZE="1"><LIN NUM="1"><FLD NAME="YSDHNUM" TYPE="Char">LVCR12501293</FLD><FLD NAME="YNB_ERR" TYPE="Integer">0</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR00347"
        [YBPAADDDEB] = string(1) "L"
        [YBPCORDFIN] = string(8) "CRR00347"
        [YBPAADDFIN] = string(1) "L"
        [YBPTNUMDEB] = string(2) "12"
        [YBPTNUMFIN] = string(2) "12"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(116) "CRR00347LCR1CRR0034712EUR11CRR00347CRR00347GALERIESGOURMANDESGALERIESGOURMANDESMAILLODISVI030FDM11                13~FRA~~21"
        [YY_KEYPREP2] = string(97) "LESGALERIESGOURMANDES75017PARIS17EMEARRONDISSEMENTIMMLESFONTENELLES92024NANTERRECEDEXCVCR12502818"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "23"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501293"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(8) "CRR00347"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(1) "L"
  [keyprep1] = string(122) "CRR00347LCR1CRR0034712EUR11CRR00347CRR00347GALERIESGOURMANDESGALERIESGOURMANDESMAILLODISVI030FDM11                13%7EFRA%7E%7E21"
  [keyprep2] = string(97) "LESGALERIESGOURMANDES75017PARIS17EMEARRONDISSEMENTIMMLESFONTENELLES92024NANTERRECEDEXCVCR12502818"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "23"
  [transp1] = string(2) "12"
  [backurl] = string(25) "PC1_02.php?op=CR125050284"
  [idERR] = string(4) "ERR1"
}
 
Niv402/06/2025 08:20:00102ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4741
Fonct :
Lien : /CRRPROD/PC1_actions.php?act=CreBL&client=CRR00347&idBouton=BL1&nbBLActifs=1&adrLiv=L&keyprep1=CRR00347LCR1CRR0034712EUR11CRR00347CRR00347GALERIESGOURMANDESGALERIESGOURMANDESMAILLODISVI030FDM11++++++++13%257EFRA%257E%257E21&keyprep2=LESGALERIESGOURMANDES75017PARIS17EMEARRONDISSEMENTIMMLESFONTENELLES92024NANTERRECEDEXCVCR12502818&nbpal1=1&nbcol1=23&transp1=12&backurl=PC1_02.php%3Fop%3DCR125050284&idERR=ERR1--
Data :
PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR00347"
        [YBPAADDDEB] = string(1) "L"
        [YBPCORDFIN] = string(8) "CRR00347"
        [YBPAADDFIN] = string(1) "L"
        [YBPTNUMDEB] = string(2) "12"
        [YBPTNUMFIN] = string(2) "12"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(116) "CRR00347LCR1CRR0034712EUR11CRR00347CRR00347GALERIESGOURMANDESGALERIESGOURMANDESMAILLODISVI030FDM11                13~FRA~~21"
        [YY_KEYPREP2] = string(97) "LESGALERIESGOURMANDES75017PARIS17EMEARRONDISSEMENTIMMLESFONTENELLES92024NANTERRECEDEXCVCR12502818"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "23"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501293"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 
Niv502/06/2025 08:20:00102ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4852
Fonction : WmsPrintAuto(XT1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(XETIQTRANSPORT,1,Array,imp,,EXPE_1_2,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, XETIQTRANSPORT 1 EXPE_1_2 FRA imp 1 client CRR00347 stofcy CR1 numcde CVCR12502818 numpal )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="4"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">client</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CRR00347</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502818</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(8) "CRR00347"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12502818"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="4"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">client</FLD><FLD NAME="VVALPARAM" TYPE="Char">CRR00347</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502818</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(8) "CRR00347"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12502818"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(8) "CRR00347"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(1) "L"
  [keyprep1] = string(122) "CRR00347LCR1CRR0034712EUR11CRR00347CRR00347GALERIESGOURMANDESGALERIESGOURMANDESMAILLODISVI030FDM11                13%7EFRA%7E%7E21"
  [keyprep2] = string(97) "LESGALERIESGOURMANDES75017PARIS17EMEARRONDISSEMENTIMMLESFONTENELLES92024NANTERRECEDEXCVCR12502818"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "23"
  [transp1] = string(2) "12"
  [backurl] = string(25) "PC1_02.php?op=CR125050284"
  [idERR] = string(4) "ERR1"
}
 
Niv502/06/2025 08:20:00102ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 19
Fonction : unLockAll(102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 




PC1_01.php
array(1) {
  [success] = string(36) "Création BL LVCR12501293 effectuée"
}
 
Niv502/06/2025 08:22:33102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060007,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060007 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060007</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060007"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060007</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060007"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(3) {
  [deb] = string(0) ""
  [op] = string(11) "CR125060007"
  [afftext] = string(4) "true"
}
 
Niv502/06/2025 08:22:43102ROYRENE:YWXCOMPT
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 296
Fonction : Run(YWXCOMPT, YPA )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPT" TYPE="Char">YPA</FLD> <FLD NAME="YSIT" TYPE="Char"></FLD> <FLD NAME="YDATE" TYPE="Date"></FLD> <FLD NAME="YCOMPL" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(0) ""
        [YCOMPL] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPT" TYPE="Char">YPA</FLD><FLD NAME="YSIT" TYPE="Char"></FLD><FLD NAME="YDATE" TYPE="Date">[0/0/0]</FLD><FLD NAME="YCOMPL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="YVAL" TYPE="Char">0000387590</FLD><FLD NAME="STATUT" TYPE="Integer">0</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(7) "[0/0/0]"
        [YCOMPL] = string(0) ""
  }
  [RESULTAT] = array(2) {
        [YVAL] = string(10) "0000387590"
        [STATUT] = string(1) "0"
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060007"
  [cde] = string(12) "CVCR12502708"
  [oplig] = string(4) "1000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060007%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 08:22:43102ROYRENE:YWPMAJSSCC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 383
Fonction : Run(YWPMAJSSCC, 102 CR1 0000387590 PAL CR125060007 1000 0 0 0 0 1 PALET CVCR12502708 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="USER" TYPE="Char">102</FLD> <FLD NAME="FCY" TYPE="Char">CR1</FLD> <FLD NAME="SSCC" TYPE="Char">0000387590</FLD> <FLD NAME="TYP" TYPE="Char">PAL</FLD> <FLD NAME="OP" TYPE="Char">CR125060007</FLD> <FLD NAME="OPLIG" TYPE="Decimal">1000</FLD> <FLD NAME="POIDS" TYPE="Decimal"></FLD> <FLD NAME="VOLUME" TYPE="Decimal">0</FLD> <FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD> <FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD> <FLD NAME="LARGEUR" TYPE="Decimal">0</FLD> <FLD NAME="MATDANG" TYPE="Integer">1</FLD> <FLD NAME="LIBCOL" TYPE="Char">PALET</FLD> <FLD NAME="LIBPAL" TYPE="Char"></FLD> <FLD NAME="SOHNUM" TYPE="Char">CVCR12502708</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(15) {
        [USER] = string(3) "102"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387590"
        [TYP] = string(3) "PAL"
        [OP] = string(11) "CR125060007"
        [OPLIG] = string(4) "1000"
        [POIDS] = string(0) ""
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
        [SOHNUM] = string(12) "CVCR12502708"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="USER" TYPE="Char">102</FLD><FLD NAME="FCY" TYPE="Char">CR1</FLD><FLD NAME="SSCC" TYPE="Char">0000387590</FLD><FLD NAME="TYP" TYPE="Char">PAL</FLD><FLD NAME="SOHNUM" TYPE="Char">CVCR12502708</FLD><FLD NAME="OP" TYPE="Char">CR125060007</FLD><FLD NAME="OPLIG" TYPE="Decimal">1000</FLD><FLD NAME="POIDS" TYPE="Decimal">0</FLD><FLD NAME="VOLUME" TYPE="Decimal">0</FLD><FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD><FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD><FLD NAME="LARGEUR" TYPE="Decimal">0</FLD><FLD NAME="MATDANG" TYPE="Integer">1</FLD><FLD NAME="LIBCOL" TYPE="Char">PALET</FLD><FLD NAME="LIBPAL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="ZIND" TYPE="Integer">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(15) {
        [USER] = string(3) "102"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387590"
        [TYP] = string(3) "PAL"
        [SOHNUM] = string(12) "CVCR12502708"
        [OP] = string(11) "CR125060007"
        [OPLIG] = string(4) "1000"
        [POIDS] = string(1) "0"
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
  }
  [RESULTAT] = array(1) {
        [ZIND] = string(1) "1"
  }
}
 
Informations enregistrées



PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060007"
  [cde] = string(12) "CVCR12502708"
  [oplig] = string(4) "1000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060007%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 08:22:43102ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 417
Fonction : WmsPrintAuto(PC1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_CLIUC,1,Array,imp,,ETIQ1_EXP1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_CLIUC 1 ETIQ1_EXP1 FRA imp 1 site CR1 sscc 0000387590 ope 102 commande CVCR12502708 indicepalette 1 zoneprep EXPED ctx op nbcolis 0 type Palette )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="10"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387590</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">102</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">commande</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502708</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">op</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">type</FLD> <FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387590"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "102"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502708"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="10"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387590</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">102</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">commande</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502708</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD><FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">op</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">type</FLD><FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387590"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "102"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502708"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060007"
  [cde] = string(12) "CVCR12502708"
  [oplig] = string(4) "1000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060007%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 08:22:5918ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125060135 1000 0 CAL00074 5.25 KG 50610132 20260128 18 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060135</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL00074</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">5.25</FLD> <FLD NAME="PCU" TYPE="Char">KG</FLD> <FLD NAME="LOT" TYPE="Char">50610132</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20260128</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">18</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060135"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CAL00074"
          [QTYPCU] = string(4) "5.25"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610132"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260128"
          [SSCC] = string(0) ""
          [USER] = string(2) "18"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125060135</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">CAL00074</FLD><FLD NAME="QTYPCU" TYPE="Decimal">5.25</FLD><FLD NAME="PCU" TYPE="Char">KG</FLD><FLD NAME="LOT" TYPE="Char">50610132</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20260128</FLD><FLD NAME="SSCC" TYPE="Char">0000387591</FLD><FLD NAME="USER" TYPE="Char">18</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060135"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CAL00074"
          [QTYPCU] = string(4) "5.25"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610132"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260128"
          [SSCC] = string(10) "0000387591"
          [USER] = string(2) "18"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CAL00074"
  [desig] = string(24) "CALISSON GRI FW NEU CDRR"
  [lot] = string(8) "50610132"
  [dluo] = string(10) "28/01/2026"
  [qtyprd] = string(4) "5.25"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060135"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 08:22:5918ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_ULM,,,FRA,CDT1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_ULM FRA CDT1 imp 1 site CR1 article CAL00074 lot 50610132 loc sscc 0000387591 ope 18 qte 5.25 pcu pohnum bpsnum bpslot dluo 20260128 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_ULM</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CAL00074</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50610132</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387591</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">18</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">5.25</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260128</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_ULM"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL00074"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610132"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387591"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "18"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "5.25"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260128"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_ULM</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">CAL00074</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50610132</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387591</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">18</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">5.25</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260128</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_ULM"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL00074"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610132"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387591"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "18"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "5.25"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260128"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CAL00074"
  [desig] = string(24) "CALISSON GRI FW NEU CDRR"
  [lot] = string(8) "50610132"
  [dluo] = string(10) "28/01/2026"
  [qtyprd] = string(4) "5.25"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060135"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 08:23:0618ROYRENE:DEC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 274
Fonction : Valid_Suiviof(OFCR125060135,1000)

Call 4
Page : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 384
Fonction : save(DEC, CR1 OFCR125060135 20250602 2 5.25 CAL00074 1 CAL00074 KG 5.25 50610132 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060135</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">5.25</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">CAL00074</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL00074</FLD> <FLD NAME="UOM" TYPE="Char">KG</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">5.25</FLD> <FLD NAME="LOT" TYPE="Char">50610132</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(4) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125060135"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK2_1] = array(2) {
        [QTESUIVITM] = string(4) "5.25"
        [Y_ITMFILTER] = string(8) "CAL00074"
  }
  [MTK2_2] = array(1) {
        [1] = array(5) {
          [NO] = string(1) "1"
          [ITMREF] = string(8) "CAL00074"
          [UOM] = string(2) "KG"
          [UOMCPLQTY] = string(4) "5.25"
          [LOT] = string(8) "50610132"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000008</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125060135</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="ITMTRKFLG" TYPE="Integer">2</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="MATTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTOPE" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"></FLD><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char">KG</FLD><FLD NAME="ZUL" TYPE="Char">Kilogramme</FLD></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">9999</FLD><FLD MENULAB="Post-consommation" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">2</FLD><FLD MENULAB="Non soldées" MENULOCAL="355" NAME="FILTMAT" TYPE="Integer">1</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602062305</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="50" ID="MTK2_2" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="PRODTYP" TYPE="Integer">1</FLD><FLD MENULAB="Produit" MENULOCAL="2301" NAME="ITMTYP" TYPE="Integer">1</FLD><FLD NAME="ITMREF" TYPE="Char">CAL00074</FLD><FLD NAME="UOM" TYPE="Char">KG</FLD><FLD NAME="UOMEXTQTY" TYPE="Decimal">4.75</FLD><FLD NAME="UOMCPLQTY" TYPE="Decimal">5.25</FLD><FLD NAME="UOMSTUCOE" TYPE="Decimal">1</FLD><FLD NAME="STU" TYPE="Char">KG</FLD><FLD NAME="CPLQTY" TYPE="Decimal">5.25</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="LOCTYP" TYPE="Char">CCOND</FLD><FLD NAME="LOC" TYPE="Char">CALCO</FLD><FLD NAME="LOT" TYPE="Char">50610132</FLD><FLD NAME="PALNUM" TYPE="Char">0000387591</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD NAME="MVTDES" TYPE="Char"/><FLD NAME="ITMDES1" TYPE="Char">CALISSON GRI FW NEU CDRR</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMIT" TYPE="Char">OFCR125060135</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/></LIN></TAB><TAB DIM="100" ID="MTK3_3" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00403</FLD><FLD NAME="ITMDES1" TYPE="Char">FILM OPP NEU COEX 30 LAI 100MM</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_AUCOU</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_AUCOUT</FLD><FLD NAME="STU" TYPE="Char">KG</FLD><FLD NAME="RETQTY" TYPE="Decimal">0.0989</FLD><FLD NAME="USEQTY" TYPE="Decimal">0.1093</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">50210698</FLD><FLD NAME="LOC" TYPE="Char">FA41</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250602</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL00074</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125060135</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(9) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000008"
        [MFGNUM] = string(13) "OFCR125060135"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(2) {
        [ITMTRKFLG] = string(1) "2"
        [MATTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [FILTOPE] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(2) "KG"
        [ZUL] = string(10) "Kilogramme"
  }
  [MTK3_1] = array(7) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(4) "9999"
        [STOCOD] = string(1) "2"
        [FILTMAT] = string(1) "1"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602062305"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK2_2] = array(1) {
        [1] = array(40) {
          [NO] = string(1) "1"
          [PRODTYP] = string(1) "1"
          [ITMTYP] = string(1) "1"
          [ITMREF] = string(8) "CAL00074"
          [UOM] = string(2) "KG"
          [UOMEXTQTY] = string(4) "4.75"
          [UOMCPLQTY] = string(4) "5.25"
          [UOMSTUCOE] = string(1) "1"
          [STU] = string(2) "KG"
          [CPLQTY] = string(4) "5.25"
          [STA] = string(1) "A"
          [LOCTYP] = string(5) "CCOND"
          [LOC] = string(5) "CALCO"
          [LOT] = string(8) "50610132"
          [PALNUM] = string(10) "0000387591"
          [CLEFLG] = string(1) "1"
          [MVTDES] = string(0) ""
          [ITMDES1] = string(24) "CALISSON GRI FW NEU CDRR"
          [BOMALT] = string(1) "1"
          [MFGNUMIT] = string(13) "OFCR125060135"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
        }
  }
  [MTK3_3] = array(1) {
        [1] = array(43) {
          [NO] = string(1) "1"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00403"
          [ITMDES1] = string(30) "FILM OPP NEU COEX 30 LAI 100MM"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_AUCOU"
          [WSTSHO] = string(9) "LI_AUCOUT"
          [STU] = string(2) "KG"
          [RETQTY] = string(6) "0.0989"
          [USEQTY] = string(6) "0.1093"
          [TYPQTY] = string(1) "2"
          [LOT] = string(8) "50210698"
          [LOC] = string(4) "FA41"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250602"
          [BOMNUM] = string(8) "CAL00074"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125060135"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
  }
}
 




DP1_actions.php
array(3) {
  [act] = string(10) "validSuivi"
  [mfgnum] = string(13) "OFCR125060135"
  [mfglin] = string(4) "1000"
}
 
Niv302/06/2025 08:23:0618ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 425
Fonct : Valid_Suiviof
Lien : /CRRPROD/DP1_actions.php?act=validSuivi&mfgnum=OFCR125060135&mfglin=1000DEC
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060135</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">5.25</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">CAL00074</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL00074</FLD> <FLD NAME="UOM" TYPE="Char">KG</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">5.25</FLD> <FLD NAME="LOT" TYPE="Char">50610132</FLD> </LIN> </TAB> </PARAM> Niv502/06/2025 08:23:06111ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_FAC,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_FAC FRA imp 1 site CR1 article MAT00008 lot 50410291 loc sscc 0000384452 ope 111 qte 11.7736 pcu KG pohnum bpsnum date 20250602 bpslot 0101Z43404 dluo 20251205 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00008</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50410291</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000384452</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">111</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11.7736</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0101Z43404</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20251205</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00008"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410291"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000384452"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "111"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(7) "11.7736"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(10) "0101Z43404"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20251205"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00008</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50410291</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000384452</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">111</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">11.7736</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">0101Z43404</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20251205</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00008"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410291"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000384452"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "111"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(7) "11.7736"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(10) "0101Z43404"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20251205"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00008"
  [lot] = string(8) "50410291"
  [bpslot] = string(10) "0101Z43404"
  [sscc] = string(10) "0000384452"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(7) "11.7736"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 08:23:2718ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_ULM,,,FRA,CDT1)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_ULM FRA CDT1 imp 1 numof OFCR125060135 numligne 1000 nbcopies 3 debut 0 ean14 0000011100074 dateref 20250602 PCB 3 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_ULM</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125060135</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1000</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">3</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000011100074</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">3</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_ULM"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060135"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(1) "3"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000011100074"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "3"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_ULM</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125060135</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1000</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">3</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000011100074</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">3</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_ULM"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060135"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(1) "3"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000011100074"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "3"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125060135"
  [mfglin] = string(4) "1000"
  [seq] = string(0) ""
  [nbEti] = string(1) "3"
  [Ean] = string(13) "0000011100074"
  [PCB] = string(1) "3"
}
 
Niv502/06/2025 08:23:4740ROYRENE:YWSCHG08
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2260
Fonction : Run(YWSCHG08, PalStoT-EmpMas 40 CR1 0000386290 0 DD23 A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD> <FLD NAME="SUSER" TYPE="Char">40</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000386290</FLD> <FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD> <FLD NAME="DLOC" TYPE="Char">DD23</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> </GRP> </PARAM>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000386290"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(4) "DD23"
        [DSTA] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD><FLD NAME="SUSER" TYPE="Char">40</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SPALNUM" TYPE="Char">0000386290</FLD><FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD><FLD NAME="DLOC" TYPE="Char">DD23</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD></GRP></RESULT>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000386290"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(4) "DD23"
        [DSTA] = string(1) "A"
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000386290"
  [TypeSource] = string(18) "PaletteStockTotale"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(4) "DD23"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "EMB03271"
  [SelectedLoc] = string(0) ""
  [designation] = string(30) "COFFRET CARTON CEZANNE 220*163"
  [lot] = string(8) "50510257"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(5) "CALCO"
  [totalqte] = string(3) "558"
  [us] = string(2) "UN"
  [stocou] = string(7) "1743743"
  [qte] = string(3) "558"
  [unite] = string(2) "UN"
}
 
Niv502/06/2025 08:25:16102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(CAL00925,,,320,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL00925 320 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL00925</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">320</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00925"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "320"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL00925</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">320</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">40</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00925"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "320"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(2) "40"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "320"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00925"
  [op] = string(11) "CR125060007"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BD06"
  [loc] = string(4) "BD06"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502708"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1744996"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510478"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "320"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502708..1000..1000....STOALL........40.......50510478.....0000387496......BD06...174499699999999.......320"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502708..1000..1000....STOALL........40.......50510478.....0000387496......BD06...174499699999999.......320"
  [PnPCible] = string(10) "0000387590"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000387496"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:25:16102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(CAL00925,,,320,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL00925 320 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL00925</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">320</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00925"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "320"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL00925</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">320</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">40</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00925"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "320"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(2) "40"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "320"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00925"
  [op] = string(11) "CR125060007"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BD06"
  [loc] = string(4) "BD06"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502708"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1744996"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510478"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "320"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502708..1000..1000....STOALL........40.......50510478.....0000387496......BD06...174499699999999.......320"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502708..1000..1000....STOALL........40.......50510478.....0000387496......BD06...174499699999999.......320"
  [PnPCible] = string(10) "0000387590"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000387496"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:25:16102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(CAL00925,,,320,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL00925 320 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL00925</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">320</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00925"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "320"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL00925</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">320</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">40</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00925"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "320"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(2) "40"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "320"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00925"
  [op] = string(11) "CR125060007"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BD06"
  [loc] = string(4) "BD06"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502708"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1744996"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510478"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "320"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502708..1000..1000....STOALL........40.......50510478.....0000387496......BD06...174499699999999.......320"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502708..1000..1000....STOALL........40.......50510478.....0000387496......BD06...174499699999999.......320"
  [PnPCible] = string(10) "0000387590"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000387496"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:30:39102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 CAL00925 BD06 50510478 A CR125060007 1000 320 UN 0 UN 0000387496 D EXPED 0000387590 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00925</FLD> <FLD NAME="SLOC" TYPE="Char">BD06</FLD> <FLD NAME="SLOT" TYPE="Char">50510478</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060007</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">320</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387496</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387590</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00925"
        [SLOC] = string(4) "BD06"
        [SLOT] = string(8) "50510478"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060007"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(3) "320"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000387496"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387590"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00925</FLD><FLD NAME="SLOC" TYPE="Char">BD06</FLD><FLD NAME="SLOT" TYPE="Char">50510478</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387496</FLD><FLD NAME="SOP" TYPE="Char">CR125060007</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">320</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387590</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00925"
        [SLOC] = string(4) "BD06"
        [SLOT] = string(8) "50510478"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387496"
        [SOP] = string(11) "CR125060007"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(3) "320"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387590"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "320"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00925"
  [op] = string(11) "CR125060007"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BD06"
  [loc] = string(4) "BD06"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502708"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1744996"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510478"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "320"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502708..1000..1000....STOALL........40.......50510478.....0000387496......BD06...174499699999999.......320"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502708..1000..1000....STOALL........40.......50510478.....0000387496......BD06...174499699999999.......320"
  [PnPCible] = string(10) "0000387590"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000387496"
  [lot] = string(8) "50510478"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(2) "40"
}
 
Niv502/06/2025 08:30:40102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060007,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060007 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060007</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060007"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060007</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060007"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(2) {
  [op] = string(11) "CR125060007"
  [success] = string(23) "Préparation terminée."
}
 
Niv502/06/2025 08:30:44102ROYRENE:YLIVRAISON
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4728
Fonction : Run(YLIVRAISON, CRR CR1 CRR03794 CRR03794 L1 L1 01 01 1 0 CRR03794L1CR1CRR0379401EUR11CRR03794CRR03794PRODISPATCHFAUCHONSASVI030FDM11 13~FRA~FR88326315462~21 CLIENTFAUCHON91100VILLABE75002PARIS2EMEARRONDISSEMENTCVCR12502708 1 1 2 EXPE_1 102 1 40 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPY" TYPE="Char">CRR</FLD> <FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="YSHIDAT" TYPE="Date"></FLD> <FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD> <FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD> <FLD NAME="YBPCORDDEB" TYPE="Char">CRR03794</FLD> <FLD NAME="YBPCORDFIN" TYPE="Char">CRR03794</FLD> <FLD NAME="YBPAADDDEB" TYPE="Char">L1</FLD> <FLD NAME="YBPAADDFIN" TYPE="Char">L1</FLD> <FLD NAME="YBPTNUMDEB" TYPE="Char">01</FLD> <FLD NAME="YBPTNUMFIN" TYPE="Char">01</FLD> <FLD NAME="YDRNFLG" TYPE="Integer">1</FLD> <FLD NAME="YDRN" TYPE="Integer">0</FLD> <FLD NAME="YY_OP" TYPE="Char"></FLD> <FLD NAME="YY_KEYPREP1" TYPE="Char">CRR03794L1CR1CRR0379401EUR11CRR03794CRR03794PRODISPATCHFAUCHONSASVI030FDM11 13~FRA~FR88326315462~21</FLD> <FLD NAME="YY_KEYPREP2" TYPE="Char">CLIENTFAUCHON91100VILLABE75002PARIS2EMEARRONDISSEMENTCVCR12502708</FLD> <FLD NAME="YRUPDAT" TYPE="Integer">1</FLD> <FLD NAME="YCFMFLG" TYPE="Integer">1</FLD> <FLD NAME="YNDEFLG" TYPE="Integer">2</FLD> <FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD> <FLD NAME="YUSER" TYPE="Char">102</FLD> <FLD NAME="YNBPAL" TYPE="Integer">1</FLD> <FLD NAME="YNBCOL" TYPE="Integer">40</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(0) ""
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR03794"
        [YBPCORDFIN] = string(8) "CRR03794"
        [YBPAADDDEB] = string(2) "L1"
        [YBPAADDFIN] = string(2) "L1"
        [YBPTNUMDEB] = string(2) "01"
        [YBPTNUMFIN] = string(2) "01"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(106) "CRR03794L1CR1CRR0379401EUR11CRR03794CRR03794PRODISPATCHFAUCHONSASVI030FDM11                13~FRA~FR88326315462~21"
        [YY_KEYPREP2] = string(65) "CLIENTFAUCHON91100VILLABE75002PARIS2EMEARRONDISSEMENTCVCR12502708"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "40"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPY" TYPE="Char">CRR</FLD><FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="YSHIDAT" TYPE="Date">[0/0/0]</FLD><FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD><FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD><FLD NAME="YBPCORDDEB" TYPE="Char">CRR03794</FLD><FLD NAME="YBPAADDDEB" TYPE="Char">L1</FLD><FLD NAME="YBPCORDFIN" TYPE="Char">CRR03794</FLD><FLD NAME="YBPAADDFIN" TYPE="Char">L1</FLD><FLD NAME="YBPTNUMDEB" TYPE="Char">01</FLD><FLD NAME="YBPTNUMFIN" TYPE="Char">01</FLD><FLD NAME="YDRNFLG" TYPE="Integer">1</FLD><FLD NAME="YDRN" TYPE="Integer">0</FLD><FLD NAME="YY_OP" TYPE="Char"></FLD><FLD NAME="YY_KEYPREP1" TYPE="Char">CRR03794L1CR1CRR0379401EUR11CRR03794CRR03794PRODISPATCHFAUCHONSASVI030FDM11 13~FRA~FR88326315462~21</FLD><FLD NAME="YY_KEYPREP2" TYPE="Char">CLIENTFAUCHON91100VILLABE75002PARIS2EMEARRONDISSEMENTCVCR12502708</FLD><FLD NAME="YRUPDAT" TYPE="Integer">1</FLD><FLD NAME="YCFMFLG" TYPE="Integer">1</FLD><FLD NAME="YNDEFLG" TYPE="Integer">2</FLD><FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD><FLD NAME="YUSER" TYPE="Char">102</FLD><FLD NAME="YNBPAL" TYPE="Integer">1</FLD><FLD NAME="YNBCOL" TYPE="Integer">40</FLD></GRP><TAB DIM="50" ID="RESULTAT" SIZE="1"><LIN NUM="1"><FLD NAME="YSDHNUM" TYPE="Char">LVCR12501294</FLD><FLD NAME="YNB_ERR" TYPE="Integer">0</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR03794"
        [YBPAADDDEB] = string(2) "L1"
        [YBPCORDFIN] = string(8) "CRR03794"
        [YBPAADDFIN] = string(2) "L1"
        [YBPTNUMDEB] = string(2) "01"
        [YBPTNUMFIN] = string(2) "01"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(106) "CRR03794L1CR1CRR0379401EUR11CRR03794CRR03794PRODISPATCHFAUCHONSASVI030FDM11                13~FRA~FR88326315462~21"
        [YY_KEYPREP2] = string(65) "CLIENTFAUCHON91100VILLABE75002PARIS2EMEARRONDISSEMENTCVCR12502708"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "40"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501294"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(8) "CRR03794"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "L1"
  [keyprep1] = string(112) "CRR03794L1CR1CRR0379401EUR11CRR03794CRR03794PRODISPATCHFAUCHONSASVI030FDM11                13%7EFRA%7EFR88326315462%7E21"
  [keyprep2] = string(65) "CLIENTFAUCHON91100VILLABE75002PARIS2EMEARRONDISSEMENTCVCR12502708"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "40"
  [transp1] = string(2) "01"
  [backurl] = string(25) "PC1_02.php?op=CR125060007"
  [idERR] = string(4) "ERR1"
}
 
Niv402/06/2025 08:30:44102ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4741
Fonct :
Lien : /CRRPROD/PC1_actions.php?act=CreBL&client=CRR03794&idBouton=BL1&nbBLActifs=1&adrLiv=L1&keyprep1=CRR03794L1CR1CRR0379401EUR11CRR03794CRR03794PRODISPATCHFAUCHONSASVI030FDM11++++++++13%257EFRA%257EFR88326315462%257E21&keyprep2=CLIENTFAUCHON91100VILLABE75002PARIS2EMEARRONDISSEMENTCVCR12502708&nbpal1=1&nbcol1=40&transp1=01&backurl=PC1_02.php%3Fop%3DCR125060007&idERR=ERR1--
Data :
PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR03794"
        [YBPAADDDEB] = string(2) "L1"
        [YBPCORDFIN] = string(8) "CRR03794"
        [YBPAADDFIN] = string(2) "L1"
        [YBPTNUMDEB] = string(2) "01"
        [YBPTNUMFIN] = string(2) "01"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(106) "CRR03794L1CR1CRR0379401EUR11CRR03794CRR03794PRODISPATCHFAUCHONSASVI030FDM11                13~FRA~FR88326315462~21"
        [YY_KEYPREP2] = string(65) "CLIENTFAUCHON91100VILLABE75002PARIS2EMEARRONDISSEMENTCVCR12502708"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "40"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501294"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 
Niv502/06/2025 08:30:44102ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4827
Fonction : WmsPrintAuto(PK2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(YARC_PACKLIST,1,Array,imp,,EXPE_1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, YARC_PACKLIST 1 EXPE_1 FRA imp 1 site CR1 bonliv LVCR12501294 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">YARC_PACKLIST</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="2"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">bonliv</FLD> <FLD NAME="VVALPARAM" TYPE="Char">LVCR12501294</FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(13) "YARC_PACKLIST"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(6) "EXPE_1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(2) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "bonliv"
          [VVALPARAM] = string(12) "LVCR12501294"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">YARC_PACKLIST</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="2"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">bonliv</FLD><FLD NAME="VVALPARAM" TYPE="Char">LVCR12501294</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(13) "YARC_PACKLIST"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(6) "EXPE_1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(2) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "bonliv"
          [VVALPARAM] = string(12) "LVCR12501294"
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(8) "CRR03794"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "L1"
  [keyprep1] = string(112) "CRR03794L1CR1CRR0379401EUR11CRR03794CRR03794PRODISPATCHFAUCHONSASVI030FDM11                13%7EFRA%7EFR88326315462%7E21"
  [keyprep2] = string(65) "CLIENTFAUCHON91100VILLABE75002PARIS2EMEARRONDISSEMENTCVCR12502708"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "40"
  [transp1] = string(2) "01"
  [backurl] = string(25) "PC1_02.php?op=CR125060007"
  [idERR] = string(4) "ERR1"
}
 
Niv502/06/2025 08:30:44102ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4852
Fonction : WmsPrintAuto(XT1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(XETIQTRANSPORT,1,Array,imp,,EXPE_1_2,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, XETIQTRANSPORT 1 EXPE_1_2 FRA imp 1 client CRR03794 stofcy CR1 numcde CVCR12502708 numpal )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="4"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">client</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CRR03794</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502708</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(8) "CRR03794"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12502708"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="4"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">client</FLD><FLD NAME="VVALPARAM" TYPE="Char">CRR03794</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502708</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(8) "CRR03794"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12502708"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(8) "CRR03794"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "L1"
  [keyprep1] = string(112) "CRR03794L1CR1CRR0379401EUR11CRR03794CRR03794PRODISPATCHFAUCHONSASVI030FDM11                13%7EFRA%7EFR88326315462%7E21"
  [keyprep2] = string(65) "CLIENTFAUCHON91100VILLABE75002PARIS2EMEARRONDISSEMENTCVCR12502708"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "40"
  [transp1] = string(2) "01"
  [backurl] = string(25) "PC1_02.php?op=CR125060007"
  [idERR] = string(4) "ERR1"
}
 
Niv502/06/2025 08:30:45102ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 19
Fonction : unLockAll(102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 




PC1_01.php
array(1) {
  [success] = string(36) "Création BL LVCR12501294 effectuée"
}
 
Niv502/06/2025 08:31:05102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060002,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060002 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060002"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060002"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(3) {
  [deb] = string(0) ""
  [op] = string(11) "CR125060002"
  [afftext] = string(4) "true"
}
 
Niv502/06/2025 08:31:11102ROYRENE:YWXCOMPT
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 296
Fonction : Run(YWXCOMPT, YPA )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPT" TYPE="Char">YPA</FLD> <FLD NAME="YSIT" TYPE="Char"></FLD> <FLD NAME="YDATE" TYPE="Date"></FLD> <FLD NAME="YCOMPL" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(0) ""
        [YCOMPL] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPT" TYPE="Char">YPA</FLD><FLD NAME="YSIT" TYPE="Char"></FLD><FLD NAME="YDATE" TYPE="Date">[0/0/0]</FLD><FLD NAME="YCOMPL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="YVAL" TYPE="Char">0000387592</FLD><FLD NAME="STATUT" TYPE="Integer">0</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(7) "[0/0/0]"
        [YCOMPL] = string(0) ""
  }
  [RESULTAT] = array(2) {
        [YVAL] = string(10) "0000387592"
        [STATUT] = string(1) "0"
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060002"
  [cde] = string(12) "CVCR12502935"
  [oplig] = string(5) "37000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060002%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 08:31:11102ROYRENE:YWPMAJSSCC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 383
Fonction : Run(YWPMAJSSCC, 102 CR1 0000387592 PAL CR125060002 37000 0 0 0 0 1 PALET CVCR12502935 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="USER" TYPE="Char">102</FLD> <FLD NAME="FCY" TYPE="Char">CR1</FLD> <FLD NAME="SSCC" TYPE="Char">0000387592</FLD> <FLD NAME="TYP" TYPE="Char">PAL</FLD> <FLD NAME="OP" TYPE="Char">CR125060002</FLD> <FLD NAME="OPLIG" TYPE="Decimal">37000</FLD> <FLD NAME="POIDS" TYPE="Decimal"></FLD> <FLD NAME="VOLUME" TYPE="Decimal">0</FLD> <FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD> <FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD> <FLD NAME="LARGEUR" TYPE="Decimal">0</FLD> <FLD NAME="MATDANG" TYPE="Integer">1</FLD> <FLD NAME="LIBCOL" TYPE="Char">PALET</FLD> <FLD NAME="LIBPAL" TYPE="Char"></FLD> <FLD NAME="SOHNUM" TYPE="Char">CVCR12502935</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(15) {
        [USER] = string(3) "102"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387592"
        [TYP] = string(3) "PAL"
        [OP] = string(11) "CR125060002"
        [OPLIG] = string(5) "37000"
        [POIDS] = string(0) ""
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
        [SOHNUM] = string(12) "CVCR12502935"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="USER" TYPE="Char">102</FLD><FLD NAME="FCY" TYPE="Char">CR1</FLD><FLD NAME="SSCC" TYPE="Char">0000387592</FLD><FLD NAME="TYP" TYPE="Char">PAL</FLD><FLD NAME="SOHNUM" TYPE="Char">CVCR12502935</FLD><FLD NAME="OP" TYPE="Char">CR125060002</FLD><FLD NAME="OPLIG" TYPE="Decimal">37000</FLD><FLD NAME="POIDS" TYPE="Decimal">0</FLD><FLD NAME="VOLUME" TYPE="Decimal">0</FLD><FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD><FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD><FLD NAME="LARGEUR" TYPE="Decimal">0</FLD><FLD NAME="MATDANG" TYPE="Integer">1</FLD><FLD NAME="LIBCOL" TYPE="Char">PALET</FLD><FLD NAME="LIBPAL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="ZIND" TYPE="Integer">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(15) {
        [USER] = string(3) "102"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387592"
        [TYP] = string(3) "PAL"
        [SOHNUM] = string(12) "CVCR12502935"
        [OP] = string(11) "CR125060002"
        [OPLIG] = string(5) "37000"
        [POIDS] = string(1) "0"
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
  }
  [RESULTAT] = array(1) {
        [ZIND] = string(1) "1"
  }
}
 
Informations enregistrées



PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060002"
  [cde] = string(12) "CVCR12502935"
  [oplig] = string(5) "37000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060002%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 08:31:12102ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 417
Fonction : WmsPrintAuto(PC1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_CLIUC,1,Array,imp,,ETIQ1_EXP1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_CLIUC 1 ETIQ1_EXP1 FRA imp 1 site CR1 sscc 0000387592 ope 102 commande CVCR12502935 indicepalette 1 zoneprep EXPED ctx op nbcolis 0 type Palette )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="10"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387592</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">102</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">commande</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502935</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">op</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">type</FLD> <FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387592"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "102"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502935"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="10"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387592</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">102</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">commande</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502935</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD><FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">op</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">type</FLD><FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387592"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "102"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502935"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060002"
  [cde] = string(12) "CVCR12502935"
  [oplig] = string(5) "37000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060002%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 08:34:14102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(EPIBIO00079,,,6,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EPIBIO00079 6 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EPIBIO00079</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">6</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(11) "EPIBIO00079"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EPIBIO00079</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">6</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(11) "EPIBIO00079"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(11) "EPIBIO00079"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "37000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AD31"
  [loc] = string(4) "AD31"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "40000"
  [soqseq] = string(5) "40000"
  [stocou] = string(7) "1741805"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50110228"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.40000.40000....STOALL.........1.......50110228.....0000378817......AD31...174180599999998.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..2000..2000....STOALL.........1.......50410132.....0000384581......CD15...173102799999998.........6"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000378817"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:34:14102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(EPIBIO00079,,,6,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EPIBIO00079 6 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EPIBIO00079</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">6</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(11) "EPIBIO00079"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EPIBIO00079</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">6</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(11) "EPIBIO00079"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(11) "EPIBIO00079"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "37000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AD31"
  [loc] = string(4) "AD31"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "40000"
  [soqseq] = string(5) "40000"
  [stocou] = string(7) "1741805"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50110228"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.40000.40000....STOALL.........1.......50110228.....0000378817......AD31...174180599999998.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..2000..2000....STOALL.........1.......50410132.....0000384581......CD15...173102799999998.........6"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000378817"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:34:14102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(EPIBIO00079,,,6,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EPIBIO00079 6 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EPIBIO00079</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">6</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(11) "EPIBIO00079"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EPIBIO00079</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">6</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(11) "EPIBIO00079"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(11) "EPIBIO00079"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "37000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AD31"
  [loc] = string(4) "AD31"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "40000"
  [soqseq] = string(5) "40000"
  [stocou] = string(7) "1741805"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50110228"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.40000.40000....STOALL.........1.......50110228.....0000378817......AD31...174180599999998.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..2000..2000....STOALL.........1.......50410132.....0000384581......CD15...173102799999998.........6"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000378817"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:34:23102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 EPIBIO00079 AD31 50110228 A CR125060002 37000 6 UN 0 UN 0000378817 D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EPIBIO00079</FLD> <FLD NAME="SLOC" TYPE="Char">AD31</FLD> <FLD NAME="SLOT" TYPE="Char">50110228</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">37000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000378817</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(11) "EPIBIO00079"
        [SLOC] = string(4) "AD31"
        [SLOT] = string(8) "50110228"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "37000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000378817"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EPIBIO00079</FLD><FLD NAME="SLOC" TYPE="Char">AD31</FLD><FLD NAME="SLOT" TYPE="Char">50110228</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000378817</FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">37000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(11) "EPIBIO00079"
        [SLOC] = string(4) "AD31"
        [SLOT] = string(8) "50110228"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000378817"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "37000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(11) "EPIBIO00079"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "37000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AD31"
  [loc] = string(4) "AD31"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "40000"
  [soqseq] = string(5) "40000"
  [stocou] = string(7) "1741805"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50110228"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.40000.40000....STOALL.........1.......50110228.....0000378817......AD31...174180599999998.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..2000..2000....STOALL.........1.......50410132.....0000384581......CD15...173102799999998.........6"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000378817"
  [lot] = string(8) "50110228"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:36:04102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(CAL00711,,,6,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL00711 6 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL00711</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">6</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00711"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL00711</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">6</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00711"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00711"
  [op] = string(11) "CR125060002"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CD15"
  [loc] = string(4) "CD15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1731027"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410132"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..2000..2000....STOALL.........1.......50410132.....0000384581......CD15...173102799999998.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.43000.43000....STOALL.........1....................0000347517....EMBET2...173542399999998.......150"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000384581"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:36:04102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(CAL00711,,,6,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL00711 6 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL00711</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">6</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00711"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL00711</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">6</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00711"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00711"
  [op] = string(11) "CR125060002"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CD15"
  [loc] = string(4) "CD15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1731027"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410132"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..2000..2000....STOALL.........1.......50410132.....0000384581......CD15...173102799999998.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.43000.43000....STOALL.........1....................0000347517....EMBET2...173542399999998.......150"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000384581"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:36:04102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(CAL00711,,,6,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL00711 6 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL00711</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">6</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00711"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL00711</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">6</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00711"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00711"
  [op] = string(11) "CR125060002"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CD15"
  [loc] = string(4) "CD15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1731027"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410132"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..2000..2000....STOALL.........1.......50410132.....0000384581......CD15...173102799999998.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.43000.43000....STOALL.........1....................0000347517....EMBET2...173542399999998.......150"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000384581"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:36:14102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 CAL00711 CD15 50410132 A CR125060002 2000 6 UN 0 UN 0000384581 D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00711</FLD> <FLD NAME="SLOC" TYPE="Char">CD15</FLD> <FLD NAME="SLOT" TYPE="Char">50410132</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">2000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000384581</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00711"
        [SLOC] = string(4) "CD15"
        [SLOT] = string(8) "50410132"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000384581"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00711</FLD><FLD NAME="SLOC" TYPE="Char">CD15</FLD><FLD NAME="SLOT" TYPE="Char">50410132</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000384581</FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">2000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00711"
        [SLOC] = string(4) "CD15"
        [SLOT] = string(8) "50410132"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000384581"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00711"
  [op] = string(11) "CR125060002"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CD15"
  [loc] = string(4) "CD15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1731027"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410132"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..2000..2000....STOALL.........1.......50410132.....0000384581......CD15...173102799999998.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.43000.43000....STOALL.........1....................0000347517....EMBET2...173542399999998.......150"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000384581"
  [lot] = string(8) "50410132"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:36:24101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060005,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060005 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060005</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060005"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060005</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060005"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(3) {
  [deb] = string(0) ""
  [op] = string(11) "CR125060005"
  [afftext] = string(4) "true"
}
 
Niv502/06/2025 08:36:30101ROYRENE:YWXCOMPT
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 296
Fonction : Run(YWXCOMPT, YPA )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPT" TYPE="Char">YPA</FLD> <FLD NAME="YSIT" TYPE="Char"></FLD> <FLD NAME="YDATE" TYPE="Date"></FLD> <FLD NAME="YCOMPL" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(0) ""
        [YCOMPL] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPT" TYPE="Char">YPA</FLD><FLD NAME="YSIT" TYPE="Char"></FLD><FLD NAME="YDATE" TYPE="Date">[0/0/0]</FLD><FLD NAME="YCOMPL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="YVAL" TYPE="Char">0000387593</FLD><FLD NAME="STATUT" TYPE="Integer">0</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(7) "[0/0/0]"
        [YCOMPL] = string(0) ""
  }
  [RESULTAT] = array(2) {
        [YVAL] = string(10) "0000387593"
        [STATUT] = string(1) "0"
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060005"
  [cde] = string(12) "CVCR12502871"
  [oplig] = string(4) "1000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060005%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 08:36:30101ROYRENE:YWPMAJSSCC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 383
Fonction : Run(YWPMAJSSCC, 101 CR1 0000387593 PAL CR125060005 1000 0 0 0 0 1 PALET CVCR12502871 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="USER" TYPE="Char">101</FLD> <FLD NAME="FCY" TYPE="Char">CR1</FLD> <FLD NAME="SSCC" TYPE="Char">0000387593</FLD> <FLD NAME="TYP" TYPE="Char">PAL</FLD> <FLD NAME="OP" TYPE="Char">CR125060005</FLD> <FLD NAME="OPLIG" TYPE="Decimal">1000</FLD> <FLD NAME="POIDS" TYPE="Decimal"></FLD> <FLD NAME="VOLUME" TYPE="Decimal">0</FLD> <FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD> <FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD> <FLD NAME="LARGEUR" TYPE="Decimal">0</FLD> <FLD NAME="MATDANG" TYPE="Integer">1</FLD> <FLD NAME="LIBCOL" TYPE="Char">PALET</FLD> <FLD NAME="LIBPAL" TYPE="Char"></FLD> <FLD NAME="SOHNUM" TYPE="Char">CVCR12502871</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(15) {
        [USER] = string(3) "101"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387593"
        [TYP] = string(3) "PAL"
        [OP] = string(11) "CR125060005"
        [OPLIG] = string(4) "1000"
        [POIDS] = string(0) ""
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
        [SOHNUM] = string(12) "CVCR12502871"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="USER" TYPE="Char">101</FLD><FLD NAME="FCY" TYPE="Char">CR1</FLD><FLD NAME="SSCC" TYPE="Char">0000387593</FLD><FLD NAME="TYP" TYPE="Char">PAL</FLD><FLD NAME="SOHNUM" TYPE="Char">CVCR12502871</FLD><FLD NAME="OP" TYPE="Char">CR125060005</FLD><FLD NAME="OPLIG" TYPE="Decimal">1000</FLD><FLD NAME="POIDS" TYPE="Decimal">0</FLD><FLD NAME="VOLUME" TYPE="Decimal">0</FLD><FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD><FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD><FLD NAME="LARGEUR" TYPE="Decimal">0</FLD><FLD NAME="MATDANG" TYPE="Integer">1</FLD><FLD NAME="LIBCOL" TYPE="Char">PALET</FLD><FLD NAME="LIBPAL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="ZIND" TYPE="Integer">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(15) {
        [USER] = string(3) "101"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387593"
        [TYP] = string(3) "PAL"
        [SOHNUM] = string(12) "CVCR12502871"
        [OP] = string(11) "CR125060005"
        [OPLIG] = string(4) "1000"
        [POIDS] = string(1) "0"
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
  }
  [RESULTAT] = array(1) {
        [ZIND] = string(1) "1"
  }
}
 
Informations enregistrées



PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060005"
  [cde] = string(12) "CVCR12502871"
  [oplig] = string(4) "1000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060005%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 08:36:31101ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 417
Fonction : WmsPrintAuto(PC1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_CLIUC,1,Array,imp,,ETIQ1_EXP1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_CLIUC 1 ETIQ1_EXP1 FRA imp 1 site CR1 sscc 0000387593 ope 101 commande CVCR12502871 indicepalette 1 zoneprep EXPED ctx op nbcolis 0 type Palette )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="10"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387593</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">101</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">commande</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502871</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">op</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">type</FLD> <FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387593"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "101"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502871"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="10"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387593</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">101</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">commande</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502871</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD><FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">op</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">type</FLD><FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387593"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "101"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502871"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060005"
  [cde] = string(12) "CVCR12502871"
  [oplig] = string(4) "1000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060005%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 08:36:50101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00016 BA04 50310257 A CR125060005 1000 1 UN 0 UN D EXPED 0000387593 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00016</FLD> <FLD NAME="SLOC" TYPE="Char">BA04</FLD> <FLD NAME="SLOT" TYPE="Char">50310257</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060005</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387593</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00016"
        [SLOC] = string(4) "BA04"
        [SLOT] = string(8) "50310257"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060005"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387593"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00016</FLD><FLD NAME="SLOC" TYPE="Char">BA04</FLD><FLD NAME="SLOT" TYPE="Char">50310257</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060005</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387593</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00016"
        [SLOC] = string(4) "BA04"
        [SLOT] = string(8) "50310257"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060005"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387593"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00016"
  [op] = string(11) "CR125060005"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA04"
  [loc] = string(4) "BA04"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502871"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1735516"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50310257"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502871..1000..1000....STOALL.........1.......50310257.....................BA04...173551699999997.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502871..1000..1000....STOALL.........1.......50310257.....................BA04...173551699999997.........1"
  [PnPCible] = string(10) "0000387593"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00016"
  [lot] = string(8) "50310257"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:36:51101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060005,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060005 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060005</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060005"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060005</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060005"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(2) {
  [op] = string(11) "CR125060005"
  [success] = string(23) "Préparation terminée."
}
 
Niv502/06/2025 08:36:58101ROYRENE:YLIVRAISON
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4728
Fonction : Run(YLIVRAISON, CRR CR1 CRR01937 CRR01937 01 01 05 05 1 0 CRR0193701CR1CRR0193705EUR11CRR01937CRR01937ROUBYS.AROUBYS.AVI030FDM11 13~FRA~FR63722620432~21 Z.IDECOURTINE84090AVIGNONCEDEX9Z.IDECOURTINE84090AVIGNONCEDEX9CVCR12502871 1 1 2 EXPE_1 101 0 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPY" TYPE="Char">CRR</FLD> <FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="YSHIDAT" TYPE="Date"></FLD> <FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD> <FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD> <FLD NAME="YBPCORDDEB" TYPE="Char">CRR01937</FLD> <FLD NAME="YBPCORDFIN" TYPE="Char">CRR01937</FLD> <FLD NAME="YBPAADDDEB" TYPE="Char">01</FLD> <FLD NAME="YBPAADDFIN" TYPE="Char">01</FLD> <FLD NAME="YBPTNUMDEB" TYPE="Char">05</FLD> <FLD NAME="YBPTNUMFIN" TYPE="Char">05</FLD> <FLD NAME="YDRNFLG" TYPE="Integer">1</FLD> <FLD NAME="YDRN" TYPE="Integer">0</FLD> <FLD NAME="YY_OP" TYPE="Char"></FLD> <FLD NAME="YY_KEYPREP1" TYPE="Char">CRR0193701CR1CRR0193705EUR11CRR01937CRR01937ROUBYS.AROUBYS.AVI030FDM11 13~FRA~FR63722620432~21</FLD> <FLD NAME="YY_KEYPREP2" TYPE="Char">Z.IDECOURTINE84090AVIGNONCEDEX9Z.IDECOURTINE84090AVIGNONCEDEX9CVCR12502871</FLD> <FLD NAME="YRUPDAT" TYPE="Integer">1</FLD> <FLD NAME="YCFMFLG" TYPE="Integer">1</FLD> <FLD NAME="YNDEFLG" TYPE="Integer">2</FLD> <FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD> <FLD NAME="YUSER" TYPE="Char">101</FLD> <FLD NAME="YNBPAL" TYPE="Integer">0</FLD> <FLD NAME="YNBCOL" TYPE="Integer">1</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(0) ""
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR01937"
        [YBPCORDFIN] = string(8) "CRR01937"
        [YBPAADDDEB] = string(2) "01"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "05"
        [YBPTNUMFIN] = string(2) "05"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(101) "CRR0193701CR1CRR0193705EUR11CRR01937CRR01937ROUBYS.AROUBYS.AVI030FDM11                13~FRA~FR63722620432~21"
        [YY_KEYPREP2] = string(74) "Z.IDECOURTINE84090AVIGNONCEDEX9Z.IDECOURTINE84090AVIGNONCEDEX9CVCR12502871"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "101"
        [YNBPAL] = string(1) "0"
        [YNBCOL] = string(1) "1"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPY" TYPE="Char">CRR</FLD><FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="YSHIDAT" TYPE="Date">[0/0/0]</FLD><FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD><FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD><FLD NAME="YBPCORDDEB" TYPE="Char">CRR01937</FLD><FLD NAME="YBPAADDDEB" TYPE="Char">01</FLD><FLD NAME="YBPCORDFIN" TYPE="Char">CRR01937</FLD><FLD NAME="YBPAADDFIN" TYPE="Char">01</FLD><FLD NAME="YBPTNUMDEB" TYPE="Char">05</FLD><FLD NAME="YBPTNUMFIN" TYPE="Char">05</FLD><FLD NAME="YDRNFLG" TYPE="Integer">1</FLD><FLD NAME="YDRN" TYPE="Integer">0</FLD><FLD NAME="YY_OP" TYPE="Char"></FLD><FLD NAME="YY_KEYPREP1" TYPE="Char">CRR0193701CR1CRR0193705EUR11CRR01937CRR01937ROUBYS.AROUBYS.AVI030FDM11 13~FRA~FR63722620432~21</FLD><FLD NAME="YY_KEYPREP2" TYPE="Char">Z.IDECOURTINE84090AVIGNONCEDEX9Z.IDECOURTINE84090AVIGNONCEDEX9CVCR12502871</FLD><FLD NAME="YRUPDAT" TYPE="Integer">1</FLD><FLD NAME="YCFMFLG" TYPE="Integer">1</FLD><FLD NAME="YNDEFLG" TYPE="Integer">2</FLD><FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD><FLD NAME="YUSER" TYPE="Char">101</FLD><FLD NAME="YNBPAL" TYPE="Integer">0</FLD><FLD NAME="YNBCOL" TYPE="Integer">1</FLD></GRP><TAB DIM="50" ID="RESULTAT" SIZE="1"><LIN NUM="1"><FLD NAME="YSDHNUM" TYPE="Char">LVCR12501295</FLD><FLD NAME="YNB_ERR" TYPE="Integer">0</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR01937"
        [YBPAADDDEB] = string(2) "01"
        [YBPCORDFIN] = string(8) "CRR01937"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "05"
        [YBPTNUMFIN] = string(2) "05"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(101) "CRR0193701CR1CRR0193705EUR11CRR01937CRR01937ROUBYS.AROUBYS.AVI030FDM11                13~FRA~FR63722620432~21"
        [YY_KEYPREP2] = string(74) "Z.IDECOURTINE84090AVIGNONCEDEX9Z.IDECOURTINE84090AVIGNONCEDEX9CVCR12502871"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "101"
        [YNBPAL] = string(1) "0"
        [YNBCOL] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501295"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(8) "CRR01937"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "01"
  [keyprep1] = string(107) "CRR0193701CR1CRR0193705EUR11CRR01937CRR01937ROUBYS.AROUBYS.AVI030FDM11                13%7EFRA%7EFR63722620432%7E21"
  [keyprep2] = string(74) "Z.IDECOURTINE84090AVIGNONCEDEX9Z.IDECOURTINE84090AVIGNONCEDEX9CVCR12502871"
  [nbpal1] = string(1) "0"
  [nbcol1] = string(1) "1"
  [transp1] = string(2) "05"
  [backurl] = string(25) "PC1_02.php?op=CR125060005"
  [idERR] = string(4) "ERR1"
}
 
Niv402/06/2025 08:36:58101ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4741
Fonct :
Lien : /CRRPROD/PC1_actions.php?act=CreBL&client=CRR01937&idBouton=BL1&nbBLActifs=1&adrLiv=01&keyprep1=CRR0193701CR1CRR0193705EUR11CRR01937CRR01937ROUBYS.AROUBYS.AVI030FDM11++++++++13%257EFRA%257EFR63722620432%257E21&keyprep2=Z.IDECOURTINE84090AVIGNONCEDEX9Z.IDECOURTINE84090AVIGNONCEDEX9CVCR12502871&nbpal1=0&nbcol1=1&transp1=05&backurl=PC1_02.php%3Fop%3DCR125060005&idERR=ERR1--
Data :
PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR01937"
        [YBPAADDDEB] = string(2) "01"
        [YBPCORDFIN] = string(8) "CRR01937"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "05"
        [YBPTNUMFIN] = string(2) "05"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(101) "CRR0193701CR1CRR0193705EUR11CRR01937CRR01937ROUBYS.AROUBYS.AVI030FDM11                13~FRA~FR63722620432~21"
        [YY_KEYPREP2] = string(74) "Z.IDECOURTINE84090AVIGNONCEDEX9Z.IDECOURTINE84090AVIGNONCEDEX9CVCR12502871"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "101"
        [YNBPAL] = string(1) "0"
        [YNBCOL] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501295"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 
Niv502/06/2025 08:36:58101ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4862
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 119
Fonction : WmsPrintAuto(ET1,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(XETIQARC2,1,Array,imp,,ETIQ1_EXP1,,,FRA, )

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, XETIQARC2 1 ETIQ1_EXP1 FRA imp 1 numlivr CVCR12502871 nbcolis 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">XETIQARC2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="2"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numlivr</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502871</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(9) "XETIQARC2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(2) {
        [1] = array(2) {
          [VCODPARAM] = string(7) "numlivr"
          [VVALPARAM] = string(12) "CVCR12502871"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">XETIQARC2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="2"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numlivr</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502871</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(9) "XETIQARC2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(2) {
        [1] = array(2) {
          [VCODPARAM] = string(7) "numlivr"
          [VVALPARAM] = string(12) "CVCR12502871"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "1"
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(8) "CRR01937"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "01"
  [keyprep1] = string(107) "CRR0193701CR1CRR0193705EUR11CRR01937CRR01937ROUBYS.AROUBYS.AVI030FDM11                13%7EFRA%7EFR63722620432%7E21"
  [keyprep2] = string(74) "Z.IDECOURTINE84090AVIGNONCEDEX9Z.IDECOURTINE84090AVIGNONCEDEX9CVCR12502871"
  [nbpal1] = string(1) "0"
  [nbcol1] = string(1) "1"
  [transp1] = string(2) "05"
  [backurl] = string(25) "PC1_02.php?op=CR125060005"
  [idERR] = string(4) "ERR1"
}
 
Niv502/06/2025 08:36:59101ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 19
Fonction : unLockAll(101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "101"
  }
}
 




PC1_01.php
array(1) {
  [success] = string(36) "Création BL LVCR12501295 effectuée"
}
 
Niv502/06/2025 08:39:43102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(EMB02983,,,150,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EMB02983 150 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EMB02983</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">150</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB02983"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "150"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EMB02983</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">150</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB02983"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "150"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "150"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB02983"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "40000"
  [tablin] = string(1) "0"
  [loccase] = string(6) "EMBET2"
  [loc] = string(6) "EMBET2"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "43000"
  [soqseq] = string(5) "43000"
  [stocou] = string(7) "1735423"
  [unite] = string(3) "CAR"
  [lotligneop] = string(0) ""
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "150"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.43000.43000....STOALL.........1....................0000347517....EMBET2...173542399999998.......150"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.16000.16000....STOALL.........2.......50410131.....................CA04...174403599999999........20"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000347517"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:39:43102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(EMB02983,,,150,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EMB02983 150 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EMB02983</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">150</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB02983"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "150"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EMB02983</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">150</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB02983"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "150"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "150"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB02983"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "40000"
  [tablin] = string(1) "0"
  [loccase] = string(6) "EMBET2"
  [loc] = string(6) "EMBET2"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "43000"
  [soqseq] = string(5) "43000"
  [stocou] = string(7) "1735423"
  [unite] = string(3) "CAR"
  [lotligneop] = string(0) ""
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "150"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.43000.43000....STOALL.........1....................0000347517....EMBET2...173542399999998.......150"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.16000.16000....STOALL.........2.......50410131.....................CA04...174403599999999........20"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000347517"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:39:43102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(EMB02983,,,150,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EMB02983 150 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EMB02983</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">150</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB02983"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "150"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EMB02983</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">150</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB02983"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "150"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "150"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB02983"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "40000"
  [tablin] = string(1) "0"
  [loccase] = string(6) "EMBET2"
  [loc] = string(6) "EMBET2"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "43000"
  [soqseq] = string(5) "43000"
  [stocou] = string(7) "1735423"
  [unite] = string(3) "CAR"
  [lotligneop] = string(0) ""
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "150"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.43000.43000....STOALL.........1....................0000347517....EMBET2...173542399999998.......150"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.16000.16000....STOALL.........2.......50410131.....................CA04...174403599999999........20"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000347517"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:39:57101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060006,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060006 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060006"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060006"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(3) {
  [deb] = string(0) ""
  [op] = string(11) "CR125060006"
  [afftext] = string(4) "true"
}
 
Niv502/06/2025 08:40:05101ROYRENE:YWXCOMPT
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 296
Fonction : Run(YWXCOMPT, YPA )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPT" TYPE="Char">YPA</FLD> <FLD NAME="YSIT" TYPE="Char"></FLD> <FLD NAME="YDATE" TYPE="Date"></FLD> <FLD NAME="YCOMPL" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(0) ""
        [YCOMPL] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPT" TYPE="Char">YPA</FLD><FLD NAME="YSIT" TYPE="Char"></FLD><FLD NAME="YDATE" TYPE="Date">[0/0/0]</FLD><FLD NAME="YCOMPL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="YVAL" TYPE="Char">0000387594</FLD><FLD NAME="STATUT" TYPE="Integer">0</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(7) "[0/0/0]"
        [YCOMPL] = string(0) ""
  }
  [RESULTAT] = array(2) {
        [YVAL] = string(10) "0000387594"
        [STATUT] = string(1) "0"
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060006"
  [cde] = string(12) "CVCR12502631"
  [oplig] = string(4) "2000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060006%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 08:40:05101ROYRENE:YWPMAJSSCC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 383
Fonction : Run(YWPMAJSSCC, 101 CR1 0000387594 PAL CR125060006 2000 0 0 0 0 1 PALET CVCR12502631 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="USER" TYPE="Char">101</FLD> <FLD NAME="FCY" TYPE="Char">CR1</FLD> <FLD NAME="SSCC" TYPE="Char">0000387594</FLD> <FLD NAME="TYP" TYPE="Char">PAL</FLD> <FLD NAME="OP" TYPE="Char">CR125060006</FLD> <FLD NAME="OPLIG" TYPE="Decimal">2000</FLD> <FLD NAME="POIDS" TYPE="Decimal"></FLD> <FLD NAME="VOLUME" TYPE="Decimal">0</FLD> <FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD> <FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD> <FLD NAME="LARGEUR" TYPE="Decimal">0</FLD> <FLD NAME="MATDANG" TYPE="Integer">1</FLD> <FLD NAME="LIBCOL" TYPE="Char">PALET</FLD> <FLD NAME="LIBPAL" TYPE="Char"></FLD> <FLD NAME="SOHNUM" TYPE="Char">CVCR12502631</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(15) {
        [USER] = string(3) "101"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387594"
        [TYP] = string(3) "PAL"
        [OP] = string(11) "CR125060006"
        [OPLIG] = string(4) "2000"
        [POIDS] = string(0) ""
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
        [SOHNUM] = string(12) "CVCR12502631"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="USER" TYPE="Char">101</FLD><FLD NAME="FCY" TYPE="Char">CR1</FLD><FLD NAME="SSCC" TYPE="Char">0000387594</FLD><FLD NAME="TYP" TYPE="Char">PAL</FLD><FLD NAME="SOHNUM" TYPE="Char">CVCR12502631</FLD><FLD NAME="OP" TYPE="Char">CR125060006</FLD><FLD NAME="OPLIG" TYPE="Decimal">2000</FLD><FLD NAME="POIDS" TYPE="Decimal">0</FLD><FLD NAME="VOLUME" TYPE="Decimal">0</FLD><FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD><FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD><FLD NAME="LARGEUR" TYPE="Decimal">0</FLD><FLD NAME="MATDANG" TYPE="Integer">1</FLD><FLD NAME="LIBCOL" TYPE="Char">PALET</FLD><FLD NAME="LIBPAL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="ZIND" TYPE="Integer">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(15) {
        [USER] = string(3) "101"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387594"
        [TYP] = string(3) "PAL"
        [SOHNUM] = string(12) "CVCR12502631"
        [OP] = string(11) "CR125060006"
        [OPLIG] = string(4) "2000"
        [POIDS] = string(1) "0"
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
  }
  [RESULTAT] = array(1) {
        [ZIND] = string(1) "1"
  }
}
 
Informations enregistrées



PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060006"
  [cde] = string(12) "CVCR12502631"
  [oplig] = string(4) "2000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060006%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 08:40:05101ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 417
Fonction : WmsPrintAuto(PC1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_CLIUC,1,Array,imp,,ETIQ1_EXP1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_CLIUC 1 ETIQ1_EXP1 FRA imp 1 site CR1 sscc 0000387594 ope 101 commande CVCR12502631 indicepalette 1 zoneprep EXPED ctx op nbcolis 0 type Palette )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="10"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387594</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">101</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">commande</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502631</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">op</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">type</FLD> <FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387594"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "101"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502631"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="10"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387594</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">101</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">commande</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502631</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD><FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">op</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">type</FLD><FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387594"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "101"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502631"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060006"
  [cde] = string(12) "CVCR12502631"
  [oplig] = string(4) "2000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060006%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 08:40:085ROYRENE:YWS21
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\RC1_03.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\RC1_03.php
Ligne : 48
Fonction : creAnnonce(Array,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\RC1_fonctions.php
Ligne : 661
Fonction : Run(YWS21, CR1 CACR125050059 5 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="RCPFCY" TYPE="Char">CR1</FLD> <FLD NAME="POHNUM" TYPE="Char">CACR125050059</FLD> <FLD NAME="USER" TYPE="Char">5</FLD> <FLD NAME="SDHNUM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

RC1_03.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(4) {
          [RCPFCY] = string(3) "CR1"
          [POHNUM] = string(13) "CACR125050059"
          [USER] = string(1) "5"
          [SDHNUM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="250" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="RCPFCY" TYPE="Char">CR1</FLD><FLD NAME="POHNUM" TYPE="Char">CACR125050059</FLD><FLD NAME="USER" TYPE="Char">5</FLD><FLD NAME="SDHNUM" TYPE="Char"></FLD></LIN></TAB><TAB DIM="1000" ID="RESULTAT1" SIZE="1"><LIN NUM="1"><FLD NAME="XID" TYPE="Char">CR1250600017339</FLD></LIN></TAB><GRP ID="RESULTAT"><FLD NAME="STATUT" TYPE="Integer">0</FLD></GRP></RESULT>

RC1_03.php
array(3) {
  [PARAM] = array(1) {
        [1] = array(4) {
          [RCPFCY] = string(3) "CR1"
          [POHNUM] = string(13) "CACR125050059"
          [USER] = string(1) "5"
          [SDHNUM] = string(0) ""
        }
  }
  [RESULTAT1] = array(1) {
        [1] = array(1) {
          [XID] = string(15) "CR1250600017339"
        }
  }
  [RESULTAT] = array(1) {
        [STATUT] = string(1) "0"
  }
}
 
CACR125050059



RC1_03.php
array(2) {
  [AutomaticLineValue] = string(0) ""
  [choix] = array(1) {
        [0] = string(13) "CACR125050059"
  }
}
 
Niv502/06/2025 08:40:295ROYRENE:YWS24
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\RC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\RC1_actions.php
Ligne : 1148
Fonction : RecLigne(5,CR1,CR1250600017339,1,1,0,ACC00019,3,UN,,,,1,,0,0,RECEP,)

Call 4
Page : E:\WEB\Applications\CRRPROD\RC1_fonctions.php
Ligne : 998
Fonction : Run(YWS24, CR1250600017339 1 1 3 UN RECEP 0 5 1 0 0 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="YID" TYPE="Char">CR1250600017339</FLD> <FLD NAME="YLIGNE" TYPE="Integer">1</FLD> <FLD NAME="POQSEQ" TYPE="Integer">1</FLD> <FLD NAME="QTYUOM" TYPE="Decimal">3</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="LOT" TYPE="Char"></FLD> <FLD NAME="BPSLOT" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="char">RECEP</FLD> <FLD NAME="DLUO" TYPE="date"></FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="NBCOL" TYPE="Decimal">0</FLD> <FLD NAME="USER" TYPE="Char">5</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> <FLD NAME="SOHNUM" TYPE="Char"></FLD> <FLD NAME="SOPLIN" TYPE="Integer">0</FLD> <FLD NAME="SOPSEQ" TYPE="Integer">0</FLD> <FLD NAME="STA" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

RC1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(17) {
          [YID] = string(15) "CR1250600017339"
          [YLIGNE] = string(1) "1"
          [POQSEQ] = string(1) "1"
          [QTYUOM] = string(1) "3"
          [UOM] = string(2) "UN"
          [LOT] = string(0) ""
          [BPSLOT] = string(0) ""
          [LOC] = string(5) "RECEP"
          [DLUO] = string(0) ""
          [SSCC] = string(0) ""
          [NBCOL] = string(1) "0"
          [USER] = string(1) "5"
          [TYPLIG] = string(1) "1"
          [SOHNUM] = string(0) ""
          [SOPLIN] = string(1) "0"
          [SOPSEQ] = string(1) "0"
          [STA] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="1000" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="YID" TYPE="Char">CR1250600017339</FLD><FLD NAME="YLIGNE" TYPE="Integer">1</FLD><FLD NAME="POQSEQ" TYPE="Integer">1</FLD><FLD NAME="Y_SEQ" TYPE="Integer">0</FLD><FLD NAME="QTYUOM" TYPE="Decimal">3</FLD><FLD NAME="UOM" TYPE="Char">UN</FLD><FLD NAME="LOT" TYPE="Char"></FLD><FLD NAME="BPSLOT" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char">RECEP</FLD><FLD NAME="DLUO" TYPE="Date">[0/0/0]</FLD><FLD NAME="SSCC" TYPE="Char">0000387595</FLD><FLD NAME="NBCOL" TYPE="Decimal">0</FLD><FLD NAME="USER" TYPE="Char">5</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD><FLD NAME="SOHNUM" TYPE="Char"></FLD><FLD NAME="SOPLIN" TYPE="Integer">0</FLD><FLD NAME="SOPSEQ" TYPE="Integer">0</FLD><FLD NAME="STA" TYPE="Char"></FLD></LIN></TAB><GRP ID="RESULTAT"><FLD NAME="STATUT" TYPE="Integer">0</FLD></GRP></RESULT>

RC1_actions.php
array(2) {
  [PARAM] = array(1) {
        [1] = array(18) {
          [YID] = string(15) "CR1250600017339"
          [YLIGNE] = string(1) "1"
          [POQSEQ] = string(1) "1"
          [Y_SEQ] = string(1) "0"
          [QTYUOM] = string(1) "3"
          [UOM] = string(2) "UN"
          [LOT] = string(0) ""
          [BPSLOT] = string(0) ""
          [LOC] = string(5) "RECEP"
          [DLUO] = string(7) "[0/0/0]"
          [SSCC] = string(10) "0000387595"
          [NBCOL] = string(1) "0"
          [USER] = string(1) "5"
          [TYPLIG] = string(1) "1"
          [SOHNUM] = string(0) ""
          [SOPLIN] = string(1) "0"
          [SOPSEQ] = string(1) "0"
          [STA] = string(0) ""
        }
  }
  [RESULTAT] = array(1) {
        [STATUT] = string(1) "0"
  }
}
 




RC1_actions.php
array(18) {
  [AutomaticLineValue] = string(0) ""
  [qtyrec] = string(1) "3"
  [uom] = string(2) "UN"
  [diviseur] = string(1) "1"
  [ChgStockCible] = string(5) "RECEP"
  [act] = string(8) "RecLigne"
  [RecLigne] = string(0) ""
  [ligact] = string(1) "0"
  [yid] = string(15) "CR1250600017339"
  [ligne] = string(1) "1"
  [numcde] = string(13) "CACR125050059"
  [poplin] = string(4) "1000"
  [poqseq] = string(1) "1"
  [article] = string(8) "ACC00019"
  [itmsst] = string(0) ""
  [uomori] = string(2) "UN"
  [SuggLoc] = string(0) ""
  [ajxact] = string(15) "AjxAutoRecLigne"
}
 
Niv502/06/2025 08:40:305ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\RC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\RC1_actions.php
Ligne : 1148
Fonction : RecLigne(5,CR1,CR1250600017339,1,1,0,ACC00019,3,UN,20250602,,,1,,0,0,RECEP,)

Call 4
Page : E:\WEB\Applications\CRRPROD\RC1_fonctions.php
Ligne : 1074
Fonction : WmsPrintAuto(PS2,Array,,)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article ACC00019 lot sscc 0000387595 ope 5 loc qte 3 pcu UN pohnum CACR125050059 bpsnum F00125 date 20250602 bpslot dluo 20250602 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">ACC00019</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387595</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">5</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">3</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">UN</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CACR125050059</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char">F00125</FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> </TAB> </PARAM>

RC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "ACC00019"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(0) ""
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387595"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(1) "5"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(1) "3"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(13) "CACR125050059"
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(6) "F00125"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250602"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">ACC00019</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387595</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">5</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">3</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">UN</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char">CACR125050059</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char">F00125</FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN></TAB></RESULT>

RC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "ACC00019"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(0) ""
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387595"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(1) "5"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(1) "3"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(13) "CACR125050059"
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(6) "F00125"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250602"
        }
  }
}
 




RC1_actions.php
array(18) {
  [AutomaticLineValue] = string(0) ""
  [qtyrec] = string(1) "3"
  [uom] = string(2) "UN"
  [diviseur] = string(1) "1"
  [ChgStockCible] = string(5) "RECEP"
  [act] = string(8) "RecLigne"
  [RecLigne] = string(0) ""
  [ligact] = string(1) "0"
  [yid] = string(15) "CR1250600017339"
  [ligne] = string(1) "1"
  [numcde] = string(13) "CACR125050059"
  [poplin] = string(4) "1000"
  [poqseq] = string(1) "1"
  [article] = string(8) "ACC00019"
  [itmsst] = string(0) ""
  [uomori] = string(2) "UN"
  [SuggLoc] = string(0) ""
  [ajxact] = string(15) "AjxAutoRecLigne"
}
 
Niv502/06/2025 08:40:435ROYRENE:YWSMODENT
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\RC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\RC1_actions.php
Ligne : 709
Fonction : Run(YWSMODENT, CR1250600017339 17000092314 20250527 20250602 5 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XID" TYPE="Char">CR1250600017339</FLD> <FLD NAME="BPSNDE" TYPE="Char">17000092314</FLD> <FLD NAME="BPSDAT" TYPE="Date">20250527</FLD> <FLD NAME="RECDAT" TYPE="Date">20250602</FLD> <FLD NAME="USER" TYPE="Char">5</FLD> </GRP> </PARAM>

RC1_actions.php
array(1) {
  [PARAM] = array(5) {
        [XID] = string(15) "CR1250600017339"
        [BPSNDE] = string(11) "17000092314"
        [BPSDAT] = string(8) "20250527"
        [RECDAT] = string(8) "20250602"
        [USER] = string(1) "5"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="USER" TYPE="Char">5</FLD><FLD NAME="XID" TYPE="Char">CR1250600017339</FLD><FLD NAME="BPSNDE" TYPE="Char">17000092314</FLD><FLD NAME="BPSDAT" TYPE="Date">20250527</FLD><FLD NAME="RECDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="RESULT"><FLD NAME="STATUT" TYPE="Integer">0</FLD></GRP></RESULT>

RC1_actions.php
array(2) {
  [PARAM] = array(5) {
        [USER] = string(1) "5"
        [XID] = string(15) "CR1250600017339"
        [BPSNDE] = string(11) "17000092314"
        [BPSDAT] = string(8) "20250527"
        [RECDAT] = string(8) "20250602"
  }
  [RESULT] = array(1) {
        [STATUT] = string(1) "0"
  }
}
 




RC1_actions.php
array(7) {
  [AutomaticLineValue] = string(0) ""
  [ValidForm] = string(9) "ValidForm"
  [bpsnde] = string(11) "17000092314"
  [bpsdat] = string(10) "27/05/2025"
  [recdat] = string(10) "02/06/2025"
  [qued] = string(0) ""
  [ajxact] = string(13) "AjxAutorecdat"
}
 
Niv502/06/2025 08:40:44102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 EMB02983 EMBET2 A CR125060002 40000 150 UN 0 UN 0000347517 D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EMB02983</FLD> <FLD NAME="SLOC" TYPE="Char">EMBET2</FLD> <FLD NAME="SLOT" TYPE="Char"></FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">40000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">150</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000347517</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EMB02983"
        [SLOC] = string(6) "EMBET2"
        [SLOT] = string(0) ""
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "40000"
        [SQTYSTU] = string(3) "150"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000347517"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EMB02983</FLD><FLD NAME="SLOC" TYPE="Char">EMBET2</FLD><FLD NAME="SLOT" TYPE="Char"></FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000347517</FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">40000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">150</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EMB02983"
        [SLOC] = string(6) "EMBET2"
        [SLOT] = string(0) ""
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000347517"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "40000"
        [SQTYSTU] = string(3) "150"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "150"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB02983"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "40000"
  [tablin] = string(1) "0"
  [loccase] = string(6) "EMBET2"
  [loc] = string(6) "EMBET2"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "43000"
  [soqseq] = string(5) "43000"
  [stocou] = string(7) "1735423"
  [unite] = string(3) "CAR"
  [lotligneop] = string(0) ""
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "150"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.43000.43000....STOALL.........1....................0000347517....EMBET2...173542399999998.......150"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.16000.16000....STOALL.........2.......50410131.....................CA04...174403599999999........20"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000347517"
  [lot] = string(1) " "
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:40:475ROYRENE:PTH
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\RC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\RC1_actions.php
Ligne : 442
Fonction : ValidMultiBps('CR1250600017339')

Call 4
Page : E:\WEB\Applications\CRRPROD\RC1_fonctions.php
Ligne : 1540
Fonction : save(PTH, CR1 F00125 17000092314 20250602 20250527 5 CR1250600017339 1 1 CACR125050059 1000 ACC00019 UN 3 0 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PTH0_1" > <FLD NAME="PRHFCY" TYPE="Char">CR1</FLD> <FLD NAME="PTHNUM" TYPE="Char"></FLD> <FLD NAME="BPSNUM" TYPE="Char">F00125</FLD> <FLD NAME="BPSNDE" TYPE="Char">17000092314</FLD> <FLD NAME="RCPDAT" TYPE="Char">20250602</FLD> <FLD NAME="NDEDAT" TYPE="Char">20250527</FLD> <FLD NAME="Z_USER" TYPE="Char">5</FLD> </GRP> <TAB ID="PTH1_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="YANNONCE" TYPE="char">CR1250600017339</FLD> <FLD NAME="Y_LIGNE" TYPE="Integer">1</FLD> <FLD NAME="Y_POQSEQ" TYPE="Char">1</FLD> <FLD NAME="POHNUM" TYPE="Char">CACR125050059</FLD> <FLD NAME="POPLIN" TYPE="Integer">1000</FLD> <FLD NAME="ITMREF" TYPE="Char">ACC00019</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="QTYUOM" TYPE="Decimal">3</FLD> <FLD NAME="BPSLOT" TYPE="Char"></FLD> <FLD NAME="LOT" TYPE="Char"></FLD> <FLD NAME="SDHNUM" TYPE="Char"></FLD> <FLD NAME="SDDLIN" TYPE="Integer">0</FLD> </LIN> </TAB> </PARAM>

RC1_actions.php
array(2) {
  [PTH0_1] = array(7) {
        [PRHFCY] = string(3) "CR1"
        [PTHNUM] = string(0) ""
        [BPSNUM] = string(6) "F00125"
        [BPSNDE] = string(11) "17000092314"
        [RCPDAT] = string(8) "20250602"
        [NDEDAT] = string(8) "20250527"
        [Z_USER] = string(1) "5"
  }
  [PTH1_2] = array(1) {
        [1] = array(12) {
          [YANNONCE] = string(15) "CR1250600017339"
          [Y_LIGNE] = string(1) "1"
          [Y_POQSEQ] = string(1) "1"
          [POHNUM] = string(13) "CACR125050059"
          [POPLIN] = string(4) "1000"
          [ITMREF] = string(8) "ACC00019"
          [UOM] = string(2) "UN"
          [QTYUOM] = string(1) "3"
          [BPSLOT] = string(0) ""
          [LOT] = string(0) ""
          [SDHNUM] = string(0) ""
          [SDDLIN] = string(1) "0"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PTH0_1"><FLD NAME="PRHFCY" TYPE="Char">CR1</FLD><FLD NAME="ZPRHFCY" TYPE="Char">Confiserie du Roy René </FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="BETFCY" TYPE="Integer">1</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="BETCPY" TYPE="Integer">1</FLD><FLD NAME="PTHNUM" TYPE="Char">RECR125060001</FLD><FLD NAME="BPSNUM" TYPE="Char">F00125</FLD><FLD NAME="ZBPSNUM" TYPE="Char">CENPAC PACA LANGUEDOC</FLD><FLD NAME="RCPDAT" TYPE="Date">20250602</FLD><FLD NAME="BPSNDE" TYPE="Char">17000092314</FLD><FLD NAME="NDEDAT" TYPE="Date">20250527</FLD><FLD NAME="CUR" TYPE="Char">EUR</FLD><FLD NAME="ZCUR" TYPE="Char">EURO</FLD><FLD MENULAB="Cours du jour" MENULOCAL="202" NAME="CHGTYP" TYPE="Integer">1</FLD><FLD NAME="Z_USER" TYPE="Char">5</FLD></GRP><GRP ID="PTH1_3"><FLD MENULAB="Non" MENULOCAL="280" NAME="INVFLG" TYPE="Integer">1</FLD><FLD MENULAB="Non" MENULOCAL="280" NAME="WINVFLG" TYPE="Integer">1</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="WCLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="PSTFLG" TYPE="Integer">1</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="PRNFLG" TYPE="Integer">1</FLD></GRP><GRP ID="CSTT_3"><FLD NAME="STCD" TYPE="Char">21</FLD></GRP><GRP ID="PTHC_1"><FLD NAME="BPSINV" TYPE="Char">F00125</FLD><FLD NAME="ZBPSINV" TYPE="Char"/><FLD NAME="BPAINV" TYPE="Char">01</FLD><FLD NAME="BPRPAY" TYPE="Char">F00125</FLD><FLD NAME="ZBPRPAY" TYPE="Char"/><FLD NAME="BPAPAY" TYPE="Char">01</FLD><FLD NAME="DEP" TYPE="Char"/><FLD NAME="ZDEP" TYPE="Char"/><FLD NAME="MDL" TYPE="Char">3</FLD><FLD NAME="ZMDL" TYPE="Char"/><FLD NAME="BPTNUM" TYPE="Char"/><FLD NAME="ZBPTNUM" TYPE="Char"/><FLD NAME="TOTGROWEI" TYPE="Decimal">0</FLD><FLD NAME="WEU" TYPE="Char">KG</FLD><FLD NAME="ZWEU" TYPE="Char"/><FLD NAME="TOTNETWEI" TYPE="Decimal">0</FLD><FLD NAME="TOTVOL" TYPE="Decimal">0</FLD><FLD NAME="VOU" TYPE="Char">LI</FLD><FLD NAME="ZVOU" TYPE="Char"/><FLD NAME="GPGCOD" TYPE="Char"/></GRP><GRP ID="PTHC_2"><FLD NAME="LICPLATE" TYPE="Char"/><FLD NAME="TRLLICPLATE" TYPE="Char"/><FLD NAME="DPEDAT" TYPE="Date"></FLD><FLD NAME="ETD" TYPE="Char"/><FLD NAME="ARVDAT" TYPE="Date"></FLD><FLD NAME="ETA" TYPE="Char"/></GRP><GRP ID="AD68_1"><LST NAME="BPRNAM" SIZE="2" TYPE="Char"><ITM>CENPAC PACA LANGUEDOC</ITM><ITM/></LST><LST NAME="BPAADDLIG" SIZE="3" TYPE="Char"><ITM>LES ESPACES DE LA SAINTE BAUME</ITM><ITM>PAR ACTIVITE GEMENOS</ITM><ITM>LOT A3 - BP 104</ITM></LST><FLD NAME="BPAADD" TYPE="Char">01</FLD><FLD NAME="CRY" TYPE="Char">FR</FLD><FLD NAME="ZCRY" TYPE="Char"/><FLD NAME="CRYNAM" TYPE="Char">France</FLD><FLD NAME="POSCOD" TYPE="Char">13420</FLD><FLD NAME="CTY" TYPE="Char">GEMENOS</FLD><FLD NAME="ITINERAIRE" TYPE="Char"/><FLD NAME="SAT" TYPE="Char"/></GRP><GRP ID="PCEX_1"><FLD NAME="EECICT" TYPE="Char"/><FLD NAME="ZEECICT" TYPE="Char"/><FLD NAME="ICTCTY" TYPE="Char"/><FLD NAME="FFWNUM" TYPE="Char"/><FLD NAME="ZFFWNUM" TYPE="Char"/><FLD NAME="FFWADD" TYPE="Char"/></GRP><GRP ID="PCEX_2"><FLD NAME="EECNUM" TYPE="Char">FR56652051830</FLD><FLD MENULAB="Autre état CEE" MENULOCAL="236" NAME="EECLOC" TYPE="Integer">2</FLD><FLD MENULAB="Par route" MENULOCAL="237" NAME="EECTRN" TYPE="Integer">3</FLD></GRP><GRP ID="PCEX_3"><FLD NAME="EECNAT" TYPE="Char">FR11</FLD><FLD NAME="ZEECNAT" TYPE="Char"/><FLD NAME="EECSCH" TYPE="Char">FR11</FLD><FLD NAME="ZEECSCH" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602064047</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="200" ID="PTH1_2" SIZE="1"><LIN NUM="1"><FLD NAME="Y_POQSEQ" TYPE="Integer">0</FLD><FLD NAME="POHNUM" TYPE="Char">CACR125050059</FLD><FLD NAME="POPLIN" TYPE="Integer">1000</FLD><FLD NAME="YANNONCE" TYPE="Char">CR1250600017339</FLD><FLD NAME="Y_LIGNE" TYPE="Integer">1</FLD><FLD NAME="ITMREF" TYPE="Char">ACC00019</FLD><FLD NAME="ITMDES" TYPE="Char">DEVIDOIR SCOTCH STANDARD</FLD><FLD MENULAB="Standard" MENULOCAL="2513" NAME="ITMKND" TYPE="Integer">1</FLD><FLD NAME="UOM" TYPE="Char">UN</FLD><FLD NAME="QTYUOM" TYPE="Decimal">3</FLD><FLD NAME="UOMSTUCOE" TYPE="Decimal">1</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="QTYSTU" TYPE="Decimal">3</FLD><FLD NAME="RRRQTYSTU" TYPE="Decimal">0</FLD><FLD MENULAB="Pas de contrôle" MENULOCAL="275" NAME="QUAFLG" TYPE="Integer">1</FLD><FLD NAME="STA" TYPE="Char"/><FLD NAME="LOCTYP" TYPE="Char"/><FLD NAME="LOC" TYPE="Char"/><FLD NAME="BPSLOT" TYPE="Char"></FLD><FLD NAME="LOT" TYPE="Char"></FLD><FLD NAME="SLO" TYPE="Char"/><FLD NAME="PALNUM" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="WSOLDE" TYPE="Integer">2</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="WSHDSOLDE" TYPE="Integer">1</FLD><FLD NAME="GROPRI" TYPE="Decimal">13.96</FLD><FLD NAME="NETCUR" TYPE="Char">EUR</FLD><FLD NAME="CPR" TYPE="Decimal">13.96</FLD><FLD NAME="CPRCUR" TYPE="Char">EUR</FLD><FLD NAME="LINACC1" TYPE="Char">606320</FLD><FLD NAME="LINACC2" TYPE="Char">606320</FLD><FLD NAME="LINACC3" TYPE="Char"/><FLD NAME="LINACC4" TYPE="Char"/><FLD NAME="LINACC5" TYPE="Char"/><FLD NAME="LINACC6" TYPE="Char"/><FLD NAME="LINACC7" TYPE="Char"/><FLD NAME="LINACC8" TYPE="Char"/><FLD NAME="LINACC9" TYPE="Char"/><FLD NAME="LINACC10" TYPE="Char"/><FLD NAME="CCE1" TYPE="Char">ICALCO</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD NAME="VCRNUMORI" TYPE="Char"/><FLD MENULAB="Normale" MENULOCAL="570" NAME="LINTYP" TYPE="Integer">1</FLD><FLD MENULAB="Standard" MENULOCAL="574" NAME="LINCAT" TYPE="Integer">1</FLD><FLD NAME="SDHNUM" TYPE="Char"></FLD><FLD NAME="SDDLIN" TYPE="Integer">0</FLD></LIN></TAB><TAB DIM="12" ID="CSTT_2" SIZE="12"><LIN NUM="1"><FLD NAME="LIB" TYPE="Char">Total lignes HT</FLD><FLD NAME="TOTDOC" TYPE="Decimal">41.88</FLD><FLD NAME="TOTSOC" TYPE="Decimal">41.88</FLD></LIN><LIN NUM="2"><FLD NAME="LIB" TYPE="Char"/><FLD NAME="TOTDOC" TYPE="Decimal">0</FLD><FLD NAME="TOTSOC" TYPE="Decimal">0</FLD></LIN><LIN NUM="3"><FLD NAME="LIB" TYPE="Char">Total charges produits</FLD><FLD NAME="TOTDOC" TYPE="Decimal">0</FLD><FLD NAME="TOTSOC" TYPE="Decimal">0</FLD></LIN><LIN NUM="4"><FLD NAME="LIB" TYPE="Char">Total Eléments facturation (Maj)</FLD><FLD NAME="TOTDOC" TYPE="Decimal">17.9</FLD><FLD NAME="TOTSOC" TYPE="Decimal">17.9</FLD></LIN><LIN NUM="5"><FLD NAME="LIB" TYPE="Char">Total frais d&apos;approche (Coeff + CFU)</FLD><FLD NAME="TOTDOC" TYPE="Decimal">0</FLD><FLD NAME="TOTSOC" TYPE="Decimal">0</FLD></LIN><LIN NUM="6"><FLD NAME="LIB" TYPE="Char">Total factures complémentaires</FLD><FLD NAME="TOTDOC" TYPE="Decimal">0</FLD><FLD NAME="TOTSOC" TYPE="Decimal">0</FLD></LIN><LIN NUM="7"><FLD NAME="LIB" TYPE="Char">Total taxes non-déductibles</FLD><FLD NAME="TOTDOC" TYPE="Decimal">0</FLD><FLD NAME="TOTSOC" TYPE="Decimal">0</FLD></LIN><LIN NUM="8"><FLD NAME="LIB" TYPE="Char">Total Charges</FLD><FLD NAME="TOTDOC" TYPE="Decimal">17.9</FLD><FLD NAME="TOTSOC" TYPE="Decimal">17.9</FLD></LIN><LIN NUM="9"><FLD NAME="LIB" TYPE="Char"/><FLD NAME="TOTDOC" TYPE="Decimal">0</FLD><FLD NAME="TOTSOC" TYPE="Decimal">0</FLD></LIN><LIN NUM="10"><FLD NAME="LIB" TYPE="Char">Total Eléments facturation (Min)</FLD><FLD NAME="TOTDOC" TYPE="Decimal">0</FLD><FLD NAME="TOTSOC" TYPE="Decimal">0</FLD></LIN><LIN NUM="11"><FLD NAME="LIB" TYPE="Char">Total Coûts achats</FLD><FLD NAME="TOTDOC" TYPE="Decimal">59.78</FLD><FLD NAME="TOTSOC" TYPE="Decimal">59.78</FLD></LIN><LIN NUM="12"><FLD NAME="LIB" TYPE="Char"/><FLD NAME="TOTDOC" TYPE="Decimal">0</FLD><FLD NAME="TOTSOC" TYPE="Decimal">0</FLD></LIN></TAB></RESULT>

RC1_actions.php
array(12) {
  [PTH0_1] = array(14) {
        [PRHFCY] = string(3) "CR1"
        [ZPRHFCY] = string(24) "Confiserie du Roy René "
        [BETFCY] = string(1) "1"
        [BETCPY] = string(1) "1"
        [PTHNUM] = string(13) "RECR125060001"
        [BPSNUM] = string(6) "F00125"
        [ZBPSNUM] = string(21) "CENPAC PACA LANGUEDOC"
        [RCPDAT] = string(8) "20250602"
        [BPSNDE] = string(11) "17000092314"
        [NDEDAT] = string(8) "20250527"
        [CUR] = string(3) "EUR"
        [ZCUR] = string(4) "EURO"
        [CHGTYP] = string(1) "1"
        [Z_USER] = string(1) "5"
  }
  [PTH1_3] = array(5) {
        [INVFLG] = string(1) "1"
        [WINVFLG] = string(1) "1"
        [WCLEFLG] = string(1) "1"
        [PSTFLG] = string(1) "1"
        [PRNFLG] = string(1) "1"
  }
  [CSTT_3] = array(1) {
        [STCD] = string(2) "21"
  }
  [PTHC_1] = array(20) {
        [BPSINV] = string(6) "F00125"
        [ZBPSINV] = string(0) ""
        [BPAINV] = string(2) "01"
        [BPRPAY] = string(6) "F00125"
        [ZBPRPAY] = string(0) ""
        [BPAPAY] = string(2) "01"
        [DEP] = string(0) ""
        [ZDEP] = string(0) ""
        [MDL] = string(1) "3"
        [ZMDL] = string(0) ""
        [BPTNUM] = string(0) ""
        [ZBPTNUM] = string(0) ""
        [TOTGROWEI] = string(1) "0"
        [WEU] = string(2) "KG"
        [ZWEU] = string(0) ""
        [TOTNETWEI] = string(1) "0"
        [TOTVOL] = string(1) "0"
        [VOU] = string(2) "LI"
        [ZVOU] = string(0) ""
        [GPGCOD] = string(0) ""
  }
  [PTHC_2] = array(6) {
        [LICPLATE] = string(0) ""
        [TRLLICPLATE] = string(0) ""
        [DPEDAT] = string(0) ""
        [ETD] = string(0) ""
        [ARVDAT] = string(0) ""
        [ETA] = string(0) ""
  }
  [AD68_1] = array(10) {
        [BPRNAM] = string(0) ""
        [BPAADDLIG] = string(0) ""
        [BPAADD] = string(2) "01"
        [CRY] = string(2) "FR"
        [ZCRY] = string(0) ""
        [CRYNAM] = string(6) "France"
        [POSCOD] = string(5) "13420"
        [CTY] = string(7) "GEMENOS"
        [ITINERAIRE] = string(0) ""
        [SAT] = string(0) ""
  }
  [PCEX_1] = array(6) {
        [EECICT] = string(0) ""
        [ZEECICT] = string(0) ""
        [ICTCTY] = string(0) ""
        [FFWNUM] = string(0) ""
        [ZFFWNUM] = string(0) ""
        [FFWADD] = string(0) ""
  }
  [PCEX_2] = array(3) {
        [EECNUM] = string(13) "FR56652051830"
        [EECLOC] = string(1) "2"
        [EECTRN] = string(1) "3"
  }
  [PCEX_3] = array(4) {
        [EECNAT] = string(4) "FR11"
        [ZEECNAT] = string(0) ""
        [EECSCH] = string(4) "FR11"
        [ZEECSCH] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602064047"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [PTH1_2] = array(1) {
        [1] = array(63) {
          [Y_POQSEQ] = string(1) "0"
          [POHNUM] = string(13) "CACR125050059"
          [POPLIN] = string(4) "1000"
          [YANNONCE] = string(15) "CR1250600017339"
          [Y_LIGNE] = string(1) "1"
          [ITMREF] = string(8) "ACC00019"
          [ITMDES] = string(24) "DEVIDOIR SCOTCH STANDARD"
          [ITMKND] = string(1) "1"
          [UOM] = string(2) "UN"
          [QTYUOM] = string(1) "3"
          [UOMSTUCOE] = string(1) "1"
          [STU] = string(2) "UN"
          [QTYSTU] = string(1) "3"
          [RRRQTYSTU] = string(1) "0"
          [QUAFLG] = string(1) "1"
          [STA] = string(0) ""
          [LOCTYP] = string(0) ""
          [LOC] = string(0) ""
          [BPSLOT] = string(0) ""
          [LOT] = string(0) ""
          [SLO] = string(0) ""
          [PALNUM] = string(0) ""
          [WSOLDE] = string(1) "2"
          [WSHDSOLDE] = string(1) "1"
          [GROPRI] = string(5) "13.96"
          [NETCUR] = string(3) "EUR"
          [CPR] = string(5) "13.96"
          [CPRCUR] = string(3) "EUR"
          [LINACC1] = string(6) "606320"
          [LINACC2] = string(6) "606320"
          [LINACC3] = string(0) ""
          [LINACC4] = string(0) ""
          [LINACC5] = string(0) ""
          [LINACC6] = string(0) ""
          [LINACC7] = string(0) ""
          [LINACC8] = string(0) ""
          [LINACC9] = string(0) ""
          [LINACC10] = string(0) ""
          [CCE1] = string(6) "ICALCO"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [VCRNUMORI] = string(0) ""
          [LINTYP] = string(1) "1"
          [LINCAT] = string(1) "1"
          [SDHNUM] = string(0) ""
          [SDDLIN] = string(1) "0"
        }
  }
  [CSTT_2] = array(12) {
        [1] = array(3) {
          [LIB] = string(15) "Total lignes HT"
          [TOTDOC] = string(5) "41.88"
          [TOTSOC] = string(5) "41.88"
        }
        [2] = array(3) {
          [LIB] = string(0) ""
          [TOTDOC] = string(1) "0"
          [TOTSOC] = string(1) "0"
        }
        [3] = array(3) {
          [LIB] = string(22) "Total charges produits"
          [TOTDOC] = string(1) "0"
          [TOTSOC] = string(1) "0"
        }
        [4] = array(3) {
          [LIB] = string(33) "Total Eléments facturation (Maj)"
          [TOTDOC] = string(4) "17.9"
          [TOTSOC] = string(4) "17.9"
        }
        [5] = array(3) {
          [LIB] = string(36) "Total frais d'approche (Coeff + CFU)"
          [TOTDOC] = string(1) "0"
          [TOTSOC] = string(1) "0"
        }
        [6] = array(3) {
          [LIB] = string(31) "Total factures complémentaires"
          [TOTDOC] = string(1) "0"
          [TOTSOC] = string(1) "0"
        }
        [7] = array(3) {
          [LIB] = string(28) "Total taxes non-déductibles"
          [TOTDOC] = string(1) "0"
          [TOTSOC] = string(1) "0"
        }
        [8] = array(3) {
          [LIB] = string(13) "Total Charges"
          [TOTDOC] = string(4) "17.9"
          [TOTSOC] = string(4) "17.9"
        }
        [9] = array(3) {
          [LIB] = string(0) ""
          [TOTDOC] = string(1) "0"
          [TOTSOC] = string(1) "0"
        }
        [10] = array(3) {
          [LIB] = string(33) "Total Eléments facturation (Min)"
          [TOTDOC] = string(1) "0"
          [TOTSOC] = string(1) "0"
        }
        [11] = array(3) {
          [LIB] = string(19) "Total Coûts achats"
          [TOTDOC] = string(5) "59.78"
          [TOTSOC] = string(5) "59.78"
        }
        [12] = array(3) {
          [LIB] = string(0) ""
          [TOTDOC] = string(1) "0"
          [TOTSOC] = string(1) "0"
        }
  }
}
 




RC1_actions.php
array(2) {
  [act] = string(9) "validform"
  [ajxact] = string(6) "CreRec"
}
 
Niv302/06/2025 08:40:475ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\RC1_fonctions.php
Ligne : 1594
Fonct : ValidMultiBps
Lien : /CRRPROD/RC1_actions.php?act=validform&ajxact=CreRec
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PTH0_1" > <FLD NAME="PRHFCY" TYPE="Char">CR1</FLD> <FLD NAME="PTHNUM" TYPE="Char"></FLD> <FLD NAME="BPSNUM" TYPE="Char">F00125</FLD> <FLD NAME="BPSNDE" TYPE="Char">17000092314</FLD> <FLD NAME="RCPDAT" TYPE="Char">20250602</FLD> <FLD NAME="NDEDAT" TYPE="Char">20250527</FLD> <FLD NAME="Z_USER" TYPE="Char">5</FLD> </GRP> <TAB ID="PTH1_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="YANNONCE" TYPE="char">CR1250600017339</FLD> <FLD NAME="Y_LIGNE" TYPE="Integer">1</FLD> <FLD NAME="Y_POQSEQ" TYPE="Char">1</FLD> <FLD NAME="POHNUM" TYPE="Char">CACR125050059</FLD> <FLD NAME="POPLIN" TYPE="Integer">1000</FLD> <FLD NAME="ITMREF" TYPE="Char">ACC00019</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="QTYUOM" TYPE="Decimal">3</FLD> <FLD NAME="BPSLOT" TYPE="Char"></FLD> <FLD NAME="LOT" TYPE="Char"></FLD> <FLD NAME="SDHNUM" TYPE="Char"></FLD> <FLD NAME="SDDLIN" TYPE="Integer">0</FLD> </LIN> </TAB> </PARAM> Niv502/06/2025 08:41:26102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060002,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060002 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060002"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060002"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(1) {
  [op] = string(11) "CR125060002"
}
 
Niv502/06/2025 08:41:33102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL01231 CA04 50410131 A CR125060002 14000 10 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01231</FLD> <FLD NAME="SLOC" TYPE="Char">CA04</FLD> <FLD NAME="SLOT" TYPE="Char">50410131</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">14000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01231"
        [SLOC] = string(4) "CA04"
        [SLOT] = string(8) "50410131"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "14000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01231</FLD><FLD NAME="SLOC" TYPE="Char">CA04</FLD><FLD NAME="SLOT" TYPE="Char">50410131</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">14000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01231"
        [SLOC] = string(4) "CA04"
        [SLOT] = string(8) "50410131"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "14000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "20"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01231"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "14000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CA04"
  [loc] = string(4) "CA04"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "16000"
  [soqseq] = string(5) "16000"
  [stocou] = string(7) "1744035"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410131"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "20"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.16000.16000....STOALL.........2.......50410131.....................CA04...174403599999999........20"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.41000.41000....STOALL.........1.......50110227.....0000385086......CB01...173373899999999.........6"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01231"
  [lot] = string(8) "50410131"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:41:38102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL01231 CA04 50410131 A CR125060002 14000 10 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01231</FLD> <FLD NAME="SLOC" TYPE="Char">CA04</FLD> <FLD NAME="SLOT" TYPE="Char">50410131</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">14000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01231"
        [SLOC] = string(4) "CA04"
        [SLOT] = string(8) "50410131"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "14000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01231</FLD><FLD NAME="SLOC" TYPE="Char">CA04</FLD><FLD NAME="SLOT" TYPE="Char">50410131</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">14000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01231"
        [SLOC] = string(4) "CA04"
        [SLOT] = string(8) "50410131"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "14000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01231"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "14000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CA04"
  [loc] = string(4) "CA04"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "16000"
  [soqseq] = string(5) "16000"
  [stocou] = string(7) "1744035"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410131"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.16000.16000....STOALL.........2.......50410131.....................CA04...174403599999999........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.41000.41000....STOALL.........1.......50110227.....0000385086......CB01...173373899999999.........6"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01231"
  [lot] = string(8) "50410131"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:42:19102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(EPIBIO00127,,,6,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EPIBIO00127 6 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EPIBIO00127</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">6</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(11) "EPIBIO00127"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EPIBIO00127</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">6</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(11) "EPIBIO00127"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(11) "EPIBIO00127"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "38000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CB01"
  [loc] = string(4) "CB01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "41000"
  [soqseq] = string(5) "41000"
  [stocou] = string(7) "1733738"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50110227"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.41000.41000....STOALL.........1.......50110227.....0000385086......CB01...173373899999999.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.18000.18000....STOALL.........1.......41210533.....0000377894......CC07...174486199999999........50"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385086"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:42:19102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(EPIBIO00127,,,6,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EPIBIO00127 6 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EPIBIO00127</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">6</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(11) "EPIBIO00127"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EPIBIO00127</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">6</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(11) "EPIBIO00127"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(11) "EPIBIO00127"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "38000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CB01"
  [loc] = string(4) "CB01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "41000"
  [soqseq] = string(5) "41000"
  [stocou] = string(7) "1733738"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50110227"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.41000.41000....STOALL.........1.......50110227.....0000385086......CB01...173373899999999.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.18000.18000....STOALL.........1.......41210533.....0000377894......CC07...174486199999999........50"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385086"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:42:19102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(EPIBIO00127,,,6,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EPIBIO00127 6 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EPIBIO00127</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">6</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(11) "EPIBIO00127"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EPIBIO00127</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">6</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(11) "EPIBIO00127"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(11) "EPIBIO00127"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "38000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CB01"
  [loc] = string(4) "CB01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "41000"
  [soqseq] = string(5) "41000"
  [stocou] = string(7) "1733738"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50110227"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.41000.41000....STOALL.........1.......50110227.....0000385086......CB01...173373899999999.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.18000.18000....STOALL.........1.......41210533.....0000377894......CC07...174486199999999........50"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385086"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:42:2499ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(99)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 99 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">99</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "99"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">99</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "99"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(2) "99"
  [mdpasse] = string(2) "99"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 08:42:31102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 EPIBIO00127 CB01 50110227 A CR125060002 38000 6 UN 0 UN 0000385086 D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EPIBIO00127</FLD> <FLD NAME="SLOC" TYPE="Char">CB01</FLD> <FLD NAME="SLOT" TYPE="Char">50110227</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">38000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000385086</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(11) "EPIBIO00127"
        [SLOC] = string(4) "CB01"
        [SLOT] = string(8) "50110227"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "38000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000385086"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EPIBIO00127</FLD><FLD NAME="SLOC" TYPE="Char">CB01</FLD><FLD NAME="SLOT" TYPE="Char">50110227</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000385086</FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">38000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(11) "EPIBIO00127"
        [SLOC] = string(4) "CB01"
        [SLOT] = string(8) "50110227"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000385086"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "38000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(11) "EPIBIO00127"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "38000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CB01"
  [loc] = string(4) "CB01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "41000"
  [soqseq] = string(5) "41000"
  [stocou] = string(7) "1733738"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50110227"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.41000.41000....STOALL.........1.......50110227.....0000385086......CB01...173373899999999.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.18000.18000....STOALL.........1.......41210533.....0000377894......CC07...174486199999999........50"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385086"
  [lot] = string(8) "50110227"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:42:53113ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_FAC,,,FRA,FAC1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_FAC FRA FAC1 imp 1 site CR1 article MAT00408 lot 50410460 loc sscc 0000387587 ope 113 qte 23.02 pcu KG pohnum bpsnum date 20250602 bpslot 4166.187 dluo 20270614 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00408</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50410460</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387587</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">113</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">23.02</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">4166.187</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270614</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00408"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410460"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387587"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "113"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "23.02"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(8) "4166.187"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270614"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00408</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50410460</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387587</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">113</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">23.02</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">4166.187</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270614</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00408"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410460"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387587"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "113"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "23.02"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(8) "4166.187"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270614"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00408"
  [lot] = string(8) "50410460"
  [bpslot] = string(8) "4166.187"
  [sscc] = string(10) "0000387587"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(5) "23.02"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 08:43:0499ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125050322 1000 0 CON00621 400 UN 50510357 20260123 99 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050322</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">CON00621</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">400</FLD> <FLD NAME="PCU" TYPE="Char">UN</FLD> <FLD NAME="LOT" TYPE="Char">50510357</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20260123</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">99</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050322"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CON00621"
          [QTYPCU] = string(3) "400"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510357"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260123"
          [SSCC] = string(0) ""
          [USER] = string(2) "99"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125050322</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">CON00621</FLD><FLD NAME="QTYPCU" TYPE="Decimal">400</FLD><FLD NAME="PCU" TYPE="Char">UN</FLD><FLD NAME="LOT" TYPE="Char">50510357</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20260123</FLD><FLD NAME="SSCC" TYPE="Char">0000387596</FLD><FLD NAME="USER" TYPE="Char">99</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050322"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CON00621"
          [QTYPCU] = string(3) "400"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510357"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260123"
          [SSCC] = string(10) "0000387596"
          [USER] = string(2) "99"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CON00621"
  [desig] = string(27) "ASS SAVEURS BTE FER RJ 180G"
  [lot] = string(8) "50510357"
  [dluo] = string(10) "23/01/2026"
  [qtyprd] = string(3) "400"
  [pcu] = string(2) "UN"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050322"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv102/06/2025 08:43:0499
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_log.php
Ligne : 180
Fonct : LogErreurWmsPrint
Lien : /CRRPROD/DP1_actions.php?AutomaticLineValue=&article=CON00621&desig=ASS%20SAVEURS%20BTE%20FER%20RJ%20180G&lot=50510357&dluo=23/01/2026&qtyprd=400&pcu=UN&impetiq=OUI&act=RecLigne&mfgnum=OFCR125050322&mfglin=1000&gotoDP1_03=gotoDP1_03
Serveur -
Imprimante -
Etat - Y_ETI_STOUC1_2Aucun Serveur d'impression spécifié

arr_report
DP1_actions.php
array(12) {
  [site] = string(3) "CR1"
  [article] = string(8) "CON00621"
  [lot] = string(8) "50510357"
  [loc] = string(0) ""
  [sscc] = string(10) "0000387596"
  [ope] = string(2) "99"
  [qte] = string(3) "400"
  [pcu] = string(0) ""
  [pohnum] = string(0) ""
  [bpsnum] = string(0) ""
  [bpslot] = NULL
  [dluo] = string(8) "20260123"
}
 
Niv502/06/2025 08:43:0999ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125050322 1000 0 CON00621 400 UN 50510357 20260123 99 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050322</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">CON00621</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">400</FLD> <FLD NAME="PCU" TYPE="Char">UN</FLD> <FLD NAME="LOT" TYPE="Char">50510357</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20260123</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">99</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050322"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CON00621"
          [QTYPCU] = string(3) "400"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510357"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260123"
          [SSCC] = string(0) ""
          [USER] = string(2) "99"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125050322</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">CON00621</FLD><FLD NAME="QTYPCU" TYPE="Decimal">400</FLD><FLD NAME="PCU" TYPE="Char">UN</FLD><FLD NAME="LOT" TYPE="Char">50510357</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20260123</FLD><FLD NAME="SSCC" TYPE="Char">0000387597</FLD><FLD NAME="USER" TYPE="Char">99</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050322"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CON00621"
          [QTYPCU] = string(3) "400"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510357"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260123"
          [SSCC] = string(10) "0000387597"
          [USER] = string(2) "99"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CON00621"
  [desig] = string(27) "ASS SAVEURS BTE FER RJ 180G"
  [lot] = string(8) "50510357"
  [dluo] = string(10) "23/01/2026"
  [qtyprd] = string(3) "400"
  [pcu] = string(2) "UN"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050322"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv102/06/2025 08:43:0999
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_log.php
Ligne : 180
Fonct : LogErreurWmsPrint
Lien : /CRRPROD/DP1_actions.php?AutomaticLineValue=&article=CON00621&desig=ASS%20SAVEURS%20BTE%20FER%20RJ%20180G&lot=50510357&dluo=23/01/2026&qtyprd=400&pcu=UN&impetiq=OUI&act=RecLigne&mfgnum=OFCR125050322&mfglin=1000&gotoDP1_03=gotoDP1_03
Serveur -
Imprimante -
Etat - Y_ETI_STOUC1_2Aucun Serveur d'impression spécifié

arr_report
DP1_actions.php
array(12) {
  [site] = string(3) "CR1"
  [article] = string(8) "CON00621"
  [lot] = string(8) "50510357"
  [loc] = string(0) ""
  [sscc] = string(10) "0000387597"
  [ope] = string(2) "99"
  [qte] = string(3) "400"
  [pcu] = string(0) ""
  [pohnum] = string(0) ""
  [bpsnum] = string(0) ""
  [bpslot] = NULL
  [dluo] = string(8) "20260123"
}
 
Niv502/06/2025 08:43:1299ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125050322 1000 0 CON00621 400 UN 50510357 20260123 99 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050322</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">CON00621</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">400</FLD> <FLD NAME="PCU" TYPE="Char">UN</FLD> <FLD NAME="LOT" TYPE="Char">50510357</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20260123</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">99</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050322"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CON00621"
          [QTYPCU] = string(3) "400"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510357"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260123"
          [SSCC] = string(0) ""
          [USER] = string(2) "99"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125050322</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">CON00621</FLD><FLD NAME="QTYPCU" TYPE="Decimal">400</FLD><FLD NAME="PCU" TYPE="Char">UN</FLD><FLD NAME="LOT" TYPE="Char">50510357</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20260123</FLD><FLD NAME="SSCC" TYPE="Char">0000387598</FLD><FLD NAME="USER" TYPE="Char">99</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050322"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CON00621"
          [QTYPCU] = string(3) "400"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510357"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260123"
          [SSCC] = string(10) "0000387598"
          [USER] = string(2) "99"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CON00621"
  [desig] = string(27) "ASS SAVEURS BTE FER RJ 180G"
  [lot] = string(8) "50510357"
  [dluo] = string(10) "23/01/2026"
  [qtyprd] = string(3) "400"
  [pcu] = string(2) "UN"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050322"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv102/06/2025 08:43:1299
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_log.php
Ligne : 180
Fonct : LogErreurWmsPrint
Lien : /CRRPROD/DP1_actions.php?AutomaticLineValue=&article=CON00621&desig=ASS%20SAVEURS%20BTE%20FER%20RJ%20180G&lot=50510357&dluo=23/01/2026&qtyprd=400&pcu=UN&impetiq=OUI&act=RecLigne&mfgnum=OFCR125050322&mfglin=1000&gotoDP1_03=gotoDP1_03
Serveur -
Imprimante -
Etat - Y_ETI_STOUC1_2Aucun Serveur d'impression spécifié

arr_report
DP1_actions.php
array(12) {
  [site] = string(3) "CR1"
  [article] = string(8) "CON00621"
  [lot] = string(8) "50510357"
  [loc] = string(0) ""
  [sscc] = string(10) "0000387598"
  [ope] = string(2) "99"
  [qte] = string(3) "400"
  [pcu] = string(0) ""
  [pohnum] = string(0) ""
  [bpsnum] = string(0) ""
  [bpslot] = NULL
  [dluo] = string(8) "20260123"
}
 
Niv502/06/2025 08:43:1599ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125050322 1000 0 CON00621 400 UN 50510357 20260123 99 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050322</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">CON00621</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">400</FLD> <FLD NAME="PCU" TYPE="Char">UN</FLD> <FLD NAME="LOT" TYPE="Char">50510357</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20260123</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">99</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050322"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CON00621"
          [QTYPCU] = string(3) "400"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510357"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260123"
          [SSCC] = string(0) ""
          [USER] = string(2) "99"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125050322</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">CON00621</FLD><FLD NAME="QTYPCU" TYPE="Decimal">400</FLD><FLD NAME="PCU" TYPE="Char">UN</FLD><FLD NAME="LOT" TYPE="Char">50510357</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20260123</FLD><FLD NAME="SSCC" TYPE="Char">0000387599</FLD><FLD NAME="USER" TYPE="Char">99</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050322"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CON00621"
          [QTYPCU] = string(3) "400"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510357"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260123"
          [SSCC] = string(10) "0000387599"
          [USER] = string(2) "99"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CON00621"
  [desig] = string(27) "ASS SAVEURS BTE FER RJ 180G"
  [lot] = string(8) "50510357"
  [dluo] = string(10) "23/01/2026"
  [qtyprd] = string(3) "400"
  [pcu] = string(2) "UN"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050322"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv102/06/2025 08:43:1599
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_log.php
Ligne : 180
Fonct : LogErreurWmsPrint
Lien : /CRRPROD/DP1_actions.php?AutomaticLineValue=&article=CON00621&desig=ASS%20SAVEURS%20BTE%20FER%20RJ%20180G&lot=50510357&dluo=23/01/2026&qtyprd=400&pcu=UN&impetiq=OUI&act=RecLigne&mfgnum=OFCR125050322&mfglin=1000&gotoDP1_03=gotoDP1_03
Serveur -
Imprimante -
Etat - Y_ETI_STOUC1_2Aucun Serveur d'impression spécifié

arr_report
DP1_actions.php
array(12) {
  [site] = string(3) "CR1"
  [article] = string(8) "CON00621"
  [lot] = string(8) "50510357"
  [loc] = string(0) ""
  [sscc] = string(10) "0000387599"
  [ope] = string(2) "99"
  [qte] = string(3) "400"
  [pcu] = string(0) ""
  [pohnum] = string(0) ""
  [bpsnum] = string(0) ""
  [bpslot] = NULL
  [dluo] = string(8) "20260123"
}
 
Niv502/06/2025 08:43:1799ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125050322 1000 0 CON00621 400 UN 50510357 20260123 99 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050322</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">CON00621</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">400</FLD> <FLD NAME="PCU" TYPE="Char">UN</FLD> <FLD NAME="LOT" TYPE="Char">50510357</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20260123</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">99</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050322"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CON00621"
          [QTYPCU] = string(3) "400"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510357"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260123"
          [SSCC] = string(0) ""
          [USER] = string(2) "99"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125050322</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">CON00621</FLD><FLD NAME="QTYPCU" TYPE="Decimal">400</FLD><FLD NAME="PCU" TYPE="Char">UN</FLD><FLD NAME="LOT" TYPE="Char">50510357</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20260123</FLD><FLD NAME="SSCC" TYPE="Char">0000387600</FLD><FLD NAME="USER" TYPE="Char">99</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050322"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CON00621"
          [QTYPCU] = string(3) "400"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510357"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260123"
          [SSCC] = string(10) "0000387600"
          [USER] = string(2) "99"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CON00621"
  [desig] = string(27) "ASS SAVEURS BTE FER RJ 180G"
  [lot] = string(8) "50510357"
  [dluo] = string(10) "23/01/2026"
  [qtyprd] = string(3) "400"
  [pcu] = string(2) "UN"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050322"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv102/06/2025 08:43:1799
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_log.php
Ligne : 180
Fonct : LogErreurWmsPrint
Lien : /CRRPROD/DP1_actions.php?AutomaticLineValue=&article=CON00621&desig=ASS%20SAVEURS%20BTE%20FER%20RJ%20180G&lot=50510357&dluo=23/01/2026&qtyprd=400&pcu=UN&impetiq=OUI&act=RecLigne&mfgnum=OFCR125050322&mfglin=1000&gotoDP1_03=gotoDP1_03
Serveur -
Imprimante -
Etat - Y_ETI_STOUC1_2Aucun Serveur d'impression spécifié

arr_report
DP1_actions.php
array(12) {
  [site] = string(3) "CR1"
  [article] = string(8) "CON00621"
  [lot] = string(8) "50510357"
  [loc] = string(0) ""
  [sscc] = string(10) "0000387600"
  [ope] = string(2) "99"
  [qte] = string(3) "400"
  [pcu] = string(0) ""
  [pohnum] = string(0) ""
  [bpsnum] = string(0) ""
  [bpslot] = NULL
  [dluo] = string(8) "20260123"
}
 
Niv502/06/2025 08:43:2399ROYRENE:DEC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 274
Fonction : Valid_Suiviof(OFCR125050322,1000)

Call 4
Page : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 384
Fonction : save(DEC, CR1 OFCR125050322 20250602 2 2000 CON00621 1 CON00621 UN 2000 50510357 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050322</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">2000</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">CON00621</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">CON00621</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">2000</FLD> <FLD NAME="LOT" TYPE="Char">50510357</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(4) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125050322"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK2_1] = array(2) {
        [QTESUIVITM] = string(4) "2000"
        [Y_ITMFILTER] = string(8) "CON00621"
  }
  [MTK2_2] = array(1) {
        [1] = array(5) {
          [NO] = string(1) "1"
          [ITMREF] = string(8) "CON00621"
          [UOM] = string(2) "UN"
          [UOMCPLQTY] = string(4) "2000"
          [LOT] = string(8) "50510357"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000009</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125050322</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="ITMTRKFLG" TYPE="Integer">2</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="MATTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTOPE" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"></FLD><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char">UN</FLD><FLD NAME="ZUL" TYPE="Char">Unité</FLD></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">9999</FLD><FLD MENULAB="Post-consommation" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">2</FLD><FLD MENULAB="Non soldées" MENULOCAL="355" NAME="FILTMAT" TYPE="Integer">1</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602064322</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="50" ID="MTK2_2" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="PRODTYP" TYPE="Integer">1</FLD><FLD MENULAB="Produit" MENULOCAL="2301" NAME="ITMTYP" TYPE="Integer">1</FLD><FLD NAME="ITMREF" TYPE="Char">CON00621</FLD><FLD NAME="UOM" TYPE="Char">UN</FLD><FLD NAME="UOMEXTQTY" TYPE="Decimal">1000</FLD><FLD NAME="UOMCPLQTY" TYPE="Decimal">2000</FLD><FLD NAME="UOMSTUCOE" TYPE="Decimal">1</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="CPLQTY" TYPE="Decimal">2000</FLD><FLD NAME="STA" TYPE="Char">Q</FLD><FLD NAME="LOCTYP" TYPE="Char">PROD</FLD><FLD NAME="LOC" TYPE="Char">SCAL</FLD><FLD NAME="LOT" TYPE="Char">50510357</FLD><FLD NAME="PALNUM" TYPE="Char">$</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD NAME="MVTDES" TYPE="Char"/><FLD NAME="ITMDES1" TYPE="Char">ASS SAVEURS BTE FER RJ 180G</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMIT" TYPE="Char">OFCR125050322</FLD><FLD NAME="CCE1" TYPE="Char"/><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/></LIN></TAB><TAB DIM="100" ID="MTK3_3" SIZE="4"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00300</FLD><FLD NAME="ITMDES1" TYPE="Char">CAM FRAGILE MM BLEU348X228X183</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">ST_COND1</FLD><FLD NAME="WSTSHO" TYPE="Char"/><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">125</FLD><FLD NAME="USEQTY" TYPE="Decimal">250</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">IDEX</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250521</FLD><FLD NAME="BOMNUM" TYPE="Char">CON00621</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050322</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="2"><FLD NAME="NO" TYPE="Integer">2</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00623</FLD><FLD NAME="ITMDES1" TYPE="Char">ETIQ TRANSFERT VE BL 110X99MM</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">ST_COND1</FLD><FLD NAME="WSTSHO" TYPE="Char"/><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">134</FLD><FLD NAME="USEQTY" TYPE="Decimal">267</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">IDEX</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250521</FLD><FLD NAME="BOMNUM" TYPE="Char">CON00621</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050322</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="3"><FLD NAME="NO" TYPE="Integer">3</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB01512</FLD><FLD NAME="ITMDES1" TYPE="Char">STICKER TRANSP INVIOLABI 25x80</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">ST_COND1</FLD><FLD NAME="WSTSHO" TYPE="Char"/><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">1050</FLD><FLD NAME="USEQTY" TYPE="Decimal">2100</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">IDEX</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250521</FLD><FLD NAME="BOMNUM" TYPE="Char">CON00621</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050322</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="4"><FLD NAME="NO" TYPE="Integer">4</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB03003</FLD><FLD NAME="ITMDES1" TYPE="Char">BOITE RECT MET SAVEUR RJ H41</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">ST_COND1</FLD><FLD NAME="WSTSHO" TYPE="Char"/><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">1000</FLD><FLD NAME="USEQTY" TYPE="Decimal">2000</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">IDEX</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250521</FLD><FLD NAME="BOMNUM" TYPE="Char">CON00621</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050322</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(9) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000009"
        [MFGNUM] = string(13) "OFCR125050322"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(2) {
        [ITMTRKFLG] = string(1) "2"
        [MATTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [FILTOPE] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(2) "UN"
        [ZUL] = string(6) "Unité"
  }
  [MTK3_1] = array(7) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(4) "9999"
        [STOCOD] = string(1) "2"
        [FILTMAT] = string(1) "1"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602064322"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK2_2] = array(1) {
        [1] = array(40) {
          [NO] = string(1) "1"
          [PRODTYP] = string(1) "1"
          [ITMTYP] = string(1) "1"
          [ITMREF] = string(8) "CON00621"
          [UOM] = string(2) "UN"
          [UOMEXTQTY] = string(4) "1000"
          [UOMCPLQTY] = string(4) "2000"
          [UOMSTUCOE] = string(1) "1"
          [STU] = string(2) "UN"
          [CPLQTY] = string(4) "2000"
          [STA] = string(1) "Q"
          [LOCTYP] = string(4) "PROD"
          [LOC] = string(4) "SCAL"
          [LOT] = string(8) "50510357"
          [PALNUM] = string(1) "$"
          [CLEFLG] = string(1) "1"
          [MVTDES] = string(0) ""
          [ITMDES1] = string(27) "ASS SAVEURS BTE FER RJ 180G"
          [BOMALT] = string(1) "1"
          [MFGNUMIT] = string(13) "OFCR125050322"
          [CCE1] = string(0) ""
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
        }
  }
  [MTK3_3] = array(4) {
        [1] = array(43) {
          [NO] = string(1) "1"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00300"
          [ITMDES1] = string(30) "CAM FRAGILE MM BLEU348X228X183"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "ST_COND1"
          [WSTSHO] = string(0) ""
          [STU] = string(2) "UN"
          [RETQTY] = string(3) "125"
          [USEQTY] = string(3) "250"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(4) "IDEX"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250521"
          [BOMNUM] = string(8) "CON00621"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050322"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [2] = array(43) {
          [NO] = string(1) "2"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00623"
          [ITMDES1] = string(29) "ETIQ TRANSFERT VE BL 110X99MM"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "ST_COND1"
          [WSTSHO] = string(0) ""
          [STU] = string(2) "UN"
          [RETQTY] = string(3) "134"
          [USEQTY] = string(3) "267"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(4) "IDEX"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250521"
          [BOMNUM] = string(8) "CON00621"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050322"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [3] = array(43) {
          [NO] = string(1) "3"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB01512"
          [ITMDES1] = string(30) "STICKER TRANSP INVIOLABI 25x80"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "ST_COND1"
          [WSTSHO] = string(0) ""
          [STU] = string(2) "UN"
          [RETQTY] = string(4) "1050"
          [USEQTY] = string(4) "2100"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(4) "IDEX"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250521"
          [BOMNUM] = string(8) "CON00621"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050322"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [4] = array(43) {
          [NO] = string(1) "4"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB03003"
          [ITMDES1] = string(28) "BOITE RECT MET SAVEUR RJ H41"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "ST_COND1"
          [WSTSHO] = string(0) ""
          [STU] = string(2) "UN"
          [RETQTY] = string(4) "1000"
          [USEQTY] = string(4) "2000"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(4) "IDEX"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250521"
          [BOMNUM] = string(8) "CON00621"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050322"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
  }
}
 




DP1_actions.php
array(3) {
  [act] = string(10) "validSuivi"
  [mfgnum] = string(13) "OFCR125050322"
  [mfglin] = string(4) "1000"
}
 
Niv302/06/2025 08:43:2399ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 425
Fonct : Valid_Suiviof
Lien : /CRRPROD/DP1_actions.php?act=validSuivi&mfgnum=OFCR125050322&mfglin=1000DEC
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050322</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">2000</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">CON00621</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">CON00621</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">2000</FLD> <FLD NAME="LOT" TYPE="Char">50510357</FLD> </LIN> </TAB> </PARAM> Niv502/06/2025 08:43:53102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(EMB02183,,,50,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EMB02183 50 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EMB02183</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">50</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB02183"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "50"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EMB02183</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">50</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB02183"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "50"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "50"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB02183"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "16000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CC07"
  [loc] = string(4) "CC07"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "18000"
  [soqseq] = string(5) "18000"
  [stocou] = string(7) "1744861"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "41210533"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "50"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.18000.18000....STOALL.........1.......41210533.....0000377894......CC07...174486199999999........50"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.29000.29000....STOALL.........1........32024PI.....................CA10...173362099999999........14"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000377894"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:43:54102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(EMB02183,,,50,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EMB02183 50 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EMB02183</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">50</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB02183"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "50"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EMB02183</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">50</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB02183"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "50"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "50"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB02183"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "16000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CC07"
  [loc] = string(4) "CC07"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "18000"
  [soqseq] = string(5) "18000"
  [stocou] = string(7) "1744861"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "41210533"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "50"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.18000.18000....STOALL.........1.......41210533.....0000377894......CC07...174486199999999........50"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.29000.29000....STOALL.........1........32024PI.....................CA10...173362099999999........14"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000377894"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:43:54102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(EMB02183,,,50,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EMB02183 50 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EMB02183</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">50</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB02183"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "50"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EMB02183</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">50</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB02183"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "50"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "50"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB02183"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "16000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CC07"
  [loc] = string(4) "CC07"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "18000"
  [soqseq] = string(5) "18000"
  [stocou] = string(7) "1744861"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "41210533"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "50"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.18000.18000....STOALL.........1.......41210533.....0000377894......CC07...174486199999999........50"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.29000.29000....STOALL.........1........32024PI.....................CA10...173362099999999........14"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000377894"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:43:57101ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(EMB00043,,,162,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EMB00043 162 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EMB00043</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">162</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB00043"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "162"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EMB00043</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">162</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">9</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB00043"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "162"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "9"
  }
}
 




PC1_actions.php
array(39) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "162"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB00043"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(6) "EMBET3"
  [loc] = string(6) "EMBET3"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1736542"
  [unite] = string(3) "CAR"
  [lotligneop] = string(0) ""
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "162"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..2000..2000....STOALL.........9....................0000347063....EMBET3...173654299999999.......162"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.12000.12000....STOALL.........4.......50410081.....................CB11...173172299999999.........4"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000347063"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [validform] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:43:58101ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(EMB00043,,,162,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EMB00043 162 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EMB00043</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">162</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB00043"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "162"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EMB00043</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">162</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">9</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB00043"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "162"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "9"
  }
}
 




PC1_actions.php
array(39) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "162"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB00043"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(6) "EMBET3"
  [loc] = string(6) "EMBET3"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1736542"
  [unite] = string(3) "CAR"
  [lotligneop] = string(0) ""
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "162"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..2000..2000....STOALL.........9....................0000347063....EMBET3...173654299999999.......162"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.12000.12000....STOALL.........4.......50410081.....................CB11...173172299999999.........4"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000347063"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [validform] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:43:58101ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(EMB00043,,,162,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EMB00043 162 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EMB00043</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">162</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB00043"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "162"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EMB00043</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">162</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">9</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB00043"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "162"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "9"
  }
}
 




PC1_actions.php
array(39) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "162"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB00043"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(6) "EMBET3"
  [loc] = string(6) "EMBET3"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1736542"
  [unite] = string(3) "CAR"
  [lotligneop] = string(0) ""
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "162"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..2000..2000....STOALL.........9....................0000347063....EMBET3...173654299999999.......162"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.12000.12000....STOALL.........4.......50410081.....................CB11...173172299999999.........4"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000347063"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [validform] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:44:3311ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(11)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 11 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">11</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "11"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">11</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "11"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(2) "11"
  [mdpasse] = string(2) "11"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 08:45:24101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 101 CR1 EMB00043 EMBET3 A CR125060006 2000 162 UN 0 UN 0000347063 D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EMB00043</FLD> <FLD NAME="SLOC" TYPE="Char">EMBET3</FLD> <FLD NAME="SLOT" TYPE="Char"></FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">2000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">162</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000347063</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EMB00043"
        [SLOC] = string(6) "EMBET3"
        [SLOT] = string(0) ""
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(3) "162"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000347063"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EMB00043</FLD><FLD NAME="SLOC" TYPE="Char">EMBET3</FLD><FLD NAME="SLOT" TYPE="Char"></FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000347063</FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">2000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">162</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EMB00043"
        [SLOC] = string(6) "EMBET3"
        [SLOT] = string(0) ""
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000347063"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(3) "162"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "162"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB00043"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(6) "EMBET3"
  [loc] = string(6) "EMBET3"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1736542"
  [unite] = string(3) "CAR"
  [lotligneop] = string(0) ""
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "162"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..2000..2000....STOALL.........9....................0000347063....EMBET3...173654299999999.......162"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.12000.12000....STOALL.........4.......50410081.....................CB11...173172299999999.........4"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000347063"
  [lot] = string(1) " "
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "9"
  [validform] = string(0) ""
}
 
Niv502/06/2025 08:46:20102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 EMB02183 CC07 41210533 A CR125060002 16000 50 UN 0 UN 0000377894 D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EMB02183</FLD> <FLD NAME="SLOC" TYPE="Char">CC07</FLD> <FLD NAME="SLOT" TYPE="Char">41210533</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">16000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">50</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000377894</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EMB02183"
        [SLOC] = string(4) "CC07"
        [SLOT] = string(8) "41210533"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "16000"
        [SQTYSTU] = string(2) "50"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000377894"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EMB02183</FLD><FLD NAME="SLOC" TYPE="Char">CC07</FLD><FLD NAME="SLOT" TYPE="Char">41210533</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000377894</FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">16000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">50</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EMB02183"
        [SLOC] = string(4) "CC07"
        [SLOT] = string(8) "41210533"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000377894"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "16000"
        [SQTYSTU] = string(2) "50"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "50"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB02183"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "16000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CC07"
  [loc] = string(4) "CC07"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "18000"
  [soqseq] = string(5) "18000"
  [stocou] = string(7) "1744861"
  [unite] = string(2) "UN"
  [lotligneop] = string(8) "41210533"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "50"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.18000.18000....STOALL.........1.......41210533.....0000377894......CC07...174486199999999........50"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.29000.29000....STOALL.........1........32024PI.....................CA10...173362099999999........14"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000377894"
  [lot] = string(8) "41210533"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(2) "50"
}
 
Niv502/06/2025 08:46:5311ROYRENE:YWSCHG22
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2260
Fonction : Run(YWSCHG22, PalStoP-EmpMasse 11 CR1 MAT00082 CF2RDC 50110323 A 0000387180 20 KG NGTPR A AN )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">PalStoP-EmpMasse</FLD> <FLD NAME="SUSER" TYPE="Char">11</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">MAT00082</FLD> <FLD NAME="SLOC" TYPE="Char">CF2RDC</FLD> <FLD NAME="SLOT" TYPE="Char">50110323</FLD> <FLD NAME="SSLO" TYPE="Char"> </FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387180</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">20</FLD> <FLD NAME="SSTU" TYPE="Char">KG</FLD> <FLD NAME="DLOC" TYPE="Char">NGTPR</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">AN</FLD> </GRP> </PARAM>

CS1_actions.php
array(1) {
  [PARAM] = array(15) {
        [SLIB] = string(16) "PalStoP-EmpMasse"
        [SUSER] = string(2) "11"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00082"
        [SLOC] = string(6) "CF2RDC"
        [SLOT] = string(8) "50110323"
        [SSLO] = string(1) " "
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387180"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(2) "20"
        [SSTU] = string(2) "KG"
        [DLOC] = string(5) "NGTPR"
        [DSTA] = string(1) "A"
        [STODO] = string(2) "AN"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">PalStoP-EmpMasse</FLD><FLD NAME="SUSER" TYPE="Char">11</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">MAT00082</FLD><FLD NAME="SLOC" TYPE="Char">CF2RDC</FLD><FLD NAME="SLOT" TYPE="Char">50110323</FLD><FLD NAME="SSLO" TYPE="Char"> </FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387180</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">20</FLD><FLD NAME="SSTU" TYPE="Char">KG</FLD><FLD NAME="DLOC" TYPE="Char">NGTPR</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">AN</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="RPALNUM" TYPE="Char">0000387601</FLD></GRP></RESULT>

CS1_actions.php
array(2) {
  [PARAM] = array(15) {
        [SLIB] = string(16) "PalStoP-EmpMasse"
        [SUSER] = string(2) "11"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00082"
        [SLOC] = string(6) "CF2RDC"
        [SLOT] = string(8) "50110323"
        [SSLO] = string(1) " "
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387180"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(2) "20"
        [SSTU] = string(2) "KG"
        [DLOC] = string(5) "NGTPR"
        [DSTA] = string(1) "A"
        [STODO] = string(2) "AN"
  }
  [RESULTAT] = array(1) {
        [RPALNUM] = string(10) "0000387601"
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000387180"
  [TypeSource] = string(21) "PaletteStockPartielle"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(5) "NGTPR"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "MAT00082"
  [SelectedLoc] = string(0) ""
  [designation] = string(31) "NOISETTE HACHÉE GRILLÉE 2/4MM"
  [lot] = string(8) "50110323"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(6) "CF2RDC"
  [totalqte] = string(3) "110"
  [us] = string(2) "KG"
  [stocou] = string(7) "1743488"
  [qte] = string(2) "20"
  [unite] = string(2) "KG"
}
 
Niv502/06/2025 08:46:5311ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2395
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article MAT00082 lot 50110323 sscc 0000387601 ope 11 loc CF2RDC qte 20 pcu KG dluo 20251014 bpslot )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="10"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00082</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50110323</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387601</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CF2RDC</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20251014</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

CS1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00082"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50110323"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387601"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(6) "CF2RDC"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "20"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20251014"
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="10"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00082</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50110323</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387601</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char">CF2RDC</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">20</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20251014</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN></TAB></RESULT>

CS1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00082"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50110323"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387601"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(6) "CF2RDC"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "20"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20251014"
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000387180"
  [TypeSource] = string(21) "PaletteStockPartielle"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(5) "NGTPR"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "MAT00082"
  [SelectedLoc] = string(0) ""
  [designation] = string(31) "NOISETTE HACHÉE GRILLÉE 2/4MM"
  [lot] = string(8) "50110323"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(6) "CF2RDC"
  [totalqte] = string(3) "110"
  [us] = string(2) "KG"
  [stocou] = string(7) "1743488"
  [qte] = string(2) "20"
  [unite] = string(2) "KG"
}
 
Niv502/06/2025 08:46:56102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 TAR00121 CA10 32024PI CR125060002 26000 14 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">TAR00121</FLD> <FLD NAME="SLOC" TYPE="Char">CA10</FLD> <FLD NAME="SLOT" TYPE="Char">32024PI</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">26000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">14</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "TAR00121"
        [SLOC] = string(4) "CA10"
        [SLOT] = string(7) "32024PI"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "26000"
        [SQTYSTU] = string(2) "14"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">TAR00121</FLD><FLD NAME="SLOC" TYPE="Char">CA10</FLD><FLD NAME="SLOT" TYPE="Char">32024PI</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char"></FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">26000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">14</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "TAR00121"
        [SLOC] = string(4) "CA10"
        [SLOT] = string(7) "32024PI"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "26000"
        [SQTYSTU] = string(2) "14"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "14"
  [qteprep] = string(1) "0"
  [article] = string(8) "TAR00121"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "26000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CA10"
  [loc] = string(4) "CA10"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "29000"
  [soqseq] = string(5) "29000"
  [stocou] = string(7) "1733620"
  [unite] = string(3) "CAR"
  [lotligneop] = string(7) "32024PI"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "14"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.29000.29000....STOALL.........1........32024PI.....................CA10...173362099999999........14"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.36000.36000....STOALL.........5.......18042025.....0000385244......CC09...173460699999998........25"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(4) "ca10"
  [lot] = string(7) "32024PI"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:47:0511ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article MAT00082 lot 50110323 loc sscc 0000387601 ope 11 qte 20 pcu KG pohnum bpsnum date 20250602 bpslot 2024R/416 dluo 20251014 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00082</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50110323</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387601</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2024R/416</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20251014</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00082"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50110323"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387601"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "20"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(9) "2024R/416"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20251014"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00082</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50110323</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387601</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">20</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">2024R/416</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20251014</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00082"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50110323"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387601"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "20"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(9) "2024R/416"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20251014"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00082"
  [lot] = string(8) "50110323"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000387601"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(2) "20"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 08:47:40102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(EPI00709,,,25,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EPI00709 25 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EPI00709</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">25</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EPI00709"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "25"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EPI00709</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">25</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">5</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EPI00709"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "25"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "5"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "25"
  [qteprep] = string(1) "0"
  [article] = string(8) "EPI00709"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "33000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CC09"
  [loc] = string(4) "CC09"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "36000"
  [soqseq] = string(5) "36000"
  [stocou] = string(7) "1734606"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "18042025"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "25"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.36000.36000....STOALL.........5.......18042025.....0000385244......CC09...173460699999998........25"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.28000.28000....STOALL.........1.......32324FEU.....................CA11...173361599999999........14"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385244"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:47:40102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(EPI00709,,,25,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EPI00709 25 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EPI00709</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">25</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EPI00709"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "25"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EPI00709</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">25</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">5</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EPI00709"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "25"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "5"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "25"
  [qteprep] = string(1) "0"
  [article] = string(8) "EPI00709"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "33000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CC09"
  [loc] = string(4) "CC09"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "36000"
  [soqseq] = string(5) "36000"
  [stocou] = string(7) "1734606"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "18042025"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "25"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.36000.36000....STOALL.........5.......18042025.....0000385244......CC09...173460699999998........25"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.28000.28000....STOALL.........1.......32324FEU.....................CA11...173361599999999........14"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385244"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:47:40102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(EPI00709,,,25,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EPI00709 25 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EPI00709</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">25</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EPI00709"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "25"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EPI00709</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">25</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">5</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EPI00709"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "25"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "5"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "25"
  [qteprep] = string(1) "0"
  [article] = string(8) "EPI00709"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "33000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CC09"
  [loc] = string(4) "CC09"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "36000"
  [soqseq] = string(5) "36000"
  [stocou] = string(7) "1734606"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "18042025"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "25"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.36000.36000....STOALL.........5.......18042025.....0000385244......CC09...173460699999998........25"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.28000.28000....STOALL.........1.......32324FEU.....................CA11...173361599999999........14"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385244"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:48:45102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 EPI00709 CC09 18042025 A CR125060002 33000 25 UN 0 UN 0000385244 D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EPI00709</FLD> <FLD NAME="SLOC" TYPE="Char">CC09</FLD> <FLD NAME="SLOT" TYPE="Char">18042025</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">33000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">25</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000385244</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EPI00709"
        [SLOC] = string(4) "CC09"
        [SLOT] = string(8) "18042025"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "33000"
        [SQTYSTU] = string(2) "25"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000385244"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EPI00709</FLD><FLD NAME="SLOC" TYPE="Char">CC09</FLD><FLD NAME="SLOT" TYPE="Char">18042025</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000385244</FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">33000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">25</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EPI00709"
        [SLOC] = string(4) "CC09"
        [SLOT] = string(8) "18042025"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000385244"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "33000"
        [SQTYSTU] = string(2) "25"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "25"
  [qteprep] = string(1) "0"
  [article] = string(8) "EPI00709"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "33000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CC09"
  [loc] = string(4) "CC09"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "36000"
  [soqseq] = string(5) "36000"
  [stocou] = string(7) "1734606"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "18042025"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "25"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.36000.36000....STOALL.........5.......18042025.....0000385244......CC09...173460699999998........25"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.28000.28000....STOALL.........1.......32324FEU.....................CA11...173361599999999........14"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385244"
  [lot] = string(8) "18042025"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "5"
}
 
Niv502/06/2025 08:49:13101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060006,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060006 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060006"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060006"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(1) {
  [op] = string(11) "CR125060006"
}
 
Niv502/06/2025 08:49:1411ROYRENE:YWSCHG22
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2260
Fonction : Run(YWSCHG22, PalStoP-EmpMasse 11 CR1 MAT00083 CF2RDC 50410432 A 0000385007 70 KG NGTPR A AN )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">PalStoP-EmpMasse</FLD> <FLD NAME="SUSER" TYPE="Char">11</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">MAT00083</FLD> <FLD NAME="SLOC" TYPE="Char">CF2RDC</FLD> <FLD NAME="SLOT" TYPE="Char">50410432</FLD> <FLD NAME="SSLO" TYPE="Char"> </FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000385007</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">70</FLD> <FLD NAME="SSTU" TYPE="Char">KG</FLD> <FLD NAME="DLOC" TYPE="Char">NGTPR</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">AN</FLD> </GRP> </PARAM>

CS1_actions.php
array(1) {
  [PARAM] = array(15) {
        [SLIB] = string(16) "PalStoP-EmpMasse"
        [SUSER] = string(2) "11"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00083"
        [SLOC] = string(6) "CF2RDC"
        [SLOT] = string(8) "50410432"
        [SSLO] = string(1) " "
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000385007"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(2) "70"
        [SSTU] = string(2) "KG"
        [DLOC] = string(5) "NGTPR"
        [DSTA] = string(1) "A"
        [STODO] = string(2) "AN"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">PalStoP-EmpMasse</FLD><FLD NAME="SUSER" TYPE="Char">11</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">MAT00083</FLD><FLD NAME="SLOC" TYPE="Char">CF2RDC</FLD><FLD NAME="SLOT" TYPE="Char">50410432</FLD><FLD NAME="SSLO" TYPE="Char"> </FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000385007</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">70</FLD><FLD NAME="SSTU" TYPE="Char">KG</FLD><FLD NAME="DLOC" TYPE="Char">NGTPR</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">AN</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="RPALNUM" TYPE="Char">0000387602</FLD></GRP></RESULT>

CS1_actions.php
array(2) {
  [PARAM] = array(15) {
        [SLIB] = string(16) "PalStoP-EmpMasse"
        [SUSER] = string(2) "11"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00083"
        [SLOC] = string(6) "CF2RDC"
        [SLOT] = string(8) "50410432"
        [SSLO] = string(1) " "
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000385007"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(2) "70"
        [SSTU] = string(2) "KG"
        [DLOC] = string(5) "NGTPR"
        [DSTA] = string(1) "A"
        [STODO] = string(2) "AN"
  }
  [RESULTAT] = array(1) {
        [RPALNUM] = string(10) "0000387602"
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000385007"
  [TypeSource] = string(21) "PaletteStockPartielle"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(5) "NGTPR"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "MAT00083"
  [SelectedLoc] = string(0) ""
  [designation] = string(31) "AMANDE HACH GRILLÉE 2/4MM BRUT"
  [lot] = string(8) "50410432"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(6) "CF2RDC"
  [totalqte] = string(3) "380"
  [us] = string(2) "KG"
  [stocou] = string(7) "1740818"
  [qte] = string(2) "70"
  [unite] = string(2) "KG"
}
 
Niv502/06/2025 08:49:1411ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2395
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article MAT00083 lot 50410432 sscc 0000387602 ope 11 loc CF2RDC qte 70 pcu KG dluo 20260328 bpslot )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="10"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00083</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50410432</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387602</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CF2RDC</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">70</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260328</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

CS1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410432"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387602"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(6) "CF2RDC"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "70"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260328"
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="10"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00083</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50410432</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387602</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char">CF2RDC</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">70</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260328</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN></TAB></RESULT>

CS1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410432"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387602"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(6) "CF2RDC"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "70"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260328"
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000385007"
  [TypeSource] = string(21) "PaletteStockPartielle"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(5) "NGTPR"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "MAT00083"
  [SelectedLoc] = string(0) ""
  [designation] = string(31) "AMANDE HACH GRILLÉE 2/4MM BRUT"
  [lot] = string(8) "50410432"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(6) "CF2RDC"
  [totalqte] = string(3) "380"
  [us] = string(2) "KG"
  [stocou] = string(7) "1740818"
  [qte] = string(2) "70"
  [unite] = string(2) "KG"
}
 
Niv502/06/2025 08:49:19102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 TAR00120 CA11 32324FEU CR125060002 25000 14 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">TAR00120</FLD> <FLD NAME="SLOC" TYPE="Char">CA11</FLD> <FLD NAME="SLOT" TYPE="Char">32324FEU</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">25000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">14</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "TAR00120"
        [SLOC] = string(4) "CA11"
        [SLOT] = string(8) "32324FEU"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "25000"
        [SQTYSTU] = string(2) "14"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">TAR00120</FLD><FLD NAME="SLOC" TYPE="Char">CA11</FLD><FLD NAME="SLOT" TYPE="Char">32324FEU</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char"></FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">25000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">14</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "TAR00120"
        [SLOC] = string(4) "CA11"
        [SLOT] = string(8) "32324FEU"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "25000"
        [SQTYSTU] = string(2) "14"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "14"
  [qteprep] = string(1) "0"
  [article] = string(8) "TAR00120"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "25000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CA11"
  [loc] = string(4) "CA11"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "28000"
  [soqseq] = string(5) "28000"
  [stocou] = string(7) "1733615"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "32324FEU"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "14"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.28000.28000....STOALL.........1.......32324FEU.....................CA11...173361599999999........14"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.26000.26000....STOALL.........1........01025CA.....................CA13...173361199999998.........6"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(4) "ca11"
  [lot] = string(8) "32324FEU"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:49:2711ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article MAT00083 lot 50410432 loc sscc 0000387602 ope 11 qte 70 pcu KG pohnum bpsnum date 20250602 bpslot 25087TST12 dluo 20260328 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00083</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50410432</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387602</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">70</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">25087TST12</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260328</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410432"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387602"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "70"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(10) "25087TST12"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260328"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00083</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50410432</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387602</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">70</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">25087TST12</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260328</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410432"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387602"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "70"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(10) "25087TST12"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260328"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00083"
  [lot] = string(8) "50410432"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000387602"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(2) "70"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 08:49:28102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 TAR00111 CA13 01025CA A CR125060002 23000 6 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">TAR00111</FLD> <FLD NAME="SLOC" TYPE="Char">CA13</FLD> <FLD NAME="SLOT" TYPE="Char">01025CA</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">23000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "TAR00111"
        [SLOC] = string(4) "CA13"
        [SLOT] = string(7) "01025CA"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "23000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">TAR00111</FLD><FLD NAME="SLOC" TYPE="Char">CA13</FLD><FLD NAME="SLOT" TYPE="Char">01025CA</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">23000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "TAR00111"
        [SLOC] = string(4) "CA13"
        [SLOT] = string(7) "01025CA"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "23000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(8) "TAR00111"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "23000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CA13"
  [loc] = string(4) "CA13"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "26000"
  [soqseq] = string(5) "26000"
  [stocou] = string(7) "1733611"
  [unite] = string(3) "CAR"
  [lotligneop] = string(7) "01025CA"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.26000.26000....STOALL.........1........01025CA.....................CA13...173361199999998.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.27000.27000....STOALL.........1........05825PI.....................CA18...173359299999998.........6"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "TAR00111"
  [lot] = string(7) "01025CA"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:49:3011ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article MAT00083 lot 50410432 loc sscc 0000387602 ope 11 qte 70 pcu KG pohnum bpsnum date 20250602 bpslot 25087TST12 dluo 20260328 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00083</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50410432</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387602</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">70</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">25087TST12</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260328</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410432"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387602"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "70"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(10) "25087TST12"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260328"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00083</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50410432</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387602</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">70</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">25087TST12</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260328</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410432"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387602"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "70"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(10) "25087TST12"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260328"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00083"
  [lot] = string(8) "50410432"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000387602"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(2) "70"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 08:49:3111ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article MAT00083 lot 50410432 loc sscc 0000387602 ope 11 qte 70 pcu KG pohnum bpsnum date 20250602 bpslot 25087TST12 dluo 20260328 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00083</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50410432</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387602</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">70</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">25087TST12</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260328</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410432"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387602"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "70"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(10) "25087TST12"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260328"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00083</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50410432</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387602</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">70</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">25087TST12</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260328</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410432"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387602"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "70"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(10) "25087TST12"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260328"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00083"
  [lot] = string(8) "50410432"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000387602"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(2) "70"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 08:49:3111ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article MAT00083 lot 50410432 loc sscc 0000387602 ope 11 qte 70 pcu KG pohnum bpsnum date 20250602 bpslot 25087TST12 dluo 20260328 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00083</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50410432</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387602</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">70</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">25087TST12</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260328</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410432"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387602"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "70"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(10) "25087TST12"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260328"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00083</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50410432</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387602</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">70</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">25087TST12</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260328</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410432"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387602"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "70"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(10) "25087TST12"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260328"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00083"
  [lot] = string(8) "50410432"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000387602"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(2) "70"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 08:49:3111ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article MAT00083 lot 50410432 loc sscc 0000387602 ope 11 qte 70 pcu KG pohnum bpsnum date 20250602 bpslot 25087TST12 dluo 20260328 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00083</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50410432</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387602</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">70</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">25087TST12</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260328</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410432"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387602"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "70"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(10) "25087TST12"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260328"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00083</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50410432</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387602</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">70</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">25087TST12</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260328</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410432"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387602"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "70"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(10) "25087TST12"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260328"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00083"
  [lot] = string(8) "50410432"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000387602"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(2) "70"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 08:49:4311ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article MAT00083 lot 50410432 loc sscc 0000387602 ope 11 qte 70 pcu KG pohnum bpsnum date 20250602 bpslot 25087TST12 dluo 20260328 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00083</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50410432</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387602</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">70</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">25087TST12</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260328</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410432"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387602"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "70"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(10) "25087TST12"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260328"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00083</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50410432</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387602</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">70</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">25087TST12</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260328</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410432"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387602"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "70"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(10) "25087TST12"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260328"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00083"
  [lot] = string(8) "50410432"
  [bpslot] = string(0) ""
  [sscc] = string(10) "0000387602"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(2) "70"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 08:50:07102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 TAR00065 CA18 05825PI CR125060002 24000 6 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">TAR00065</FLD> <FLD NAME="SLOC" TYPE="Char">CA18</FLD> <FLD NAME="SLOT" TYPE="Char">05825PI</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">24000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "TAR00065"
        [SLOC] = string(4) "CA18"
        [SLOT] = string(7) "05825PI"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "24000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">TAR00065</FLD><FLD NAME="SLOC" TYPE="Char">CA18</FLD><FLD NAME="SLOT" TYPE="Char">05825PI</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char"></FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">24000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "TAR00065"
        [SLOC] = string(4) "CA18"
        [SLOT] = string(7) "05825PI"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "24000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(8) "TAR00065"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "24000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CA18"
  [loc] = string(4) "CA18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "27000"
  [soqseq] = string(5) "27000"
  [stocou] = string(7) "1733592"
  [unite] = string(3) "CAR"
  [lotligneop] = string(7) "05825PI"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.27000.27000....STOALL.........1........05825PI.....................CA18...173359299999998.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.24000.24000....STOALL.........4.......50510256.....0000386906......BC27...174246499999999........40"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(4) "ca18"
  [lot] = string(7) "05825PI"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:51:02102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(CAL01329,,,40,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL01329 40 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL01329</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">40</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01329"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "40"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL01329</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">40</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">4</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01329"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "40"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "4"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "40"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01329"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "21000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BC27"
  [loc] = string(4) "BC27"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "24000"
  [soqseq] = string(5) "24000"
  [stocou] = string(7) "1742464"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510256"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "40"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.24000.24000....STOALL.........4.......50510256.....0000386906......BC27...174246499999999........40"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.47000.47000....STOALL.........1.......50310189.....................AA28...173555299999999........10"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386906"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:51:02102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(CAL01329,,,40,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL01329 40 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL01329</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">40</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01329"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "40"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL01329</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">40</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">4</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01329"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "40"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "4"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "40"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01329"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "21000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BC27"
  [loc] = string(4) "BC27"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "24000"
  [soqseq] = string(5) "24000"
  [stocou] = string(7) "1742464"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510256"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "40"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.24000.24000....STOALL.........4.......50510256.....0000386906......BC27...174246499999999........40"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.47000.47000....STOALL.........1.......50310189.....................AA28...173555299999999........10"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386906"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:51:02102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(CAL01329,,,40,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL01329 40 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL01329</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">40</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01329"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "40"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL01329</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">40</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">4</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01329"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "40"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "4"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "40"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01329"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "21000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BC27"
  [loc] = string(4) "BC27"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "24000"
  [soqseq] = string(5) "24000"
  [stocou] = string(7) "1742464"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510256"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "40"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.24000.24000....STOALL.........4.......50510256.....0000386906......BC27...174246499999999........40"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.47000.47000....STOALL.........1.......50310189.....................AA28...173555299999999........10"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386906"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:51:22101ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(EMB00045,,,20,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EMB00045 20 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EMB00045</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">20</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB00045"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "20"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EMB00045</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">20</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">2</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB00045"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "20"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "2"
  }
}
 




PC1_actions.php
array(39) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "20"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB00045"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "1000"
  [tablin] = string(2) "12"
  [loccase] = string(4) "FC15"
  [loc] = string(4) "FC15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1721990"
  [unite] = string(3) "CAR"
  [lotligneop] = string(0) ""
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "20"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..1000..1000....STOALL.........2....................0000368265......FC15...172199099999999........20"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.12000.12000....STOALL.........4.......50410081.....................CB11...173172299999999.........4"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000368265"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [validform] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:51:22101ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(EMB00045,,,20,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EMB00045 20 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EMB00045</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">20</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB00045"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "20"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EMB00045</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">20</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">2</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB00045"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "20"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "2"
  }
}
 




PC1_actions.php
array(39) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "20"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB00045"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "1000"
  [tablin] = string(2) "12"
  [loccase] = string(4) "FC15"
  [loc] = string(4) "FC15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1721990"
  [unite] = string(3) "CAR"
  [lotligneop] = string(0) ""
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "20"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..1000..1000....STOALL.........2....................0000368265......FC15...172199099999999........20"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.12000.12000....STOALL.........4.......50410081.....................CB11...173172299999999.........4"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000368265"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [validform] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:51:22101ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(EMB00045,,,20,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EMB00045 20 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EMB00045</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">20</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB00045"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "20"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EMB00045</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">20</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">2</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB00045"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "20"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "2"
  }
}
 




PC1_actions.php
array(39) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "20"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB00045"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "1000"
  [tablin] = string(2) "12"
  [loccase] = string(4) "FC15"
  [loc] = string(4) "FC15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1721990"
  [unite] = string(3) "CAR"
  [lotligneop] = string(0) ""
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "20"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..1000..1000....STOALL.........2....................0000368265......FC15...172199099999999........20"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.12000.12000....STOALL.........4.......50410081.....................CB11...173172299999999.........4"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000368265"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [validform] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:51:26101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 101 CR1 EMB00045 FC15 A CR125060006 1000 20 UN 0 UN 0000368265 D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EMB00045</FLD> <FLD NAME="SLOC" TYPE="Char">FC15</FLD> <FLD NAME="SLOT" TYPE="Char"></FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">20</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000368265</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EMB00045"
        [SLOC] = string(4) "FC15"
        [SLOT] = string(0) ""
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "20"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000368265"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EMB00045</FLD><FLD NAME="SLOC" TYPE="Char">FC15</FLD><FLD NAME="SLOT" TYPE="Char"></FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000368265</FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">20</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EMB00045"
        [SLOC] = string(4) "FC15"
        [SLOT] = string(0) ""
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000368265"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "20"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "20"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB00045"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "1000"
  [tablin] = string(2) "12"
  [loccase] = string(4) "FC15"
  [loc] = string(4) "FC15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1721990"
  [unite] = string(3) "CAR"
  [lotligneop] = string(0) ""
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "20"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..1000..1000....STOALL.........2....................0000368265......FC15...172199099999999........20"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.12000.12000....STOALL.........4.......50410081.....................CB11...173172299999999.........4"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000368265"
  [lot] = string(1) " "
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "2"
  [validform] = string(0) ""
}
 
Niv502/06/2025 08:51:28101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060006,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060006 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060006"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060006"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(1) {
  [op] = string(11) "CR125060006"
}
 
Niv502/06/2025 08:51:45102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 CAL01329 BC27 50510256 A CR125060002 21000 40 UN 0 UN 0000386906 D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01329</FLD> <FLD NAME="SLOC" TYPE="Char">BC27</FLD> <FLD NAME="SLOT" TYPE="Char">50510256</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">21000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">40</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000386906</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01329"
        [SLOC] = string(4) "BC27"
        [SLOT] = string(8) "50510256"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "21000"
        [SQTYSTU] = string(2) "40"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000386906"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01329</FLD><FLD NAME="SLOC" TYPE="Char">BC27</FLD><FLD NAME="SLOT" TYPE="Char">50510256</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000386906</FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">21000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">40</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01329"
        [SLOC] = string(4) "BC27"
        [SLOT] = string(8) "50510256"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000386906"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "21000"
        [SQTYSTU] = string(2) "40"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "40"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01329"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "21000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BC27"
  [loc] = string(4) "BC27"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "24000"
  [soqseq] = string(5) "24000"
  [stocou] = string(7) "1742464"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510256"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "40"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.24000.24000....STOALL.........4.......50510256.....0000386906......BC27...174246499999999........40"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.47000.47000....STOALL.........1.......50310189.....................AA28...173555299999999........10"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386906"
  [lot] = string(8) "50510256"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "4"
}
 
Niv502/06/2025 08:52:38101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00939 CB11 50410081 A CR125060006 12000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00939</FLD> <FLD NAME="SLOC" TYPE="Char">CB11</FLD> <FLD NAME="SLOT" TYPE="Char">50410081</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">12000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00939"
        [SLOC] = string(4) "CB11"
        [SLOT] = string(8) "50410081"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "12000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00939</FLD><FLD NAME="SLOC" TYPE="Char">CB11</FLD><FLD NAME="SLOT" TYPE="Char">50410081</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">12000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00939"
        [SLOC] = string(4) "CB11"
        [SLOT] = string(8) "50410081"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "12000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "4"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00939"
  [op] = string(11) "CR125060006"
  [oplig] = string(5) "12000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CB11"
  [loc] = string(4) "CB11"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(5) "12000"
  [soqseq] = string(5) "12000"
  [stocou] = string(7) "1731722"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410081"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "4"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.12000.12000....STOALL.........4.......50410081.....................CB11...173172299999999.........4"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.11000.11000....STOALL.........5.......50510069.....................BA14...173817599999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00939"
  [lot] = string(8) "50410081"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:52:41101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00939 CB11 50410081 A CR125060006 12000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00939</FLD> <FLD NAME="SLOC" TYPE="Char">CB11</FLD> <FLD NAME="SLOT" TYPE="Char">50410081</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">12000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00939"
        [SLOC] = string(4) "CB11"
        [SLOT] = string(8) "50410081"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "12000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00939</FLD><FLD NAME="SLOC" TYPE="Char">CB11</FLD><FLD NAME="SLOT" TYPE="Char">50410081</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">12000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00939"
        [SLOC] = string(4) "CB11"
        [SLOT] = string(8) "50410081"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "12000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "3"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00939"
  [op] = string(11) "CR125060006"
  [oplig] = string(5) "12000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CB11"
  [loc] = string(4) "CB11"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(5) "12000"
  [soqseq] = string(5) "12000"
  [stocou] = string(7) "1731722"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410081"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "3"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.12000.12000....STOALL.........4.......50410081.....................CB11...173172299999999.........3"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.11000.11000....STOALL.........5.......50510069.....................BA14...173817599999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00939"
  [lot] = string(8) "50410081"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:52:44101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00939 CB11 50410081 A CR125060006 12000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00939</FLD> <FLD NAME="SLOC" TYPE="Char">CB11</FLD> <FLD NAME="SLOT" TYPE="Char">50410081</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">12000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00939"
        [SLOC] = string(4) "CB11"
        [SLOT] = string(8) "50410081"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "12000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00939</FLD><FLD NAME="SLOC" TYPE="Char">CB11</FLD><FLD NAME="SLOT" TYPE="Char">50410081</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">12000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00939"
        [SLOC] = string(4) "CB11"
        [SLOT] = string(8) "50410081"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "12000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00939"
  [op] = string(11) "CR125060006"
  [oplig] = string(5) "12000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CB11"
  [loc] = string(4) "CB11"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(5) "12000"
  [soqseq] = string(5) "12000"
  [stocou] = string(7) "1731722"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410081"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.12000.12000....STOALL.........4.......50410081.....................CB11...173172299999999.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.11000.11000....STOALL.........5.......50510069.....................BA14...173817599999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00939"
  [lot] = string(8) "50410081"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:52:46101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00939 CB11 50410081 A CR125060006 12000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00939</FLD> <FLD NAME="SLOC" TYPE="Char">CB11</FLD> <FLD NAME="SLOT" TYPE="Char">50410081</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">12000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00939"
        [SLOC] = string(4) "CB11"
        [SLOT] = string(8) "50410081"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "12000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00939</FLD><FLD NAME="SLOC" TYPE="Char">CB11</FLD><FLD NAME="SLOT" TYPE="Char">50410081</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">12000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00939"
        [SLOC] = string(4) "CB11"
        [SLOT] = string(8) "50410081"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "12000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00939"
  [op] = string(11) "CR125060006"
  [oplig] = string(5) "12000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CB11"
  [loc] = string(4) "CB11"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(5) "12000"
  [soqseq] = string(5) "12000"
  [stocou] = string(7) "1731722"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410081"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.12000.12000....STOALL.........4.......50410081.....................CB11...173172299999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.11000.11000....STOALL.........5.......50510069.....................BA14...173817599999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00939"
  [lot] = string(8) "50410081"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:53:04101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060006,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060006 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060006"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060006"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(1) {
  [op] = string(11) "CR125060006"
}
 
Niv502/06/2025 08:53:1112ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(12)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 12 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">12</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "12"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">12</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "12"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(2) "12"
  [mdpasse] = string(2) "12"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 08:53:18180ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125050368 1001 0 REF00007 0.465 KG 20250528 20250925 180 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050368</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1001</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">REF00007</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">0.465</FLD> <FLD NAME="PCU" TYPE="Char">KG</FLD> <FLD NAME="LOT" TYPE="Char">20250528</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20250925</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">180</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050368"
          [MFGLIN] = string(4) "1001"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "REF00007"
          [QTYPCU] = string(5) "0.465"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "20250528"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250925"
          [SSCC] = string(0) ""
          [USER] = string(3) "180"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125050368</FLD><FLD NAME="MFGLIN" TYPE="Integer">1001</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">REF00007</FLD><FLD NAME="QTYPCU" TYPE="Decimal">0.465</FLD><FLD NAME="PCU" TYPE="Char">KG</FLD><FLD NAME="LOT" TYPE="Char">20250528</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20250925</FLD><FLD NAME="SSCC" TYPE="Char">0000387603</FLD><FLD NAME="USER" TYPE="Char">180</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050368"
          [MFGLIN] = string(4) "1001"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "REF00007"
          [QTYPCU] = string(5) "0.465"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "20250528"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250925"
          [SSCC] = string(10) "0000387603"
          [USER] = string(3) "180"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "REF00007"
  [desig] = string(16) "REFONTE CALIROSE"
  [lot] = string(8) "20250528"
  [dluo] = string(10) "25/09/2025"
  [qtyprd] = string(5) "0.465"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050368"
  [mfglin] = string(4) "1001"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 08:53:18180ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_DET,,,FRA,CDT2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_DET FRA CDT2 imp 1 site CR1 article REF00007 lot 20250528 loc sscc 0000387603 ope 180 qte 0.465 pcu pohnum bpsnum bpslot dluo 20250925 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">REF00007</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250528</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387603</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">180</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0.465</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250925</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "REF00007"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "20250528"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387603"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "180"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "0.465"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250925"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">REF00007</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250528</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387603</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">180</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">0.465</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250925</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "REF00007"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "20250528"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387603"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "180"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "0.465"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250925"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "REF00007"
  [desig] = string(16) "REFONTE CALIROSE"
  [lot] = string(8) "20250528"
  [dluo] = string(10) "25/09/2025"
  [qtyprd] = string(5) "0.465"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050368"
  [mfglin] = string(4) "1001"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 08:53:2111ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(11)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 11 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">11</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "11"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">11</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "11"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(2) "11"
  [mdpasse] = string(2) "11"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 08:53:22180ROYRENE:DES
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 274
Fonction : Valid_Suiviof(OFCR125050368,1001)

Call 4
Page : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 384
Fonction : save(DES, CR1 OFCR125050368 20250602 2 0.465 REF00007 1 REF00007 KG 0.465 20250528 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050368</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">0.465</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">REF00007</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">REF00007</FLD> <FLD NAME="UOM" TYPE="Char">KG</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">0.465</FLD> <FLD NAME="LOT" TYPE="Char">20250528</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(4) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125050368"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK2_1] = array(2) {
        [QTESUIVITM] = string(5) "0.465"
        [Y_ITMFILTER] = string(8) "REF00007"
  }
  [MTK2_2] = array(1) {
        [1] = array(5) {
          [NO] = string(1) "1"
          [ITMREF] = string(8) "REF00007"
          [UOM] = string(2) "KG"
          [UOMCPLQTY] = string(5) "0.465"
          [LOT] = string(8) "20250528"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000010</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125050368</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="ITMTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTOPE" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"></FLD><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char">KG</FLD><FLD NAME="ZUL" TYPE="Char">Kilogramme</FLD></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTMAT" TYPE="Integer">0</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602065322</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="50" ID="MTK2_2" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="PRODTYP" TYPE="Integer">1</FLD><FLD MENULAB="Sous-produit" MENULOCAL="2301" NAME="ITMTYP" TYPE="Integer">2</FLD><FLD NAME="ITMREF" TYPE="Char">REF00007</FLD><FLD NAME="UOM" TYPE="Char">KG</FLD><FLD NAME="UOMEXTQTY" TYPE="Decimal">2.145</FLD><FLD NAME="UOMCPLQTY" TYPE="Decimal">0.465</FLD><FLD NAME="UOMSTUCOE" TYPE="Decimal">1</FLD><FLD NAME="STU" TYPE="Char">KG</FLD><FLD NAME="CPLQTY" TYPE="Decimal">0.465</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="LOCTYP" TYPE="Char">CPROD</FLD><FLD NAME="LOC" TYPE="Char">CALPR</FLD><FLD NAME="LOT" TYPE="Char">20250528</FLD><FLD NAME="PALNUM" TYPE="Char">0000387603</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD NAME="MVTDES" TYPE="Char"/><FLD NAME="ITMDES1" TYPE="Char">REFONTE CALIROSE</FLD><FLD NAME="BOMALT" TYPE="Integer">0</FLD><FLD NAME="MFGNUMIT" TYPE="Char">OFCR125050368</FLD><FLD NAME="CCE1" TYPE="Char"/><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/></LIN></TAB></RESULT>

DP1_actions.php
array(8) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000010"
        [MFGNUM] = string(13) "OFCR125050368"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [FILTOPE] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(2) "KG"
        [ZUL] = string(10) "Kilogramme"
  }
  [MTK3_1] = array(7) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [STOCOD] = string(1) "0"
        [FILTMAT] = string(1) "0"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602065322"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK2_2] = array(1) {
        [1] = array(40) {
          [NO] = string(1) "1"
          [PRODTYP] = string(1) "1"
          [ITMTYP] = string(1) "2"
          [ITMREF] = string(8) "REF00007"
          [UOM] = string(2) "KG"
          [UOMEXTQTY] = string(5) "2.145"
          [UOMCPLQTY] = string(5) "0.465"
          [UOMSTUCOE] = string(1) "1"
          [STU] = string(2) "KG"
          [CPLQTY] = string(5) "0.465"
          [STA] = string(1) "A"
          [LOCTYP] = string(5) "CPROD"
          [LOC] = string(5) "CALPR"
          [LOT] = string(8) "20250528"
          [PALNUM] = string(10) "0000387603"
          [CLEFLG] = string(1) "1"
          [MVTDES] = string(0) ""
          [ITMDES1] = string(16) "REFONTE CALIROSE"
          [BOMALT] = string(1) "0"
          [MFGNUMIT] = string(13) "OFCR125050368"
          [CCE1] = string(0) ""
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
        }
  }
}
 




DP1_actions.php
array(3) {
  [act] = string(10) "validSuivi"
  [mfgnum] = string(13) "OFCR125050368"
  [mfglin] = string(4) "1001"
}
 
Niv302/06/2025 08:53:22180ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 425
Fonct : Valid_Suiviof
Lien : /CRRPROD/DP1_actions.php?act=validSuivi&mfgnum=OFCR125050368&mfglin=1001DES
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050368</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">0.465</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">REF00007</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">REF00007</FLD> <FLD NAME="UOM" TYPE="Char">KG</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">0.465</FLD> <FLD NAME="LOT" TYPE="Char">20250528</FLD> </LIN> </TAB> </PARAM> Niv502/06/2025 08:53:2840ROYRENE:YWSCHG08
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2260
Fonction : Run(YWSCHG08, PalStoT-EmpMas 40 CR1 0000387535 0 BB04 A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD> <FLD NAME="SUSER" TYPE="Char">40</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387535</FLD> <FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD> <FLD NAME="DLOC" TYPE="Char">BB04</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> </GRP> </PARAM>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000387535"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(4) "BB04"
        [DSTA] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD><FLD NAME="SUSER" TYPE="Char">40</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387535</FLD><FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD><FLD NAME="DLOC" TYPE="Char">BB04</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD></GRP></RESULT>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000387535"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(4) "BB04"
        [DSTA] = string(1) "A"
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000387535"
  [TypeSource] = string(18) "PaletteStockTotale"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(4) "Bb04"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "NOU00356"
  [SelectedLoc] = string(0) ""
  [designation] = string(26) "NOUGAT PISTACHE BRE.F 100G"
  [lot] = string(8) "50510508"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(4) "SNOU"
  [totalqte] = string(3) "775"
  [us] = string(2) "UN"
  [stocou] = string(7) "1745002"
  [qte] = string(3) "775"
  [unite] = string(2) "UN"
}
 
Niv502/06/2025 08:53:34101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL01174 BA14 50510069 A CR125060006 11000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01174</FLD> <FLD NAME="SLOC" TYPE="Char">BA14</FLD> <FLD NAME="SLOT" TYPE="Char">50510069</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">11000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01174"
        [SLOC] = string(4) "BA14"
        [SLOT] = string(8) "50510069"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "11000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01174</FLD><FLD NAME="SLOC" TYPE="Char">BA14</FLD><FLD NAME="SLOT" TYPE="Char">50510069</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">11000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01174"
        [SLOC] = string(4) "BA14"
        [SLOT] = string(8) "50510069"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "11000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "5"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01174"
  [op] = string(11) "CR125060006"
  [oplig] = string(5) "11000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA14"
  [loc] = string(4) "BA14"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(5) "11000"
  [soqseq] = string(5) "11000"
  [stocou] = string(7) "1738175"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510069"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "5"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.11000.11000....STOALL.........5.......50510069.....................BA14...173817599999998.........5"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.13000.13000....STOALL.........3.......50510556.....................BA15...174437199999999.........3"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01174"
  [lot] = string(8) "50510069"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:53:40101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL01174 BA14 50510069 A CR125060006 11000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01174</FLD> <FLD NAME="SLOC" TYPE="Char">BA14</FLD> <FLD NAME="SLOT" TYPE="Char">50510069</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">11000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01174"
        [SLOC] = string(4) "BA14"
        [SLOT] = string(8) "50510069"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "11000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01174</FLD><FLD NAME="SLOC" TYPE="Char">BA14</FLD><FLD NAME="SLOT" TYPE="Char">50510069</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">11000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01174"
        [SLOC] = string(4) "BA14"
        [SLOT] = string(8) "50510069"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "11000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "4"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01174"
  [op] = string(11) "CR125060006"
  [oplig] = string(5) "11000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA14"
  [loc] = string(4) "BA14"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(5) "11000"
  [soqseq] = string(5) "11000"
  [stocou] = string(7) "1738175"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510069"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "4"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.11000.11000....STOALL.........5.......50510069.....................BA14...173817599999998.........4"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.13000.13000....STOALL.........3.......50510556.....................BA15...174437199999999.........3"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01174"
  [lot] = string(8) "50510069"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:53:4511ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOU,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOU FRA NOU1 imp 1 site CR1 article EMB01522 lot 50210002 loc sscc ope 11 qte 327248 pcu UN pohnum bpsnum date 20250602 bpslot dluo 20280330 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EMB01522</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50210002</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">327248</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">UN</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20280330</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB01522"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50210002"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(6) "327248"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20280330"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">EMB01522</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50210002</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">327248</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">UN</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20280330</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB01522"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50210002"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(6) "327248"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20280330"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "EMB01522"
  [lot] = string(8) "50210002"
  [bpslot] = string(1) " "
  [sscc] = string(1) " "
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(6) "327248"
  [pcu] = string(2) "UN"
}
 
Niv502/06/2025 08:53:4511ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOU,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOU FRA NOU1 imp 1 site CR1 article EMB01522 lot 50210002 loc sscc ope 11 qte 327248 pcu UN pohnum bpsnum date 20250602 bpslot dluo 20280330 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EMB01522</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50210002</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">327248</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">UN</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20280330</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB01522"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50210002"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(6) "327248"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20280330"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">EMB01522</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50210002</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">327248</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">UN</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20280330</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB01522"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50210002"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(6) "327248"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20280330"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "EMB01522"
  [lot] = string(8) "50210002"
  [bpslot] = string(1) " "
  [sscc] = string(1) " "
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(6) "327248"
  [pcu] = string(2) "UN"
}
 
Niv502/06/2025 08:53:4611ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOU,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOU FRA NOU1 imp 1 site CR1 article EMB01522 lot 50210002 loc sscc ope 11 qte 327248 pcu UN pohnum bpsnum date 20250602 bpslot dluo 20280330 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EMB01522</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50210002</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">327248</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">UN</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20280330</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB01522"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50210002"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(6) "327248"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20280330"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">EMB01522</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50210002</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">327248</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">UN</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20280330</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB01522"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50210002"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(6) "327248"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20280330"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "EMB01522"
  [lot] = string(8) "50210002"
  [bpslot] = string(1) " "
  [sscc] = string(1) " "
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(6) "327248"
  [pcu] = string(2) "UN"
}
 
Niv502/06/2025 08:53:4811ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOU,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOU FRA NOU1 imp 1 site CR1 article EMB01522 lot 50210002 loc sscc ope 11 qte 327248 pcu UN pohnum bpsnum date 20250602 bpslot dluo 20280330 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EMB01522</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50210002</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">327248</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">UN</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20280330</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB01522"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50210002"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(6) "327248"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20280330"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">EMB01522</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50210002</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">327248</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">UN</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20280330</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB01522"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50210002"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(6) "327248"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20280330"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "EMB01522"
  [lot] = string(8) "50210002"
  [bpslot] = string(1) " "
  [sscc] = string(1) " "
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(6) "327248"
  [pcu] = string(2) "UN"
}
 
Niv502/06/2025 08:53:4911ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOU,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOU FRA NOU1 imp 1 site CR1 article EMB01522 lot 50210002 loc sscc ope 11 qte 327248 pcu UN pohnum bpsnum date 20250602 bpslot dluo 20280330 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EMB01522</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50210002</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">327248</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">UN</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20280330</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB01522"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50210002"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(6) "327248"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20280330"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">EMB01522</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50210002</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">327248</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">UN</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20280330</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB01522"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50210002"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(6) "327248"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20280330"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "EMB01522"
  [lot] = string(8) "50210002"
  [bpslot] = string(1) " "
  [sscc] = string(1) " "
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(6) "327248"
  [pcu] = string(2) "UN"
}
 
Niv502/06/2025 08:53:4911ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOU,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOU FRA NOU1 imp 1 site CR1 article EMB01522 lot 50210002 loc sscc ope 11 qte 327248 pcu UN pohnum bpsnum date 20250602 bpslot dluo 20280330 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EMB01522</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50210002</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">327248</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">UN</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20280330</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB01522"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50210002"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(6) "327248"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20280330"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">EMB01522</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50210002</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">327248</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">UN</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20280330</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB01522"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50210002"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(6) "327248"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20280330"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "EMB01522"
  [lot] = string(8) "50210002"
  [bpslot] = string(1) " "
  [sscc] = string(1) " "
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(6) "327248"
  [pcu] = string(2) "UN"
}
 
Niv502/06/2025 08:53:5011ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOU,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOU FRA NOU1 imp 1 site CR1 article EMB01522 lot 50210002 loc sscc ope 11 qte 327248 pcu UN pohnum bpsnum date 20250602 bpslot dluo 20280330 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EMB01522</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50210002</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">327248</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">UN</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20280330</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB01522"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50210002"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(6) "327248"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20280330"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">EMB01522</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50210002</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">327248</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">UN</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20280330</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB01522"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50210002"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(6) "327248"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20280330"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "EMB01522"
  [lot] = string(8) "50210002"
  [bpslot] = string(1) " "
  [sscc] = string(1) " "
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(6) "327248"
  [pcu] = string(2) "UN"
}
 
Niv502/06/2025 08:53:54101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL01174 BA14 50510069 A CR125060006 11000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01174</FLD> <FLD NAME="SLOC" TYPE="Char">BA14</FLD> <FLD NAME="SLOT" TYPE="Char">50510069</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">11000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01174"
        [SLOC] = string(4) "BA14"
        [SLOT] = string(8) "50510069"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "11000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01174</FLD><FLD NAME="SLOC" TYPE="Char">BA14</FLD><FLD NAME="SLOT" TYPE="Char">50510069</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">11000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01174"
        [SLOC] = string(4) "BA14"
        [SLOT] = string(8) "50510069"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "11000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "3"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01174"
  [op] = string(11) "CR125060006"
  [oplig] = string(5) "11000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA14"
  [loc] = string(4) "BA14"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(5) "11000"
  [soqseq] = string(5) "11000"
  [stocou] = string(7) "1738175"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510069"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "3"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.11000.11000....STOALL.........5.......50510069.....................BA14...173817599999998.........3"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.13000.13000....STOALL.........3.......50510556.....................BA15...174437199999999.........3"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01174"
  [lot] = string(8) "50510069"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:53:57101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL01174 BA14 50510069 A CR125060006 11000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01174</FLD> <FLD NAME="SLOC" TYPE="Char">BA14</FLD> <FLD NAME="SLOT" TYPE="Char">50510069</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">11000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01174"
        [SLOC] = string(4) "BA14"
        [SLOT] = string(8) "50510069"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "11000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01174</FLD><FLD NAME="SLOC" TYPE="Char">BA14</FLD><FLD NAME="SLOT" TYPE="Char">50510069</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">11000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01174"
        [SLOC] = string(4) "BA14"
        [SLOT] = string(8) "50510069"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "11000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01174"
  [op] = string(11) "CR125060006"
  [oplig] = string(5) "11000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA14"
  [loc] = string(4) "BA14"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(5) "11000"
  [soqseq] = string(5) "11000"
  [stocou] = string(7) "1738175"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510069"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.11000.11000....STOALL.........5.......50510069.....................BA14...173817599999998.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.13000.13000....STOALL.........3.......50510556.....................BA15...174437199999999.........3"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01174"
  [lot] = string(8) "50510069"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:54:03101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL01174 BA14 50510069 A CR125060006 11000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01174</FLD> <FLD NAME="SLOC" TYPE="Char">BA14</FLD> <FLD NAME="SLOT" TYPE="Char">50510069</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">11000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01174"
        [SLOC] = string(4) "BA14"
        [SLOT] = string(8) "50510069"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "11000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01174</FLD><FLD NAME="SLOC" TYPE="Char">BA14</FLD><FLD NAME="SLOT" TYPE="Char">50510069</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">11000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01174"
        [SLOC] = string(4) "BA14"
        [SLOT] = string(8) "50510069"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "11000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01174"
  [op] = string(11) "CR125060006"
  [oplig] = string(5) "11000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA14"
  [loc] = string(4) "BA14"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(5) "11000"
  [soqseq] = string(5) "11000"
  [stocou] = string(7) "1738175"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510069"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.11000.11000....STOALL.........5.......50510069.....................BA14...173817599999998.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.13000.13000....STOALL.........3.......50510556.....................BA15...174437199999999.........3"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01174"
  [lot] = string(8) "50510069"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:54:06102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CON00754 AA28 50310189 CR125060002 43000 10 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CON00754</FLD> <FLD NAME="SLOC" TYPE="Char">AA28</FLD> <FLD NAME="SLOT" TYPE="Char">50310189</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">43000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CON00754"
        [SLOC] = string(4) "AA28"
        [SLOT] = string(8) "50310189"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "43000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CON00754</FLD><FLD NAME="SLOC" TYPE="Char">AA28</FLD><FLD NAME="SLOT" TYPE="Char">50310189</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char"></FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">43000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CON00754"
        [SLOC] = string(4) "AA28"
        [SLOT] = string(8) "50310189"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "43000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CON00754"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "43000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA28"
  [loc] = string(4) "AA28"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "47000"
  [soqseq] = string(5) "47000"
  [stocou] = string(7) "1735552"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50310189"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.47000.47000....STOALL.........1.......50310189.....................AA28...173555299999999........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.39000.39000....STOALL.........1.......28022025.....................AB29...173521599999999.......2.4"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(4) "aa28"
  [lot] = string(8) "50310189"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:54:27102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 EPI00519 AB29 28022025 A CR125060002 36000 2.4 KG 0 KG D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EPI00519</FLD> <FLD NAME="SLOC" TYPE="Char">AB29</FLD> <FLD NAME="SLOT" TYPE="Char">28022025</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">36000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">2.4</FLD> <FLD NAME="SSTU" TYPE="Decimal">KG</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">KG</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EPI00519"
        [SLOC] = string(4) "AB29"
        [SLOT] = string(8) "28022025"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "36000"
        [SQTYSTU] = string(3) "2.4"
        [SSTU] = string(2) "KG"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "KG"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EPI00519</FLD><FLD NAME="SLOC" TYPE="Char">AB29</FLD><FLD NAME="SLOT" TYPE="Char">28022025</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">36000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">2.4</FLD><FLD NAME="SSTU" TYPE="Char">KG</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">KG</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EPI00519"
        [SLOC] = string(4) "AB29"
        [SLOT] = string(8) "28022025"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "36000"
        [SQTYSTU] = string(3) "2.4"
        [SSTU] = string(2) "KG"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "KG"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "2.4"
  [qteprep] = string(1) "0"
  [article] = string(8) "EPI00519"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "36000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AB29"
  [loc] = string(4) "AB29"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "39000"
  [soqseq] = string(5) "39000"
  [stocou] = string(7) "1735215"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "28022025"
  [sloligneop] = string(0) ""
  [stu] = string(2) "KG"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(3) "2.4"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.39000.39000....STOALL.........1.......28022025.....................AB29...173521599999999.......2.4"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.22000.22000....STOALL.........2.......50510042.....................BB26...173884799999998........18"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "EPI00519"
  [lot] = string(8) "28022025"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:54:34101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 NOU00050 BA15 50510556 A CR125060006 13000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00050</FLD> <FLD NAME="SLOC" TYPE="Char">BA15</FLD> <FLD NAME="SLOT" TYPE="Char">50510556</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">13000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00050"
        [SLOC] = string(4) "BA15"
        [SLOT] = string(8) "50510556"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "13000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">NOU00050</FLD><FLD NAME="SLOC" TYPE="Char">BA15</FLD><FLD NAME="SLOT" TYPE="Char">50510556</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">13000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00050"
        [SLOC] = string(4) "BA15"
        [SLOT] = string(8) "50510556"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "13000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "3"
  [qteprep] = string(1) "0"
  [article] = string(8) "NOU00050"
  [op] = string(11) "CR125060006"
  [oplig] = string(5) "13000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA15"
  [loc] = string(4) "BA15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(5) "13000"
  [soqseq] = string(5) "13000"
  [stocou] = string(7) "1744371"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510556"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "3"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.13000.13000....STOALL.........3.......50510556.....................BA15...174437199999999.........3"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.14000.14000....STOALL.........5.......50510341.....................BA16...174355499999999.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "NOU00050"
  [lot] = string(8) "50510556"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:54:39101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 NOU00050 BA15 50510556 A CR125060006 13000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00050</FLD> <FLD NAME="SLOC" TYPE="Char">BA15</FLD> <FLD NAME="SLOT" TYPE="Char">50510556</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">13000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00050"
        [SLOC] = string(4) "BA15"
        [SLOT] = string(8) "50510556"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "13000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">NOU00050</FLD><FLD NAME="SLOC" TYPE="Char">BA15</FLD><FLD NAME="SLOT" TYPE="Char">50510556</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">13000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00050"
        [SLOC] = string(4) "BA15"
        [SLOT] = string(8) "50510556"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "13000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "NOU00050"
  [op] = string(11) "CR125060006"
  [oplig] = string(5) "13000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA15"
  [loc] = string(4) "BA15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(5) "13000"
  [soqseq] = string(5) "13000"
  [stocou] = string(7) "1744371"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510556"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.13000.13000....STOALL.........3.......50510556.....................BA15...174437199999999.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.14000.14000....STOALL.........5.......50510341.....................BA16...174355499999999.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "NOU00050"
  [lot] = string(8) "50510556"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:54:40102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 NOU00329 BB26 50510042 A CR125060002 19000 9 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00329</FLD> <FLD NAME="SLOC" TYPE="Char">BB26</FLD> <FLD NAME="SLOT" TYPE="Char">50510042</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">19000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00329"
        [SLOC] = string(4) "BB26"
        [SLOT] = string(8) "50510042"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "19000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">NOU00329</FLD><FLD NAME="SLOC" TYPE="Char">BB26</FLD><FLD NAME="SLOT" TYPE="Char">50510042</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">19000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00329"
        [SLOC] = string(4) "BB26"
        [SLOT] = string(8) "50510042"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "19000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "18"
  [qteprep] = string(1) "0"
  [article] = string(8) "NOU00329"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "19000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BB26"
  [loc] = string(4) "BB26"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "22000"
  [soqseq] = string(5) "22000"
  [stocou] = string(7) "1738847"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510042"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "18"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.22000.22000....STOALL.........2.......50510042.....................BB26...173884799999998........18"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.32000.32000....STOALL.........1..........02825.....0000386939......BC26...174248099999999.......1.8"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "NOU00329"
  [lot] = string(8) "50510042"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:54:43102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 NOU00329 BB26 50510042 A CR125060002 19000 9 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00329</FLD> <FLD NAME="SLOC" TYPE="Char">BB26</FLD> <FLD NAME="SLOT" TYPE="Char">50510042</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">19000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00329"
        [SLOC] = string(4) "BB26"
        [SLOT] = string(8) "50510042"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "19000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">NOU00329</FLD><FLD NAME="SLOC" TYPE="Char">BB26</FLD><FLD NAME="SLOT" TYPE="Char">50510042</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">19000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00329"
        [SLOC] = string(4) "BB26"
        [SLOT] = string(8) "50510042"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "19000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "NOU00329"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "19000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BB26"
  [loc] = string(4) "BB26"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "22000"
  [soqseq] = string(5) "22000"
  [stocou] = string(7) "1738847"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510042"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.22000.22000....STOALL.........2.......50510042.....................BB26...173884799999998.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.32000.32000....STOALL.........1..........02825.....0000386939......BC26...174248099999999.......1.8"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "NOU00329"
  [lot] = string(8) "50510042"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:54:44101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 NOU00050 BA15 50510556 A CR125060006 13000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00050</FLD> <FLD NAME="SLOC" TYPE="Char">BA15</FLD> <FLD NAME="SLOT" TYPE="Char">50510556</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">13000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00050"
        [SLOC] = string(4) "BA15"
        [SLOT] = string(8) "50510556"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "13000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">NOU00050</FLD><FLD NAME="SLOC" TYPE="Char">BA15</FLD><FLD NAME="SLOT" TYPE="Char">50510556</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">13000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00050"
        [SLOC] = string(4) "BA15"
        [SLOT] = string(8) "50510556"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "13000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "NOU00050"
  [op] = string(11) "CR125060006"
  [oplig] = string(5) "13000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA15"
  [loc] = string(4) "BA15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(5) "13000"
  [soqseq] = string(5) "13000"
  [stocou] = string(7) "1744371"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510556"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.13000.13000....STOALL.........3.......50510556.....................BA15...174437199999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.14000.14000....STOALL.........5.......50510341.....................BA16...174355499999999.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "NOU00050"
  [lot] = string(8) "50510556"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:55:25101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 NOU00052 BA16 50510341 A CR125060006 14000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00052</FLD> <FLD NAME="SLOC" TYPE="Char">BA16</FLD> <FLD NAME="SLOT" TYPE="Char">50510341</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">14000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00052"
        [SLOC] = string(4) "BA16"
        [SLOT] = string(8) "50510341"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "14000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">NOU00052</FLD><FLD NAME="SLOC" TYPE="Char">BA16</FLD><FLD NAME="SLOT" TYPE="Char">50510341</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">14000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00052"
        [SLOC] = string(4) "BA16"
        [SLOT] = string(8) "50510341"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "14000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "5"
  [qteprep] = string(1) "0"
  [article] = string(8) "NOU00052"
  [op] = string(11) "CR125060006"
  [oplig] = string(5) "14000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA16"
  [loc] = string(4) "BA16"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(5) "14000"
  [soqseq] = string(5) "14000"
  [stocou] = string(7) "1743554"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510341"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "5"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.14000.14000....STOALL.........5.......50510341.....................BA16...174355499999999.........5"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..6000..6000....STOALL.........5.......50510288.....................BA08...174433699999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "NOU00052"
  [lot] = string(8) "50510341"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:55:29101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 NOU00052 BA16 50510341 A CR125060006 14000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00052</FLD> <FLD NAME="SLOC" TYPE="Char">BA16</FLD> <FLD NAME="SLOT" TYPE="Char">50510341</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">14000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00052"
        [SLOC] = string(4) "BA16"
        [SLOT] = string(8) "50510341"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "14000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">NOU00052</FLD><FLD NAME="SLOC" TYPE="Char">BA16</FLD><FLD NAME="SLOT" TYPE="Char">50510341</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">14000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00052"
        [SLOC] = string(4) "BA16"
        [SLOT] = string(8) "50510341"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "14000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "4"
  [qteprep] = string(1) "0"
  [article] = string(8) "NOU00052"
  [op] = string(11) "CR125060006"
  [oplig] = string(5) "14000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA16"
  [loc] = string(4) "BA16"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(5) "14000"
  [soqseq] = string(5) "14000"
  [stocou] = string(7) "1743554"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510341"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "4"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.14000.14000....STOALL.........5.......50510341.....................BA16...174355499999999.........4"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..6000..6000....STOALL.........5.......50510288.....................BA08...174433699999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "NOU00052"
  [lot] = string(8) "50510341"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:55:32101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 NOU00052 BA16 50510341 A CR125060006 14000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00052</FLD> <FLD NAME="SLOC" TYPE="Char">BA16</FLD> <FLD NAME="SLOT" TYPE="Char">50510341</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">14000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00052"
        [SLOC] = string(4) "BA16"
        [SLOT] = string(8) "50510341"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "14000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">NOU00052</FLD><FLD NAME="SLOC" TYPE="Char">BA16</FLD><FLD NAME="SLOT" TYPE="Char">50510341</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">14000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00052"
        [SLOC] = string(4) "BA16"
        [SLOT] = string(8) "50510341"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "14000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "3"
  [qteprep] = string(1) "0"
  [article] = string(8) "NOU00052"
  [op] = string(11) "CR125060006"
  [oplig] = string(5) "14000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA16"
  [loc] = string(4) "BA16"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(5) "14000"
  [soqseq] = string(5) "14000"
  [stocou] = string(7) "1743554"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510341"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "3"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.14000.14000....STOALL.........5.......50510341.....................BA16...174355499999999.........3"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..6000..6000....STOALL.........5.......50510288.....................BA08...174433699999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "NOU00052"
  [lot] = string(8) "50510341"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:55:32102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(FRU00180,,,1.8,KG,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FRU00180 1.8 KG CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FRU00180</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">1.8</FLD> <FLD NAME="XUOMSRC" TYPE="Char">KG</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00180"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "1.8"
        [XUOMSRC] = string(2) "KG"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FRU00180</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">1.8</FLD><FLD NAME="XUOMSRC" TYPE="Char">KG</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00180"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "1.8"
        [XUOMSRC] = string(2) "KG"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(39) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "1.8"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00180"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "29000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BC26"
  [loc] = string(4) "BC26"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "32000"
  [soqseq] = string(5) "32000"
  [stocou] = string(7) "1742480"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "02825"
  [sloligneop] = string(0) ""
  [stu] = string(2) "KG"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "1.8"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.32000.32000....STOALL.........1..........02825.....0000386939......BC26...174248099999999.......1.8"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.34000.34000....STOALL.........1..........34624.....................AA24...173555099999997.........6"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386939"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [validform] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:55:32102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(FRU00180,,,1.8,KG,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FRU00180 1.8 KG CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FRU00180</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">1.8</FLD> <FLD NAME="XUOMSRC" TYPE="Char">KG</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00180"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "1.8"
        [XUOMSRC] = string(2) "KG"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FRU00180</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">1.8</FLD><FLD NAME="XUOMSRC" TYPE="Char">KG</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00180"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "1.8"
        [XUOMSRC] = string(2) "KG"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(39) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "1.8"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00180"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "29000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BC26"
  [loc] = string(4) "BC26"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "32000"
  [soqseq] = string(5) "32000"
  [stocou] = string(7) "1742480"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "02825"
  [sloligneop] = string(0) ""
  [stu] = string(2) "KG"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "1.8"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.32000.32000....STOALL.........1..........02825.....0000386939......BC26...174248099999999.......1.8"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.34000.34000....STOALL.........1..........34624.....................AA24...173555099999997.........6"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386939"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [validform] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:55:32102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(FRU00180,,,1.8,KG,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FRU00180 1.8 KG CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FRU00180</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">1.8</FLD> <FLD NAME="XUOMSRC" TYPE="Char">KG</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00180"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "1.8"
        [XUOMSRC] = string(2) "KG"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FRU00180</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">1.8</FLD><FLD NAME="XUOMSRC" TYPE="Char">KG</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00180"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "1.8"
        [XUOMSRC] = string(2) "KG"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(39) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "1.8"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00180"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "29000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BC26"
  [loc] = string(4) "BC26"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "32000"
  [soqseq] = string(5) "32000"
  [stocou] = string(7) "1742480"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "02825"
  [sloligneop] = string(0) ""
  [stu] = string(2) "KG"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "1.8"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.32000.32000....STOALL.........1..........02825.....0000386939......BC26...174248099999999.......1.8"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.34000.34000....STOALL.........1..........34624.....................AA24...173555099999997.........6"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386939"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [validform] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 08:55:35101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 NOU00052 BA16 50510341 A CR125060006 14000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00052</FLD> <FLD NAME="SLOC" TYPE="Char">BA16</FLD> <FLD NAME="SLOT" TYPE="Char">50510341</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">14000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00052"
        [SLOC] = string(4) "BA16"
        [SLOT] = string(8) "50510341"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "14000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">NOU00052</FLD><FLD NAME="SLOC" TYPE="Char">BA16</FLD><FLD NAME="SLOT" TYPE="Char">50510341</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">14000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00052"
        [SLOC] = string(4) "BA16"
        [SLOT] = string(8) "50510341"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "14000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "NOU00052"
  [op] = string(11) "CR125060006"
  [oplig] = string(5) "14000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA16"
  [loc] = string(4) "BA16"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(5) "14000"
  [soqseq] = string(5) "14000"
  [stocou] = string(7) "1743554"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510341"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.14000.14000....STOALL.........5.......50510341.....................BA16...174355499999999.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..6000..6000....STOALL.........5.......50510288.....................BA08...174433699999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "NOU00052"
  [lot] = string(8) "50510341"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:55:40101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 NOU00052 BA16 50510341 A CR125060006 14000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00052</FLD> <FLD NAME="SLOC" TYPE="Char">BA16</FLD> <FLD NAME="SLOT" TYPE="Char">50510341</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">14000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00052"
        [SLOC] = string(4) "BA16"
        [SLOT] = string(8) "50510341"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "14000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">NOU00052</FLD><FLD NAME="SLOC" TYPE="Char">BA16</FLD><FLD NAME="SLOT" TYPE="Char">50510341</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">14000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00052"
        [SLOC] = string(4) "BA16"
        [SLOT] = string(8) "50510341"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "14000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "NOU00052"
  [op] = string(11) "CR125060006"
  [oplig] = string(5) "14000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA16"
  [loc] = string(4) "BA16"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(5) "14000"
  [soqseq] = string(5) "14000"
  [stocou] = string(7) "1743554"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510341"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.14000.14000....STOALL.........5.......50510341.....................BA16...174355499999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..6000..6000....STOALL.........5.......50510288.....................BA08...174433699999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "NOU00052"
  [lot] = string(8) "50510341"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:55:43102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 FRU00180 BC26 02825 A CR125060002 29000 1.8 KG 0 KG 0000386939 D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00180</FLD> <FLD NAME="SLOC" TYPE="Char">BC26</FLD> <FLD NAME="SLOT" TYPE="Char">02825</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">29000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1.8</FLD> <FLD NAME="SSTU" TYPE="Decimal">KG</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">KG</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000386939</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00180"
        [SLOC] = string(4) "BC26"
        [SLOT] = string(5) "02825"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "29000"
        [SQTYSTU] = string(3) "1.8"
        [SSTU] = string(2) "KG"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "KG"
        [SPALNUM] = string(10) "0000386939"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">FRU00180</FLD><FLD NAME="SLOC" TYPE="Char">BC26</FLD><FLD NAME="SLOT" TYPE="Char">02825</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000386939</FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">29000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1.8</FLD><FLD NAME="SSTU" TYPE="Char">KG</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">KG</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00180"
        [SLOC] = string(4) "BC26"
        [SLOT] = string(5) "02825"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000386939"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "29000"
        [SQTYSTU] = string(3) "1.8"
        [SSTU] = string(2) "KG"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "KG"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "1.8"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00180"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "29000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BC26"
  [loc] = string(4) "BC26"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "32000"
  [soqseq] = string(5) "32000"
  [stocou] = string(7) "1742480"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "02825"
  [sloligneop] = string(0) ""
  [stu] = string(2) "KG"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "1.8"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.32000.32000....STOALL.........1..........02825.....0000386939......BC26...174248099999999.......1.8"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.34000.34000....STOALL.........1..........34624.....................AA24...173555099999997.........6"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386939"
  [lot] = string(5) "02825"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
  [validform] = string(0) ""
}
 
Niv502/06/2025 08:56:48101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00408 BA08 50510288 A CR125060006 6000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00408</FLD> <FLD NAME="SLOC" TYPE="Char">BA08</FLD> <FLD NAME="SLOT" TYPE="Char">50510288</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">6000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00408"
        [SLOC] = string(4) "BA08"
        [SLOT] = string(8) "50510288"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "6000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00408</FLD><FLD NAME="SLOC" TYPE="Char">BA08</FLD><FLD NAME="SLOT" TYPE="Char">50510288</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">6000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00408"
        [SLOC] = string(4) "BA08"
        [SLOT] = string(8) "50510288"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "6000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "5"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00408"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "6000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA08"
  [loc] = string(4) "BA08"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "6000"
  [soqseq] = string(4) "6000"
  [stocou] = string(7) "1744336"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510288"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "5"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..6000..6000....STOALL.........5.......50510288.....................BA08...174433699999998.........5"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..7000..7000....STOALL.........5.......50510537.....................BA09...174434799999994.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00408"
  [lot] = string(8) "50510288"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:56:52101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00408 BA08 50510288 A CR125060006 6000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00408</FLD> <FLD NAME="SLOC" TYPE="Char">BA08</FLD> <FLD NAME="SLOT" TYPE="Char">50510288</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">6000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00408"
        [SLOC] = string(4) "BA08"
        [SLOT] = string(8) "50510288"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "6000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00408</FLD><FLD NAME="SLOC" TYPE="Char">BA08</FLD><FLD NAME="SLOT" TYPE="Char">50510288</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">6000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00408"
        [SLOC] = string(4) "BA08"
        [SLOT] = string(8) "50510288"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "6000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "4"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00408"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "6000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA08"
  [loc] = string(4) "BA08"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "6000"
  [soqseq] = string(4) "6000"
  [stocou] = string(7) "1744336"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510288"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "4"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..6000..6000....STOALL.........5.......50510288.....................BA08...174433699999998.........4"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..7000..7000....STOALL.........5.......50510537.....................BA09...174434799999994.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00408"
  [lot] = string(8) "50510288"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:57:00101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00408 BA08 50510288 A CR125060006 6000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00408</FLD> <FLD NAME="SLOC" TYPE="Char">BA08</FLD> <FLD NAME="SLOT" TYPE="Char">50510288</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">6000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00408"
        [SLOC] = string(4) "BA08"
        [SLOT] = string(8) "50510288"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "6000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00408</FLD><FLD NAME="SLOC" TYPE="Char">BA08</FLD><FLD NAME="SLOT" TYPE="Char">50510288</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">6000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00408"
        [SLOC] = string(4) "BA08"
        [SLOT] = string(8) "50510288"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "6000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "3"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00408"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "6000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA08"
  [loc] = string(4) "BA08"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "6000"
  [soqseq] = string(4) "6000"
  [stocou] = string(7) "1744336"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510288"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "3"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..6000..6000....STOALL.........5.......50510288.....................BA08...174433699999998.........3"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..7000..7000....STOALL.........5.......50510537.....................BA09...174434799999994.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00408"
  [lot] = string(8) "50510288"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:57:11102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 FRU00190 AA24 34624 A CR125060002 31000 6 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00190</FLD> <FLD NAME="SLOC" TYPE="Char">AA24</FLD> <FLD NAME="SLOT" TYPE="Char">34624</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">31000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00190"
        [SLOC] = string(4) "AA24"
        [SLOT] = string(5) "34624"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "31000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">FRU00190</FLD><FLD NAME="SLOC" TYPE="Char">AA24</FLD><FLD NAME="SLOT" TYPE="Char">34624</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">31000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00190"
        [SLOC] = string(4) "AA24"
        [SLOT] = string(5) "34624"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "31000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00190"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "31000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA24"
  [loc] = string(4) "AA24"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "34000"
  [soqseq] = string(5) "34000"
  [stocou] = string(7) "1735550"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "34624"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.34000.34000....STOALL.........1..........34624.....................AA24...173555099999997.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.10000.10000....STOALL.........2.......50510124.....0000386658......BC21...174122699999998.........2"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "FRU00190"
  [lot] = string(5) "34624"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:57:13101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00408 BA08 50510288 A CR125060006 6000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00408</FLD> <FLD NAME="SLOC" TYPE="Char">BA08</FLD> <FLD NAME="SLOT" TYPE="Char">50510288</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">6000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00408"
        [SLOC] = string(4) "BA08"
        [SLOT] = string(8) "50510288"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "6000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00408</FLD><FLD NAME="SLOC" TYPE="Char">BA08</FLD><FLD NAME="SLOT" TYPE="Char">50510288</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">6000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00408"
        [SLOC] = string(4) "BA08"
        [SLOT] = string(8) "50510288"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "6000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00408"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "6000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA08"
  [loc] = string(4) "BA08"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "6000"
  [soqseq] = string(4) "6000"
  [stocou] = string(7) "1744336"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510288"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..6000..6000....STOALL.........5.......50510288.....................BA08...174433699999998.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..7000..7000....STOALL.........5.......50510537.....................BA09...174434799999994.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00408"
  [lot] = string(8) "50510288"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:57:22101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00408 BA08 50510288 A CR125060006 6000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00408</FLD> <FLD NAME="SLOC" TYPE="Char">BA08</FLD> <FLD NAME="SLOT" TYPE="Char">50510288</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">6000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00408"
        [SLOC] = string(4) "BA08"
        [SLOT] = string(8) "50510288"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "6000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00408</FLD><FLD NAME="SLOC" TYPE="Char">BA08</FLD><FLD NAME="SLOT" TYPE="Char">50510288</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">6000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00408"
        [SLOC] = string(4) "BA08"
        [SLOT] = string(8) "50510288"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "6000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00408"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "6000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA08"
  [loc] = string(4) "BA08"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "6000"
  [soqseq] = string(4) "6000"
  [stocou] = string(7) "1744336"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510288"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..6000..6000....STOALL.........5.......50510288.....................BA08...174433699999998.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..7000..7000....STOALL.........5.......50510537.....................BA09...174434799999994.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00408"
  [lot] = string(8) "50510288"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:57:40101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00409 BA09 50510537 A CR125060006 7000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00409</FLD> <FLD NAME="SLOC" TYPE="Char">BA09</FLD> <FLD NAME="SLOT" TYPE="Char">50510537</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">7000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00409"
        [SLOC] = string(4) "BA09"
        [SLOT] = string(8) "50510537"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00409</FLD><FLD NAME="SLOC" TYPE="Char">BA09</FLD><FLD NAME="SLOT" TYPE="Char">50510537</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">7000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00409"
        [SLOC] = string(4) "BA09"
        [SLOT] = string(8) "50510537"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "5"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00409"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "7000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA09"
  [loc] = string(4) "BA09"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "7000"
  [soqseq] = string(4) "7000"
  [stocou] = string(7) "1744347"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510537"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "5"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..7000..7000....STOALL.........5.......50510537.....................BA09...174434799999994.........5"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..9000..9000....STOALL.........5.......50410185.....................BA10...173630999999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00409"
  [lot] = string(8) "50510537"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:57:45101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00409 BA09 50510537 A CR125060006 7000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00409</FLD> <FLD NAME="SLOC" TYPE="Char">BA09</FLD> <FLD NAME="SLOT" TYPE="Char">50510537</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">7000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00409"
        [SLOC] = string(4) "BA09"
        [SLOT] = string(8) "50510537"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00409</FLD><FLD NAME="SLOC" TYPE="Char">BA09</FLD><FLD NAME="SLOT" TYPE="Char">50510537</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">7000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00409"
        [SLOC] = string(4) "BA09"
        [SLOT] = string(8) "50510537"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "4"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00409"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "7000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA09"
  [loc] = string(4) "BA09"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "7000"
  [soqseq] = string(4) "7000"
  [stocou] = string(7) "1744347"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510537"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "4"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..7000..7000....STOALL.........5.......50510537.....................BA09...174434799999994.........4"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..9000..9000....STOALL.........5.......50410185.....................BA10...173630999999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00409"
  [lot] = string(8) "50510537"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:57:51101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00409 BA09 50510537 A CR125060006 7000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00409</FLD> <FLD NAME="SLOC" TYPE="Char">BA09</FLD> <FLD NAME="SLOT" TYPE="Char">50510537</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">7000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00409"
        [SLOC] = string(4) "BA09"
        [SLOT] = string(8) "50510537"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00409</FLD><FLD NAME="SLOC" TYPE="Char">BA09</FLD><FLD NAME="SLOT" TYPE="Char">50510537</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">7000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00409"
        [SLOC] = string(4) "BA09"
        [SLOT] = string(8) "50510537"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "3"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00409"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "7000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA09"
  [loc] = string(4) "BA09"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "7000"
  [soqseq] = string(4) "7000"
  [stocou] = string(7) "1744347"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510537"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "3"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..7000..7000....STOALL.........5.......50510537.....................BA09...174434799999994.........3"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..9000..9000....STOALL.........5.......50410185.....................BA10...173630999999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00409"
  [lot] = string(8) "50510537"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:57:57101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00409 BA09 50510537 A CR125060006 7000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00409</FLD> <FLD NAME="SLOC" TYPE="Char">BA09</FLD> <FLD NAME="SLOT" TYPE="Char">50510537</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">7000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00409"
        [SLOC] = string(4) "BA09"
        [SLOT] = string(8) "50510537"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00409</FLD><FLD NAME="SLOC" TYPE="Char">BA09</FLD><FLD NAME="SLOT" TYPE="Char">50510537</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">7000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00409"
        [SLOC] = string(4) "BA09"
        [SLOT] = string(8) "50510537"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00409"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "7000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA09"
  [loc] = string(4) "BA09"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "7000"
  [soqseq] = string(4) "7000"
  [stocou] = string(7) "1744347"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510537"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..7000..7000....STOALL.........5.......50510537.....................BA09...174434799999994.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..9000..9000....STOALL.........5.......50410185.....................BA10...173630999999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00409"
  [lot] = string(8) "50510537"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:58:00101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00409 BA09 50510537 A CR125060006 7000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00409</FLD> <FLD NAME="SLOC" TYPE="Char">BA09</FLD> <FLD NAME="SLOT" TYPE="Char">50510537</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">7000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00409"
        [SLOC] = string(4) "BA09"
        [SLOT] = string(8) "50510537"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00409</FLD><FLD NAME="SLOC" TYPE="Char">BA09</FLD><FLD NAME="SLOT" TYPE="Char">50510537</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">7000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00409"
        [SLOC] = string(4) "BA09"
        [SLOT] = string(8) "50510537"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00409"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "7000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA09"
  [loc] = string(4) "BA09"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "7000"
  [soqseq] = string(4) "7000"
  [stocou] = string(7) "1744347"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510537"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..7000..7000....STOALL.........5.......50510537.....................BA09...174434799999994.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..9000..9000....STOALL.........5.......50410185.....................BA10...173630999999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00409"
  [lot] = string(8) "50510537"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:58:05180ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_DET,,,FRA,CDT2)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_DET FRA CDT2 imp 1 numof OFCR125050393 numligne 1000 nbcopies 35 debut 0 ean14 3102621012503 dateref 20250602 PCB 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125050393</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1000</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">35</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">3102621012503</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125050393"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "35"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "3102621012503"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125050393</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1000</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">35</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">3102621012503</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125050393"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "35"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "3102621012503"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125050393"
  [mfglin] = string(4) "1000"
  [seq] = string(0) ""
  [nbEti] = string(2) "35"
  [Ean] = string(13) "3102621012503"
  [PCB] = string(1) "1"
}
 
Niv502/06/2025 08:58:27101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00547 BA10 50410185 A CR125060006 9000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00547</FLD> <FLD NAME="SLOC" TYPE="Char">BA10</FLD> <FLD NAME="SLOT" TYPE="Char">50410185</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">9000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00547"
        [SLOC] = string(4) "BA10"
        [SLOT] = string(8) "50410185"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "9000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00547</FLD><FLD NAME="SLOC" TYPE="Char">BA10</FLD><FLD NAME="SLOT" TYPE="Char">50410185</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">9000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00547"
        [SLOC] = string(4) "BA10"
        [SLOT] = string(8) "50410185"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "9000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "5"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00547"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "9000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA10"
  [loc] = string(4) "BA10"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "9000"
  [soqseq] = string(4) "9000"
  [stocou] = string(7) "1736309"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410185"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "5"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..9000..9000....STOALL.........5.......50410185.....................BA10...173630999999998.........5"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..8000..8000....STOALL.........5.......50510300.....................BA11...174174699999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00547"
  [lot] = string(8) "50410185"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:58:32101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00547 BA10 50410185 A CR125060006 9000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00547</FLD> <FLD NAME="SLOC" TYPE="Char">BA10</FLD> <FLD NAME="SLOT" TYPE="Char">50410185</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">9000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00547"
        [SLOC] = string(4) "BA10"
        [SLOT] = string(8) "50410185"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "9000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00547</FLD><FLD NAME="SLOC" TYPE="Char">BA10</FLD><FLD NAME="SLOT" TYPE="Char">50410185</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">9000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00547"
        [SLOC] = string(4) "BA10"
        [SLOT] = string(8) "50410185"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "9000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "4"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00547"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "9000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA10"
  [loc] = string(4) "BA10"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "9000"
  [soqseq] = string(4) "9000"
  [stocou] = string(7) "1736309"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410185"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "4"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..9000..9000....STOALL.........5.......50410185.....................BA10...173630999999998.........4"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..8000..8000....STOALL.........5.......50510300.....................BA11...174174699999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00547"
  [lot] = string(8) "50410185"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:58:38101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00547 BA10 50410185 A CR125060006 9000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00547</FLD> <FLD NAME="SLOC" TYPE="Char">BA10</FLD> <FLD NAME="SLOT" TYPE="Char">50410185</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">9000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00547"
        [SLOC] = string(4) "BA10"
        [SLOT] = string(8) "50410185"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "9000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00547</FLD><FLD NAME="SLOC" TYPE="Char">BA10</FLD><FLD NAME="SLOT" TYPE="Char">50410185</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">9000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00547"
        [SLOC] = string(4) "BA10"
        [SLOT] = string(8) "50410185"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "9000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "3"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00547"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "9000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA10"
  [loc] = string(4) "BA10"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "9000"
  [soqseq] = string(4) "9000"
  [stocou] = string(7) "1736309"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410185"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "3"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..9000..9000....STOALL.........5.......50410185.....................BA10...173630999999998.........3"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..8000..8000....STOALL.........5.......50510300.....................BA11...174174699999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00547"
  [lot] = string(8) "50410185"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:58:43101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00547 BA10 50410185 A CR125060006 9000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00547</FLD> <FLD NAME="SLOC" TYPE="Char">BA10</FLD> <FLD NAME="SLOT" TYPE="Char">50410185</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">9000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00547"
        [SLOC] = string(4) "BA10"
        [SLOT] = string(8) "50410185"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "9000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00547</FLD><FLD NAME="SLOC" TYPE="Char">BA10</FLD><FLD NAME="SLOT" TYPE="Char">50410185</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">9000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00547"
        [SLOC] = string(4) "BA10"
        [SLOT] = string(8) "50410185"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "9000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00547"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "9000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA10"
  [loc] = string(4) "BA10"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "9000"
  [soqseq] = string(4) "9000"
  [stocou] = string(7) "1736309"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410185"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..9000..9000....STOALL.........5.......50410185.....................BA10...173630999999998.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..8000..8000....STOALL.........5.......50510300.....................BA11...174174699999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00547"
  [lot] = string(8) "50410185"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:58:48101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00547 BA10 50410185 A CR125060006 9000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00547</FLD> <FLD NAME="SLOC" TYPE="Char">BA10</FLD> <FLD NAME="SLOT" TYPE="Char">50410185</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">9000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00547"
        [SLOC] = string(4) "BA10"
        [SLOT] = string(8) "50410185"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "9000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00547</FLD><FLD NAME="SLOC" TYPE="Char">BA10</FLD><FLD NAME="SLOT" TYPE="Char">50410185</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">9000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00547"
        [SLOC] = string(4) "BA10"
        [SLOT] = string(8) "50410185"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "9000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00547"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "9000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA10"
  [loc] = string(4) "BA10"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "9000"
  [soqseq] = string(4) "9000"
  [stocou] = string(7) "1736309"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410185"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..9000..9000....STOALL.........5.......50410185.....................BA10...173630999999998.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..8000..8000....STOALL.........5.......50510300.....................BA11...174174699999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00547"
  [lot] = string(8) "50410185"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:58:54102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 CAL00065 BC21 50510124 CR125060002 10000 2 UN 0 UN 0000386658 D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00065</FLD> <FLD NAME="SLOC" TYPE="Char">BC21</FLD> <FLD NAME="SLOT" TYPE="Char">50510124</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">10000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">2</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000386658</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00065"
        [SLOC] = string(4) "BC21"
        [SLOT] = string(8) "50510124"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "10000"
        [SQTYSTU] = string(1) "2"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000386658"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00065</FLD><FLD NAME="SLOC" TYPE="Char">BC21</FLD><FLD NAME="SLOT" TYPE="Char">50510124</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char"></FLD><FLD NAME="SPALNUM" TYPE="Char">0000386658</FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">10000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">2</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00065"
        [SLOC] = string(4) "BC21"
        [SLOT] = string(8) "50510124"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SPALNUM] = string(10) "0000386658"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "10000"
        [SQTYSTU] = string(1) "2"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00065"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "10000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BC21"
  [loc] = string(4) "BC21"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "10000"
  [soqseq] = string(5) "10000"
  [stocou] = string(7) "1741226"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510124"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.10000.10000....STOALL.........2.......50510124.....0000386658......BC21...174122699999998.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.23000.23000....STOALL.........1.......50510339.....................BB19...174408199999997.........9"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386658"
  [lot] = string(8) "50510124"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "2"
}
 
Niv502/06/2025 08:58:59101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00667 BA11 50510300 A CR125060006 8000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00667</FLD> <FLD NAME="SLOC" TYPE="Char">BA11</FLD> <FLD NAME="SLOT" TYPE="Char">50510300</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">8000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00667"
        [SLOC] = string(4) "BA11"
        [SLOT] = string(8) "50510300"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "8000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00667</FLD><FLD NAME="SLOC" TYPE="Char">BA11</FLD><FLD NAME="SLOT" TYPE="Char">50510300</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">8000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00667"
        [SLOC] = string(4) "BA11"
        [SLOT] = string(8) "50510300"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "8000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "5"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00667"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "8000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA11"
  [loc] = string(4) "BA11"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "8000"
  [soqseq] = string(4) "8000"
  [stocou] = string(7) "1741746"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510300"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "5"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..8000..8000....STOALL.........5.......50510300.....................BA11...174174699999998.........5"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.10000.10000....STOALL.........5.......50410061.....................BA13...173506199999999.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00667"
  [lot] = string(8) "50510300"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:59:06101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00667 BA11 50510300 A CR125060006 8000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00667</FLD> <FLD NAME="SLOC" TYPE="Char">BA11</FLD> <FLD NAME="SLOT" TYPE="Char">50510300</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">8000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00667"
        [SLOC] = string(4) "BA11"
        [SLOT] = string(8) "50510300"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "8000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00667</FLD><FLD NAME="SLOC" TYPE="Char">BA11</FLD><FLD NAME="SLOT" TYPE="Char">50510300</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">8000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00667"
        [SLOC] = string(4) "BA11"
        [SLOT] = string(8) "50510300"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "8000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "4"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00667"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "8000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA11"
  [loc] = string(4) "BA11"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "8000"
  [soqseq] = string(4) "8000"
  [stocou] = string(7) "1741746"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510300"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "4"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..8000..8000....STOALL.........5.......50510300.....................BA11...174174699999998.........4"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.10000.10000....STOALL.........5.......50410061.....................BA13...173506199999999.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00667"
  [lot] = string(8) "50510300"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:59:09101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00667 BA11 50510300 A CR125060006 8000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00667</FLD> <FLD NAME="SLOC" TYPE="Char">BA11</FLD> <FLD NAME="SLOT" TYPE="Char">50510300</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">8000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00667"
        [SLOC] = string(4) "BA11"
        [SLOT] = string(8) "50510300"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "8000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00667</FLD><FLD NAME="SLOC" TYPE="Char">BA11</FLD><FLD NAME="SLOT" TYPE="Char">50510300</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">8000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00667"
        [SLOC] = string(4) "BA11"
        [SLOT] = string(8) "50510300"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "8000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "3"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00667"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "8000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA11"
  [loc] = string(4) "BA11"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "8000"
  [soqseq] = string(4) "8000"
  [stocou] = string(7) "1741746"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510300"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "3"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..8000..8000....STOALL.........5.......50510300.....................BA11...174174699999998.........3"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.10000.10000....STOALL.........5.......50410061.....................BA13...173506199999999.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00667"
  [lot] = string(8) "50510300"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:59:15101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00667 BA11 50510300 A CR125060006 8000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00667</FLD> <FLD NAME="SLOC" TYPE="Char">BA11</FLD> <FLD NAME="SLOT" TYPE="Char">50510300</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">8000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00667"
        [SLOC] = string(4) "BA11"
        [SLOT] = string(8) "50510300"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "8000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00667</FLD><FLD NAME="SLOC" TYPE="Char">BA11</FLD><FLD NAME="SLOT" TYPE="Char">50510300</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">8000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00667"
        [SLOC] = string(4) "BA11"
        [SLOT] = string(8) "50510300"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "8000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00667"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "8000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA11"
  [loc] = string(4) "BA11"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "8000"
  [soqseq] = string(4) "8000"
  [stocou] = string(7) "1741746"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510300"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..8000..8000....STOALL.........5.......50510300.....................BA11...174174699999998.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.10000.10000....STOALL.........5.......50410061.....................BA13...173506199999999.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00667"
  [lot] = string(8) "50510300"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:59:21101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00667 BA11 50510300 A CR125060006 8000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00667</FLD> <FLD NAME="SLOC" TYPE="Char">BA11</FLD> <FLD NAME="SLOT" TYPE="Char">50510300</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">8000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00667"
        [SLOC] = string(4) "BA11"
        [SLOT] = string(8) "50510300"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "8000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00667</FLD><FLD NAME="SLOC" TYPE="Char">BA11</FLD><FLD NAME="SLOT" TYPE="Char">50510300</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">8000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00667"
        [SLOC] = string(4) "BA11"
        [SLOT] = string(8) "50510300"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "8000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00667"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "8000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA11"
  [loc] = string(4) "BA11"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "8000"
  [soqseq] = string(4) "8000"
  [stocou] = string(7) "1741746"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510300"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..8000..8000....STOALL.........5.......50510300.....................BA11...174174699999998.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.10000.10000....STOALL.........5.......50410061.....................BA13...173506199999999.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00667"
  [lot] = string(8) "50510300"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 08:59:46102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 NOU00330 BB19 50510339 A CR125060002 20000 9 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00330</FLD> <FLD NAME="SLOC" TYPE="Char">BB19</FLD> <FLD NAME="SLOT" TYPE="Char">50510339</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">20000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00330"
        [SLOC] = string(4) "BB19"
        [SLOT] = string(8) "50510339"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "20000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">NOU00330</FLD><FLD NAME="SLOC" TYPE="Char">BB19</FLD><FLD NAME="SLOT" TYPE="Char">50510339</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">20000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00330"
        [SLOC] = string(4) "BB19"
        [SLOT] = string(8) "50510339"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "20000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "NOU00330"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "20000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BB19"
  [loc] = string(4) "BB19"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "23000"
  [soqseq] = string(5) "23000"
  [stocou] = string(7) "1744081"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510339"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.23000.23000....STOALL.........1.......50510339.....................BB19...174408199999997.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..1000..1000....STOALL.........2.......50310435.....................AA17...174340299999997........16"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "NOU00330"
  [lot] = string(8) "50510339"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:00:09102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00750 AA17 50310435 A CR125060002 1000 8 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00750</FLD> <FLD NAME="SLOC" TYPE="Char">AA17</FLD> <FLD NAME="SLOT" TYPE="Char">50310435</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">8</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00750"
        [SLOC] = string(4) "AA17"
        [SLOT] = string(8) "50310435"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(1) "8"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00750</FLD><FLD NAME="SLOC" TYPE="Char">AA17</FLD><FLD NAME="SLOT" TYPE="Char">50310435</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">8</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00750"
        [SLOC] = string(4) "AA17"
        [SLOT] = string(8) "50310435"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(1) "8"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "16"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00750"
  [op] = string(11) "CR125060002"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA17"
  [loc] = string(4) "AA17"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1743402"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50310435"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "16"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..1000..1000....STOALL.........2.......50310435.....................AA17...174340299999997........16"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.11000.11000....STOALL.........1.......50410616.....0000385590......AC18...173625099999999.........1"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00750"
  [lot] = string(8) "50310435"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:00:13102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00750 AA17 50310435 A CR125060002 1000 8 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00750</FLD> <FLD NAME="SLOC" TYPE="Char">AA17</FLD> <FLD NAME="SLOT" TYPE="Char">50310435</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">8</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00750"
        [SLOC] = string(4) "AA17"
        [SLOT] = string(8) "50310435"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(1) "8"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00750</FLD><FLD NAME="SLOC" TYPE="Char">AA17</FLD><FLD NAME="SLOT" TYPE="Char">50310435</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">8</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00750"
        [SLOC] = string(4) "AA17"
        [SLOT] = string(8) "50310435"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(1) "8"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "8"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00750"
  [op] = string(11) "CR125060002"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA17"
  [loc] = string(4) "AA17"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1743402"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50310435"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "8"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..1000..1000....STOALL.........2.......50310435.....................AA17...174340299999997.........8"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.11000.11000....STOALL.........1.......50410616.....0000385590......AC18...173625099999999.........1"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00750"
  [lot] = string(8) "50310435"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:00:14101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00851 BA13 50410061 A CR125060006 10000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00851</FLD> <FLD NAME="SLOC" TYPE="Char">BA13</FLD> <FLD NAME="SLOT" TYPE="Char">50410061</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">10000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00851"
        [SLOC] = string(4) "BA13"
        [SLOT] = string(8) "50410061"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "10000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00851</FLD><FLD NAME="SLOC" TYPE="Char">BA13</FLD><FLD NAME="SLOT" TYPE="Char">50410061</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">10000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00851"
        [SLOC] = string(4) "BA13"
        [SLOT] = string(8) "50410061"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "10000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "5"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00851"
  [op] = string(11) "CR125060006"
  [oplig] = string(5) "10000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA13"
  [loc] = string(4) "BA13"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(5) "10000"
  [soqseq] = string(5) "10000"
  [stocou] = string(7) "1735061"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410061"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "5"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.10000.10000....STOALL.........5.......50410061.....................BA13...173506199999999.........5"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..4000..4000....STOALL.........5.......50510382.....................BA06...174255399999995.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00851"
  [lot] = string(8) "50410061"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:00:18101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00851 BA13 50410061 A CR125060006 10000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00851</FLD> <FLD NAME="SLOC" TYPE="Char">BA13</FLD> <FLD NAME="SLOT" TYPE="Char">50410061</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">10000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00851"
        [SLOC] = string(4) "BA13"
        [SLOT] = string(8) "50410061"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "10000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00851</FLD><FLD NAME="SLOC" TYPE="Char">BA13</FLD><FLD NAME="SLOT" TYPE="Char">50410061</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">10000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00851"
        [SLOC] = string(4) "BA13"
        [SLOT] = string(8) "50410061"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "10000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "4"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00851"
  [op] = string(11) "CR125060006"
  [oplig] = string(5) "10000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA13"
  [loc] = string(4) "BA13"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(5) "10000"
  [soqseq] = string(5) "10000"
  [stocou] = string(7) "1735061"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410061"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "4"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.10000.10000....STOALL.........5.......50410061.....................BA13...173506199999999.........4"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..4000..4000....STOALL.........5.......50510382.....................BA06...174255399999995.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00851"
  [lot] = string(8) "50410061"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:00:22101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00851 BA13 50410061 A CR125060006 10000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00851</FLD> <FLD NAME="SLOC" TYPE="Char">BA13</FLD> <FLD NAME="SLOT" TYPE="Char">50410061</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">10000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00851"
        [SLOC] = string(4) "BA13"
        [SLOT] = string(8) "50410061"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "10000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00851</FLD><FLD NAME="SLOC" TYPE="Char">BA13</FLD><FLD NAME="SLOT" TYPE="Char">50410061</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">10000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00851"
        [SLOC] = string(4) "BA13"
        [SLOT] = string(8) "50410061"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "10000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "3"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00851"
  [op] = string(11) "CR125060006"
  [oplig] = string(5) "10000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA13"
  [loc] = string(4) "BA13"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(5) "10000"
  [soqseq] = string(5) "10000"
  [stocou] = string(7) "1735061"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410061"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "3"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.10000.10000....STOALL.........5.......50410061.....................BA13...173506199999999.........3"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..4000..4000....STOALL.........5.......50510382.....................BA06...174255399999995.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00851"
  [lot] = string(8) "50410061"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:00:24101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00851 BA13 50410061 A CR125060006 10000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00851</FLD> <FLD NAME="SLOC" TYPE="Char">BA13</FLD> <FLD NAME="SLOT" TYPE="Char">50410061</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">10000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00851"
        [SLOC] = string(4) "BA13"
        [SLOT] = string(8) "50410061"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "10000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00851</FLD><FLD NAME="SLOC" TYPE="Char">BA13</FLD><FLD NAME="SLOT" TYPE="Char">50410061</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">10000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00851"
        [SLOC] = string(4) "BA13"
        [SLOT] = string(8) "50410061"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "10000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00851"
  [op] = string(11) "CR125060006"
  [oplig] = string(5) "10000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA13"
  [loc] = string(4) "BA13"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(5) "10000"
  [soqseq] = string(5) "10000"
  [stocou] = string(7) "1735061"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410061"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.10000.10000....STOALL.........5.......50410061.....................BA13...173506199999999.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..4000..4000....STOALL.........5.......50510382.....................BA06...174255399999995.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00851"
  [lot] = string(8) "50410061"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:00:27101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00851 BA13 50410061 A CR125060006 10000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00851</FLD> <FLD NAME="SLOC" TYPE="Char">BA13</FLD> <FLD NAME="SLOT" TYPE="Char">50410061</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">10000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00851"
        [SLOC] = string(4) "BA13"
        [SLOT] = string(8) "50410061"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "10000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00851</FLD><FLD NAME="SLOC" TYPE="Char">BA13</FLD><FLD NAME="SLOT" TYPE="Char">50410061</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">10000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00851"
        [SLOC] = string(4) "BA13"
        [SLOT] = string(8) "50410061"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(5) "10000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00851"
  [op] = string(11) "CR125060006"
  [oplig] = string(5) "10000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA13"
  [loc] = string(4) "BA13"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(5) "10000"
  [soqseq] = string(5) "10000"
  [stocou] = string(7) "1735061"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410061"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631.10000.10000....STOALL.........5.......50410061.....................BA13...173506199999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..4000..4000....STOALL.........5.......50510382.....................BA06...174255399999995.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00851"
  [lot] = string(8) "50410061"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:01:02101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00406 BA06 50510382 A CR125060006 4000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00406</FLD> <FLD NAME="SLOC" TYPE="Char">BA06</FLD> <FLD NAME="SLOT" TYPE="Char">50510382</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">4000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00406"
        [SLOC] = string(4) "BA06"
        [SLOT] = string(8) "50510382"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00406</FLD><FLD NAME="SLOC" TYPE="Char">BA06</FLD><FLD NAME="SLOT" TYPE="Char">50510382</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">4000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00406"
        [SLOC] = string(4) "BA06"
        [SLOT] = string(8) "50510382"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "5"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00406"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "4000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA06"
  [loc] = string(4) "BA06"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "4000"
  [soqseq] = string(4) "4000"
  [stocou] = string(7) "1742553"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510382"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "5"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..4000..4000....STOALL.........5.......50510382.....................BA06...174255399999995.........5"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..5000..5000....STOALL.........5.......50510289.....................BA07...174122099999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00406"
  [lot] = string(8) "50510382"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:01:09101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00406 BA06 50510382 A CR125060006 4000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00406</FLD> <FLD NAME="SLOC" TYPE="Char">BA06</FLD> <FLD NAME="SLOT" TYPE="Char">50510382</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">4000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00406"
        [SLOC] = string(4) "BA06"
        [SLOT] = string(8) "50510382"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00406</FLD><FLD NAME="SLOC" TYPE="Char">BA06</FLD><FLD NAME="SLOT" TYPE="Char">50510382</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">4000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00406"
        [SLOC] = string(4) "BA06"
        [SLOT] = string(8) "50510382"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "4"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00406"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "4000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA06"
  [loc] = string(4) "BA06"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "4000"
  [soqseq] = string(4) "4000"
  [stocou] = string(7) "1742553"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510382"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "4"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..4000..4000....STOALL.........5.......50510382.....................BA06...174255399999995.........4"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..5000..5000....STOALL.........5.......50510289.....................BA07...174122099999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00406"
  [lot] = string(8) "50510382"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:01:13101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00406 BA06 50510382 A CR125060006 4000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00406</FLD> <FLD NAME="SLOC" TYPE="Char">BA06</FLD> <FLD NAME="SLOT" TYPE="Char">50510382</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">4000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00406"
        [SLOC] = string(4) "BA06"
        [SLOT] = string(8) "50510382"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00406</FLD><FLD NAME="SLOC" TYPE="Char">BA06</FLD><FLD NAME="SLOT" TYPE="Char">50510382</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">4000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00406"
        [SLOC] = string(4) "BA06"
        [SLOT] = string(8) "50510382"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "3"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00406"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "4000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA06"
  [loc] = string(4) "BA06"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "4000"
  [soqseq] = string(4) "4000"
  [stocou] = string(7) "1742553"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510382"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "3"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..4000..4000....STOALL.........5.......50510382.....................BA06...174255399999995.........3"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..5000..5000....STOALL.........5.......50510289.....................BA07...174122099999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00406"
  [lot] = string(8) "50510382"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:01:20101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00406 BA06 50510382 A CR125060006 4000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00406</FLD> <FLD NAME="SLOC" TYPE="Char">BA06</FLD> <FLD NAME="SLOT" TYPE="Char">50510382</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">4000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00406"
        [SLOC] = string(4) "BA06"
        [SLOT] = string(8) "50510382"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00406</FLD><FLD NAME="SLOC" TYPE="Char">BA06</FLD><FLD NAME="SLOT" TYPE="Char">50510382</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">4000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00406"
        [SLOC] = string(4) "BA06"
        [SLOT] = string(8) "50510382"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00406"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "4000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA06"
  [loc] = string(4) "BA06"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "4000"
  [soqseq] = string(4) "4000"
  [stocou] = string(7) "1742553"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510382"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..4000..4000....STOALL.........5.......50510382.....................BA06...174255399999995.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..5000..5000....STOALL.........5.......50510289.....................BA07...174122099999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00406"
  [lot] = string(8) "50510382"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:01:46102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(CAL01221,,,1,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL01221 1 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL01221</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">1</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01221"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "1"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL01221</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">1</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01221"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "1"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01221"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "11000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AC18"
  [loc] = string(4) "AC18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "11000"
  [soqseq] = string(5) "11000"
  [stocou] = string(7) "1736250"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410616"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.11000.11000....STOALL.........1.......50410616.....0000385590......AC18...173625099999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..4000..4000....STOALL.........1.......50410136.....0000384829......AD16...173194499999998........10"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385590"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:01:46102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(CAL01221,,,1,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL01221 1 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL01221</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">1</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01221"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "1"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL01221</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">1</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01221"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "1"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01221"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "11000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AC18"
  [loc] = string(4) "AC18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "11000"
  [soqseq] = string(5) "11000"
  [stocou] = string(7) "1736250"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410616"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.11000.11000....STOALL.........1.......50410616.....0000385590......AC18...173625099999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..4000..4000....STOALL.........1.......50410136.....0000384829......AD16...173194499999998........10"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385590"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:01:46102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(CAL01221,,,1,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL01221 1 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL01221</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">1</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01221"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "1"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL01221</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">1</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01221"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "1"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01221"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "11000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AC18"
  [loc] = string(4) "AC18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "11000"
  [soqseq] = string(5) "11000"
  [stocou] = string(7) "1736250"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410616"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.11000.11000....STOALL.........1.......50410616.....0000385590......AC18...173625099999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..4000..4000....STOALL.........1.......50410136.....0000384829......AD16...173194499999998........10"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385590"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:01:56102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 CAL01221 AC18 50410616 A CR125060002 11000 1 UN 0 UN 0000385590 D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01221</FLD> <FLD NAME="SLOC" TYPE="Char">AC18</FLD> <FLD NAME="SLOT" TYPE="Char">50410616</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">11000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000385590</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01221"
        [SLOC] = string(4) "AC18"
        [SLOT] = string(8) "50410616"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "11000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000385590"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01221</FLD><FLD NAME="SLOC" TYPE="Char">AC18</FLD><FLD NAME="SLOT" TYPE="Char">50410616</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000385590</FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">11000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01221"
        [SLOC] = string(4) "AC18"
        [SLOT] = string(8) "50410616"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000385590"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "11000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01221"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "11000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AC18"
  [loc] = string(4) "AC18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "11000"
  [soqseq] = string(5) "11000"
  [stocou] = string(7) "1736250"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410616"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.11000.11000....STOALL.........1.......50410616.....0000385590......AC18...173625099999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..4000..4000....STOALL.........1.......50410136.....0000384829......AD16...173194499999998........10"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385590"
  [lot] = string(8) "50410616"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:01:56101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00406 BA06 50510382 A CR125060006 4000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00406</FLD> <FLD NAME="SLOC" TYPE="Char">BA06</FLD> <FLD NAME="SLOT" TYPE="Char">50510382</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">4000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00406"
        [SLOC] = string(4) "BA06"
        [SLOT] = string(8) "50510382"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00406</FLD><FLD NAME="SLOC" TYPE="Char">BA06</FLD><FLD NAME="SLOT" TYPE="Char">50510382</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">4000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00406"
        [SLOC] = string(4) "BA06"
        [SLOT] = string(8) "50510382"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00406"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "4000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA06"
  [loc] = string(4) "BA06"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "4000"
  [soqseq] = string(4) "4000"
  [stocou] = string(7) "1742553"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510382"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..4000..4000....STOALL.........5.......50510382.....................BA06...174255399999995.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..5000..5000....STOALL.........5.......50510289.....................BA07...174122099999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00406"
  [lot] = string(8) "50510382"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:02:10101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00407 BA07 50510289 A CR125060006 5000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00407</FLD> <FLD NAME="SLOC" TYPE="Char">BA07</FLD> <FLD NAME="SLOT" TYPE="Char">50510289</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">5000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00407"
        [SLOC] = string(4) "BA07"
        [SLOT] = string(8) "50510289"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "5000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00407</FLD><FLD NAME="SLOC" TYPE="Char">BA07</FLD><FLD NAME="SLOT" TYPE="Char">50510289</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">5000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00407"
        [SLOC] = string(4) "BA07"
        [SLOT] = string(8) "50510289"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "5000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "5"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00407"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "5000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA07"
  [loc] = string(4) "BA07"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "5000"
  [soqseq] = string(4) "5000"
  [stocou] = string(7) "1741220"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510289"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "5"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..5000..5000....STOALL.........5.......50510289.....................BA07...174122099999998.........5"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..3000..3000....STOALL.........9.......50510004.....................BA01...174136899999998.........9"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00407"
  [lot] = string(8) "50510289"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:02:16101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00407 BA07 50510289 A CR125060006 5000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00407</FLD> <FLD NAME="SLOC" TYPE="Char">BA07</FLD> <FLD NAME="SLOT" TYPE="Char">50510289</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">5000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00407"
        [SLOC] = string(4) "BA07"
        [SLOT] = string(8) "50510289"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "5000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00407</FLD><FLD NAME="SLOC" TYPE="Char">BA07</FLD><FLD NAME="SLOT" TYPE="Char">50510289</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">5000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00407"
        [SLOC] = string(4) "BA07"
        [SLOT] = string(8) "50510289"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "5000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "4"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00407"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "5000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA07"
  [loc] = string(4) "BA07"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "5000"
  [soqseq] = string(4) "5000"
  [stocou] = string(7) "1741220"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510289"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "4"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..5000..5000....STOALL.........5.......50510289.....................BA07...174122099999998.........4"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..3000..3000....STOALL.........9.......50510004.....................BA01...174136899999998.........9"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00407"
  [lot] = string(8) "50510289"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:02:22101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00407 BA07 50510289 A CR125060006 5000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00407</FLD> <FLD NAME="SLOC" TYPE="Char">BA07</FLD> <FLD NAME="SLOT" TYPE="Char">50510289</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">5000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00407"
        [SLOC] = string(4) "BA07"
        [SLOT] = string(8) "50510289"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "5000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00407</FLD><FLD NAME="SLOC" TYPE="Char">BA07</FLD><FLD NAME="SLOT" TYPE="Char">50510289</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">5000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00407"
        [SLOC] = string(4) "BA07"
        [SLOT] = string(8) "50510289"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "5000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "3"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00407"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "5000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA07"
  [loc] = string(4) "BA07"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "5000"
  [soqseq] = string(4) "5000"
  [stocou] = string(7) "1741220"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510289"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "3"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..5000..5000....STOALL.........5.......50510289.....................BA07...174122099999998.........3"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..3000..3000....STOALL.........9.......50510004.....................BA01...174136899999998.........9"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00407"
  [lot] = string(8) "50510289"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:02:34101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00407 BA07 50510289 A CR125060006 5000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00407</FLD> <FLD NAME="SLOC" TYPE="Char">BA07</FLD> <FLD NAME="SLOT" TYPE="Char">50510289</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">5000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00407"
        [SLOC] = string(4) "BA07"
        [SLOT] = string(8) "50510289"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "5000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00407</FLD><FLD NAME="SLOC" TYPE="Char">BA07</FLD><FLD NAME="SLOT" TYPE="Char">50510289</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">5000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00407"
        [SLOC] = string(4) "BA07"
        [SLOT] = string(8) "50510289"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "5000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00407"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "5000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA07"
  [loc] = string(4) "BA07"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "5000"
  [soqseq] = string(4) "5000"
  [stocou] = string(7) "1741220"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510289"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..5000..5000....STOALL.........5.......50510289.....................BA07...174122099999998.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..3000..3000....STOALL.........9.......50510004.....................BA01...174136899999998.........9"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00407"
  [lot] = string(8) "50510289"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:02:38101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00407 BA07 50510289 A CR125060006 5000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00407</FLD> <FLD NAME="SLOC" TYPE="Char">BA07</FLD> <FLD NAME="SLOT" TYPE="Char">50510289</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">5000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00407"
        [SLOC] = string(4) "BA07"
        [SLOT] = string(8) "50510289"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "5000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00407</FLD><FLD NAME="SLOC" TYPE="Char">BA07</FLD><FLD NAME="SLOT" TYPE="Char">50510289</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">5000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00407"
        [SLOC] = string(4) "BA07"
        [SLOT] = string(8) "50510289"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "5000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00407"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "5000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA07"
  [loc] = string(4) "BA07"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "5000"
  [soqseq] = string(4) "5000"
  [stocou] = string(7) "1741220"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510289"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..5000..5000....STOALL.........5.......50510289.....................BA07...174122099999998.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..3000..3000....STOALL.........9.......50510004.....................BA01...174136899999998.........9"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00407"
  [lot] = string(8) "50510289"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:02:48101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060006,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060006 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060006"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060006"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(1) {
  [op] = string(11) "CR125060006"
}
 
Niv502/06/2025 09:03:02101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00012 BA01 50510004 A CR125060006 3000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00012</FLD> <FLD NAME="SLOC" TYPE="Char">BA01</FLD> <FLD NAME="SLOT" TYPE="Char">50510004</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">3000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00012"
        [SLOC] = string(4) "BA01"
        [SLOT] = string(8) "50510004"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00012</FLD><FLD NAME="SLOC" TYPE="Char">BA01</FLD><FLD NAME="SLOT" TYPE="Char">50510004</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">3000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00012"
        [SLOC] = string(4) "BA01"
        [SLOT] = string(8) "50510004"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00012"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "3000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA01"
  [loc] = string(4) "BA01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "3000"
  [soqseq] = string(4) "3000"
  [stocou] = string(7) "1741368"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510004"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..3000..3000....STOALL.........9.......50510004.....................BA01...174136899999998.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..3000..3000....STOALL.........9.......50510004.....................BA01...174136899999998.........9"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00012"
  [lot] = string(8) "50510004"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:03:10101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00012 BA01 50510004 A CR125060006 3000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00012</FLD> <FLD NAME="SLOC" TYPE="Char">BA01</FLD> <FLD NAME="SLOT" TYPE="Char">50510004</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">3000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00012"
        [SLOC] = string(4) "BA01"
        [SLOT] = string(8) "50510004"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00012</FLD><FLD NAME="SLOC" TYPE="Char">BA01</FLD><FLD NAME="SLOT" TYPE="Char">50510004</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">3000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00012"
        [SLOC] = string(4) "BA01"
        [SLOT] = string(8) "50510004"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "8"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00012"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "3000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA01"
  [loc] = string(4) "BA01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "3000"
  [soqseq] = string(4) "3000"
  [stocou] = string(7) "1741368"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510004"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "8"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..3000..3000....STOALL.........9.......50510004.....................BA01...174136899999998.........8"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..3000..3000....STOALL.........9.......50510004.....................BA01...174136899999998.........8"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00012"
  [lot] = string(8) "50510004"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:03:15101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00012 BA01 50510004 A CR125060006 3000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00012</FLD> <FLD NAME="SLOC" TYPE="Char">BA01</FLD> <FLD NAME="SLOT" TYPE="Char">50510004</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">3000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00012"
        [SLOC] = string(4) "BA01"
        [SLOT] = string(8) "50510004"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00012</FLD><FLD NAME="SLOC" TYPE="Char">BA01</FLD><FLD NAME="SLOT" TYPE="Char">50510004</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">3000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00012"
        [SLOC] = string(4) "BA01"
        [SLOT] = string(8) "50510004"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "7"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00012"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "3000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA01"
  [loc] = string(4) "BA01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "3000"
  [soqseq] = string(4) "3000"
  [stocou] = string(7) "1741368"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510004"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "7"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..3000..3000....STOALL.........9.......50510004.....................BA01...174136899999998.........7"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..3000..3000....STOALL.........9.......50510004.....................BA01...174136899999998.........7"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00012"
  [lot] = string(8) "50510004"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:03:19101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00012 BA01 50510004 A CR125060006 3000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00012</FLD> <FLD NAME="SLOC" TYPE="Char">BA01</FLD> <FLD NAME="SLOT" TYPE="Char">50510004</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">3000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00012"
        [SLOC] = string(4) "BA01"
        [SLOT] = string(8) "50510004"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00012</FLD><FLD NAME="SLOC" TYPE="Char">BA01</FLD><FLD NAME="SLOT" TYPE="Char">50510004</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">3000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00012"
        [SLOC] = string(4) "BA01"
        [SLOT] = string(8) "50510004"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00012"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "3000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA01"
  [loc] = string(4) "BA01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "3000"
  [soqseq] = string(4) "3000"
  [stocou] = string(7) "1741368"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510004"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..3000..3000....STOALL.........9.......50510004.....................BA01...174136899999998.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..3000..3000....STOALL.........9.......50510004.....................BA01...174136899999998.........6"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00012"
  [lot] = string(8) "50510004"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:03:24101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00012 BA01 50510004 A CR125060006 3000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00012</FLD> <FLD NAME="SLOC" TYPE="Char">BA01</FLD> <FLD NAME="SLOT" TYPE="Char">50510004</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">3000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00012"
        [SLOC] = string(4) "BA01"
        [SLOT] = string(8) "50510004"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00012</FLD><FLD NAME="SLOC" TYPE="Char">BA01</FLD><FLD NAME="SLOT" TYPE="Char">50510004</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">3000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00012"
        [SLOC] = string(4) "BA01"
        [SLOT] = string(8) "50510004"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "5"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00012"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "3000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA01"
  [loc] = string(4) "BA01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "3000"
  [soqseq] = string(4) "3000"
  [stocou] = string(7) "1741368"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510004"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "5"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..3000..3000....STOALL.........9.......50510004.....................BA01...174136899999998.........5"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..3000..3000....STOALL.........9.......50510004.....................BA01...174136899999998.........5"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00012"
  [lot] = string(8) "50510004"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:03:30101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00012 BA01 50510004 A CR125060006 3000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00012</FLD> <FLD NAME="SLOC" TYPE="Char">BA01</FLD> <FLD NAME="SLOT" TYPE="Char">50510004</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">3000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00012"
        [SLOC] = string(4) "BA01"
        [SLOT] = string(8) "50510004"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00012</FLD><FLD NAME="SLOC" TYPE="Char">BA01</FLD><FLD NAME="SLOT" TYPE="Char">50510004</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">3000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00012"
        [SLOC] = string(4) "BA01"
        [SLOT] = string(8) "50510004"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "4"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00012"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "3000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA01"
  [loc] = string(4) "BA01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "3000"
  [soqseq] = string(4) "3000"
  [stocou] = string(7) "1741368"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510004"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "4"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..3000..3000....STOALL.........9.......50510004.....................BA01...174136899999998.........4"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..3000..3000....STOALL.........9.......50510004.....................BA01...174136899999998.........4"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00012"
  [lot] = string(8) "50510004"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:03:39101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00012 BA01 50510004 A CR125060006 3000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00012</FLD> <FLD NAME="SLOC" TYPE="Char">BA01</FLD> <FLD NAME="SLOT" TYPE="Char">50510004</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">3000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00012"
        [SLOC] = string(4) "BA01"
        [SLOT] = string(8) "50510004"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00012</FLD><FLD NAME="SLOC" TYPE="Char">BA01</FLD><FLD NAME="SLOT" TYPE="Char">50510004</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">3000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00012"
        [SLOC] = string(4) "BA01"
        [SLOT] = string(8) "50510004"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "3"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00012"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "3000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA01"
  [loc] = string(4) "BA01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "3000"
  [soqseq] = string(4) "3000"
  [stocou] = string(7) "1741368"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510004"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "3"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..3000..3000....STOALL.........9.......50510004.....................BA01...174136899999998.........3"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..3000..3000....STOALL.........9.......50510004.....................BA01...174136899999998.........3"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00012"
  [lot] = string(8) "50510004"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:03:46101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00012 BA01 50510004 A CR125060006 3000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00012</FLD> <FLD NAME="SLOC" TYPE="Char">BA01</FLD> <FLD NAME="SLOT" TYPE="Char">50510004</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">3000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00012"
        [SLOC] = string(4) "BA01"
        [SLOT] = string(8) "50510004"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00012</FLD><FLD NAME="SLOC" TYPE="Char">BA01</FLD><FLD NAME="SLOT" TYPE="Char">50510004</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">3000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00012"
        [SLOC] = string(4) "BA01"
        [SLOT] = string(8) "50510004"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00012"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "3000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA01"
  [loc] = string(4) "BA01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "3000"
  [soqseq] = string(4) "3000"
  [stocou] = string(7) "1741368"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510004"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..3000..3000....STOALL.........9.......50510004.....................BA01...174136899999998.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..3000..3000....STOALL.........9.......50510004.....................BA01...174136899999998.........2"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00012"
  [lot] = string(8) "50510004"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:03:52101ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 101 CR1 CAL00012 BA01 50510004 A CR125060006 3000 1 UN 0 UN D EXPED 0000387594 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">101</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00012</FLD> <FLD NAME="SLOC" TYPE="Char">BA01</FLD> <FLD NAME="SLOT" TYPE="Char">50510004</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SOPLIG" TYPE="Integer">3000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00012"
        [SLOC] = string(4) "BA01"
        [SLOT] = string(8) "50510004"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">101</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00012</FLD><FLD NAME="SLOC" TYPE="Char">BA01</FLD><FLD NAME="SLOT" TYPE="Char">50510004</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SOPLIG" TYPE="Integer">3000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387594</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "101"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00012"
        [SLOC] = string(4) "BA01"
        [SLOT] = string(8) "50510004"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060006"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387594"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00012"
  [op] = string(11) "CR125060006"
  [oplig] = string(4) "3000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA01"
  [loc] = string(4) "BA01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502631"
  [soplin] = string(4) "3000"
  [soqseq] = string(4) "3000"
  [stocou] = string(7) "1741368"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510004"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "101"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..3000..3000....STOALL.........9.......50510004.....................BA01...174136899999998.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502631..3000..3000....STOALL.........9.......50510004.....................BA01...174136899999998.........1"
  [PnPCible] = string(10) "0000387594"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00012"
  [lot] = string(8) "50510004"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:03:53101ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060006,101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060006 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060006</FLD> <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060006"
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060006</FLD><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060006"
        [SUSER] = string(3) "101"
  }
}
 




PC1_02.php
array(2) {
  [op] = string(11) "CR125060006"
  [success] = string(23) "Préparation terminée."
}
 
Niv502/06/2025 09:03:57102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(CAL00782,,,10,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL00782 10 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL00782</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">10</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00782"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL00782</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">10</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00782"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00782"
  [op] = string(11) "CR125060002"
  [oplig] = string(4) "4000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AD16"
  [loc] = string(4) "AD16"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(4) "4000"
  [soqseq] = string(4) "4000"
  [stocou] = string(7) "1731944"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410136"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..4000..4000....STOALL.........1.......50410136.....0000384829......AD16...173194499999998........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.25000.25000....STOALL.........4.......50510273.....0000386974......AD18...174254999999998........40"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000384829"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:03:57102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(CAL00782,,,10,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL00782 10 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL00782</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">10</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00782"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL00782</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">10</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00782"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00782"
  [op] = string(11) "CR125060002"
  [oplig] = string(4) "4000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AD16"
  [loc] = string(4) "AD16"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(4) "4000"
  [soqseq] = string(4) "4000"
  [stocou] = string(7) "1731944"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410136"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..4000..4000....STOALL.........1.......50410136.....0000384829......AD16...173194499999998........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.25000.25000....STOALL.........4.......50510273.....0000386974......AD18...174254999999998........40"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000384829"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:03:57102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(CAL00782,,,10,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL00782 10 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL00782</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">10</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00782"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL00782</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">10</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00782"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "10"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00782"
  [op] = string(11) "CR125060002"
  [oplig] = string(4) "4000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AD16"
  [loc] = string(4) "AD16"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(4) "4000"
  [soqseq] = string(4) "4000"
  [stocou] = string(7) "1731944"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410136"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..4000..4000....STOALL.........1.......50410136.....0000384829......AD16...173194499999998........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.25000.25000....STOALL.........4.......50510273.....0000386974......AD18...174254999999998........40"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000384829"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:04:0040ROYRENE:YWSCHG08
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2260
Fonction : Run(YWSCHG08, PalStoT-EmpMas 40 CR1 0000387533 0 BD17 A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD> <FLD NAME="SUSER" TYPE="Char">40</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387533</FLD> <FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD> <FLD NAME="DLOC" TYPE="Char">BD17</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> </GRP> </PARAM>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000387533"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(4) "BD17"
        [DSTA] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD><FLD NAME="SUSER" TYPE="Char">40</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387533</FLD><FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD><FLD NAME="DLOC" TYPE="Char">BD17</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD></GRP></RESULT>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000387533"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(4) "BD17"
        [DSTA] = string(1) "A"
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000387533"
  [TypeSource] = string(18) "PaletteStockTotale"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(4) "BD17"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "CAL01174"
  [SelectedLoc] = string(0) ""
  [designation] = string(28) "CALINOU PRALINE CAR FW 1.4KG"
  [lot] = string(8) "50510558"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(4) "SCAL"
  [totalqte] = string(2) "43"
  [us] = string(2) "UN"
  [stocou] = string(7) "1744999"
  [qte] = string(2) "43"
  [unite] = string(2) "UN"
}
 
Niv502/06/2025 09:04:07102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 CAL00782 AD16 50410136 A CR125060002 4000 10 UN 0 UN 0000384829 D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00782</FLD> <FLD NAME="SLOC" TYPE="Char">AD16</FLD> <FLD NAME="SLOT" TYPE="Char">50410136</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">4000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000384829</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00782"
        [SLOC] = string(4) "AD16"
        [SLOT] = string(8) "50410136"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000384829"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00782</FLD><FLD NAME="SLOC" TYPE="Char">AD16</FLD><FLD NAME="SLOT" TYPE="Char">50410136</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000384829</FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">4000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00782"
        [SLOC] = string(4) "AD16"
        [SLOT] = string(8) "50410136"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000384829"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00782"
  [op] = string(11) "CR125060002"
  [oplig] = string(4) "4000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AD16"
  [loc] = string(4) "AD16"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(4) "4000"
  [soqseq] = string(4) "4000"
  [stocou] = string(7) "1731944"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410136"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..4000..4000....STOALL.........1.......50410136.....0000384829......AD16...173194499999998........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.25000.25000....STOALL.........4.......50510273.....0000386974......AD18...174254999999998........40"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000384829"
  [lot] = string(8) "50410136"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:04:56101ROYRENE:YLIVRAISON
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4728
Fonction : Run(YLIVRAISON, CRR CR1 CRR02689 CRR02689 L19 L19 20 20 1 0 CRR02689L19CR1CRR0268920EUR11CRR02689CRR02689MAISONBREMOND1830MAISONBREMOND1830VI030FDM11 13~FRA~FR 1502734668~21 16TERRUEDITALIE13100AIX-EN-PROVENCEBP2204310PEYRUISCVCR12502631 1 1 2 EXPE_1 101 1 72 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPY" TYPE="Char">CRR</FLD> <FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="YSHIDAT" TYPE="Date"></FLD> <FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD> <FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD> <FLD NAME="YBPCORDDEB" TYPE="Char">CRR02689</FLD> <FLD NAME="YBPCORDFIN" TYPE="Char">CRR02689</FLD> <FLD NAME="YBPAADDDEB" TYPE="Char">L19</FLD> <FLD NAME="YBPAADDFIN" TYPE="Char">L19</FLD> <FLD NAME="YBPTNUMDEB" TYPE="Char">20</FLD> <FLD NAME="YBPTNUMFIN" TYPE="Char">20</FLD> <FLD NAME="YDRNFLG" TYPE="Integer">1</FLD> <FLD NAME="YDRN" TYPE="Integer">0</FLD> <FLD NAME="YY_OP" TYPE="Char"></FLD> <FLD NAME="YY_KEYPREP1" TYPE="Char">CRR02689L19CR1CRR0268920EUR11CRR02689CRR02689MAISONBREMOND1830MAISONBREMOND1830VI030FDM11 13~FRA~FR 1502734668~21</FLD> <FLD NAME="YY_KEYPREP2" TYPE="Char">16TERRUEDITALIE13100AIX-EN-PROVENCEBP2204310PEYRUISCVCR12502631</FLD> <FLD NAME="YRUPDAT" TYPE="Integer">1</FLD> <FLD NAME="YCFMFLG" TYPE="Integer">1</FLD> <FLD NAME="YNDEFLG" TYPE="Integer">2</FLD> <FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD> <FLD NAME="YUSER" TYPE="Char">101</FLD> <FLD NAME="YNBPAL" TYPE="Integer">1</FLD> <FLD NAME="YNBCOL" TYPE="Integer">72</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(0) ""
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR02689"
        [YBPCORDFIN] = string(8) "CRR02689"
        [YBPAADDDEB] = string(3) "L19"
        [YBPAADDFIN] = string(3) "L19"
        [YBPTNUMDEB] = string(2) "20"
        [YBPTNUMFIN] = string(2) "20"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(120) "CRR02689L19CR1CRR0268920EUR11CRR02689CRR02689MAISONBREMOND1830MAISONBREMOND1830VI030FDM11                13~FRA~FR 1502734668~21"
        [YY_KEYPREP2] = string(63) "16TERRUEDITALIE13100AIX-EN-PROVENCEBP2204310PEYRUISCVCR12502631"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "101"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "72"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPY" TYPE="Char">CRR</FLD><FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="YSHIDAT" TYPE="Date">[0/0/0]</FLD><FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD><FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD><FLD NAME="YBPCORDDEB" TYPE="Char">CRR02689</FLD><FLD NAME="YBPAADDDEB" TYPE="Char">L19</FLD><FLD NAME="YBPCORDFIN" TYPE="Char">CRR02689</FLD><FLD NAME="YBPAADDFIN" TYPE="Char">L19</FLD><FLD NAME="YBPTNUMDEB" TYPE="Char">20</FLD><FLD NAME="YBPTNUMFIN" TYPE="Char">20</FLD><FLD NAME="YDRNFLG" TYPE="Integer">1</FLD><FLD NAME="YDRN" TYPE="Integer">0</FLD><FLD NAME="YY_OP" TYPE="Char"></FLD><FLD NAME="YY_KEYPREP1" TYPE="Char">CRR02689L19CR1CRR0268920EUR11CRR02689CRR02689MAISONBREMOND1830MAISONBREMOND1830VI030FDM11 13~FRA~FR 1502734668~21</FLD><FLD NAME="YY_KEYPREP2" TYPE="Char">16TERRUEDITALIE13100AIX-EN-PROVENCEBP2204310PEYRUISCVCR12502631</FLD><FLD NAME="YRUPDAT" TYPE="Integer">1</FLD><FLD NAME="YCFMFLG" TYPE="Integer">1</FLD><FLD NAME="YNDEFLG" TYPE="Integer">2</FLD><FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD><FLD NAME="YUSER" TYPE="Char">101</FLD><FLD NAME="YNBPAL" TYPE="Integer">1</FLD><FLD NAME="YNBCOL" TYPE="Integer">72</FLD></GRP><TAB DIM="50" ID="RESULTAT" SIZE="1"><LIN NUM="1"><FLD NAME="YSDHNUM" TYPE="Char">LVCR12501296</FLD><FLD NAME="YNB_ERR" TYPE="Integer">0</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR02689"
        [YBPAADDDEB] = string(3) "L19"
        [YBPCORDFIN] = string(8) "CRR02689"
        [YBPAADDFIN] = string(3) "L19"
        [YBPTNUMDEB] = string(2) "20"
        [YBPTNUMFIN] = string(2) "20"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(120) "CRR02689L19CR1CRR0268920EUR11CRR02689CRR02689MAISONBREMOND1830MAISONBREMOND1830VI030FDM11                13~FRA~FR 1502734668~21"
        [YY_KEYPREP2] = string(63) "16TERRUEDITALIE13100AIX-EN-PROVENCEBP2204310PEYRUISCVCR12502631"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "101"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "72"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501296"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(8) "CRR02689"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(3) "L19"
  [keyprep1] = string(126) "CRR02689L19CR1CRR0268920EUR11CRR02689CRR02689MAISONBREMOND1830MAISONBREMOND1830VI030FDM11                13%7EFRA%7EFR 1502734668%7E21"
  [keyprep2] = string(63) "16TERRUEDITALIE13100AIX-EN-PROVENCEBP2204310PEYRUISCVCR12502631"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "72"
  [transp1] = string(2) "20"
  [backurl] = string(25) "PC1_02.php?op=CR125060006"
  [idERR] = string(4) "ERR1"
}
 
Niv402/06/2025 09:04:56101ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4741
Fonct :
Lien : /CRRPROD/PC1_actions.php?act=CreBL&client=CRR02689&idBouton=BL1&nbBLActifs=1&adrLiv=L19&keyprep1=CRR02689L19CR1CRR0268920EUR11CRR02689CRR02689MAISONBREMOND1830MAISONBREMOND1830VI030FDM11++++++++13%257EFRA%257EFR+1502734668%257E21&keyprep2=16TERRUEDITALIE13100AIX-EN-PROVENCEBP2204310PEYRUISCVCR12502631&nbpal1=1&nbcol1=72&transp1=20&backurl=PC1_02.php%3Fop%3DCR125060006&idERR=ERR1--
Data :
PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR02689"
        [YBPAADDDEB] = string(3) "L19"
        [YBPCORDFIN] = string(8) "CRR02689"
        [YBPAADDFIN] = string(3) "L19"
        [YBPTNUMDEB] = string(2) "20"
        [YBPTNUMFIN] = string(2) "20"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(120) "CRR02689L19CR1CRR0268920EUR11CRR02689CRR02689MAISONBREMOND1830MAISONBREMOND1830VI030FDM11                13~FRA~FR 1502734668~21"
        [YY_KEYPREP2] = string(63) "16TERRUEDITALIE13100AIX-EN-PROVENCEBP2204310PEYRUISCVCR12502631"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "101"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "72"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501296"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 
Niv502/06/2025 09:04:56101ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4852
Fonction : WmsPrintAuto(XT1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(XETIQTRANSPORT,1,Array,imp,,EXPE_1_2,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, XETIQTRANSPORT 1 EXPE_1_2 FRA imp 1 client CRR02689 stofcy CR1 numcde CVCR12502631 numpal )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="4"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">client</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CRR02689</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502631</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(8) "CRR02689"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12502631"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="4"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">client</FLD><FLD NAME="VVALPARAM" TYPE="Char">CRR02689</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502631</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(8) "CRR02689"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12502631"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(8) "CRR02689"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(3) "L19"
  [keyprep1] = string(126) "CRR02689L19CR1CRR0268920EUR11CRR02689CRR02689MAISONBREMOND1830MAISONBREMOND1830VI030FDM11                13%7EFRA%7EFR 1502734668%7E21"
  [keyprep2] = string(63) "16TERRUEDITALIE13100AIX-EN-PROVENCEBP2204310PEYRUISCVCR12502631"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "72"
  [transp1] = string(2) "20"
  [backurl] = string(25) "PC1_02.php?op=CR125060006"
  [idERR] = string(4) "ERR1"
}
 
Niv502/06/2025 09:04:56101ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 19
Fonction : unLockAll(101)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 101 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">101</FLD> </GRP> </PARAM>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "101"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">101</FLD></GRP></RESULT>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "101"
  }
}
 




PC1_01.php
array(1) {
  [success] = string(36) "Création BL LVCR12501296 effectuée"
}
 
Niv502/06/2025 09:05:23102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(CON00791,,,40,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CON00791 40 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CON00791</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">40</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CON00791"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "40"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CON00791</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">40</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">4</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CON00791"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "40"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "4"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "40"
  [qteprep] = string(1) "0"
  [article] = string(8) "CON00791"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "22000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AD18"
  [loc] = string(4) "AD18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "25000"
  [soqseq] = string(5) "25000"
  [stocou] = string(7) "1742549"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510273"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "40"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.25000.25000....STOALL.........4.......50510273.....0000386974......AD18...174254999999998........40"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..8000..8000....STOALL.........1.......50310383.....................AA13...173553199999999........15"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386974"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:05:23102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(CON00791,,,40,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CON00791 40 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CON00791</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">40</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CON00791"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "40"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CON00791</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">40</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">4</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CON00791"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "40"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "4"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "40"
  [qteprep] = string(1) "0"
  [article] = string(8) "CON00791"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "22000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AD18"
  [loc] = string(4) "AD18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "25000"
  [soqseq] = string(5) "25000"
  [stocou] = string(7) "1742549"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510273"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "40"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.25000.25000....STOALL.........4.......50510273.....0000386974......AD18...174254999999998........40"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..8000..8000....STOALL.........1.......50310383.....................AA13...173553199999999........15"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386974"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:05:23102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(CON00791,,,40,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CON00791 40 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CON00791</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">40</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CON00791"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "40"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CON00791</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">40</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">4</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CON00791"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "40"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "4"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "40"
  [qteprep] = string(1) "0"
  [article] = string(8) "CON00791"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "22000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AD18"
  [loc] = string(4) "AD18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "25000"
  [soqseq] = string(5) "25000"
  [stocou] = string(7) "1742549"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510273"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "40"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.25000.25000....STOALL.........4.......50510273.....0000386974......AD18...174254999999998........40"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..8000..8000....STOALL.........1.......50310383.....................AA13...173553199999999........15"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386974"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:05:47102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 CON00791 AD18 50510273 A CR125060002 22000 40 UN 0 UN 0000386974 D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CON00791</FLD> <FLD NAME="SLOC" TYPE="Char">AD18</FLD> <FLD NAME="SLOT" TYPE="Char">50510273</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">22000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">40</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000386974</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CON00791"
        [SLOC] = string(4) "AD18"
        [SLOT] = string(8) "50510273"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "22000"
        [SQTYSTU] = string(2) "40"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000386974"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CON00791</FLD><FLD NAME="SLOC" TYPE="Char">AD18</FLD><FLD NAME="SLOT" TYPE="Char">50510273</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000386974</FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">22000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">40</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CON00791"
        [SLOC] = string(4) "AD18"
        [SLOT] = string(8) "50510273"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000386974"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "22000"
        [SQTYSTU] = string(2) "40"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "40"
  [qteprep] = string(1) "0"
  [article] = string(8) "CON00791"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "22000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AD18"
  [loc] = string(4) "AD18"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "25000"
  [soqseq] = string(5) "25000"
  [stocou] = string(7) "1742549"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510273"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "40"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.25000.25000....STOALL.........4.......50510273.....0000386974......AD18...174254999999998........40"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..8000..8000....STOALL.........1.......50310383.....................AA13...173553199999999........15"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386974"
  [lot] = string(8) "50510273"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "4"
}
 
Niv502/06/2025 09:06:4712ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(12)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 12 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">12</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "12"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">12</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "12"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(2) "12"
  [mdpasse] = string(2) "12"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 09:06:47102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00759 AA13 50310383 A CR125060002 8000 15 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00759</FLD> <FLD NAME="SLOC" TYPE="Char">AA13</FLD> <FLD NAME="SLOT" TYPE="Char">50310383</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">8000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">15</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00759"
        [SLOC] = string(4) "AA13"
        [SLOT] = string(8) "50310383"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(4) "8000"
        [SQTYSTU] = string(2) "15"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00759</FLD><FLD NAME="SLOC" TYPE="Char">AA13</FLD><FLD NAME="SLOT" TYPE="Char">50310383</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">8000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">15</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00759"
        [SLOC] = string(4) "AA13"
        [SLOT] = string(8) "50310383"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(4) "8000"
        [SQTYSTU] = string(2) "15"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "15"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00759"
  [op] = string(11) "CR125060002"
  [oplig] = string(4) "8000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA13"
  [loc] = string(4) "AA13"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(4) "8000"
  [soqseq] = string(4) "8000"
  [stocou] = string(7) "1735531"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50310383"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "15"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..8000..8000....STOALL.........1.......50310383.....................AA13...173553199999999........15"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..3000..3000....STOALL.........1.......50210525.....................AA15...173871499999998.........4"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00759"
  [lot] = string(8) "50310383"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:06:5512ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_NOU,,,FRA,NOU2)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_NOU FRA NOU2 imp 1 numof OFCR125050421 numligne 1000 nbcopies 2 debut 0 ean14 3583787896839 dateref 20250602 PCB 12 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125050421</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1000</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">3583787896839</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">12</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125050421"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(1) "2"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "3583787896839"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(2) "12"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125050421</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1000</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">2</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">3583787896839</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">12</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125050421"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(1) "2"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "3583787896839"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(2) "12"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125050421"
  [mfglin] = string(4) "1000"
  [seq] = string(0) ""
  [nbEti] = string(1) "2"
  [Ean] = string(13) "3583787896839"
  [PCB] = string(2) "12"
}
 
Niv502/06/2025 09:06:59102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00751 AA15 50210525 A CR125060002 3000 4 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00751</FLD> <FLD NAME="SLOC" TYPE="Char">AA15</FLD> <FLD NAME="SLOT" TYPE="Char">50210525</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">3000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">4</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00751"
        [SLOC] = string(4) "AA15"
        [SLOT] = string(8) "50210525"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "4"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00751</FLD><FLD NAME="SLOC" TYPE="Char">AA15</FLD><FLD NAME="SLOT" TYPE="Char">50210525</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">3000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">4</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00751"
        [SLOC] = string(4) "AA15"
        [SLOT] = string(8) "50210525"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "4"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "4"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00751"
  [op] = string(11) "CR125060002"
  [oplig] = string(4) "3000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA15"
  [loc] = string(4) "AA15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(4) "3000"
  [soqseq] = string(4) "3000"
  [stocou] = string(7) "1738714"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50210525"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "4"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..3000..3000....STOALL.........1.......50210525.....................AA15...173871499999998.........4"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.31000.31000....STOALL.........1..........09925.....0000385334......BC11...173514599999998.......1.9"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00751"
  [lot] = string(8) "50210525"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:07:0312ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125050421 1001 0 REF00083 11.35 KG 20250528 20250925 12 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050421</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1001</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">REF00083</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">11.35</FLD> <FLD NAME="PCU" TYPE="Char">KG</FLD> <FLD NAME="LOT" TYPE="Char">20250528</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20250925</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">12</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050421"
          [MFGLIN] = string(4) "1001"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "REF00083"
          [QTYPCU] = string(5) "11.35"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "20250528"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250925"
          [SSCC] = string(0) ""
          [USER] = string(2) "12"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125050421</FLD><FLD NAME="MFGLIN" TYPE="Integer">1001</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">REF00083</FLD><FLD NAME="QTYPCU" TYPE="Decimal">11.35</FLD><FLD NAME="PCU" TYPE="Char">KG</FLD><FLD NAME="LOT" TYPE="Char">20250528</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20250925</FLD><FLD NAME="SSCC" TYPE="Char">0000387604</FLD><FLD NAME="USER" TYPE="Char">12</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050421"
          [MFGLIN] = string(4) "1001"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "REF00083"
          [QTYPCU] = string(5) "11.35"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "20250528"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250925"
          [SSCC] = string(10) "0000387604"
          [USER] = string(2) "12"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "REF00083"
  [desig] = string(27) "REF -PATE DECAT NEW RECETTE"
  [lot] = string(8) "20250528"
  [dluo] = string(10) "25/09/2025"
  [qtyprd] = string(5) "11.35"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050421"
  [mfglin] = string(4) "1001"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 09:07:0312ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOU,,,FRA,NOU2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOU FRA NOU2 imp 1 site CR1 article REF00083 lot 20250528 loc sscc 0000387604 ope 12 qte 11.35 pcu pohnum bpsnum bpslot dluo 20250925 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">REF00083</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250528</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387604</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">12</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11.35</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250925</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "REF00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "20250528"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387604"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "12"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "11.35"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250925"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">REF00083</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250528</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387604</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">12</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">11.35</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250925</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "REF00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "20250528"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387604"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "12"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "11.35"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250925"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "REF00083"
  [desig] = string(27) "REF -PATE DECAT NEW RECETTE"
  [lot] = string(8) "20250528"
  [dluo] = string(10) "25/09/2025"
  [qtyprd] = string(5) "11.35"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050421"
  [mfglin] = string(4) "1001"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 09:07:0612ROYRENE:DES
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 274
Fonction : Valid_Suiviof(OFCR125050421,1001)

Call 4
Page : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 384
Fonction : save(DES, CR1 OFCR125050421 20250602 2 11.35 REF00083 1 REF00083 KG 11.35 20250528 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050421</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">11.35</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">REF00083</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">REF00083</FLD> <FLD NAME="UOM" TYPE="Char">KG</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">11.35</FLD> <FLD NAME="LOT" TYPE="Char">20250528</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(4) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125050421"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK2_1] = array(2) {
        [QTESUIVITM] = string(5) "11.35"
        [Y_ITMFILTER] = string(8) "REF00083"
  }
  [MTK2_2] = array(1) {
        [1] = array(5) {
          [NO] = string(1) "1"
          [ITMREF] = string(8) "REF00083"
          [UOM] = string(2) "KG"
          [UOMCPLQTY] = string(5) "11.35"
          [LOT] = string(8) "20250528"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000011</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125050421</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="ITMTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTOPE" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"></FLD><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char">KG</FLD><FLD NAME="ZUL" TYPE="Char">Kilogramme</FLD></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTMAT" TYPE="Integer">0</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602070706</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="50" ID="MTK2_2" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="PRODTYP" TYPE="Integer">1</FLD><FLD MENULAB="Sous-produit" MENULOCAL="2301" NAME="ITMTYP" TYPE="Integer">2</FLD><FLD NAME="ITMREF" TYPE="Char">REF00083</FLD><FLD NAME="UOM" TYPE="Char">KG</FLD><FLD NAME="UOMEXTQTY" TYPE="Decimal">15.65</FLD><FLD NAME="UOMCPLQTY" TYPE="Decimal">11.35</FLD><FLD NAME="UOMSTUCOE" TYPE="Decimal">1</FLD><FLD NAME="STU" TYPE="Char">KG</FLD><FLD NAME="CPLQTY" TYPE="Decimal">11.35</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="LOCTYP" TYPE="Char">CPROD</FLD><FLD NAME="LOC" TYPE="Char">NGTPR</FLD><FLD NAME="LOT" TYPE="Char">20250528</FLD><FLD NAME="PALNUM" TYPE="Char">0000387604</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD NAME="MVTDES" TYPE="Char"/><FLD NAME="ITMDES1" TYPE="Char">REF -PATE DECAT NEW RECETTE</FLD><FLD NAME="BOMALT" TYPE="Integer">0</FLD><FLD NAME="MFGNUMIT" TYPE="Char">OFCR125050421</FLD><FLD NAME="CCE1" TYPE="Char"/><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/></LIN></TAB></RESULT>

DP1_actions.php
array(8) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000011"
        [MFGNUM] = string(13) "OFCR125050421"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [FILTOPE] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(2) "KG"
        [ZUL] = string(10) "Kilogramme"
  }
  [MTK3_1] = array(7) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [STOCOD] = string(1) "0"
        [FILTMAT] = string(1) "0"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602070706"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK2_2] = array(1) {
        [1] = array(40) {
          [NO] = string(1) "1"
          [PRODTYP] = string(1) "1"
          [ITMTYP] = string(1) "2"
          [ITMREF] = string(8) "REF00083"
          [UOM] = string(2) "KG"
          [UOMEXTQTY] = string(5) "15.65"
          [UOMCPLQTY] = string(5) "11.35"
          [UOMSTUCOE] = string(1) "1"
          [STU] = string(2) "KG"
          [CPLQTY] = string(5) "11.35"
          [STA] = string(1) "A"
          [LOCTYP] = string(5) "CPROD"
          [LOC] = string(5) "NGTPR"
          [LOT] = string(8) "20250528"
          [PALNUM] = string(10) "0000387604"
          [CLEFLG] = string(1) "1"
          [MVTDES] = string(0) ""
          [ITMDES1] = string(27) "REF -PATE DECAT NEW RECETTE"
          [BOMALT] = string(1) "0"
          [MFGNUMIT] = string(13) "OFCR125050421"
          [CCE1] = string(0) ""
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
        }
  }
}
 




DP1_actions.php
array(3) {
  [act] = string(10) "validSuivi"
  [mfgnum] = string(13) "OFCR125050421"
  [mfglin] = string(4) "1001"
}
 
Niv302/06/2025 09:07:0612ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 425
Fonct : Valid_Suiviof
Lien : /CRRPROD/DP1_actions.php?act=validSuivi&mfgnum=OFCR125050421&mfglin=1001DES
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050421</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">11.35</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">REF00083</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">REF00083</FLD> <FLD NAME="UOM" TYPE="Char">KG</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">11.35</FLD> <FLD NAME="LOT" TYPE="Char">20250528</FLD> </LIN> </TAB> </PARAM> Niv502/06/2025 09:07:0812ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 334
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOU,,,FRA,NOU2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOU FRA NOU2 imp 1 site CR1 article REF00083 lot 20250528 sscc 0000387604 ope 12 dluo 20250925 bpslot loc qte 11.35 pcu KG date 2025/06/02 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="11"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">REF00083</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250528</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387604</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">12</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250925</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11.35</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2025/06/02</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(11) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "REF00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "20250528"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387604"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "12"
        }
        [6] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250925"
        }
        [7] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "11.35"
        }
        [10] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(10) "2025/06/02"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="11"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">REF00083</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250528</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387604</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">12</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250925</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">11.35</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">2025/06/02</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(11) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "REF00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "20250528"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387604"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "12"
        }
        [6] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250925"
        }
        [7] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "11.35"
        }
        [10] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(10) "2025/06/02"
        }
  }
}
 




DP1_actions.php
array(4) {
  [act] = string(9) "impligrec"
  [mfgnum] = string(13) "OFCR125050421"
  [mfglin] = string(4) "1001"
  [seq] = string(6) "493781"
}
 
Niv502/06/2025 09:07:48102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(FRU00260,,,1.9,KG,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FRU00260 1.9 KG CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FRU00260</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">1.9</FLD> <FLD NAME="XUOMSRC" TYPE="Char">KG</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00260"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "1.9"
        [XUOMSRC] = string(2) "KG"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FRU00260</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">1.9</FLD><FLD NAME="XUOMSRC" TYPE="Char">KG</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00260"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "1.9"
        [XUOMSRC] = string(2) "KG"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "1.9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00260"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "28000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BC11"
  [loc] = string(4) "BC11"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "31000"
  [soqseq] = string(5) "31000"
  [stocou] = string(7) "1735145"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "09925"
  [sloligneop] = string(0) ""
  [stu] = string(2) "KG"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "1.9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.31000.31000....STOALL.........1..........09925.....0000385334......BC11...173514599999998.......1.9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.37000.37000....STOALL.........1.......10042025.....................AA10...174129099999998.........6"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385334"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:07:48102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(FRU00260,,,1.9,KG,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FRU00260 1.9 KG CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FRU00260</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">1.9</FLD> <FLD NAME="XUOMSRC" TYPE="Char">KG</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00260"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "1.9"
        [XUOMSRC] = string(2) "KG"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FRU00260</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">1.9</FLD><FLD NAME="XUOMSRC" TYPE="Char">KG</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00260"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "1.9"
        [XUOMSRC] = string(2) "KG"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "1.9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00260"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "28000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BC11"
  [loc] = string(4) "BC11"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "31000"
  [soqseq] = string(5) "31000"
  [stocou] = string(7) "1735145"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "09925"
  [sloligneop] = string(0) ""
  [stu] = string(2) "KG"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "1.9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.31000.31000....STOALL.........1..........09925.....0000385334......BC11...173514599999998.......1.9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.37000.37000....STOALL.........1.......10042025.....................AA10...174129099999998.........6"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385334"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:07:49102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(FRU00260,,,1.9,KG,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FRU00260 1.9 KG CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FRU00260</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">1.9</FLD> <FLD NAME="XUOMSRC" TYPE="Char">KG</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00260"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "1.9"
        [XUOMSRC] = string(2) "KG"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FRU00260</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">1.9</FLD><FLD NAME="XUOMSRC" TYPE="Char">KG</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00260"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "1.9"
        [XUOMSRC] = string(2) "KG"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "1.9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00260"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "28000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BC11"
  [loc] = string(4) "BC11"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "31000"
  [soqseq] = string(5) "31000"
  [stocou] = string(7) "1735145"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "09925"
  [sloligneop] = string(0) ""
  [stu] = string(2) "KG"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "1.9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.31000.31000....STOALL.........1..........09925.....0000385334......BC11...173514599999998.......1.9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.37000.37000....STOALL.........1.......10042025.....................AA10...174129099999998.........6"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385334"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:07:555ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article CON00621 lot 50510357 loc sscc 0000387596 ope 5 qte 400 pcu UN pohnum bpsnum date 20250602 bpslot dluo 20260123 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CON00621</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510357</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387596</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">5</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">400</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">UN</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260123</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CON00621"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510357"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387596"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(1) "5"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "400"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260123"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">CON00621</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510357</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387596</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">5</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">400</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">UN</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260123</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CON00621"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510357"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387596"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(1) "5"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "400"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260123"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "CON00621"
  [lot] = string(8) "50510357"
  [bpslot] = string(1) " "
  [sscc] = string(10) "0000387596"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(3) "400"
  [pcu] = string(2) "UN"
}
 
Niv502/06/2025 09:07:565ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article CON00621 lot 50510357 loc sscc 0000387597 ope 5 qte 400 pcu UN pohnum bpsnum date 20250602 bpslot dluo 20260123 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CON00621</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510357</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387597</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">5</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">400</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">UN</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260123</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CON00621"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510357"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387597"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(1) "5"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "400"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260123"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">CON00621</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510357</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387597</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">5</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">400</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">UN</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260123</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CON00621"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510357"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387597"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(1) "5"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "400"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260123"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "CON00621"
  [lot] = string(8) "50510357"
  [bpslot] = string(1) " "
  [sscc] = string(10) "0000387597"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(3) "400"
  [pcu] = string(2) "UN"
}
 
Niv502/06/2025 09:07:575ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article CON00621 lot 50510357 loc sscc 0000387598 ope 5 qte 400 pcu UN pohnum bpsnum date 20250602 bpslot dluo 20260123 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CON00621</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510357</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387598</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">5</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">400</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">UN</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260123</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CON00621"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510357"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387598"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(1) "5"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "400"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260123"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">CON00621</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510357</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387598</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">5</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">400</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">UN</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260123</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CON00621"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510357"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387598"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(1) "5"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "400"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260123"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "CON00621"
  [lot] = string(8) "50510357"
  [bpslot] = string(1) " "
  [sscc] = string(10) "0000387598"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(3) "400"
  [pcu] = string(2) "UN"
}
 
Niv502/06/2025 09:07:58102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 FRU00260 BC11 09925 A CR125060002 28000 1.9 KG 0 KG 0000385334 D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00260</FLD> <FLD NAME="SLOC" TYPE="Char">BC11</FLD> <FLD NAME="SLOT" TYPE="Char">09925</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">28000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1.9</FLD> <FLD NAME="SSTU" TYPE="Decimal">KG</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">KG</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000385334</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00260"
        [SLOC] = string(4) "BC11"
        [SLOT] = string(5) "09925"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "28000"
        [SQTYSTU] = string(3) "1.9"
        [SSTU] = string(2) "KG"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "KG"
        [SPALNUM] = string(10) "0000385334"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">FRU00260</FLD><FLD NAME="SLOC" TYPE="Char">BC11</FLD><FLD NAME="SLOT" TYPE="Char">09925</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000385334</FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">28000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1.9</FLD><FLD NAME="SSTU" TYPE="Char">KG</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">KG</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00260"
        [SLOC] = string(4) "BC11"
        [SLOT] = string(5) "09925"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000385334"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "28000"
        [SQTYSTU] = string(3) "1.9"
        [SSTU] = string(2) "KG"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "KG"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "1.9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00260"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "28000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BC11"
  [loc] = string(4) "BC11"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "31000"
  [soqseq] = string(5) "31000"
  [stocou] = string(7) "1735145"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "09925"
  [sloligneop] = string(0) ""
  [stu] = string(2) "KG"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "1.9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.31000.31000....STOALL.........1..........09925.....0000385334......BC11...173514599999998.......1.9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.37000.37000....STOALL.........1.......10042025.....................AA10...174129099999998.........6"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385334"
  [lot] = string(5) "09925"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:08:045ROYRENE:YWSCHG08
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2260
Fonction : Run(YWSCHG08, PalStoT-EmpMas 5 CR1 0000387599 0 IDEX Q )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD> <FLD NAME="SUSER" TYPE="Char">5</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387599</FLD> <FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD> <FLD NAME="DLOC" TYPE="Char">IDEX</FLD> <FLD NAME="DSTA" TYPE="Char">Q</FLD> </GRP> </PARAM>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(1) "5"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000387599"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(4) "IDEX"
        [DSTA] = string(1) "Q"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD><FLD NAME="SUSER" TYPE="Char">5</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387599</FLD><FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD><FLD NAME="DLOC" TYPE="Char">IDEX</FLD><FLD NAME="DSTA" TYPE="Char">Q</FLD></GRP></RESULT>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(1) "5"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000387599"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(4) "IDEX"
        [DSTA] = string(1) "Q"
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000387599"
  [TypeSource] = string(18) "PaletteStockTotale"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(4) "idex"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "CON00621"
  [SelectedLoc] = string(0) ""
  [designation] = string(27) "ASS SAVEURS BTE FER RJ 180G"
  [lot] = string(8) "50510357"
  [slo] = string(1) " "
  [ssta] = string(1) "Q"
  [dsta] = string(1) "Q"
  [loc] = string(4) "SCAL"
  [totalqte] = string(3) "400"
  [us] = string(2) "UN"
  [stocou] = string(7) "1745223"
  [qte] = string(3) "400"
  [unite] = string(2) "UN"
}
 
Niv502/06/2025 09:08:115ROYRENE:YWSCHG08
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2260
Fonction : Run(YWSCHG08, PalStoT-EmpMas 5 CR1 0000387600 0 IDEX Q )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD> <FLD NAME="SUSER" TYPE="Char">5</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387600</FLD> <FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD> <FLD NAME="DLOC" TYPE="Char">IDEX</FLD> <FLD NAME="DSTA" TYPE="Char">Q</FLD> </GRP> </PARAM>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(1) "5"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000387600"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(4) "IDEX"
        [DSTA] = string(1) "Q"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD><FLD NAME="SUSER" TYPE="Char">5</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387600</FLD><FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD><FLD NAME="DLOC" TYPE="Char">IDEX</FLD><FLD NAME="DSTA" TYPE="Char">Q</FLD></GRP></RESULT>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(1) "5"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000387600"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(4) "IDEX"
        [DSTA] = string(1) "Q"
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000387600"
  [TypeSource] = string(18) "PaletteStockTotale"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(4) "idex"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "CON00621"
  [SelectedLoc] = string(0) ""
  [designation] = string(27) "ASS SAVEURS BTE FER RJ 180G"
  [lot] = string(8) "50510357"
  [slo] = string(1) " "
  [ssta] = string(1) "Q"
  [dsta] = string(1) "Q"
  [loc] = string(4) "SCAL"
  [totalqte] = string(3) "400"
  [us] = string(2) "UN"
  [stocou] = string(7) "1745224"
  [qte] = string(3) "400"
  [unite] = string(2) "UN"
}
 
Niv502/06/2025 09:08:56102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 EPI00712 AA10 10042025 A CR125060002 34000 6 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EPI00712</FLD> <FLD NAME="SLOC" TYPE="Char">AA10</FLD> <FLD NAME="SLOT" TYPE="Char">10042025</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">34000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EPI00712"
        [SLOC] = string(4) "AA10"
        [SLOT] = string(8) "10042025"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "34000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EPI00712</FLD><FLD NAME="SLOC" TYPE="Char">AA10</FLD><FLD NAME="SLOT" TYPE="Char">10042025</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">34000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EPI00712"
        [SLOC] = string(4) "AA10"
        [SLOT] = string(8) "10042025"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "34000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(8) "EPI00712"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "34000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA10"
  [loc] = string(4) "AA10"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "37000"
  [soqseq] = string(5) "37000"
  [stocou] = string(7) "1741290"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "10042025"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.37000.37000....STOALL.........1.......10042025.....................AA10...174129099999998.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.38000.38000....STOALL.........1.......10032025.....................AA11...173815099999998.........6"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "EPI00712"
  [lot] = string(8) "10042025"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:09:17102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 EPI00713 AA11 10032025 A CR125060002 35000 6 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EPI00713</FLD> <FLD NAME="SLOC" TYPE="Char">AA11</FLD> <FLD NAME="SLOT" TYPE="Char">10032025</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">35000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EPI00713"
        [SLOC] = string(4) "AA11"
        [SLOT] = string(8) "10032025"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "35000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EPI00713</FLD><FLD NAME="SLOC" TYPE="Char">AA11</FLD><FLD NAME="SLOT" TYPE="Char">10032025</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">35000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EPI00713"
        [SLOC] = string(4) "AA11"
        [SLOT] = string(8) "10032025"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "35000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(8) "EPI00713"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "35000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA11"
  [loc] = string(4) "AA11"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "38000"
  [soqseq] = string(5) "38000"
  [stocou] = string(7) "1738150"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "10032025"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.38000.38000....STOALL.........1.......10032025.....................AA11...173815099999998.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.19000.19000....STOALL.........1.......50310646.....................AA04...174358999999999........12"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "EPI00713"
  [lot] = string(8) "10032025"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:10:11102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL01235 AA04 50310646 CR125060002 17000 12 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01235</FLD> <FLD NAME="SLOC" TYPE="Char">AA04</FLD> <FLD NAME="SLOT" TYPE="Char">50310646</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">17000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">12</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01235"
        [SLOC] = string(4) "AA04"
        [SLOT] = string(8) "50310646"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "17000"
        [SQTYSTU] = string(2) "12"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01235</FLD><FLD NAME="SLOC" TYPE="Char">AA04</FLD><FLD NAME="SLOT" TYPE="Char">50310646</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char"></FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">17000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">12</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01235"
        [SLOC] = string(4) "AA04"
        [SLOT] = string(8) "50310646"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "17000"
        [SQTYSTU] = string(2) "12"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "12"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01235"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "17000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA04"
  [loc] = string(4) "AA04"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "19000"
  [soqseq] = string(5) "19000"
  [stocou] = string(7) "1743589"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50310646"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "12"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.19000.19000....STOALL.........1.......50310646.....................AA04...174358999999999........12"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.21000.21000....STOALL.........1.......50510041.....................AB07...173962099999999.........9"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(4) "aa04"
  [lot] = string(8) "50310646"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:10:18102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 NOU00328 AB07 50510041 A CR125060002 18000 9 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">NOU00328</FLD> <FLD NAME="SLOC" TYPE="Char">AB07</FLD> <FLD NAME="SLOT" TYPE="Char">50510041</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">18000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00328"
        [SLOC] = string(4) "AB07"
        [SLOT] = string(8) "50510041"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "18000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">NOU00328</FLD><FLD NAME="SLOC" TYPE="Char">AB07</FLD><FLD NAME="SLOT" TYPE="Char">50510041</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">18000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "NOU00328"
        [SLOC] = string(4) "AB07"
        [SLOT] = string(8) "50510041"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "18000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "NOU00328"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "18000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AB07"
  [loc] = string(4) "AB07"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "21000"
  [soqseq] = string(5) "21000"
  [stocou] = string(7) "1739620"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510041"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.21000.21000....STOALL.........1.......50510041.....................AB07...173962099999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..9000..9000....STOALL.........2.......50310257.....................BA04...173551699999998.........2"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "NOU00328"
  [lot] = string(8) "50510041"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:10:31102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00016 BA04 50310257 A CR125060002 9000 1 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00016</FLD> <FLD NAME="SLOC" TYPE="Char">BA04</FLD> <FLD NAME="SLOT" TYPE="Char">50310257</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">9000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00016"
        [SLOC] = string(4) "BA04"
        [SLOT] = string(8) "50310257"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(4) "9000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00016</FLD><FLD NAME="SLOC" TYPE="Char">BA04</FLD><FLD NAME="SLOT" TYPE="Char">50310257</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">9000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00016"
        [SLOC] = string(4) "BA04"
        [SLOT] = string(8) "50310257"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(4) "9000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "2"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00016"
  [op] = string(11) "CR125060002"
  [oplig] = string(4) "9000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA04"
  [loc] = string(4) "BA04"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(4) "9000"
  [soqseq] = string(4) "9000"
  [stocou] = string(7) "1735516"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50310257"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "2"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..9000..9000....STOALL.........2.......50310257.....................BA04...173551699999998.........2"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.13000.13000....STOALL.........1.......50510482.....0000387422......BC01...174461599999999.........1"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00016"
  [lot] = string(8) "50310257"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:10:38102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00016 BA04 50310257 A CR125060002 9000 1 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00016</FLD> <FLD NAME="SLOC" TYPE="Char">BA04</FLD> <FLD NAME="SLOT" TYPE="Char">50310257</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">9000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00016"
        [SLOC] = string(4) "BA04"
        [SLOT] = string(8) "50310257"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(4) "9000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00016</FLD><FLD NAME="SLOC" TYPE="Char">BA04</FLD><FLD NAME="SLOT" TYPE="Char">50310257</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">9000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00016"
        [SLOC] = string(4) "BA04"
        [SLOT] = string(8) "50310257"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(4) "9000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00016"
  [op] = string(11) "CR125060002"
  [oplig] = string(4) "9000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA04"
  [loc] = string(4) "BA04"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(4) "9000"
  [soqseq] = string(4) "9000"
  [stocou] = string(7) "1735516"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50310257"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..9000..9000....STOALL.........2.......50310257.....................BA04...173551699999998.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.13000.13000....STOALL.........1.......50510482.....0000387422......BC01...174461599999999.........1"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00016"
  [lot] = string(8) "50310257"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:11:2940ROYRENE:YWSCHG08
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2260
Fonction : Run(YWSCHG08, PalStoT-EmpMas 40 CR1 0000387582 0 QLRL A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD> <FLD NAME="SUSER" TYPE="Char">40</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387582</FLD> <FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD> <FLD NAME="DLOC" TYPE="Char">QLRL</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> </GRP> </PARAM>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000387582"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(4) "QLRL"
        [DSTA] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD><FLD NAME="SUSER" TYPE="Char">40</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387582</FLD><FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD><FLD NAME="DLOC" TYPE="Char">QLRL</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD></GRP></RESULT>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000387582"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(4) "QLRL"
        [DSTA] = string(1) "A"
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000387582"
  [TypeSource] = string(18) "PaletteStockTotale"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(4) "QLRL"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "FRU00247"
  [SelectedLoc] = string(0) ""
  [designation] = string(29) "PATE DE FRUITS ASSORT RJ 175G"
  [lot] = string(8) "50510446"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(4) "SCAL"
  [totalqte] = string(3) "533"
  [us] = string(2) "UN"
  [stocou] = string(7) "1745180"
  [qte] = string(3) "533"
  [unite] = string(2) "UN"
}
 
Niv502/06/2025 09:11:43102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(CAL01307,,,1,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL01307 1 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL01307</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">1</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01307"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "1"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL01307</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">1</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01307"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "1"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01307"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "13000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BC01"
  [loc] = string(4) "BC01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "13000"
  [soqseq] = string(5) "13000"
  [stocou] = string(7) "1744615"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510482"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.13000.13000....STOALL.........1.......50510482.....0000387422......BC01...174461599999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..7000..7000....STOALL.........1.......50410477.....................AA01...173622499999998.........6"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000387422"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:11:43102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(CAL01307,,,1,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL01307 1 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL01307</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">1</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01307"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "1"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL01307</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">1</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01307"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "1"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01307"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "13000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BC01"
  [loc] = string(4) "BC01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "13000"
  [soqseq] = string(5) "13000"
  [stocou] = string(7) "1744615"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510482"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.13000.13000....STOALL.........1.......50510482.....0000387422......BC01...174461599999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..7000..7000....STOALL.........1.......50410477.....................AA01...173622499999998.........6"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000387422"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:11:43102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(CAL01307,,,1,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL01307 1 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL01307</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">1</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01307"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "1"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL01307</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">1</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL01307"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "1"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01307"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "13000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BC01"
  [loc] = string(4) "BC01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "13000"
  [soqseq] = string(5) "13000"
  [stocou] = string(7) "1744615"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510482"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.13000.13000....STOALL.........1.......50510482.....0000387422......BC01...174461599999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..7000..7000....STOALL.........1.......50410477.....................AA01...173622499999998.........6"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000387422"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:11:55102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 CAL01307 BC01 50510482 A CR125060002 13000 1 UN 0 UN 0000387422 D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01307</FLD> <FLD NAME="SLOC" TYPE="Char">BC01</FLD> <FLD NAME="SLOT" TYPE="Char">50510482</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">13000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387422</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01307"
        [SLOC] = string(4) "BC01"
        [SLOT] = string(8) "50510482"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "13000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000387422"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01307</FLD><FLD NAME="SLOC" TYPE="Char">BC01</FLD><FLD NAME="SLOT" TYPE="Char">50510482</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387422</FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">13000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01307"
        [SLOC] = string(4) "BC01"
        [SLOT] = string(8) "50510482"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387422"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "13000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01307"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "13000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BC01"
  [loc] = string(4) "BC01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "13000"
  [soqseq] = string(5) "13000"
  [stocou] = string(7) "1744615"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510482"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.13000.13000....STOALL.........1.......50510482.....0000387422......BC01...174461599999999.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..7000..7000....STOALL.........1.......50410477.....................AA01...173622499999998.........6"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000387422"
  [lot] = string(8) "50510482"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:13:26111ROYRENE:YWTRFSM02
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 1015
Fonction : Run(YWTRFSM02, 111#MAT00001 111 CR1 MAT00001 MATRDC 50510303 A 0000386380 450 OFCR125060064 1000 5 CALPR A A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">111#MAT00001</FLD> <FLD NAME="USER" TYPE="Char">111</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">MAT00001</FLD> <FLD NAME="SLOC" TYPE="Char">MATRDC</FLD> <FLD NAME="SLOT" TYPE="Char">50510303</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000386380</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">450</FLD> <FLD NAME="SMFGNUM" TYPE="Char">OFCR125060064</FLD> <FLD NAME="SMFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SBOMSEQ" TYPE="Integer">5</FLD> <FLD NAME="DLOC" TYPE="Char">CALPR</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">A</FLD> </GRP> </PARAM>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "111#MAT00001"
        [USER] = string(3) "111"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00001"
        [SLOC] = string(6) "MATRDC"
        [SLOT] = string(8) "50510303"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000386380"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(3) "450"
        [SMFGNUM] = string(13) "OFCR125060064"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(1) "5"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">111#MAT00001</FLD><FLD NAME="USER" TYPE="Char">111</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">MAT00001</FLD><FLD NAME="SLOC" TYPE="Char">MATRDC</FLD><FLD NAME="SLOT" TYPE="Char">50510303</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000386380</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">450</FLD><FLD NAME="SMFGNUM" TYPE="Char">OFCR125060064</FLD><FLD NAME="SMFGLIN" TYPE="Decimal">1000</FLD><FLD NAME="SBOMSEQ" TYPE="Decimal">5</FLD><FLD NAME="DLOC" TYPE="Char">CALPR</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">A</FLD></GRP></RESULT>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "111#MAT00001"
        [USER] = string(3) "111"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00001"
        [SLOC] = string(6) "MATRDC"
        [SLOT] = string(8) "50510303"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000386380"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(3) "450"
        [SMFGNUM] = string(13) "OFCR125060064"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(1) "5"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 




SM1_actions.php
array(28) {
  [AutomaticLineValue] = string(9) "article;0"
  [act] = string(8) "lstValid"
  [bomope] = string(0) ""
  [bomseq] = string(1) "5"
  [mfglin] = string(4) "1000"
  [numof] = string(13) "OFCR125060064"
  [wst] = string(0) ""
  [tablin] = string(1) "0"
  [retqty] = string(3) "450"
  [qtyprep] = string(1) "0"
  [sta] = string(1) "A"
  [slo] = string(1) " "
  [palnum] = string(10) "0000386380"
  [stocou] = string(7) "1743832"
  [vide] = string(24) "OFCR125060064 / 1000 / 5"
  [article] = string(8) "MAT00001"
  [designation] = string(23) "MELON CONFIT TRANCHE KG"
  [resqty] = string(5) "0/450"
  [sloc] = string(6) "MATRDC"
  [flash] = string(10) "0000386380"
  [dloc] = string(5) "CALPR"
  [qtypf] = string(0) ""
  [uomlink] = string(2) "KG"
  [dflash] = string(0) ""
  [qte] = string(3) "450"
  [unite] = string(2) "KG"
  [lot] = string(8) "50510303"
  [ajxact] = string(10) "AjxAutoqte"
}
 
Niv502/06/2025 09:13:31102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00779D AA01 50410477 CR125060002 7000 6 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00779D</FLD> <FLD NAME="SLOC" TYPE="Char">AA01</FLD> <FLD NAME="SLOT" TYPE="Char">50410477</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">7000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(9) "CAL00779D"
        [SLOC] = string(4) "AA01"
        [SLOT] = string(8) "50410477"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00779D</FLD><FLD NAME="SLOC" TYPE="Char">AA01</FLD><FLD NAME="SLOT" TYPE="Char">50410477</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char"></FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">7000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(9) "CAL00779D"
        [SLOC] = string(4) "AA01"
        [SLOT] = string(8) "50410477"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(9) "CAL00779D"
  [op] = string(11) "CR125060002"
  [oplig] = string(4) "7000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA01"
  [loc] = string(4) "AA01"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(4) "7000"
  [soqseq] = string(4) "7000"
  [stocou] = string(7) "1736224"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410477"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..7000..7000....STOALL.........1.......50410477.....................AA01...173622499999998.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..6000..6000....STOALL.........1.......50510130.....................AA02...174355799999998........18"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(4) "aa01"
  [lot] = string(8) "50410477"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:13:43102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00780 AA02 50510130 A CR125060002 6000 18 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00780</FLD> <FLD NAME="SLOC" TYPE="Char">AA02</FLD> <FLD NAME="SLOT" TYPE="Char">50510130</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">6000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">18</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00780"
        [SLOC] = string(4) "AA02"
        [SLOT] = string(8) "50510130"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(4) "6000"
        [SQTYSTU] = string(2) "18"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00780</FLD><FLD NAME="SLOC" TYPE="Char">AA02</FLD><FLD NAME="SLOT" TYPE="Char">50510130</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">6000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">18</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00780"
        [SLOC] = string(4) "AA02"
        [SLOT] = string(8) "50510130"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(4) "6000"
        [SQTYSTU] = string(2) "18"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "18"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00780"
  [op] = string(11) "CR125060002"
  [oplig] = string(4) "6000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA02"
  [loc] = string(4) "AA02"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(4) "6000"
  [soqseq] = string(4) "6000"
  [stocou] = string(7) "1743557"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510130"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "18"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..6000..6000....STOALL.........1.......50510130.....................AA02...174355799999998........18"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..5000..5000....STOALL.........1.......50310114.....................AA03...173551299999998........20"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00780"
  [lot] = string(8) "50510130"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:14:02102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00781 AA03 50310114 A CR125060002 5000 20 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00781</FLD> <FLD NAME="SLOC" TYPE="Char">AA03</FLD> <FLD NAME="SLOT" TYPE="Char">50310114</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">5000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">20</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00781"
        [SLOC] = string(4) "AA03"
        [SLOT] = string(8) "50310114"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(4) "5000"
        [SQTYSTU] = string(2) "20"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00781</FLD><FLD NAME="SLOC" TYPE="Char">AA03</FLD><FLD NAME="SLOT" TYPE="Char">50310114</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">5000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">20</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00781"
        [SLOC] = string(4) "AA03"
        [SLOT] = string(8) "50310114"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(4) "5000"
        [SQTYSTU] = string(2) "20"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "20"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00781"
  [op] = string(11) "CR125060002"
  [oplig] = string(4) "5000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA03"
  [loc] = string(4) "AA03"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(4) "5000"
  [soqseq] = string(4) "5000"
  [stocou] = string(7) "1735512"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50310114"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "20"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935..5000..5000....STOALL.........1.......50310114.....................AA03...173551299999998........20"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.35000.35000....STOALL.........1..........02725.....0000380571...CONQUAI...171409399999999.........9"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00781"
  [lot] = string(8) "50310114"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:14:13111ROYRENE:YWTRFSM02
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 1015
Fonction : Run(YWTRFSM02, 111#MAT00002 111 CR1 MAT00002 MATRDC 50410363 A 0000384736 24 OFCR125060064 1000 20 CALPR A A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">111#MAT00002</FLD> <FLD NAME="USER" TYPE="Char">111</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">MAT00002</FLD> <FLD NAME="SLOC" TYPE="Char">MATRDC</FLD> <FLD NAME="SLOT" TYPE="Char">50410363</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000384736</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">24</FLD> <FLD NAME="SMFGNUM" TYPE="Char">OFCR125060064</FLD> <FLD NAME="SMFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SBOMSEQ" TYPE="Integer">20</FLD> <FLD NAME="DLOC" TYPE="Char">CALPR</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">A</FLD> </GRP> </PARAM>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "111#MAT00002"
        [USER] = string(3) "111"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00002"
        [SLOC] = string(6) "MATRDC"
        [SLOT] = string(8) "50410363"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000384736"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(2) "24"
        [SMFGNUM] = string(13) "OFCR125060064"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "20"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">111#MAT00002</FLD><FLD NAME="USER" TYPE="Char">111</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">MAT00002</FLD><FLD NAME="SLOC" TYPE="Char">MATRDC</FLD><FLD NAME="SLOT" TYPE="Char">50410363</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000384736</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">24</FLD><FLD NAME="SMFGNUM" TYPE="Char">OFCR125060064</FLD><FLD NAME="SMFGLIN" TYPE="Decimal">1000</FLD><FLD NAME="SBOMSEQ" TYPE="Decimal">20</FLD><FLD NAME="DLOC" TYPE="Char">CALPR</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">A</FLD></GRP></RESULT>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "111#MAT00002"
        [USER] = string(3) "111"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00002"
        [SLOC] = string(6) "MATRDC"
        [SLOT] = string(8) "50410363"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000384736"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(2) "24"
        [SMFGNUM] = string(13) "OFCR125060064"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "20"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 




SM1_actions.php
array(28) {
  [AutomaticLineValue] = string(9) "article;1"
  [act] = string(8) "lstValid"
  [bomope] = string(0) ""
  [bomseq] = string(2) "20"
  [mfglin] = string(4) "1000"
  [numof] = string(13) "OFCR125060064"
  [wst] = string(0) ""
  [tablin] = string(1) "1"
  [retqty] = string(2) "24"
  [qtyprep] = string(1) "0"
  [sta] = string(1) "A"
  [slo] = string(1) " "
  [palnum] = string(10) "0000384736"
  [stocou] = string(7) "1740828"
  [vide] = string(25) "OFCR125060064 / 1000 / 20"
  [article] = string(8) "MAT00002"
  [designation] = string(25) "ECORCE D'ORANGE CUBE 6MM "
  [resqty] = string(4) "0/24"
  [sloc] = string(6) "MATRDC"
  [flash] = string(10) "0000384736"
  [dloc] = string(5) "CALPR"
  [qtypf] = string(0) ""
  [uomlink] = string(2) "KG"
  [dflash] = string(0) ""
  [qte] = string(2) "24"
  [unite] = string(2) "KG"
  [lot] = string(8) "50410363"
  [ajxact] = string(10) "AjxAutoqte"
}
 
Niv502/06/2025 09:14:29111ROYRENE:YWTRFSM02
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 1015
Fonction : Run(YWTRFSM02, 111#MAT00024 111 CR1 MAT00024 MATRDC 50410357 A 0000384726 267 OFCR125060064 1000 40 CALPR A A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">111#MAT00024</FLD> <FLD NAME="USER" TYPE="Char">111</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">MAT00024</FLD> <FLD NAME="SLOC" TYPE="Char">MATRDC</FLD> <FLD NAME="SLOT" TYPE="Char">50410357</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000384726</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">267</FLD> <FLD NAME="SMFGNUM" TYPE="Char">OFCR125060064</FLD> <FLD NAME="SMFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SBOMSEQ" TYPE="Integer">40</FLD> <FLD NAME="DLOC" TYPE="Char">CALPR</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">A</FLD> </GRP> </PARAM>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "111#MAT00024"
        [USER] = string(3) "111"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00024"
        [SLOC] = string(6) "MATRDC"
        [SLOT] = string(8) "50410357"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000384726"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(3) "267"
        [SMFGNUM] = string(13) "OFCR125060064"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "40"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">111#MAT00024</FLD><FLD NAME="USER" TYPE="Char">111</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">MAT00024</FLD><FLD NAME="SLOC" TYPE="Char">MATRDC</FLD><FLD NAME="SLOT" TYPE="Char">50410357</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000384726</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">267</FLD><FLD NAME="SMFGNUM" TYPE="Char">OFCR125060064</FLD><FLD NAME="SMFGLIN" TYPE="Decimal">1000</FLD><FLD NAME="SBOMSEQ" TYPE="Decimal">40</FLD><FLD NAME="DLOC" TYPE="Char">CALPR</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">A</FLD></GRP></RESULT>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "111#MAT00024"
        [USER] = string(3) "111"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00024"
        [SLOC] = string(6) "MATRDC"
        [SLOT] = string(8) "50410357"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000384726"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(3) "267"
        [SMFGNUM] = string(13) "OFCR125060064"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "40"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 




SM1_actions.php
array(28) {
  [AutomaticLineValue] = string(9) "article;2"
  [act] = string(8) "lstValid"
  [bomope] = string(0) ""
  [bomseq] = string(2) "40"
  [mfglin] = string(4) "1000"
  [numof] = string(13) "OFCR125060064"
  [wst] = string(0) ""
  [tablin] = string(1) "2"
  [retqty] = string(3) "267"
  [qtyprep] = string(1) "0"
  [sta] = string(1) "A"
  [slo] = string(1) " "
  [palnum] = string(10) "0000384726"
  [stocou] = string(7) "1740566"
  [vide] = string(25) "OFCR125060064 / 1000 / 40"
  [article] = string(8) "MAT00024"
  [designation] = string(21) "SIROP DE GLUCOSE DE60"
  [resqty] = string(5) "0/267"
  [sloc] = string(6) "MATRDC"
  [flash] = string(10) "0000384726"
  [dloc] = string(5) "CALPR"
  [qtypf] = string(0) ""
  [uomlink] = string(2) "KG"
  [dflash] = string(0) ""
  [qte] = string(3) "267"
  [unite] = string(2) "KG"
  [lot] = string(8) "50410357"
  [ajxact] = string(10) "AjxAutoqte"
}
 
Niv502/06/2025 09:14:41111ROYRENE:YWTRFSM02
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 1015
Fonction : Run(YWTRFSM02, 111#MAT00047 111 CR1 MAT00047 MATRDC 50410566 A 0000385385 474 OFCR125060064 1000 10 CALPR A A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">111#MAT00047</FLD> <FLD NAME="USER" TYPE="Char">111</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">MAT00047</FLD> <FLD NAME="SLOC" TYPE="Char">MATRDC</FLD> <FLD NAME="SLOT" TYPE="Char">50410566</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000385385</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">474</FLD> <FLD NAME="SMFGNUM" TYPE="Char">OFCR125060064</FLD> <FLD NAME="SMFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SBOMSEQ" TYPE="Integer">10</FLD> <FLD NAME="DLOC" TYPE="Char">CALPR</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">A</FLD> </GRP> </PARAM>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "111#MAT00047"
        [USER] = string(3) "111"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00047"
        [SLOC] = string(6) "MATRDC"
        [SLOT] = string(8) "50410566"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000385385"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(3) "474"
        [SMFGNUM] = string(13) "OFCR125060064"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "10"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">111#MAT00047</FLD><FLD NAME="USER" TYPE="Char">111</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">MAT00047</FLD><FLD NAME="SLOC" TYPE="Char">MATRDC</FLD><FLD NAME="SLOT" TYPE="Char">50410566</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000385385</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">474</FLD><FLD NAME="SMFGNUM" TYPE="Char">OFCR125060064</FLD><FLD NAME="SMFGLIN" TYPE="Decimal">1000</FLD><FLD NAME="SBOMSEQ" TYPE="Decimal">10</FLD><FLD NAME="DLOC" TYPE="Char">CALPR</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">A</FLD></GRP></RESULT>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "111#MAT00047"
        [USER] = string(3) "111"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00047"
        [SLOC] = string(6) "MATRDC"
        [SLOT] = string(8) "50410566"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000385385"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(3) "474"
        [SMFGNUM] = string(13) "OFCR125060064"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "10"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 




SM1_actions.php
array(28) {
  [AutomaticLineValue] = string(9) "article;3"
  [act] = string(8) "lstValid"
  [bomope] = string(0) ""
  [bomseq] = string(2) "10"
  [mfglin] = string(4) "1000"
  [numof] = string(13) "OFCR125060064"
  [wst] = string(0) ""
  [tablin] = string(1) "3"
  [retqty] = string(3) "474"
  [qtyprep] = string(1) "0"
  [sta] = string(1) "A"
  [slo] = string(1) " "
  [palnum] = string(10) "0000385385"
  [stocou] = string(7) "1743848"
  [vide] = string(25) "OFCR125060064 / 1000 / 10"
  [article] = string(8) "MAT00047"
  [designation] = string(30) "AMANDE ESPAGNE BLANCHIE BIGBAG"
  [resqty] = string(5) "0/474"
  [sloc] = string(6) "MATRDC"
  [flash] = string(10) "0000385385"
  [dloc] = string(5) "CALPR"
  [qtypf] = string(0) ""
  [uomlink] = string(2) "KG"
  [dflash] = string(0) ""
  [qte] = string(3) "474"
  [unite] = string(2) "KG"
  [lot] = string(8) "50410566"
  [ajxact] = string(10) "AjxAutoqte"
}
 
Niv502/06/2025 09:14:52111ROYRENE:YWTRFSM02
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 1015
Fonction : Run(YWTRFSM02, 111#MAT00565 111 CR1 MAT00565 MATRDC 50410555 A 0000385366 141 OFCR125060064 1000 45 CALPR A A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">111#MAT00565</FLD> <FLD NAME="USER" TYPE="Char">111</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">MAT00565</FLD> <FLD NAME="SLOC" TYPE="Char">MATRDC</FLD> <FLD NAME="SLOT" TYPE="Char">50410555</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000385366</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">141</FLD> <FLD NAME="SMFGNUM" TYPE="Char">OFCR125060064</FLD> <FLD NAME="SMFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SBOMSEQ" TYPE="Integer">45</FLD> <FLD NAME="DLOC" TYPE="Char">CALPR</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">A</FLD> </GRP> </PARAM>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "111#MAT00565"
        [USER] = string(3) "111"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00565"
        [SLOC] = string(6) "MATRDC"
        [SLOT] = string(8) "50410555"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000385366"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(3) "141"
        [SMFGNUM] = string(13) "OFCR125060064"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "45"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">111#MAT00565</FLD><FLD NAME="USER" TYPE="Char">111</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">MAT00565</FLD><FLD NAME="SLOC" TYPE="Char">MATRDC</FLD><FLD NAME="SLOT" TYPE="Char">50410555</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000385366</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">141</FLD><FLD NAME="SMFGNUM" TYPE="Char">OFCR125060064</FLD><FLD NAME="SMFGLIN" TYPE="Decimal">1000</FLD><FLD NAME="SBOMSEQ" TYPE="Decimal">45</FLD><FLD NAME="DLOC" TYPE="Char">CALPR</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">A</FLD></GRP></RESULT>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "111#MAT00565"
        [USER] = string(3) "111"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "MAT00565"
        [SLOC] = string(6) "MATRDC"
        [SLOT] = string(8) "50410555"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000385366"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(3) "141"
        [SMFGNUM] = string(13) "OFCR125060064"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "45"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 




SM1_actions.php
array(28) {
  [AutomaticLineValue] = string(9) "article;4"
  [act] = string(8) "lstValid"
  [bomope] = string(0) ""
  [bomseq] = string(2) "45"
  [mfglin] = string(4) "1000"
  [numof] = string(13) "OFCR125060064"
  [wst] = string(0) ""
  [tablin] = string(1) "4"
  [retqty] = string(3) "141"
  [qtyprep] = string(1) "0"
  [sta] = string(1) "A"
  [slo] = string(1) " "
  [palnum] = string(10) "0000385366"
  [stocou] = string(7) "1741339"
  [vide] = string(25) "OFCR125060064 / 1000 / 45"
  [article] = string(8) "MAT00565"
  [designation] = string(20) "SUCRE LIQUIDE SL 67%"
  [resqty] = string(5) "0/141"
  [sloc] = string(6) "MATRDC"
  [flash] = string(10) "0000385366"
  [dloc] = string(5) "CALPR"
  [qtypf] = string(0) ""
  [uomlink] = string(2) "KG"
  [dflash] = string(0) ""
  [qte] = string(3) "141"
  [unite] = string(2) "KG"
  [lot] = string(8) "50410555"
  [ajxact] = string(10) "AjxAutoqte"
}
 
Niv502/06/2025 09:15:02111ROYRENE:YWTRFSM02
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 1015
Fonction : Run(YWTRFSM02, 111#REF00100 111 CR1 REF00100 CALPR 20250527 A 0000387538 11.25 OFCR125060064 1000 30 CALPR A A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">111#REF00100</FLD> <FLD NAME="USER" TYPE="Char">111</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">REF00100</FLD> <FLD NAME="SLOC" TYPE="Char">CALPR</FLD> <FLD NAME="SLOT" TYPE="Char">20250527</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387538</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">11.25</FLD> <FLD NAME="SMFGNUM" TYPE="Char">OFCR125060064</FLD> <FLD NAME="SMFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SBOMSEQ" TYPE="Integer">30</FLD> <FLD NAME="DLOC" TYPE="Char">CALPR</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">A</FLD> </GRP> </PARAM>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "111#REF00100"
        [USER] = string(3) "111"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "REF00100"
        [SLOC] = string(5) "CALPR"
        [SLOT] = string(8) "20250527"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387538"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(5) "11.25"
        [SMFGNUM] = string(13) "OFCR125060064"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "30"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">111#REF00100</FLD><FLD NAME="USER" TYPE="Char">111</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">REF00100</FLD><FLD NAME="SLOC" TYPE="Char">CALPR</FLD><FLD NAME="SLOT" TYPE="Char">20250527</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387538</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">11.25</FLD><FLD NAME="SMFGNUM" TYPE="Char">OFCR125060064</FLD><FLD NAME="SMFGLIN" TYPE="Decimal">1000</FLD><FLD NAME="SBOMSEQ" TYPE="Decimal">30</FLD><FLD NAME="DLOC" TYPE="Char">CALPR</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">A</FLD></GRP></RESULT>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "111#REF00100"
        [USER] = string(3) "111"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "REF00100"
        [SLOC] = string(5) "CALPR"
        [SLOT] = string(8) "20250527"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387538"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(5) "11.25"
        [SMFGNUM] = string(13) "OFCR125060064"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "30"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 




SM1_actions.php
array(28) {
  [AutomaticLineValue] = string(9) "article;5"
  [act] = string(8) "lstValid"
  [bomope] = string(0) ""
  [bomseq] = string(2) "30"
  [mfglin] = string(4) "1000"
  [numof] = string(13) "OFCR125060064"
  [wst] = string(0) ""
  [tablin] = string(1) "5"
  [retqty] = string(3) "135"
  [qtyprep] = string(1) "0"
  [sta] = string(1) "A"
  [slo] = string(1) " "
  [palnum] = string(10) "0000387538"
  [stocou] = string(7) "1745006"
  [vide] = string(25) "OFCR125060064 / 1000 / 30"
  [article] = string(8) "REF00100"
  [designation] = string(28) "REFONTE ROY RENE 30% AMANDES"
  [resqty] = string(5) "0/135"
  [sloc] = string(5) "CALPR"
  [flash] = string(10) "0000387538"
  [dloc] = string(5) "CALPR"
  [qtypf] = string(0) ""
  [uomlink] = string(2) "KG"
  [dflash] = string(0) ""
  [qte] = string(5) "11.25"
  [unite] = string(2) "KG"
  [lot] = string(8) "20250527"
  [ajxact] = string(10) "AjxAutoqte"
}
 
Niv502/06/2025 09:15:46111ROYRENE:YWTRFSM02
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 1015
Fonction : Run(YWTRFSM02, 111#REF00100 111 CR1 REF00100 CALPR 20250520 A 0000387069 11 OFCR125060064 1000 30 CALPR A A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">111#REF00100</FLD> <FLD NAME="USER" TYPE="Char">111</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">REF00100</FLD> <FLD NAME="SLOC" TYPE="Char">CALPR</FLD> <FLD NAME="SLOT" TYPE="Char">20250520</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387069</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">11</FLD> <FLD NAME="SMFGNUM" TYPE="Char">OFCR125060064</FLD> <FLD NAME="SMFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SBOMSEQ" TYPE="Integer">30</FLD> <FLD NAME="DLOC" TYPE="Char">CALPR</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">A</FLD> </GRP> </PARAM>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "111#REF00100"
        [USER] = string(3) "111"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "REF00100"
        [SLOC] = string(5) "CALPR"
        [SLOT] = string(8) "20250520"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387069"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(2) "11"
        [SMFGNUM] = string(13) "OFCR125060064"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "30"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">111#REF00100</FLD><FLD NAME="USER" TYPE="Char">111</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">REF00100</FLD><FLD NAME="SLOC" TYPE="Char">CALPR</FLD><FLD NAME="SLOT" TYPE="Char">20250520</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387069</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">11</FLD><FLD NAME="SMFGNUM" TYPE="Char">OFCR125060064</FLD><FLD NAME="SMFGLIN" TYPE="Decimal">1000</FLD><FLD NAME="SBOMSEQ" TYPE="Decimal">30</FLD><FLD NAME="DLOC" TYPE="Char">CALPR</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">A</FLD></GRP></RESULT>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "111#REF00100"
        [USER] = string(3) "111"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "REF00100"
        [SLOC] = string(5) "CALPR"
        [SLOT] = string(8) "20250520"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387069"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(2) "11"
        [SMFGNUM] = string(13) "OFCR125060064"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "30"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 




SM1_actions.php
array(28) {
  [AutomaticLineValue] = string(9) "article;5"
  [act] = string(8) "lstValid"
  [bomope] = string(0) ""
  [bomseq] = string(2) "30"
  [mfglin] = string(4) "1000"
  [numof] = string(13) "OFCR125060064"
  [wst] = string(0) ""
  [tablin] = string(1) "5"
  [retqty] = string(3) "135"
  [qtyprep] = string(5) "11.25"
  [sta] = string(1) "A"
  [slo] = string(1) " "
  [palnum] = string(10) "0000387069"
  [stocou] = string(7) "1742903"
  [vide] = string(25) "OFCR125060064 / 1000 / 30"
  [article] = string(8) "REF00100"
  [designation] = string(28) "REFONTE ROY RENE 30% AMANDES"
  [resqty] = string(9) "11.25/135"
  [sloc] = string(5) "CALPR"
  [flash] = string(10) "0000387069"
  [dloc] = string(5) "CALPR"
  [qtypf] = string(0) ""
  [uomlink] = string(2) "KG"
  [dflash] = string(0) ""
  [qte] = string(2) "11"
  [unite] = string(2) "KG"
  [lot] = string(8) "20250520"
  [ajxact] = string(10) "AjxAutoqte"
}
 
Niv502/06/2025 09:16:02102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(FRU00158,,,9,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FRU00158 9 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FRU00158</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">9</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00158"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FRU00158</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">9</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00158"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00158"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "32000"
  [tablin] = string(1) "0"
  [loccase] = string(7) "CONQUAI"
  [loc] = string(7) "CONQUAI"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "35000"
  [soqseq] = string(5) "35000"
  [stocou] = string(7) "1714093"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "02725"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.35000.35000....STOALL.........1..........02725.....0000380571...CONQUAI...171409399999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.33000.33000....STOALL.........1..........11325.....0000386941...CONQUAI...174247499999998.......1.8"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000380571"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:16:02102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(FRU00158,,,9,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FRU00158 9 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FRU00158</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">9</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00158"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FRU00158</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">9</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00158"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00158"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "32000"
  [tablin] = string(1) "0"
  [loccase] = string(7) "CONQUAI"
  [loc] = string(7) "CONQUAI"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "35000"
  [soqseq] = string(5) "35000"
  [stocou] = string(7) "1714093"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "02725"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.35000.35000....STOALL.........1..........02725.....0000380571...CONQUAI...171409399999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.33000.33000....STOALL.........1..........11325.....0000386941...CONQUAI...174247499999998.......1.8"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000380571"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:16:02102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(FRU00158,,,9,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FRU00158 9 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FRU00158</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">9</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00158"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FRU00158</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">9</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00158"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "9"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00158"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "32000"
  [tablin] = string(1) "0"
  [loccase] = string(7) "CONQUAI"
  [loc] = string(7) "CONQUAI"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "35000"
  [soqseq] = string(5) "35000"
  [stocou] = string(7) "1714093"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "02725"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.35000.35000....STOALL.........1..........02725.....0000380571...CONQUAI...171409399999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.33000.33000....STOALL.........1..........11325.....0000386941...CONQUAI...174247499999998.......1.8"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000380571"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:16:12102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 FRU00158 CONQUAI 02725 A CR125060002 32000 9 UN 0 UN 0000380571 D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00158</FLD> <FLD NAME="SLOC" TYPE="Char">CONQUAI</FLD> <FLD NAME="SLOT" TYPE="Char">02725</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">32000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000380571</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00158"
        [SLOC] = string(7) "CONQUAI"
        [SLOT] = string(5) "02725"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "32000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000380571"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">FRU00158</FLD><FLD NAME="SLOC" TYPE="Char">CONQUAI</FLD><FLD NAME="SLOT" TYPE="Char">02725</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000380571</FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">32000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">9</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00158"
        [SLOC] = string(7) "CONQUAI"
        [SLOT] = string(5) "02725"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000380571"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "32000"
        [SQTYSTU] = string(1) "9"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "9"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00158"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "32000"
  [tablin] = string(1) "0"
  [loccase] = string(7) "CONQUAI"
  [loc] = string(7) "CONQUAI"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "35000"
  [soqseq] = string(5) "35000"
  [stocou] = string(7) "1714093"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "02725"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "9"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.35000.35000....STOALL.........1..........02725.....0000380571...CONQUAI...171409399999999.........9"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.33000.33000....STOALL.........1..........11325.....0000386941...CONQUAI...174247499999998.......1.8"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000380571"
  [lot] = string(5) "02725"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:16:12111ROYRENE:YWTRFSM02
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 1015
Fonction : Run(YWTRFSM02, 111#SEM00294 111 CR1 SEM00294 CALPR 50610123 A 0000387489 3 OFCR125060064 1000 25 CALPR A A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">111#SEM00294</FLD> <FLD NAME="USER" TYPE="Char">111</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">SEM00294</FLD> <FLD NAME="SLOC" TYPE="Char">CALPR</FLD> <FLD NAME="SLOT" TYPE="Char">50610123</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387489</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">3</FLD> <FLD NAME="SMFGNUM" TYPE="Char">OFCR125060064</FLD> <FLD NAME="SMFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SBOMSEQ" TYPE="Integer">25</FLD> <FLD NAME="DLOC" TYPE="Char">CALPR</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">A</FLD> </GRP> </PARAM>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "111#SEM00294"
        [USER] = string(3) "111"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "SEM00294"
        [SLOC] = string(5) "CALPR"
        [SLOT] = string(8) "50610123"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387489"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(1) "3"
        [SMFGNUM] = string(13) "OFCR125060064"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "25"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">111#SEM00294</FLD><FLD NAME="USER" TYPE="Char">111</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">SEM00294</FLD><FLD NAME="SLOC" TYPE="Char">CALPR</FLD><FLD NAME="SLOT" TYPE="Char">50610123</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387489</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">3</FLD><FLD NAME="SMFGNUM" TYPE="Char">OFCR125060064</FLD><FLD NAME="SMFGLIN" TYPE="Decimal">1000</FLD><FLD NAME="SBOMSEQ" TYPE="Decimal">25</FLD><FLD NAME="DLOC" TYPE="Char">CALPR</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">A</FLD></GRP></RESULT>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "111#SEM00294"
        [USER] = string(3) "111"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "SEM00294"
        [SLOC] = string(5) "CALPR"
        [SLOT] = string(8) "50610123"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387489"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(1) "3"
        [SMFGNUM] = string(13) "OFCR125060064"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "25"
        [DLOC] = string(5) "CALPR"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 




SM1_actions.php
array(28) {
  [AutomaticLineValue] = string(9) "article;6"
  [act] = string(8) "lstValid"
  [bomope] = string(0) ""
  [bomseq] = string(2) "25"
  [mfglin] = string(4) "1000"
  [numof] = string(13) "OFCR125060064"
  [wst] = string(0) ""
  [tablin] = string(1) "6"
  [retqty] = string(1) "3"
  [qtyprep] = string(1) "0"
  [sta] = string(1) "A"
  [slo] = string(1) " "
  [palnum] = string(10) "0000387489"
  [stocou] = string(7) "1744815"
  [vide] = string(25) "OFCR125060064 / 1000 / 25"
  [article] = string(8) "SEM00294"
  [designation] = string(25) "AROME ROYRENE 30% AMANDES"
  [resqty] = string(3) "0/3"
  [sloc] = string(5) "CALPR"
  [flash] = string(10) "0000387489"
  [dloc] = string(5) "CALPR"
  [qtypf] = string(0) ""
  [uomlink] = string(2) "KG"
  [dflash] = string(0) ""
  [qte] = string(1) "3"
  [unite] = string(3) "DOS"
  [lot] = string(8) "50610123"
  [ajxact] = string(10) "AjxAutoqte"
}
 
Niv502/06/2025 09:16:44102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(FRU00208,,,1.8,KG,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FRU00208 1.8 KG CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FRU00208</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">1.8</FLD> <FLD NAME="XUOMSRC" TYPE="Char">KG</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00208"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "1.8"
        [XUOMSRC] = string(2) "KG"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FRU00208</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">1.8</FLD><FLD NAME="XUOMSRC" TYPE="Char">KG</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00208"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "1.8"
        [XUOMSRC] = string(2) "KG"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(39) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "1.8"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00208"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "30000"
  [tablin] = string(1) "0"
  [loccase] = string(7) "CONQUAI"
  [loc] = string(7) "CONQUAI"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "33000"
  [soqseq] = string(5) "33000"
  [stocou] = string(7) "1742474"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "11325"
  [sloligneop] = string(0) ""
  [stu] = string(2) "KG"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "1.8"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.33000.33000....STOALL.........1..........11325.....0000386941...CONQUAI...174247499999998.......1.8"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.46000.46000....STOALL.........2.......30810941....................KE20A...152477799999999.......100"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386941"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [validform] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:16:44102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(FRU00208,,,1.8,KG,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FRU00208 1.8 KG CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FRU00208</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">1.8</FLD> <FLD NAME="XUOMSRC" TYPE="Char">KG</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00208"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "1.8"
        [XUOMSRC] = string(2) "KG"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FRU00208</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">1.8</FLD><FLD NAME="XUOMSRC" TYPE="Char">KG</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00208"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "1.8"
        [XUOMSRC] = string(2) "KG"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(39) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "1.8"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00208"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "30000"
  [tablin] = string(1) "0"
  [loccase] = string(7) "CONQUAI"
  [loc] = string(7) "CONQUAI"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "33000"
  [soqseq] = string(5) "33000"
  [stocou] = string(7) "1742474"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "11325"
  [sloligneop] = string(0) ""
  [stu] = string(2) "KG"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "1.8"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.33000.33000....STOALL.........1..........11325.....0000386941...CONQUAI...174247499999998.......1.8"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.46000.46000....STOALL.........2.......30810941....................KE20A...152477799999999.......100"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386941"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [validform] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:16:44102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(FRU00208,,,1.8,KG,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, FRU00208 1.8 KG CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">FRU00208</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">1.8</FLD> <FLD NAME="XUOMSRC" TYPE="Char">KG</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00208"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "1.8"
        [XUOMSRC] = string(2) "KG"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">FRU00208</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">1.8</FLD><FLD NAME="XUOMSRC" TYPE="Char">KG</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "FRU00208"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(3) "1.8"
        [XUOMSRC] = string(2) "KG"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(39) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "1.8"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00208"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "30000"
  [tablin] = string(1) "0"
  [loccase] = string(7) "CONQUAI"
  [loc] = string(7) "CONQUAI"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "33000"
  [soqseq] = string(5) "33000"
  [stocou] = string(7) "1742474"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "11325"
  [sloligneop] = string(0) ""
  [stu] = string(2) "KG"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "1.8"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.33000.33000....STOALL.........1..........11325.....0000386941...CONQUAI...174247499999998.......1.8"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.46000.46000....STOALL.........2.......30810941....................KE20A...152477799999999.......100"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386941"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [validform] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:16:52102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 FRU00208 CONQUAI 11325 A CR125060002 30000 1.8 KG 0 KG 0000386941 D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00208</FLD> <FLD NAME="SLOC" TYPE="Char">CONQUAI</FLD> <FLD NAME="SLOT" TYPE="Char">11325</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">30000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1.8</FLD> <FLD NAME="SSTU" TYPE="Decimal">KG</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">KG</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000386941</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00208"
        [SLOC] = string(7) "CONQUAI"
        [SLOT] = string(5) "11325"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "30000"
        [SQTYSTU] = string(3) "1.8"
        [SSTU] = string(2) "KG"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "KG"
        [SPALNUM] = string(10) "0000386941"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">FRU00208</FLD><FLD NAME="SLOC" TYPE="Char">CONQUAI</FLD><FLD NAME="SLOT" TYPE="Char">11325</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000386941</FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">30000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1.8</FLD><FLD NAME="SSTU" TYPE="Char">KG</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">KG</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00208"
        [SLOC] = string(7) "CONQUAI"
        [SLOT] = string(5) "11325"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000386941"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "30000"
        [SQTYSTU] = string(3) "1.8"
        [SSTU] = string(2) "KG"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "KG"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "1.8"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00208"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "30000"
  [tablin] = string(1) "0"
  [loccase] = string(7) "CONQUAI"
  [loc] = string(7) "CONQUAI"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "33000"
  [soqseq] = string(5) "33000"
  [stocou] = string(7) "1742474"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "11325"
  [sloligneop] = string(0) ""
  [stu] = string(2) "KG"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "1.8"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.33000.33000....STOALL.........1..........11325.....0000386941...CONQUAI...174247499999998.......1.8"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.46000.46000....STOALL.........2.......30810941....................KE20A...152477799999999.......100"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386941"
  [lot] = string(5) "11325"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
  [validform] = string(0) ""
}
 
Niv502/06/2025 09:19:0640ROYRENE:YWSCHG08
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2260
Fonction : Run(YWSCHG08, PalStoT-EmpMas 40 CR1 0000387588 0 BB01 A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD> <FLD NAME="SUSER" TYPE="Char">40</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387588</FLD> <FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD> <FLD NAME="DLOC" TYPE="Char">BB01</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> </GRP> </PARAM>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000387588"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(4) "BB01"
        [DSTA] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD><FLD NAME="SUSER" TYPE="Char">40</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387588</FLD><FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD><FLD NAME="DLOC" TYPE="Char">BB01</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD></GRP></RESULT>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000387588"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(4) "BB01"
        [DSTA] = string(1) "A"
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000387588"
  [TypeSource] = string(18) "PaletteStockTotale"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(4) "BB01"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "CAL00851"
  [SelectedLoc] = string(0) ""
  [designation] = string(29) "CALINOU ROSE CAR FW NEU 1.4KG"
  [lot] = string(8) "50510536"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(4) "SCAL"
  [totalqte] = string(2) "33"
  [us] = string(2) "UN"
  [stocou] = string(7) "1745207"
  [qte] = string(2) "33"
  [unite] = string(2) "UN"
}
 
Niv502/06/2025 09:19:19102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 EMB01841 KE20A 30810941 CR125060002 42000 100 UN 0 UN D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EMB01841</FLD> <FLD NAME="SLOC" TYPE="Char">KE20A</FLD> <FLD NAME="SLOT" TYPE="Char">30810941</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">42000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">100</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EMB01841"
        [SLOC] = string(5) "KE20A"
        [SLOT] = string(8) "30810941"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "42000"
        [SQTYSTU] = string(3) "100"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EMB01841</FLD><FLD NAME="SLOC" TYPE="Char">KE20A</FLD><FLD NAME="SLOT" TYPE="Char">30810941</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char"></FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">42000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">100</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EMB01841"
        [SLOC] = string(5) "KE20A"
        [SLOT] = string(8) "30810941"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "42000"
        [SQTYSTU] = string(3) "100"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "100"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB01841"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "42000"
  [tablin] = string(1) "0"
  [loccase] = string(5) "KE20A"
  [loc] = string(5) "KE20A"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "46000"
  [soqseq] = string(5) "46000"
  [stocou] = string(7) "1524777"
  [unite] = string(3) "SAC"
  [lotligneop] = string(8) "30810941"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(3) "100"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.46000.46000....STOALL.........2.......30810941....................KE20A...152477799999999.......100"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.49000.49000....STOALL.........5....................0000382817....CAGIBI...172374499999999.........5"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(5) "ke20a"
  [lot] = string(8) "30810941"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "2"
}
 
Niv502/06/2025 09:22:56114ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_MAC,,,FRA,FAC2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_MAC FRA FAC2 imp 1 site CR1 article EMB00393 lot loc sscc ope 114 qte 45.0763 pcu KG pohnum bpsnum date 20250602 bpslot dluo 29991231 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_MAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EMB00393</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">114</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">45.0763</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">29991231</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_MAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB00393"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(1) " "
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "114"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(7) "45.0763"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "29991231"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_MAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">EMB00393</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">114</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">45.0763</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">29991231</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_MAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB00393"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(1) " "
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "114"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(7) "45.0763"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "29991231"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "EMB00393"
  [lot] = string(1) " "
  [bpslot] = string(1) " "
  [sscc] = string(1) " "
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(7) "45.0763"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 09:22:57114ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_MAC,,,FRA,FAC2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_MAC FRA FAC2 imp 1 site CR1 article EMB00393 lot loc sscc ope 114 qte 45.0763 pcu KG pohnum bpsnum date 20250602 bpslot dluo 29991231 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_MAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EMB00393</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">114</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">45.0763</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">29991231</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_MAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB00393"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(1) " "
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "114"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(7) "45.0763"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "29991231"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_MAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">EMB00393</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">114</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">45.0763</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">29991231</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_MAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB00393"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(1) " "
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "114"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(7) "45.0763"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "29991231"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "EMB00393"
  [lot] = string(1) " "
  [bpslot] = string(1) " "
  [sscc] = string(1) " "
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(7) "45.0763"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 09:25:0040ROYRENE:YWSCHG22
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2260
Fonction : Run(YWSCHG22, PalStoP-EmpMasse 40 CR1 FRU00040 CALCO 50510086 A 0000385794 131.60 KG DSOL A AN )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">PalStoP-EmpMasse</FLD> <FLD NAME="SUSER" TYPE="Char">40</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00040</FLD> <FLD NAME="SLOC" TYPE="Char">CALCO</FLD> <FLD NAME="SLOT" TYPE="Char">50510086</FLD> <FLD NAME="SSLO" TYPE="Char"> </FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000385794</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">131.60</FLD> <FLD NAME="SSTU" TYPE="Char">KG</FLD> <FLD NAME="DLOC" TYPE="Char">DSOL</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">AN</FLD> </GRP> </PARAM>

CS1_actions.php
array(1) {
  [PARAM] = array(15) {
        [SLIB] = string(16) "PalStoP-EmpMasse"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00040"
        [SLOC] = string(5) "CALCO"
        [SLOT] = string(8) "50510086"
        [SSLO] = string(1) " "
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000385794"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(6) "131.60"
        [SSTU] = string(2) "KG"
        [DLOC] = string(4) "DSOL"
        [DSTA] = string(1) "A"
        [STODO] = string(2) "AN"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">PalStoP-EmpMasse</FLD><FLD NAME="SUSER" TYPE="Char">40</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">FRU00040</FLD><FLD NAME="SLOC" TYPE="Char">CALCO</FLD><FLD NAME="SLOT" TYPE="Char">50510086</FLD><FLD NAME="SSLO" TYPE="Char"> </FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000385794</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">131.60</FLD><FLD NAME="SSTU" TYPE="Char">KG</FLD><FLD NAME="DLOC" TYPE="Char">DSOL</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">AN</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="RPALNUM" TYPE="Char">0000387605</FLD></GRP></RESULT>

CS1_actions.php
array(2) {
  [PARAM] = array(15) {
        [SLIB] = string(16) "PalStoP-EmpMasse"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00040"
        [SLOC] = string(5) "CALCO"
        [SLOT] = string(8) "50510086"
        [SSLO] = string(1) " "
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000385794"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(6) "131.60"
        [SSTU] = string(2) "KG"
        [DLOC] = string(4) "DSOL"
        [DSTA] = string(1) "A"
        [STODO] = string(2) "AN"
  }
  [RESULTAT] = array(1) {
        [RPALNUM] = string(10) "0000387605"
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000385794"
  [TypeSource] = string(21) "PaletteStockPartielle"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(4) "Dsol"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "FRU00040"
  [SelectedLoc] = string(0) ""
  [designation] = string(0) ""
  [lot] = string(8) "50510086"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(5) "CALCO"
  [totalqte] = string(3) "165"
  [us] = string(2) "KG"
  [stocou] = string(7) "1738594"
  [qte] = string(6) "131.60"
  [unite] = string(2) "KG"
}
 
Niv502/06/2025 09:25:0040ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2395
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article FRU00040 lot 50510086 sscc 0000387605 ope 40 loc CALCO qte 131.60 pcu KG dluo 20260430 bpslot )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="10"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">FRU00040</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510086</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387605</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CALCO</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">131.60</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260430</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

CS1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "FRU00040"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510086"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387605"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(5) "CALCO"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(6) "131.60"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260430"
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="10"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">FRU00040</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510086</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387605</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char">CALCO</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">131.60</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260430</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN></TAB></RESULT>

CS1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "FRU00040"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510086"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387605"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(5) "CALCO"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(6) "131.60"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260430"
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000385794"
  [TypeSource] = string(21) "PaletteStockPartielle"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(4) "Dsol"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "FRU00040"
  [SelectedLoc] = string(0) ""
  [designation] = string(0) ""
  [lot] = string(8) "50510086"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(5) "CALCO"
  [totalqte] = string(3) "165"
  [us] = string(2) "KG"
  [stocou] = string(7) "1738594"
  [qte] = string(6) "131.60"
  [unite] = string(2) "KG"
}
 
Niv502/06/2025 09:27:2240ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ1_EXP1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ1_EXP1 FRA imp 1 site CR1 article FRU00040 lot 50510086 loc sscc 0000387605 ope 40 qte 43 pcu CAR pohnum bpsnum date 20250602 bpslot 0007024 dluo 20260430 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">FRU00040</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510086</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387605</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">43</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CAR</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0007024</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260430</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "FRU00040"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510086"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387605"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "43"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(3) "CAR"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "0007024"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260430"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">FRU00040</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510086</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387605</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">43</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">CAR</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">0007024</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260430</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "FRU00040"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510086"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387605"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "43"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(3) "CAR"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "0007024"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260430"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "FRU00040"
  [lot] = string(8) "50510086"
  [bpslot] = string(7) "0007024"
  [sscc] = string(10) "0000387605"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(2) "43"
  [pcu] = string(3) "CAR"
}
 
Niv502/06/2025 09:27:2540ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ1_EXP1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ1_EXP1 FRA imp 1 site CR1 article FRU00040 lot 50510086 loc sscc 0000387605 ope 40 qte 2.6 pcu KG pohnum bpsnum date 20250602 bpslot 0007024 dluo 20260430 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">FRU00040</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510086</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387605</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2.6</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0007024</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260430</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "FRU00040"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510086"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387605"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "2.6"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "0007024"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260430"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">FRU00040</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510086</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387605</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">2.6</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">0007024</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260430</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "FRU00040"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510086"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387605"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "2.6"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "0007024"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260430"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "FRU00040"
  [lot] = string(8) "50510086"
  [bpslot] = string(7) "0007024"
  [sscc] = string(10) "0000387605"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(3) "2.6"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 09:28:05102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060002,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060002 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060002"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060002"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(1) {
  [op] = string(11) "CR125060002"
}
 
Niv502/06/2025 09:28:1940ROYRENE:YWSCHG07
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2260
Fonction : Run(YWSCHG07, PalStoT-PalSto 40 CR1 0000382527 0 0000387605 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">PalStoT-PalSto</FLD> <FLD NAME="SUSER" TYPE="Char">40</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000382527</FLD> <FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387605</FLD> </GRP> </PARAM>

CS1_actions.php
array(1) {
  [PARAM] = array(6) {
        [SLIB] = string(14) "PalStoT-PalSto"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000382527"
        [SHAUTPAL] = string(1) "0"
        [DPALNUM] = string(10) "0000387605"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">PalStoT-PalSto</FLD><FLD NAME="SUSER" TYPE="Char">40</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SPALNUM" TYPE="Char">0000382527</FLD><FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387605</FLD></GRP></RESULT>

CS1_actions.php
array(1) {
  [PARAM] = array(6) {
        [SLIB] = string(14) "PalStoT-PalSto"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000382527"
        [SHAUTPAL] = string(1) "0"
        [DPALNUM] = string(10) "0000387605"
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000382527"
  [TypeSource] = string(18) "PaletteStockTotale"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(10) "0000387605"
  [TypeCible] = string(12) "PaletteStock"
  [article] = string(8) "FRU00040"
  [SelectedLoc] = string(0) ""
  [designation] = string(21) "PATE FRUIT TRAD FW KG"
  [lot] = string(8) "50210648"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(4) "DSOL"
  [totalqte] = string(4) "0.01"
  [us] = string(2) "KG"
  [stocou] = string(7) "1722453"
  [qte] = string(4) "0.01"
  [unite] = string(2) "KG"
}
 
Niv502/06/2025 09:29:54102ROYRENE:YWPUNLORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4413
Fonction : unLockCommande(CR125060002,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 291
Fonction : Run(YWPUNLORD, CR125060002 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060002"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060002"
        [SUSER] = string(3) "102"
  }
}
 




PC1_actions.php
array(4) {
  [act] = string(8) "unlockop"
  [op] = string(11) "CR125060002"
  [tablin] = string(1) "0"
  [cde] = string(12) "CVCR12502935"
}
 
Niv502/06/2025 09:29:55102ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 19
Fonction : unLockAll(102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 




PC1_01.php
array(3) {
  [erreur] = string(0) ""
  [forcecde] = string(0) ""
  [gotoone] = string(5) "false"
}
 
Niv502/06/2025 09:29:57102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060003,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060003 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060003</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060003"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060003</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060003"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(3) {
  [deb] = string(0) ""
  [op] = string(11) "CR125060003"
  [afftext] = string(4) "true"
}
 
Niv502/06/2025 09:30:0040ROYRENE:YWSCHG22
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2260
Fonction : Run(YWSCHG22, PalStoP-EmpMasse 40 CR1 FRU00040 DSOL 50210648 A 0000387605 .01 KG PERDU R7 AN )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">PalStoP-EmpMasse</FLD> <FLD NAME="SUSER" TYPE="Char">40</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00040</FLD> <FLD NAME="SLOC" TYPE="Char">DSOL</FLD> <FLD NAME="SLOT" TYPE="Char">50210648</FLD> <FLD NAME="SSLO" TYPE="Char"> </FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387605</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">.01</FLD> <FLD NAME="SSTU" TYPE="Char">KG</FLD> <FLD NAME="DLOC" TYPE="Char">PERDU</FLD> <FLD NAME="DSTA" TYPE="Char">R7</FLD> <FLD NAME="STODO" TYPE="Char">AN</FLD> </GRP> </PARAM>

CS1_actions.php
array(1) {
  [PARAM] = array(15) {
        [SLIB] = string(16) "PalStoP-EmpMasse"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00040"
        [SLOC] = string(4) "DSOL"
        [SLOT] = string(8) "50210648"
        [SSLO] = string(1) " "
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387605"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(3) ".01"
        [SSTU] = string(2) "KG"
        [DLOC] = string(5) "PERDU"
        [DSTA] = string(2) "R7"
        [STODO] = string(2) "AN"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">PalStoP-EmpMasse</FLD><FLD NAME="SUSER" TYPE="Char">40</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">FRU00040</FLD><FLD NAME="SLOC" TYPE="Char">DSOL</FLD><FLD NAME="SLOT" TYPE="Char">50210648</FLD><FLD NAME="SSLO" TYPE="Char"> </FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387605</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">.01</FLD><FLD NAME="SSTU" TYPE="Char">KG</FLD><FLD NAME="DLOC" TYPE="Char">PERDU</FLD><FLD NAME="DSTA" TYPE="Char">R7</FLD><FLD NAME="STODO" TYPE="Char">AN</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="RPALNUM" TYPE="Char">0000387606</FLD></GRP></RESULT>

CS1_actions.php
array(2) {
  [PARAM] = array(15) {
        [SLIB] = string(16) "PalStoP-EmpMasse"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00040"
        [SLOC] = string(4) "DSOL"
        [SLOT] = string(8) "50210648"
        [SSLO] = string(1) " "
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387605"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(3) ".01"
        [SSTU] = string(2) "KG"
        [DLOC] = string(5) "PERDU"
        [DSTA] = string(2) "R7"
        [STODO] = string(2) "AN"
  }
  [RESULTAT] = array(1) {
        [RPALNUM] = string(10) "0000387606"
  }
}
 




CS1_actions.php
array(31) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [csq] = string(4) "true"
  [ChgStockSource] = string(10) "0000387605"
  [TypeSource] = string(21) "PaletteStockPartielle"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(5) "Perdu"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "FRU00040"
  [SelectedLoc] = string(0) ""
  [designation] = string(0) ""
  [lot] = string(8) "50210648"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [xdsta] = string(2) "R7"
  [dsta] = string(2) "R7"
  [loc] = string(4) "DSOL"
  [totalqte] = string(3) ".01"
  [us] = string(2) "KG"
  [stocou] = string(7) "1745296"
  [qte] = string(3) ".01"
  [unite] = string(2) "KG"
}
 
Niv502/06/2025 09:30:0040ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2395
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ1_EXP1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ1_EXP1 FRA imp 1 site CR1 article FRU00040 lot 50210648 sscc 0000387606 ope 40 loc DSOL qte .01 pcu KG dluo 20260331 bpslot )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="10"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">FRU00040</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50210648</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387606</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">DSOL</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">.01</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260331</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

CS1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "FRU00040"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50210648"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387606"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(4) "DSOL"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) ".01"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260331"
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="10"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">FRU00040</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50210648</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387606</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char">DSOL</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">.01</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260331</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN></TAB></RESULT>

CS1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "FRU00040"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50210648"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387606"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(4) "DSOL"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) ".01"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260331"
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
  }
}
 




CS1_actions.php
array(31) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [csq] = string(4) "true"
  [ChgStockSource] = string(10) "0000387605"
  [TypeSource] = string(21) "PaletteStockPartielle"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(5) "Perdu"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "FRU00040"
  [SelectedLoc] = string(0) ""
  [designation] = string(0) ""
  [lot] = string(8) "50210648"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [xdsta] = string(2) "R7"
  [dsta] = string(2) "R7"
  [loc] = string(4) "DSOL"
  [totalqte] = string(3) ".01"
  [us] = string(2) "KG"
  [stocou] = string(7) "1745296"
  [qte] = string(3) ".01"
  [unite] = string(2) "KG"
}
 
Niv502/06/2025 09:30:04102ROYRENE:YWXCOMPT
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 296
Fonction : Run(YWXCOMPT, YPA )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPT" TYPE="Char">YPA</FLD> <FLD NAME="YSIT" TYPE="Char"></FLD> <FLD NAME="YDATE" TYPE="Date"></FLD> <FLD NAME="YCOMPL" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(0) ""
        [YCOMPL] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPT" TYPE="Char">YPA</FLD><FLD NAME="YSIT" TYPE="Char"></FLD><FLD NAME="YDATE" TYPE="Date">[0/0/0]</FLD><FLD NAME="YCOMPL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="YVAL" TYPE="Char">0000387607</FLD><FLD NAME="STATUT" TYPE="Integer">0</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(7) "[0/0/0]"
        [YCOMPL] = string(0) ""
  }
  [RESULTAT] = array(2) {
        [YVAL] = string(10) "0000387607"
        [STATUT] = string(1) "0"
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060003"
  [cde] = string(12) "CVCR12502728"
  [oplig] = string(4) "2000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060003%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 09:30:04102ROYRENE:YWPMAJSSCC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 383
Fonction : Run(YWPMAJSSCC, 102 CR1 0000387607 PAL CR125060003 2000 0 0 0 0 1 PALET CVCR12502728 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="USER" TYPE="Char">102</FLD> <FLD NAME="FCY" TYPE="Char">CR1</FLD> <FLD NAME="SSCC" TYPE="Char">0000387607</FLD> <FLD NAME="TYP" TYPE="Char">PAL</FLD> <FLD NAME="OP" TYPE="Char">CR125060003</FLD> <FLD NAME="OPLIG" TYPE="Decimal">2000</FLD> <FLD NAME="POIDS" TYPE="Decimal"></FLD> <FLD NAME="VOLUME" TYPE="Decimal">0</FLD> <FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD> <FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD> <FLD NAME="LARGEUR" TYPE="Decimal">0</FLD> <FLD NAME="MATDANG" TYPE="Integer">1</FLD> <FLD NAME="LIBCOL" TYPE="Char">PALET</FLD> <FLD NAME="LIBPAL" TYPE="Char"></FLD> <FLD NAME="SOHNUM" TYPE="Char">CVCR12502728</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(15) {
        [USER] = string(3) "102"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387607"
        [TYP] = string(3) "PAL"
        [OP] = string(11) "CR125060003"
        [OPLIG] = string(4) "2000"
        [POIDS] = string(0) ""
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
        [SOHNUM] = string(12) "CVCR12502728"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="USER" TYPE="Char">102</FLD><FLD NAME="FCY" TYPE="Char">CR1</FLD><FLD NAME="SSCC" TYPE="Char">0000387607</FLD><FLD NAME="TYP" TYPE="Char">PAL</FLD><FLD NAME="SOHNUM" TYPE="Char">CVCR12502728</FLD><FLD NAME="OP" TYPE="Char">CR125060003</FLD><FLD NAME="OPLIG" TYPE="Decimal">2000</FLD><FLD NAME="POIDS" TYPE="Decimal">0</FLD><FLD NAME="VOLUME" TYPE="Decimal">0</FLD><FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD><FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD><FLD NAME="LARGEUR" TYPE="Decimal">0</FLD><FLD NAME="MATDANG" TYPE="Integer">1</FLD><FLD NAME="LIBCOL" TYPE="Char">PALET</FLD><FLD NAME="LIBPAL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="ZIND" TYPE="Integer">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(15) {
        [USER] = string(3) "102"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387607"
        [TYP] = string(3) "PAL"
        [SOHNUM] = string(12) "CVCR12502728"
        [OP] = string(11) "CR125060003"
        [OPLIG] = string(4) "2000"
        [POIDS] = string(1) "0"
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
  }
  [RESULTAT] = array(1) {
        [ZIND] = string(1) "1"
  }
}
 
Informations enregistrées



PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060003"
  [cde] = string(12) "CVCR12502728"
  [oplig] = string(4) "2000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060003%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 09:30:04102ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 417
Fonction : WmsPrintAuto(PC1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_CLIUC,1,Array,imp,,ETIQ1_EXP1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_CLIUC 1 ETIQ1_EXP1 FRA imp 1 site CR1 sscc 0000387607 ope 102 commande CVCR12502728 indicepalette 1 zoneprep EXPED ctx op nbcolis 0 type Palette )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="10"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387607</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">102</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">commande</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502728</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">op</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">type</FLD> <FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387607"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "102"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502728"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="10"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387607</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">102</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">commande</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502728</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD><FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">op</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">type</FLD><FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387607"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "102"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502728"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060003"
  [cde] = string(12) "CVCR12502728"
  [oplig] = string(4) "2000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060003%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 09:30:20180ROYRENE:YWTRFSM02
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 1015
Fonction : Run(YWTRFSM02, 180#CAL00217M3 180 CR1 CAL00217M3 CALCO 50510492 A 0000387426 0.480 OFCR125050493 0 0 CALCO A A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">180#CAL00217M3</FLD> <FLD NAME="USER" TYPE="Char">180</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00217M3</FLD> <FLD NAME="SLOC" TYPE="Char">CALCO</FLD> <FLD NAME="SLOT" TYPE="Char">50510492</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387426</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">0.480</FLD> <FLD NAME="SMFGNUM" TYPE="Char">OFCR125050493</FLD> <FLD NAME="SMFGLIN" TYPE="Integer">0</FLD> <FLD NAME="SBOMSEQ" TYPE="Integer">0</FLD> <FLD NAME="DLOC" TYPE="Char">CALCO</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">A</FLD> </GRP> </PARAM>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(14) "180#CAL00217M3"
        [USER] = string(3) "180"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(10) "CAL00217M3"
        [SLOC] = string(5) "CALCO"
        [SLOT] = string(8) "50510492"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387426"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(5) "0.480"
        [SMFGNUM] = string(13) "OFCR125050493"
        [SMFGLIN] = string(1) "0"
        [SBOMSEQ] = string(1) "0"
        [DLOC] = string(5) "CALCO"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">180#CAL00217M3</FLD><FLD NAME="USER" TYPE="Char">180</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00217M3</FLD><FLD NAME="SLOC" TYPE="Char">CALCO</FLD><FLD NAME="SLOT" TYPE="Char">50510492</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387426</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">0.480</FLD><FLD NAME="SMFGNUM" TYPE="Char">OFCR125050493</FLD><FLD NAME="SMFGLIN" TYPE="Decimal">0</FLD><FLD NAME="SBOMSEQ" TYPE="Decimal">0</FLD><FLD NAME="DLOC" TYPE="Char">CALCO</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">A</FLD></GRP></RESULT>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(14) "180#CAL00217M3"
        [USER] = string(3) "180"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(10) "CAL00217M3"
        [SLOC] = string(5) "CALCO"
        [SLOT] = string(8) "50510492"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387426"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(5) "0.480"
        [SMFGNUM] = string(13) "OFCR125050493"
        [SMFGLIN] = string(1) "0"
        [SBOMSEQ] = string(1) "0"
        [DLOC] = string(5) "CALCO"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 




SM1_actions.php
array(28) {
  [AutomaticLineValue] = string(9) "article;0"
  [act] = string(8) "lstValid"
  [bomope] = string(0) ""
  [bomseq] = string(1) "0"
  [mfglin] = string(1) "0"
  [numof] = string(13) "OFCR125050493"
  [wst] = string(0) ""
  [tablin] = string(1) "0"
  [retqty] = string(6) "0.5280"
  [qtyprep] = string(1) "0"
  [sta] = string(1) "A"
  [slo] = string(1) " "
  [palnum] = string(10) "0000387426"
  [stocou] = string(7) "1744451"
  [vide] = string(21) "OFCR125050493 / 0 / 0"
  [article] = string(10) "CAL00217M3"
  [designation] = string(30) "CALISS CDRR BREM GRI13.3G MAC3"
  [resqty] = string(8) "0/0.5280"
  [sloc] = string(5) "CALCO"
  [flash] = string(10) "0000387426"
  [dloc] = string(5) "CALCO"
  [qtypf] = string(0) ""
  [uomlink] = string(0) ""
  [dflash] = string(0) ""
  [qte] = string(5) "0.480"
  [unite] = string(3) "MIL"
  [lot] = string(8) "50510492"
  [ajxact] = string(10) "AjxAutoqte"
}
 
Niv502/06/2025 09:30:30180ROYRENE:WEB
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 21
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\SM1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\SM1_actions_spe.php
Ligne : 144
Fonction : ValidSM1Spe(Array)

Call 5
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\framework\php_fonctions\php_fonctions_SM1_spe.php
Ligne : 25
Fonction : CreSuiviSpe(OFCR125050493)

Call 6
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\framework\php_fonctions\php_fonctions_SM1_spe.php
Ligne : 102
Fonction : save(WEB, CR1 OFCR125050493 20250602 2 1 CAL00217M3 -OFCR125050493 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050493</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="MATTRKFLG" TYPE="Integer">2</FLD> </GRP> <TAB ID="MTK3_3" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="MATITMREF" TYPE="Char">CAL00217M3</FLD> <FLD NAME="MVTDES" TYPE="Char">-OFCR125050493</FLD> </LIN> </TAB> </PARAM>

SM1_actions.php
array(3) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125050493"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [MATTRKFLG] = string(1) "2"
  }
  [MTK3_3] = array(1) {
        [1] = array(3) {
          [NO] = string(1) "1"
          [MATITMREF] = string(10) "CAL00217M3"
          [MVTDES] = string(14) "-OFCR125050493"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000012</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125050493</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="MATTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"/><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char"/><FLD NAME="ZUL" TYPE="Char"/></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">9999</FLD><FLD MENULAB="Immédiat" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">1</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602073030</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="100" ID="MTK3_3" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">CAL00217M3</FLD><FLD NAME="ITMDES1" TYPE="Char">CALISS CDRR BREM GRI13.3G MAC3</FLD><FLD NAME="OPENUM" TYPE="Integer">0</FLD><FLD NAME="CPLWST" TYPE="Char"/><FLD NAME="WSTSHO" TYPE="Char"/><FLD NAME="STU" TYPE="Char">MIL</FLD><FLD NAME="RETQTY" TYPE="Decimal">0.048</FLD><FLD NAME="USEQTY" TYPE="Decimal">0.48</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">50510492</FLD><FLD NAME="LOC" TYPE="Char">CALCO</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="MVTDES" TYPE="Char"></FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Immédiat" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">1</FLD><FLD NAME="RETDAT" TYPE="Date">20250527</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01291</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050493</FLD><FLD MENULAB="Détaillée" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">5</FLD><FLD NAME="CCE1" TYPE="Char"/><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN></TAB></RESULT>

SM1_actions.php
array(8) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000012"
        [MFGNUM] = string(13) "OFCR125050493"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [MATTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(5) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(0) ""
        [ZUL] = string(0) ""
  }
  [MTK3_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(4) "9999"
        [STOCOD] = string(1) "1"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602073030"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK3_3] = array(1) {
        [1] = array(44) {
          [NO] = string(1) "1"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(10) "CAL00217M3"
          [ITMDES1] = string(30) "CALISS CDRR BREM GRI13.3G MAC3"
          [OPENUM] = string(1) "0"
          [CPLWST] = string(0) ""
          [WSTSHO] = string(0) ""
          [STU] = string(3) "MIL"
          [RETQTY] = string(5) "0.048"
          [USEQTY] = string(4) "0.48"
          [TYPQTY] = string(1) "2"
          [LOT] = string(8) "50510492"
          [LOC] = string(5) "CALCO"
          [STA] = string(1) "A"
          [MVTDES] = string(0) ""
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "1"
          [RETDAT] = string(8) "20250527"
          [BOMNUM] = string(8) "CAL01291"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050493"
          [ALLSTA] = string(1) "5"
          [CCE1] = string(0) ""
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
  }
}
 




SM1_actions.php
array(1) {
  [act] = string(10) "validSuivi"
}
 
Niv502/06/2025 09:30:57180ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_DET,,,FRA,CDT2)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_DET FRA CDT2 imp 1 numof OFCR125050493 numligne 1000 nbcopies 6 debut 0 ean14 3102621016709 dateref 20250602 PCB 24 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125050493</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1000</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">6</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">3102621016709</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">24</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125050493"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(1) "6"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "3102621016709"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(2) "24"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125050493</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1000</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">6</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">3102621016709</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">24</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125050493"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(1) "6"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "3102621016709"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(2) "24"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125050493"
  [mfglin] = string(4) "1000"
  [seq] = string(0) ""
  [nbEti] = string(1) "6"
  [Ean] = string(13) "3102621016709"
  [PCB] = string(2) "24"
}
 
Niv502/06/2025 09:31:32102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(CAL00711,,,6,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL00711 6 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL00711</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">6</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00711"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL00711</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">6</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00711"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00711"
  [op] = string(11) "CR125060003"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CD15"
  [loc] = string(4) "CD15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502728"
  [soplin] = string(4) "3000"
  [soqseq] = string(4) "3000"
  [stocou] = string(7) "1731027"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410132"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502728..3000..3000....STOALL.........1.......50410132.....0000384581......CD15...173102799999997.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502728..2000..2000....STOALL.........3.......50310435.....................AA17...174340299999996........24"
  [PnPCible] = string(10) "0000387607"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000384581"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:31:32102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(CAL00711,,,6,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL00711 6 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL00711</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">6</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00711"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL00711</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">6</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00711"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00711"
  [op] = string(11) "CR125060003"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CD15"
  [loc] = string(4) "CD15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502728"
  [soplin] = string(4) "3000"
  [soqseq] = string(4) "3000"
  [stocou] = string(7) "1731027"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410132"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502728..3000..3000....STOALL.........1.......50410132.....0000384581......CD15...173102799999997.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502728..2000..2000....STOALL.........3.......50310435.....................AA17...174340299999996........24"
  [PnPCible] = string(10) "0000387607"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000384581"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:31:3317ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(17)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 17 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">17</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "17"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">17</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "17"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(2) "17"
  [mdpasse] = string(2) "17"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 09:31:33102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(CAL00711,,,6,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL00711 6 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL00711</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">6</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00711"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL00711</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">6</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00711"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00711"
  [op] = string(11) "CR125060003"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CD15"
  [loc] = string(4) "CD15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502728"
  [soplin] = string(4) "3000"
  [soqseq] = string(4) "3000"
  [stocou] = string(7) "1731027"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410132"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502728..3000..3000....STOALL.........1.......50410132.....0000384581......CD15...173102799999997.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502728..2000..2000....STOALL.........3.......50310435.....................AA17...174340299999996........24"
  [PnPCible] = string(10) "0000387607"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000384581"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:31:4217ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125050387 1000 0 CAL01232 400 UN 50510475 20260122 17 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050387</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL01232</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">400</FLD> <FLD NAME="PCU" TYPE="Char">UN</FLD> <FLD NAME="LOT" TYPE="Char">50510475</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20260122</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">17</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050387"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CAL01232"
          [QTYPCU] = string(3) "400"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510475"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260122"
          [SSCC] = string(0) ""
          [USER] = string(2) "17"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125050387</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">CAL01232</FLD><FLD NAME="QTYPCU" TYPE="Decimal">400</FLD><FLD NAME="PCU" TYPE="Char">UN</FLD><FLD NAME="LOT" TYPE="Char">50510475</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20260122</FLD><FLD NAME="SSCC" TYPE="Char">0000387608</FLD><FLD NAME="USER" TYPE="Char">17</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050387"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CAL01232"
          [QTYPCU] = string(3) "400"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510475"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260122"
          [SSCC] = string(10) "0000387608"
          [USER] = string(2) "17"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CAL01232"
  [desig] = string(24) "CALINOU BOITE PARIS 180G"
  [lot] = string(8) "50510475"
  [dluo] = string(10) "22/01/2026"
  [qtyprd] = string(3) "400"
  [pcu] = string(2) "UN"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050387"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 09:31:4217ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_FIL,,,FRA,CDT4)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_FIL FRA CDT4 imp 1 site CR1 article CAL01232 lot 50510475 loc sscc 0000387608 ope 17 qte 400 pcu pohnum bpsnum bpslot dluo 20260122 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FIL</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT4</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CAL01232</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510475</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387608</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">17</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">400</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260122</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FIL"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT4"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL01232"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510475"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387608"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "17"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "400"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260122"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FIL</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT4</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">CAL01232</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510475</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387608</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">17</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">400</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260122</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FIL"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT4"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL01232"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510475"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387608"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "17"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "400"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260122"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CAL01232"
  [desig] = string(24) "CALINOU BOITE PARIS 180G"
  [lot] = string(8) "50510475"
  [dluo] = string(10) "22/01/2026"
  [qtyprd] = string(3) "400"
  [pcu] = string(2) "UN"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050387"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 09:31:4517ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 334
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_FIL,,,FRA,CDT4)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_FIL FRA CDT4 imp 1 site CR1 article CAL01232 lot 50510475 sscc 0000387608 ope 17 dluo 20260122 bpslot loc qte 400 pcu UN date 2025/06/02 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FIL</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT4</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="11"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CAL01232</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510475</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387608</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">17</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260122</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">400</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">UN</FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2025/06/02</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FIL"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT4"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(11) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL01232"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510475"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387608"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "17"
        }
        [6] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260122"
        }
        [7] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "400"
        }
        [10] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(10) "2025/06/02"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FIL</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT4</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="11"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">CAL01232</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510475</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387608</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">17</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260122</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">400</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">UN</FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">2025/06/02</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FIL"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT4"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(11) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL01232"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510475"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387608"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "17"
        }
        [6] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260122"
        }
        [7] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "400"
        }
        [10] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(10) "2025/06/02"
        }
  }
}
 




DP1_actions.php
array(4) {
  [act] = string(9) "impligrec"
  [mfgnum] = string(13) "OFCR125050387"
  [mfglin] = string(4) "1000"
  [seq] = string(6) "493782"
}
 
Niv502/06/2025 09:31:5117ROYRENE:DEC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 274
Fonction : Valid_Suiviof(OFCR125050387,1000)

Call 4
Page : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 384
Fonction : save(DEC, CR1 OFCR125050387 20250602 2 400 CAL01232 1 CAL01232 UN 400 50510475 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050387</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">400</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">CAL01232</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL01232</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">400</FLD> <FLD NAME="LOT" TYPE="Char">50510475</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(4) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125050387"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK2_1] = array(2) {
        [QTESUIVITM] = string(3) "400"
        [Y_ITMFILTER] = string(8) "CAL01232"
  }
  [MTK2_2] = array(1) {
        [1] = array(5) {
          [NO] = string(1) "1"
          [ITMREF] = string(8) "CAL01232"
          [UOM] = string(2) "UN"
          [UOMCPLQTY] = string(3) "400"
          [LOT] = string(8) "50510475"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000013</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125050387</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="ITMTRKFLG" TYPE="Integer">2</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="MATTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTOPE" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"></FLD><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char">UN</FLD><FLD NAME="ZUL" TYPE="Char">Unité</FLD></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">9999</FLD><FLD MENULAB="Post-consommation" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">2</FLD><FLD MENULAB="Non soldées" MENULOCAL="355" NAME="FILTMAT" TYPE="Integer">1</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602073150</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="50" ID="MTK2_2" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="PRODTYP" TYPE="Integer">1</FLD><FLD MENULAB="Produit" MENULOCAL="2301" NAME="ITMTYP" TYPE="Integer">1</FLD><FLD NAME="ITMREF" TYPE="Char">CAL01232</FLD><FLD NAME="UOM" TYPE="Char">UN</FLD><FLD NAME="UOMEXTQTY" TYPE="Decimal">0</FLD><FLD NAME="UOMCPLQTY" TYPE="Decimal">400</FLD><FLD NAME="UOMSTUCOE" TYPE="Decimal">1</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="CPLQTY" TYPE="Decimal">400</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="LOCTYP" TYPE="Char">PROD</FLD><FLD NAME="LOC" TYPE="Char">SCAL</FLD><FLD NAME="LOT" TYPE="Char">50510475</FLD><FLD NAME="PALNUM" TYPE="Char">0000387608</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD NAME="MVTDES" TYPE="Char"/><FLD NAME="ITMDES1" TYPE="Char">CALINOU BOITE PARIS 180G</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMIT" TYPE="Char">OFCR125050387</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/></LIN></TAB><TAB DIM="100" ID="MTK3_3" SIZE="4"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00297</FLD><FLD NAME="ITMDES1" TYPE="Char">CAM REF FP2 249X189X299</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_FILPA</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_FILPACK</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">40</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">EA27</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250527</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01232</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050387</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="2"><FLD NAME="NO" TYPE="Integer">2</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00363</FLD><FLD NAME="ITMDES1" TYPE="Char">ETIQ METO ADH 22X16 NEUTRE</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_FILPA</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_FILPACK</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">400</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">KB13B</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250527</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01232</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050387</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="3"><FLD NAME="NO" TYPE="Integer">3</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00623</FLD><FLD NAME="ITMDES1" TYPE="Char">ETIQ TRANSFERT VE BL 110X99MM</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_FILPA</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_FILPACK</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">40</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">CALCO</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250527</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01232</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050387</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="4"><FLD NAME="NO" TYPE="Integer">4</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB02185</FLD><FLD NAME="ITMDES1" TYPE="Char">BOITE RECTANGLE PARIS</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_FILPA</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_FILPACK</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">400</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">40410246</FLD><FLD NAME="LOC" TYPE="Char">DA12</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250527</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01232</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050387</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(9) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000013"
        [MFGNUM] = string(13) "OFCR125050387"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(2) {
        [ITMTRKFLG] = string(1) "2"
        [MATTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [FILTOPE] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(2) "UN"
        [ZUL] = string(6) "Unité"
  }
  [MTK3_1] = array(7) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(4) "9999"
        [STOCOD] = string(1) "2"
        [FILTMAT] = string(1) "1"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602073150"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK2_2] = array(1) {
        [1] = array(40) {
          [NO] = string(1) "1"
          [PRODTYP] = string(1) "1"
          [ITMTYP] = string(1) "1"
          [ITMREF] = string(8) "CAL01232"
          [UOM] = string(2) "UN"
          [UOMEXTQTY] = string(1) "0"
          [UOMCPLQTY] = string(3) "400"
          [UOMSTUCOE] = string(1) "1"
          [STU] = string(2) "UN"
          [CPLQTY] = string(3) "400"
          [STA] = string(1) "A"
          [LOCTYP] = string(4) "PROD"
          [LOC] = string(4) "SCAL"
          [LOT] = string(8) "50510475"
          [PALNUM] = string(10) "0000387608"
          [CLEFLG] = string(1) "2"
          [MVTDES] = string(0) ""
          [ITMDES1] = string(24) "CALINOU BOITE PARIS 180G"
          [BOMALT] = string(1) "1"
          [MFGNUMIT] = string(13) "OFCR125050387"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
        }
  }
  [MTK3_3] = array(4) {
        [1] = array(43) {
          [NO] = string(1) "1"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00297"
          [ITMDES1] = string(23) "CAM REF FP2 249X189X299"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_FILPA"
          [WSTSHO] = string(10) "LI_FILPACK"
          [STU] = string(2) "UN"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(2) "40"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(4) "EA27"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250527"
          [BOMNUM] = string(8) "CAL01232"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050387"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [2] = array(43) {
          [NO] = string(1) "2"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00363"
          [ITMDES1] = string(26) "ETIQ METO ADH 22X16 NEUTRE"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_FILPA"
          [WSTSHO] = string(10) "LI_FILPACK"
          [STU] = string(2) "UN"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(3) "400"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(5) "KB13B"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250527"
          [BOMNUM] = string(8) "CAL01232"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050387"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [3] = array(43) {
          [NO] = string(1) "3"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00623"
          [ITMDES1] = string(29) "ETIQ TRANSFERT VE BL 110X99MM"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_FILPA"
          [WSTSHO] = string(10) "LI_FILPACK"
          [STU] = string(2) "UN"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(2) "40"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(5) "CALCO"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250527"
          [BOMNUM] = string(8) "CAL01232"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050387"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [4] = array(43) {
          [NO] = string(1) "4"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB02185"
          [ITMDES1] = string(21) "BOITE RECTANGLE PARIS"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_FILPA"
          [WSTSHO] = string(10) "LI_FILPACK"
          [STU] = string(2) "UN"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(3) "400"
          [TYPQTY] = string(1) "2"
          [LOT] = string(8) "40410246"
          [LOC] = string(4) "DA12"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250527"
          [BOMNUM] = string(8) "CAL01232"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050387"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
  }
}
 




DP1_actions.php
array(3) {
  [act] = string(10) "validSuivi"
  [mfgnum] = string(13) "OFCR125050387"
  [mfglin] = string(4) "1000"
}
 
Niv302/06/2025 09:31:5117ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 425
Fonct : Valid_Suiviof
Lien : /CRRPROD/DP1_actions.php?act=validSuivi&mfgnum=OFCR125050387&mfglin=1000DEC
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050387</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">400</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">CAL01232</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL01232</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">400</FLD> <FLD NAME="LOT" TYPE="Char">50510475</FLD> </LIN> </TAB> </PARAM> Niv502/06/2025 09:32:06102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 CAL00711 CD15 50410132 A CR125060003 2000 6 UN 0 UN 0000384581 D EXPED 0000387607 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00711</FLD> <FLD NAME="SLOC" TYPE="Char">CD15</FLD> <FLD NAME="SLOT" TYPE="Char">50410132</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060003</FLD> <FLD NAME="SOPLIG" TYPE="Integer">2000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000384581</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387607</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00711"
        [SLOC] = string(4) "CD15"
        [SLOT] = string(8) "50410132"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060003"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000384581"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387607"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00711</FLD><FLD NAME="SLOC" TYPE="Char">CD15</FLD><FLD NAME="SLOT" TYPE="Char">50410132</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000384581</FLD><FLD NAME="SOP" TYPE="Char">CR125060003</FLD><FLD NAME="SOPLIG" TYPE="Integer">2000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387607</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00711"
        [SLOC] = string(4) "CD15"
        [SLOT] = string(8) "50410132"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000384581"
        [SOP] = string(11) "CR125060003"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387607"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00711"
  [op] = string(11) "CR125060003"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CD15"
  [loc] = string(4) "CD15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502728"
  [soplin] = string(4) "3000"
  [soqseq] = string(4) "3000"
  [stocou] = string(7) "1731027"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410132"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502728..3000..3000....STOALL.........1.......50410132.....0000384581......CD15...173102799999997.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502728..2000..2000....STOALL.........3.......50310435.....................AA17...174340299999996........24"
  [PnPCible] = string(10) "0000387607"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000384581"
  [lot] = string(8) "50410132"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:33:35102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00750 AA17 50310435 A CR125060003 1000 8 UN 0 UN D EXPED 0000387607 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00750</FLD> <FLD NAME="SLOC" TYPE="Char">AA17</FLD> <FLD NAME="SLOT" TYPE="Char">50310435</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060003</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">8</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387607</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00750"
        [SLOC] = string(4) "AA17"
        [SLOT] = string(8) "50310435"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060003"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(1) "8"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387607"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00750</FLD><FLD NAME="SLOC" TYPE="Char">AA17</FLD><FLD NAME="SLOT" TYPE="Char">50310435</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060003</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">8</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387607</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00750"
        [SLOC] = string(4) "AA17"
        [SLOT] = string(8) "50310435"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060003"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(1) "8"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387607"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "24"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00750"
  [op] = string(11) "CR125060003"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA17"
  [loc] = string(4) "AA17"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502728"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1743402"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50310435"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "24"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502728..2000..2000....STOALL.........3.......50310435.....................AA17...174340299999996........24"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502728..4000..4000....STOALL.........3.......50210525.....................AA15...173871499999997........12"
  [PnPCible] = string(10) "0000387607"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00750"
  [lot] = string(8) "50310435"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:33:40102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00750 AA17 50310435 A CR125060003 1000 8 UN 0 UN D EXPED 0000387607 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00750</FLD> <FLD NAME="SLOC" TYPE="Char">AA17</FLD> <FLD NAME="SLOT" TYPE="Char">50310435</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060003</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">8</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387607</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00750"
        [SLOC] = string(4) "AA17"
        [SLOT] = string(8) "50310435"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060003"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(1) "8"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387607"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00750</FLD><FLD NAME="SLOC" TYPE="Char">AA17</FLD><FLD NAME="SLOT" TYPE="Char">50310435</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060003</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">8</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387607</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00750"
        [SLOC] = string(4) "AA17"
        [SLOT] = string(8) "50310435"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060003"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(1) "8"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387607"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "16"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00750"
  [op] = string(11) "CR125060003"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA17"
  [loc] = string(4) "AA17"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502728"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1743402"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50310435"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "16"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502728..2000..2000....STOALL.........3.......50310435.....................AA17...174340299999996........16"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502728..4000..4000....STOALL.........3.......50210525.....................AA15...173871499999997........12"
  [PnPCible] = string(10) "0000387607"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00750"
  [lot] = string(8) "50310435"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:33:44102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00750 AA17 50310435 A CR125060003 1000 8 UN 0 UN D EXPED 0000387607 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00750</FLD> <FLD NAME="SLOC" TYPE="Char">AA17</FLD> <FLD NAME="SLOT" TYPE="Char">50310435</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060003</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">8</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387607</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00750"
        [SLOC] = string(4) "AA17"
        [SLOT] = string(8) "50310435"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060003"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(1) "8"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387607"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00750</FLD><FLD NAME="SLOC" TYPE="Char">AA17</FLD><FLD NAME="SLOT" TYPE="Char">50310435</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060003</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">8</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387607</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00750"
        [SLOC] = string(4) "AA17"
        [SLOT] = string(8) "50310435"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060003"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(1) "8"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387607"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "8"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00750"
  [op] = string(11) "CR125060003"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA17"
  [loc] = string(4) "AA17"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502728"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1743402"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50310435"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "8"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502728..2000..2000....STOALL.........3.......50310435.....................AA17...174340299999996.........8"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502728..4000..4000....STOALL.........3.......50210525.....................AA15...173871499999997........12"
  [PnPCible] = string(10) "0000387607"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00750"
  [lot] = string(8) "50310435"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:33:59102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00751 AA15 50210525 A CR125060003 3000 4 UN 0 UN D EXPED 0000387607 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00751</FLD> <FLD NAME="SLOC" TYPE="Char">AA15</FLD> <FLD NAME="SLOT" TYPE="Char">50210525</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060003</FLD> <FLD NAME="SOPLIG" TYPE="Integer">3000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">4</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387607</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00751"
        [SLOC] = string(4) "AA15"
        [SLOT] = string(8) "50210525"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060003"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "4"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387607"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00751</FLD><FLD NAME="SLOC" TYPE="Char">AA15</FLD><FLD NAME="SLOT" TYPE="Char">50210525</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060003</FLD><FLD NAME="SOPLIG" TYPE="Integer">3000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">4</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387607</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00751"
        [SLOC] = string(4) "AA15"
        [SLOT] = string(8) "50210525"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060003"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "4"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387607"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "12"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00751"
  [op] = string(11) "CR125060003"
  [oplig] = string(4) "3000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA15"
  [loc] = string(4) "AA15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502728"
  [soplin] = string(4) "4000"
  [soqseq] = string(4) "4000"
  [stocou] = string(7) "1738714"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50210525"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "12"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502728..4000..4000....STOALL.........3.......50210525.....................AA15...173871499999997........12"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502728..5000..5000....STOALL.........1.......50410163.....................AA08...174361599999998........10"
  [PnPCible] = string(10) "0000387607"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00751"
  [lot] = string(8) "50210525"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:34:03102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00751 AA15 50210525 A CR125060003 3000 4 UN 0 UN D EXPED 0000387607 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00751</FLD> <FLD NAME="SLOC" TYPE="Char">AA15</FLD> <FLD NAME="SLOT" TYPE="Char">50210525</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060003</FLD> <FLD NAME="SOPLIG" TYPE="Integer">3000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">4</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387607</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00751"
        [SLOC] = string(4) "AA15"
        [SLOT] = string(8) "50210525"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060003"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "4"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387607"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00751</FLD><FLD NAME="SLOC" TYPE="Char">AA15</FLD><FLD NAME="SLOT" TYPE="Char">50210525</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060003</FLD><FLD NAME="SOPLIG" TYPE="Integer">3000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">4</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387607</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00751"
        [SLOC] = string(4) "AA15"
        [SLOT] = string(8) "50210525"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060003"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "4"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387607"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "8"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00751"
  [op] = string(11) "CR125060003"
  [oplig] = string(4) "3000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA15"
  [loc] = string(4) "AA15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502728"
  [soplin] = string(4) "4000"
  [soqseq] = string(4) "4000"
  [stocou] = string(7) "1738714"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50210525"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "8"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502728..4000..4000....STOALL.........3.......50210525.....................AA15...173871499999997.........8"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502728..5000..5000....STOALL.........1.......50410163.....................AA08...174361599999998........10"
  [PnPCible] = string(10) "0000387607"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00751"
  [lot] = string(8) "50210525"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:34:07102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00751 AA15 50210525 A CR125060003 3000 4 UN 0 UN D EXPED 0000387607 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00751</FLD> <FLD NAME="SLOC" TYPE="Char">AA15</FLD> <FLD NAME="SLOT" TYPE="Char">50210525</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060003</FLD> <FLD NAME="SOPLIG" TYPE="Integer">3000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">4</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387607</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00751"
        [SLOC] = string(4) "AA15"
        [SLOT] = string(8) "50210525"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060003"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "4"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387607"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00751</FLD><FLD NAME="SLOC" TYPE="Char">AA15</FLD><FLD NAME="SLOT" TYPE="Char">50210525</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060003</FLD><FLD NAME="SOPLIG" TYPE="Integer">3000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">4</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387607</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00751"
        [SLOC] = string(4) "AA15"
        [SLOT] = string(8) "50210525"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060003"
        [SOPLIG] = string(4) "3000"
        [SQTYSTU] = string(1) "4"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387607"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "4"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00751"
  [op] = string(11) "CR125060003"
  [oplig] = string(4) "3000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA15"
  [loc] = string(4) "AA15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502728"
  [soplin] = string(4) "4000"
  [soqseq] = string(4) "4000"
  [stocou] = string(7) "1738714"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50210525"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "4"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502728..4000..4000....STOALL.........3.......50210525.....................AA15...173871499999997.........4"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502728..5000..5000....STOALL.........1.......50410163.....................AA08...174361599999998........10"
  [PnPCible] = string(10) "0000387607"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00751"
  [lot] = string(8) "50210525"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:34:42102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL01293 AA08 50410163 A CR125060003 4000 10 UN 0 UN D EXPED 0000387607 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01293</FLD> <FLD NAME="SLOC" TYPE="Char">AA08</FLD> <FLD NAME="SLOT" TYPE="Char">50410163</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060003</FLD> <FLD NAME="SOPLIG" TYPE="Integer">4000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387607</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01293"
        [SLOC] = string(4) "AA08"
        [SLOT] = string(8) "50410163"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060003"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387607"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01293</FLD><FLD NAME="SLOC" TYPE="Char">AA08</FLD><FLD NAME="SLOT" TYPE="Char">50410163</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060003</FLD><FLD NAME="SOPLIG" TYPE="Integer">4000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">10</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387607</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01293"
        [SLOC] = string(4) "AA08"
        [SLOT] = string(8) "50410163"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060003"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(2) "10"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387607"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "10"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01293"
  [op] = string(11) "CR125060003"
  [oplig] = string(4) "4000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AA08"
  [loc] = string(4) "AA08"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502728"
  [soplin] = string(4) "5000"
  [soqseq] = string(4) "5000"
  [stocou] = string(7) "1743615"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410163"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "10"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502728..5000..5000....STOALL.........1.......50410163.....................AA08...174361599999998........10"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502728..5000..5000....STOALL.........1.......50410163.....................AA08...174361599999998........10"
  [PnPCible] = string(10) "0000387607"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01293"
  [lot] = string(8) "50410163"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:34:42102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060003,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060003 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060003</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060003"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060003</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060003"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(2) {
  [op] = string(11) "CR125060003"
  [success] = string(23) "Préparation terminée."
}
 
Niv502/06/2025 09:34:5517ROYRENE:YWTRFSM02
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 1015
Fonction : Run(YWTRFSM02, 17#CAL01033 17 CR1 CAL01033 CALCO 50510469 A 0000387033 75 OFCR125050387 1000 5 CALCO A A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">17#CAL01033</FLD> <FLD NAME="USER" TYPE="Char">17</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01033</FLD> <FLD NAME="SLOC" TYPE="Char">CALCO</FLD> <FLD NAME="SLOT" TYPE="Char">50510469</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387033</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">75</FLD> <FLD NAME="SMFGNUM" TYPE="Char">OFCR125050387</FLD> <FLD NAME="SMFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SBOMSEQ" TYPE="Integer">5</FLD> <FLD NAME="DLOC" TYPE="Char">CALCO</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">A</FLD> </GRP> </PARAM>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(11) "17#CAL01033"
        [USER] = string(2) "17"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01033"
        [SLOC] = string(5) "CALCO"
        [SLOT] = string(8) "50510469"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387033"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(2) "75"
        [SMFGNUM] = string(13) "OFCR125050387"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(1) "5"
        [DLOC] = string(5) "CALCO"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">17#CAL01033</FLD><FLD NAME="USER" TYPE="Char">17</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01033</FLD><FLD NAME="SLOC" TYPE="Char">CALCO</FLD><FLD NAME="SLOT" TYPE="Char">50510469</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387033</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">75</FLD><FLD NAME="SMFGNUM" TYPE="Char">OFCR125050387</FLD><FLD NAME="SMFGLIN" TYPE="Decimal">1000</FLD><FLD NAME="SBOMSEQ" TYPE="Decimal">5</FLD><FLD NAME="DLOC" TYPE="Char">CALCO</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">A</FLD></GRP></RESULT>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(11) "17#CAL01033"
        [USER] = string(2) "17"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01033"
        [SLOC] = string(5) "CALCO"
        [SLOT] = string(8) "50510469"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387033"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(2) "75"
        [SMFGNUM] = string(13) "OFCR125050387"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(1) "5"
        [DLOC] = string(5) "CALCO"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 




SM1_actions.php
array(28) {
  [AutomaticLineValue] = string(9) "article;0"
  [act] = string(8) "lstValid"
  [bomope] = string(0) ""
  [bomseq] = string(1) "5"
  [mfglin] = string(4) "1000"
  [numof] = string(13) "OFCR125050387"
  [wst] = string(0) ""
  [tablin] = string(1) "0"
  [retqty] = string(4) "72.8"
  [qtyprep] = string(1) "0"
  [sta] = string(1) "A"
  [slo] = string(1) " "
  [palnum] = string(10) "0000387033"
  [stocou] = string(7) "1742705"
  [vide] = string(24) "OFCR125050387 / 1000 / 5"
  [article] = string(8) "CAL01033"
  [designation] = string(23) "CALINOU GRI FW NEU CDRR"
  [resqty] = string(6) "0/72.8"
  [sloc] = string(5) "CALCO"
  [flash] = string(10) "0000387033"
  [dloc] = string(5) "CALCO"
  [qtypf] = string(0) ""
  [uomlink] = string(2) "UN"
  [dflash] = string(0) ""
  [qte] = string(2) "75"
  [unite] = string(2) "KG"
  [lot] = string(8) "50510469"
  [ajxact] = string(10) "AjxAutoqte"
}
 
Niv502/06/2025 09:35:0317ROYRENE:WEB
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 21
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\SM1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\SM1_actions_spe.php
Ligne : 144
Fonction : ValidSM1Spe(Array)

Call 5
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\framework\php_fonctions\php_fonctions_SM1_spe.php
Ligne : 25
Fonction : CreSuiviSpe(OFCR125050387)

Call 6
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\framework\php_fonctions\php_fonctions_SM1_spe.php
Ligne : 102
Fonction : save(WEB, CR1 OFCR125050387 20250602 2 1 CAL01033 -OFCR125050387 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050387</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="MATTRKFLG" TYPE="Integer">2</FLD> </GRP> <TAB ID="MTK3_3" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="MATITMREF" TYPE="Char">CAL01033</FLD> <FLD NAME="MVTDES" TYPE="Char">-OFCR125050387</FLD> </LIN> </TAB> </PARAM>

SM1_actions.php
array(3) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125050387"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [MATTRKFLG] = string(1) "2"
  }
  [MTK3_3] = array(1) {
        [1] = array(3) {
          [NO] = string(1) "1"
          [MATITMREF] = string(8) "CAL01033"
          [MVTDES] = string(14) "-OFCR125050387"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000014</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125050387</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="MATTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"/><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char"/><FLD NAME="ZUL" TYPE="Char"/></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">9999</FLD><FLD MENULAB="Immédiat" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">1</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602073502</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="100" ID="MTK3_3" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">CAL01033</FLD><FLD NAME="ITMDES1" TYPE="Char">CALINOU GRI FW NEU CDRR</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_FILPA</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_FILPACK</FLD><FLD NAME="STU" TYPE="Char">KG</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">75</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">50510469</FLD><FLD NAME="LOC" TYPE="Char">CALCO</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="MVTDES" TYPE="Char"></FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Immédiat" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">1</FLD><FLD NAME="RETDAT" TYPE="Date">20250527</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01232</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050387</FLD><FLD MENULAB="Détaillée" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">5</FLD><FLD NAME="CCE1" TYPE="Char"/><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN></TAB></RESULT>

SM1_actions.php
array(8) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000014"
        [MFGNUM] = string(13) "OFCR125050387"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [MATTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(5) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(0) ""
        [ZUL] = string(0) ""
  }
  [MTK3_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(4) "9999"
        [STOCOD] = string(1) "1"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602073502"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK3_3] = array(1) {
        [1] = array(44) {
          [NO] = string(1) "1"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "CAL01033"
          [ITMDES1] = string(23) "CALINOU GRI FW NEU CDRR"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_FILPA"
          [WSTSHO] = string(10) "LI_FILPACK"
          [STU] = string(2) "KG"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(2) "75"
          [TYPQTY] = string(1) "2"
          [LOT] = string(8) "50510469"
          [LOC] = string(5) "CALCO"
          [STA] = string(1) "A"
          [MVTDES] = string(0) ""
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "1"
          [RETDAT] = string(8) "20250527"
          [BOMNUM] = string(8) "CAL01232"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050387"
          [ALLSTA] = string(1) "5"
          [CCE1] = string(0) ""
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
  }
}
 




SM1_actions.php
array(1) {
  [act] = string(10) "validSuivi"
}
 
Niv502/06/2025 09:36:08102ROYRENE:YLIVRAISON
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4728
Fonction : Run(YLIVRAISON, CRR CR1 CRR01516 CRR01516 L1 L1 12 12 1 0 CRR01516L1CR1CRR0037412EUR11CRR00374CRR01516RELAYHHALL1LAGARDERETRAVELRETAILFRANCEVI045FDM11 13~FRA~FR25542095336~21 POSTE37329013700MARIGNANECOMPTAFOURNISSEURS92689LEVALLOISPERRETCEDEXCVCR12502728 1 1 2 EXPE_1 102 1 8 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPY" TYPE="Char">CRR</FLD> <FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="YSHIDAT" TYPE="Date"></FLD> <FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD> <FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD> <FLD NAME="YBPCORDDEB" TYPE="Char">CRR01516</FLD> <FLD NAME="YBPCORDFIN" TYPE="Char">CRR01516</FLD> <FLD NAME="YBPAADDDEB" TYPE="Char">L1</FLD> <FLD NAME="YBPAADDFIN" TYPE="Char">L1</FLD> <FLD NAME="YBPTNUMDEB" TYPE="Char">12</FLD> <FLD NAME="YBPTNUMFIN" TYPE="Char">12</FLD> <FLD NAME="YDRNFLG" TYPE="Integer">1</FLD> <FLD NAME="YDRN" TYPE="Integer">0</FLD> <FLD NAME="YY_OP" TYPE="Char"></FLD> <FLD NAME="YY_KEYPREP1" TYPE="Char">CRR01516L1CR1CRR0037412EUR11CRR00374CRR01516RELAYHHALL1LAGARDERETRAVELRETAILFRANCEVI045FDM11 13~FRA~FR25542095336~21</FLD> <FLD NAME="YY_KEYPREP2" TYPE="Char">POSTE37329013700MARIGNANECOMPTAFOURNISSEURS92689LEVALLOISPERRETCEDEXCVCR12502728</FLD> <FLD NAME="YRUPDAT" TYPE="Integer">1</FLD> <FLD NAME="YCFMFLG" TYPE="Integer">1</FLD> <FLD NAME="YNDEFLG" TYPE="Integer">2</FLD> <FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD> <FLD NAME="YUSER" TYPE="Char">102</FLD> <FLD NAME="YNBPAL" TYPE="Integer">1</FLD> <FLD NAME="YNBCOL" TYPE="Integer">8</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(0) ""
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR01516"
        [YBPCORDFIN] = string(8) "CRR01516"
        [YBPAADDDEB] = string(2) "L1"
        [YBPAADDFIN] = string(2) "L1"
        [YBPTNUMDEB] = string(2) "12"
        [YBPTNUMFIN] = string(2) "12"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(123) "CRR01516L1CR1CRR0037412EUR11CRR00374CRR01516RELAYHHALL1LAGARDERETRAVELRETAILFRANCEVI045FDM11                13~FRA~FR25542095336~21"
        [YY_KEYPREP2] = string(80) "POSTE37329013700MARIGNANECOMPTAFOURNISSEURS92689LEVALLOISPERRETCEDEXCVCR12502728"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(1) "8"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPY" TYPE="Char">CRR</FLD><FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="YSHIDAT" TYPE="Date">[0/0/0]</FLD><FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD><FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD><FLD NAME="YBPCORDDEB" TYPE="Char">CRR01516</FLD><FLD NAME="YBPAADDDEB" TYPE="Char">L1</FLD><FLD NAME="YBPCORDFIN" TYPE="Char">CRR01516</FLD><FLD NAME="YBPAADDFIN" TYPE="Char">L1</FLD><FLD NAME="YBPTNUMDEB" TYPE="Char">12</FLD><FLD NAME="YBPTNUMFIN" TYPE="Char">12</FLD><FLD NAME="YDRNFLG" TYPE="Integer">1</FLD><FLD NAME="YDRN" TYPE="Integer">0</FLD><FLD NAME="YY_OP" TYPE="Char"></FLD><FLD NAME="YY_KEYPREP1" TYPE="Char">CRR01516L1CR1CRR0037412EUR11CRR00374CRR01516RELAYHHALL1LAGARDERETRAVELRETAILFRANCEVI045FDM11 13~FRA~FR25542095336~21</FLD><FLD NAME="YY_KEYPREP2" TYPE="Char">POSTE37329013700MARIGNANECOMPTAFOURNISSEURS92689LEVALLOISPERRETCEDEXCVCR12502728</FLD><FLD NAME="YRUPDAT" TYPE="Integer">1</FLD><FLD NAME="YCFMFLG" TYPE="Integer">1</FLD><FLD NAME="YNDEFLG" TYPE="Integer">2</FLD><FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD><FLD NAME="YUSER" TYPE="Char">102</FLD><FLD NAME="YNBPAL" TYPE="Integer">1</FLD><FLD NAME="YNBCOL" TYPE="Integer">8</FLD></GRP><TAB DIM="50" ID="RESULTAT" SIZE="1"><LIN NUM="1"><FLD NAME="YSDHNUM" TYPE="Char">LVCR12501297</FLD><FLD NAME="YNB_ERR" TYPE="Integer">0</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR01516"
        [YBPAADDDEB] = string(2) "L1"
        [YBPCORDFIN] = string(8) "CRR01516"
        [YBPAADDFIN] = string(2) "L1"
        [YBPTNUMDEB] = string(2) "12"
        [YBPTNUMFIN] = string(2) "12"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(123) "CRR01516L1CR1CRR0037412EUR11CRR00374CRR01516RELAYHHALL1LAGARDERETRAVELRETAILFRANCEVI045FDM11                13~FRA~FR25542095336~21"
        [YY_KEYPREP2] = string(80) "POSTE37329013700MARIGNANECOMPTAFOURNISSEURS92689LEVALLOISPERRETCEDEXCVCR12502728"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(1) "8"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501297"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(8) "CRR01516"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "L1"
  [keyprep1] = string(129) "CRR01516L1CR1CRR0037412EUR11CRR00374CRR01516RELAYHHALL1LAGARDERETRAVELRETAILFRANCEVI045FDM11                13%7EFRA%7EFR25542095336%7E21"
  [keyprep2] = string(80) "POSTE37329013700MARIGNANECOMPTAFOURNISSEURS92689LEVALLOISPERRETCEDEXCVCR12502728"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(1) "8"
  [transp1] = string(2) "12"
  [backurl] = string(25) "PC1_02.php?op=CR125060003"
  [idERR] = string(4) "ERR1"
}
 
Niv402/06/2025 09:36:08102ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4741
Fonct :
Lien : /CRRPROD/PC1_actions.php?act=CreBL&client=CRR01516&idBouton=BL1&nbBLActifs=1&adrLiv=L1&keyprep1=CRR01516L1CR1CRR0037412EUR11CRR00374CRR01516RELAYHHALL1LAGARDERETRAVELRETAILFRANCEVI045FDM11++++++++13%257EFRA%257EFR25542095336%257E21&keyprep2=POSTE37329013700MARIGNANECOMPTAFOURNISSEURS92689LEVALLOISPERRETCEDEXCVCR12502728&nbpal1=1&nbcol1=8&transp1=12&backurl=PC1_02.php%3Fop%3DCR125060003&idERR=ERR1--
Data :
PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR01516"
        [YBPAADDDEB] = string(2) "L1"
        [YBPCORDFIN] = string(8) "CRR01516"
        [YBPAADDFIN] = string(2) "L1"
        [YBPTNUMDEB] = string(2) "12"
        [YBPTNUMFIN] = string(2) "12"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(123) "CRR01516L1CR1CRR0037412EUR11CRR00374CRR01516RELAYHHALL1LAGARDERETRAVELRETAILFRANCEVI045FDM11                13~FRA~FR25542095336~21"
        [YY_KEYPREP2] = string(80) "POSTE37329013700MARIGNANECOMPTAFOURNISSEURS92689LEVALLOISPERRETCEDEXCVCR12502728"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(1) "8"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501297"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 
Niv502/06/2025 09:36:08102ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4852
Fonction : WmsPrintAuto(XT1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(XETIQTRANSPORT,1,Array,imp,,EXPE_1_2,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, XETIQTRANSPORT 1 EXPE_1_2 FRA imp 1 client CRR01516 stofcy CR1 numcde CVCR12502728 numpal )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="4"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">client</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CRR01516</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502728</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(8) "CRR01516"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12502728"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="4"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">client</FLD><FLD NAME="VVALPARAM" TYPE="Char">CRR01516</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502728</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(8) "CRR01516"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12502728"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(8) "CRR01516"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "L1"
  [keyprep1] = string(129) "CRR01516L1CR1CRR0037412EUR11CRR00374CRR01516RELAYHHALL1LAGARDERETRAVELRETAILFRANCEVI045FDM11                13%7EFRA%7EFR25542095336%7E21"
  [keyprep2] = string(80) "POSTE37329013700MARIGNANECOMPTAFOURNISSEURS92689LEVALLOISPERRETCEDEXCVCR12502728"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(1) "8"
  [transp1] = string(2) "12"
  [backurl] = string(25) "PC1_02.php?op=CR125060003"
  [idERR] = string(4) "ERR1"
}
 
Niv502/06/2025 09:36:08102ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 19
Fonction : unLockAll(102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 




PC1_01.php
array(1) {
  [success] = string(36) "Création BL LVCR12501297 effectuée"
}
 
Niv502/06/2025 09:37:435ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_SCA,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_SCA FRA imp 1 site CR1 article MAT00138 lot 50510652 loc sscc 0000387565 ope 5 qte 24 pcu KG pohnum bpsnum date 20250602 bpslot 00050199 dluo 20260830 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00138</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510652</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387565</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">5</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">24</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">00050199</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260830</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00138"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510652"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387565"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(1) "5"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "24"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(8) "00050199"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260830"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_SCA</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00138</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510652</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387565</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">5</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">24</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">00050199</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260830</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_SCA"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00138"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510652"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387565"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(1) "5"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "24"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(8) "00050199"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260830"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00138"
  [lot] = string(8) "50510652"
  [bpslot] = string(8) "00050199"
  [sscc] = string(10) "0000387565"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(2) "24"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 09:40:2140ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ1_EXP1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ1_EXP1 FRA imp 1 site CR1 article CAR00021 lot 12724 loc sscc 0000365799 ope 40 qte 120 pcu UN pohnum bpsnum date 20250602 bpslot dluo 20251103 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CAR00021</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">12724</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000365799</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">120</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">UN</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20251103</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAR00021"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(5) "12724"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000365799"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "120"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20251103"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">CAR00021</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">12724</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000365799</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">120</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">UN</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20251103</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAR00021"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(5) "12724"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000365799"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "120"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20251103"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "CAR00021"
  [lot] = string(5) "12724"
  [bpslot] = string(1) " "
  [sscc] = string(10) "0000365799"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(3) "120"
  [pcu] = string(2) "UN"
}
 
Niv502/06/2025 09:40:22102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060004,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060004 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060004</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060004"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060004</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060004"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(3) {
  [deb] = string(0) ""
  [op] = string(11) "CR125060004"
  [afftext] = string(4) "true"
}
 
Niv502/06/2025 09:40:30102ROYRENE:YWXCOMPT
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 296
Fonction : Run(YWXCOMPT, YPA )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPT" TYPE="Char">YPA</FLD> <FLD NAME="YSIT" TYPE="Char"></FLD> <FLD NAME="YDATE" TYPE="Date"></FLD> <FLD NAME="YCOMPL" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(0) ""
        [YCOMPL] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPT" TYPE="Char">YPA</FLD><FLD NAME="YSIT" TYPE="Char"></FLD><FLD NAME="YDATE" TYPE="Date">[0/0/0]</FLD><FLD NAME="YCOMPL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="YVAL" TYPE="Char">0000387609</FLD><FLD NAME="STATUT" TYPE="Integer">0</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(7) "[0/0/0]"
        [YCOMPL] = string(0) ""
  }
  [RESULTAT] = array(2) {
        [YVAL] = string(10) "0000387609"
        [STATUT] = string(1) "0"
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060004"
  [cde] = string(12) "CVCR12502930"
  [oplig] = string(4) "1000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060004%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 09:40:30102ROYRENE:YWPMAJSSCC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 383
Fonction : Run(YWPMAJSSCC, 102 CR1 0000387609 PAL CR125060004 1000 0 0 0 0 1 PALET CVCR12502930 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="USER" TYPE="Char">102</FLD> <FLD NAME="FCY" TYPE="Char">CR1</FLD> <FLD NAME="SSCC" TYPE="Char">0000387609</FLD> <FLD NAME="TYP" TYPE="Char">PAL</FLD> <FLD NAME="OP" TYPE="Char">CR125060004</FLD> <FLD NAME="OPLIG" TYPE="Decimal">1000</FLD> <FLD NAME="POIDS" TYPE="Decimal"></FLD> <FLD NAME="VOLUME" TYPE="Decimal">0</FLD> <FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD> <FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD> <FLD NAME="LARGEUR" TYPE="Decimal">0</FLD> <FLD NAME="MATDANG" TYPE="Integer">1</FLD> <FLD NAME="LIBCOL" TYPE="Char">PALET</FLD> <FLD NAME="LIBPAL" TYPE="Char"></FLD> <FLD NAME="SOHNUM" TYPE="Char">CVCR12502930</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(15) {
        [USER] = string(3) "102"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387609"
        [TYP] = string(3) "PAL"
        [OP] = string(11) "CR125060004"
        [OPLIG] = string(4) "1000"
        [POIDS] = string(0) ""
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
        [SOHNUM] = string(12) "CVCR12502930"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="USER" TYPE="Char">102</FLD><FLD NAME="FCY" TYPE="Char">CR1</FLD><FLD NAME="SSCC" TYPE="Char">0000387609</FLD><FLD NAME="TYP" TYPE="Char">PAL</FLD><FLD NAME="SOHNUM" TYPE="Char">CVCR12502930</FLD><FLD NAME="OP" TYPE="Char">CR125060004</FLD><FLD NAME="OPLIG" TYPE="Decimal">1000</FLD><FLD NAME="POIDS" TYPE="Decimal">0</FLD><FLD NAME="VOLUME" TYPE="Decimal">0</FLD><FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD><FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD><FLD NAME="LARGEUR" TYPE="Decimal">0</FLD><FLD NAME="MATDANG" TYPE="Integer">1</FLD><FLD NAME="LIBCOL" TYPE="Char">PALET</FLD><FLD NAME="LIBPAL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="ZIND" TYPE="Integer">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(15) {
        [USER] = string(3) "102"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387609"
        [TYP] = string(3) "PAL"
        [SOHNUM] = string(12) "CVCR12502930"
        [OP] = string(11) "CR125060004"
        [OPLIG] = string(4) "1000"
        [POIDS] = string(1) "0"
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
  }
  [RESULTAT] = array(1) {
        [ZIND] = string(1) "1"
  }
}
 
Informations enregistrées



PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060004"
  [cde] = string(12) "CVCR12502930"
  [oplig] = string(4) "1000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060004%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 09:40:30102ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 417
Fonction : WmsPrintAuto(PC1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_CLIUC,1,Array,imp,,ETIQ1_EXP1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_CLIUC 1 ETIQ1_EXP1 FRA imp 1 site CR1 sscc 0000387609 ope 102 commande CVCR12502930 indicepalette 1 zoneprep EXPED ctx op nbcolis 0 type Palette )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="10"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387609</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">102</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">commande</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502930</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">op</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">type</FLD> <FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387609"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "102"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502930"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="10"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387609</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">102</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">commande</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502930</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD><FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">op</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">type</FLD><FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387609"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "102"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502930"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060004"
  [cde] = string(12) "CVCR12502930"
  [oplig] = string(4) "1000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060004%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 09:41:1740ROYRENE:YWSCHG08
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2260
Fonction : Run(YWSCHG08, PalStoT-EmpMas 40 CR1 0000387605 0 BB03 * )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD> <FLD NAME="SUSER" TYPE="Char">40</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387605</FLD> <FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD> <FLD NAME="DLOC" TYPE="Char">BB03</FLD> <FLD NAME="DSTA" TYPE="Char">*</FLD> </GRP> </PARAM>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000387605"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(4) "BB03"
        [DSTA] = string(1) "*"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD><FLD NAME="SUSER" TYPE="Char">40</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387605</FLD><FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD><FLD NAME="DLOC" TYPE="Char">BB03</FLD><FLD NAME="DSTA" TYPE="Char">*</FLD></GRP></RESULT>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000387605"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(4) "BB03"
        [DSTA] = string(1) "*"
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000387605"
  [TypeSource] = string(18) "PaletteStockTotale"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(4) "BB03"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(1) "*"
  [SelectedLoc] = string(0) ""
  [designation] = string(0) ""
  [lot] = string(0) ""
  [slo] = string(0) ""
  [ssta] = string(0) ""
  [dsta] = string(1) "*"
  [loc] = string(0) ""
  [totalqte] = string(1) "1"
  [us] = string(0) ""
  [stocou] = string(0) ""
  [qte] = string(1) "1"
  [unite] = string(0) ""
}
 
Niv502/06/2025 09:41:5917ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(17)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 17 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">17</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "17"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">17</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "17"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(2) "17"
  [mdpasse] = string(2) "17"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 09:42:1217ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_FIL,,,FRA,CDT4)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_FIL FRA CDT4 imp 1 numof OFCR125050423 numligne 1000 nbcopies 286 debut 0 ean14 3102621003785 dateref 20250602 PCB 13 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FIL</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT4</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125050423</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1000</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">286</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">3102621003785</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">13</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FIL"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT4"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125050423"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(3) "286"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "3102621003785"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(2) "13"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FIL</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT4</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125050423</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1000</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">286</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">3102621003785</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">13</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FIL"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT4"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125050423"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(3) "286"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "3102621003785"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(2) "13"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125050423"
  [mfglin] = string(4) "1000"
  [seq] = string(0) ""
  [nbEti] = string(3) "286"
  [Ean] = string(13) "3102621003785"
  [PCB] = string(2) "13"
}
 
Niv502/06/2025 09:43:21180ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125050393 1001 0 REF00098 1.212 KG 20250528 20250925 180 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050393</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1001</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">REF00098</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">1.212</FLD> <FLD NAME="PCU" TYPE="Char">KG</FLD> <FLD NAME="LOT" TYPE="Char">20250528</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20250925</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">180</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050393"
          [MFGLIN] = string(4) "1001"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "REF00098"
          [QTYPCU] = string(5) "1.212"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "20250528"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250925"
          [SSCC] = string(0) ""
          [USER] = string(3) "180"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125050393</FLD><FLD NAME="MFGLIN" TYPE="Integer">1001</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">REF00098</FLD><FLD NAME="QTYPCU" TYPE="Decimal">1.212</FLD><FLD NAME="PCU" TYPE="Char">KG</FLD><FLD NAME="LOT" TYPE="Char">20250528</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20250925</FLD><FLD NAME="SSCC" TYPE="Char">0000387610</FLD><FLD NAME="USER" TYPE="Char">180</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050393"
          [MFGLIN] = string(4) "1001"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "REF00098"
          [QTYPCU] = string(5) "1.212"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "20250528"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250925"
          [SSCC] = string(10) "0000387610"
          [USER] = string(3) "180"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "REF00098"
  [desig] = string(25) "REFONTE  PATE CAL PRALINE"
  [lot] = string(8) "20250528"
  [dluo] = string(10) "25/09/2025"
  [qtyprd] = string(5) "1.212"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050393"
  [mfglin] = string(4) "1001"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 09:43:21180ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_DET,,,FRA,CDT2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_DET FRA CDT2 imp 1 site CR1 article REF00098 lot 20250528 loc sscc 0000387610 ope 180 qte 1.212 pcu pohnum bpsnum bpslot dluo 20250925 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">REF00098</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250528</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387610</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">180</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1.212</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250925</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "REF00098"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "20250528"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387610"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "180"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "1.212"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250925"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">REF00098</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250528</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387610</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">180</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">1.212</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250925</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "REF00098"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "20250528"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387610"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "180"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "1.212"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250925"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "REF00098"
  [desig] = string(25) "REFONTE  PATE CAL PRALINE"
  [lot] = string(8) "20250528"
  [dluo] = string(10) "25/09/2025"
  [qtyprd] = string(5) "1.212"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050393"
  [mfglin] = string(4) "1001"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 09:43:25180ROYRENE:DES
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 274
Fonction : Valid_Suiviof(OFCR125050393,1001)

Call 4
Page : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 384
Fonction : save(DES, CR1 OFCR125050393 20250602 2 1.212 REF00098 1 REF00098 KG 1.212 20250528 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050393</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">1.212</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">REF00098</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">REF00098</FLD> <FLD NAME="UOM" TYPE="Char">KG</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">1.212</FLD> <FLD NAME="LOT" TYPE="Char">20250528</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(4) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125050393"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK2_1] = array(2) {
        [QTESUIVITM] = string(5) "1.212"
        [Y_ITMFILTER] = string(8) "REF00098"
  }
  [MTK2_2] = array(1) {
        [1] = array(5) {
          [NO] = string(1) "1"
          [ITMREF] = string(8) "REF00098"
          [UOM] = string(2) "KG"
          [UOMCPLQTY] = string(5) "1.212"
          [LOT] = string(8) "20250528"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000015</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125050393</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="ITMTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTOPE" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"></FLD><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char">KG</FLD><FLD NAME="ZUL" TYPE="Char">Kilogramme</FLD></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTMAT" TYPE="Integer">0</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602074324</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="50" ID="MTK2_2" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="PRODTYP" TYPE="Integer">1</FLD><FLD MENULAB="Sous-produit" MENULOCAL="2301" NAME="ITMTYP" TYPE="Integer">2</FLD><FLD NAME="ITMREF" TYPE="Char">REF00098</FLD><FLD NAME="UOM" TYPE="Char">KG</FLD><FLD NAME="UOMEXTQTY" TYPE="Decimal">1.398</FLD><FLD NAME="UOMCPLQTY" TYPE="Decimal">1.212</FLD><FLD NAME="UOMSTUCOE" TYPE="Decimal">1</FLD><FLD NAME="STU" TYPE="Char">KG</FLD><FLD NAME="CPLQTY" TYPE="Decimal">1.212</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="LOCTYP" TYPE="Char">CPROD</FLD><FLD NAME="LOC" TYPE="Char">CALPR</FLD><FLD NAME="LOT" TYPE="Char">20250528</FLD><FLD NAME="PALNUM" TYPE="Char">0000387610</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD NAME="MVTDES" TYPE="Char"/><FLD NAME="ITMDES1" TYPE="Char">REFONTE PATE CAL PRALINE</FLD><FLD NAME="BOMALT" TYPE="Integer">0</FLD><FLD NAME="MFGNUMIT" TYPE="Char">OFCR125050393</FLD><FLD NAME="CCE1" TYPE="Char"/><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/></LIN></TAB></RESULT>

DP1_actions.php
array(8) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000015"
        [MFGNUM] = string(13) "OFCR125050393"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [FILTOPE] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(2) "KG"
        [ZUL] = string(10) "Kilogramme"
  }
  [MTK3_1] = array(7) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [STOCOD] = string(1) "0"
        [FILTMAT] = string(1) "0"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602074324"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK2_2] = array(1) {
        [1] = array(40) {
          [NO] = string(1) "1"
          [PRODTYP] = string(1) "1"
          [ITMTYP] = string(1) "2"
          [ITMREF] = string(8) "REF00098"
          [UOM] = string(2) "KG"
          [UOMEXTQTY] = string(5) "1.398"
          [UOMCPLQTY] = string(5) "1.212"
          [UOMSTUCOE] = string(1) "1"
          [STU] = string(2) "KG"
          [CPLQTY] = string(5) "1.212"
          [STA] = string(1) "A"
          [LOCTYP] = string(5) "CPROD"
          [LOC] = string(5) "CALPR"
          [LOT] = string(8) "20250528"
          [PALNUM] = string(10) "0000387610"
          [CLEFLG] = string(1) "1"
          [MVTDES] = string(0) ""
          [ITMDES1] = string(25) "REFONTE  PATE CAL PRALINE"
          [BOMALT] = string(1) "0"
          [MFGNUMIT] = string(13) "OFCR125050393"
          [CCE1] = string(0) ""
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
        }
  }
}
 




DP1_actions.php
array(3) {
  [act] = string(10) "validSuivi"
  [mfgnum] = string(13) "OFCR125050393"
  [mfglin] = string(4) "1001"
}
 
Niv302/06/2025 09:43:25180ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 425
Fonct : Valid_Suiviof
Lien : /CRRPROD/DP1_actions.php?act=validSuivi&mfgnum=OFCR125050393&mfglin=1001DES
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050393</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">1.212</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">REF00098</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">REF00098</FLD> <FLD NAME="UOM" TYPE="Char">KG</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">1.212</FLD> <FLD NAME="LOT" TYPE="Char">20250528</FLD> </LIN> </TAB> </PARAM> Niv502/06/2025 09:43:34102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 EPI00690 AB10 27032025 A CR125060004 1000 70 UN 0 UN D EXPED 0000387609 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EPI00690</FLD> <FLD NAME="SLOC" TYPE="Char">AB10</FLD> <FLD NAME="SLOT" TYPE="Char">27032025</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060004</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">70</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387609</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EPI00690"
        [SLOC] = string(4) "AB10"
        [SLOT] = string(8) "27032025"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060004"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "70"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387609"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EPI00690</FLD><FLD NAME="SLOC" TYPE="Char">AB10</FLD><FLD NAME="SLOT" TYPE="Char">27032025</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060004</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">70</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387609</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EPI00690"
        [SLOC] = string(4) "AB10"
        [SLOT] = string(8) "27032025"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060004"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "70"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387609"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "70"
  [qteprep] = string(1) "0"
  [article] = string(8) "EPI00690"
  [op] = string(11) "CR125060004"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AB10"
  [loc] = string(4) "AB10"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502930"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1743396"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "27032025"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "70"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502930..1000..1000....STOALL........14.......27032025.....................AB10...174339699999999........70"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502930..1000..1000....STOALL........14.......27032025.....................AB10...174339699999999........70"
  [PnPCible] = string(10) "0000387609"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "EPI00690"
  [lot] = string(8) "27032025"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(2) "14"
}
 
Niv502/06/2025 09:43:35102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060004,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060004 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060004</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060004"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060004</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060004"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(2) {
  [op] = string(11) "CR125060004"
  [success] = string(23) "Préparation terminée."
}
 
Niv502/06/2025 09:43:39102ROYRENE:YLIVRAISON
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4728
Fonction : Run(YLIVRAISON, CRR CR1 CRR01766 CRR01766 L1 L1 12 12 1 0 CRR01766L1CR1CRR0176612EUR11CRR01766CRR01766MAGASINSGLSASMAGASINSGLSASVI045FDM11 13~FRA~~21 1BOULEVARDDEROME77600BUSSYSAINTGEORGESFR7495750393175009PARIS9EMEARRONDISSEMENTCVCR12502930 1 1 2 EXPE_1 102 1 14 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPY" TYPE="Char">CRR</FLD> <FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="YSHIDAT" TYPE="Date"></FLD> <FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD> <FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD> <FLD NAME="YBPCORDDEB" TYPE="Char">CRR01766</FLD> <FLD NAME="YBPCORDFIN" TYPE="Char">CRR01766</FLD> <FLD NAME="YBPAADDDEB" TYPE="Char">L1</FLD> <FLD NAME="YBPAADDFIN" TYPE="Char">L1</FLD> <FLD NAME="YBPTNUMDEB" TYPE="Char">12</FLD> <FLD NAME="YBPTNUMFIN" TYPE="Char">12</FLD> <FLD NAME="YDRNFLG" TYPE="Integer">1</FLD> <FLD NAME="YDRN" TYPE="Integer">0</FLD> <FLD NAME="YY_OP" TYPE="Char"></FLD> <FLD NAME="YY_KEYPREP1" TYPE="Char">CRR01766L1CR1CRR0176612EUR11CRR01766CRR01766MAGASINSGLSASMAGASINSGLSASVI045FDM11 13~FRA~~21</FLD> <FLD NAME="YY_KEYPREP2" TYPE="Char">1BOULEVARDDEROME77600BUSSYSAINTGEORGESFR7495750393175009PARIS9EMEARRONDISSEMENTCVCR12502930</FLD> <FLD NAME="YRUPDAT" TYPE="Integer">1</FLD> <FLD NAME="YCFMFLG" TYPE="Integer">1</FLD> <FLD NAME="YNDEFLG" TYPE="Integer">2</FLD> <FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD> <FLD NAME="YUSER" TYPE="Char">102</FLD> <FLD NAME="YNBPAL" TYPE="Integer">1</FLD> <FLD NAME="YNBCOL" TYPE="Integer">14</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(0) ""
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR01766"
        [YBPCORDFIN] = string(8) "CRR01766"
        [YBPAADDDEB] = string(2) "L1"
        [YBPAADDFIN] = string(2) "L1"
        [YBPTNUMDEB] = string(2) "12"
        [YBPTNUMFIN] = string(2) "12"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(98) "CRR01766L1CR1CRR0176612EUR11CRR01766CRR01766MAGASINSGLSASMAGASINSGLSASVI045FDM11                13~FRA~~21"
        [YY_KEYPREP2] = string(91) "1BOULEVARDDEROME77600BUSSYSAINTGEORGESFR7495750393175009PARIS9EMEARRONDISSEMENTCVCR12502930"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "14"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPY" TYPE="Char">CRR</FLD><FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="YSHIDAT" TYPE="Date">[0/0/0]</FLD><FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD><FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD><FLD NAME="YBPCORDDEB" TYPE="Char">CRR01766</FLD><FLD NAME="YBPAADDDEB" TYPE="Char">L1</FLD><FLD NAME="YBPCORDFIN" TYPE="Char">CRR01766</FLD><FLD NAME="YBPAADDFIN" TYPE="Char">L1</FLD><FLD NAME="YBPTNUMDEB" TYPE="Char">12</FLD><FLD NAME="YBPTNUMFIN" TYPE="Char">12</FLD><FLD NAME="YDRNFLG" TYPE="Integer">1</FLD><FLD NAME="YDRN" TYPE="Integer">0</FLD><FLD NAME="YY_OP" TYPE="Char"></FLD><FLD NAME="YY_KEYPREP1" TYPE="Char">CRR01766L1CR1CRR0176612EUR11CRR01766CRR01766MAGASINSGLSASMAGASINSGLSASVI045FDM11 13~FRA~~21</FLD><FLD NAME="YY_KEYPREP2" TYPE="Char">1BOULEVARDDEROME77600BUSSYSAINTGEORGESFR7495750393175009PARIS9EMEARRONDISSEMENTCVCR12502930</FLD><FLD NAME="YRUPDAT" TYPE="Integer">1</FLD><FLD NAME="YCFMFLG" TYPE="Integer">1</FLD><FLD NAME="YNDEFLG" TYPE="Integer">2</FLD><FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD><FLD NAME="YUSER" TYPE="Char">102</FLD><FLD NAME="YNBPAL" TYPE="Integer">1</FLD><FLD NAME="YNBCOL" TYPE="Integer">14</FLD></GRP><TAB DIM="50" ID="RESULTAT" SIZE="1"><LIN NUM="1"><FLD NAME="YSDHNUM" TYPE="Char">LVCR12501298</FLD><FLD NAME="YNB_ERR" TYPE="Integer">1</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR01766"
        [YBPAADDDEB] = string(2) "L1"
        [YBPCORDFIN] = string(8) "CRR01766"
        [YBPAADDFIN] = string(2) "L1"
        [YBPTNUMDEB] = string(2) "12"
        [YBPTNUMFIN] = string(2) "12"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(98) "CRR01766L1CR1CRR0176612EUR11CRR01766CRR01766MAGASINSGLSASMAGASINSGLSASVI045FDM11                13~FRA~~21"
        [YY_KEYPREP2] = string(91) "1BOULEVARDDEROME77600BUSSYSAINTGEORGESFR7495750393175009PARIS9EMEARRONDISSEMENTCVCR12502930"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "14"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501298"
          [YNB_ERR] = string(1) "1"
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(8) "CRR01766"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "L1"
  [keyprep1] = string(104) "CRR01766L1CR1CRR0176612EUR11CRR01766CRR01766MAGASINSGLSASMAGASINSGLSASVI045FDM11                13%7EFRA%7E%7E21"
  [keyprep2] = string(91) "1BOULEVARDDEROME77600BUSSYSAINTGEORGESFR7495750393175009PARIS9EMEARRONDISSEMENTCVCR12502930"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "14"
  [transp1] = string(2) "12"
  [backurl] = string(25) "PC1_02.php?op=CR125060004"
  [idERR] = string(4) "ERR1"
}
 
Niv402/06/2025 09:43:39102ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4741
Fonct :
Lien : /CRRPROD/PC1_actions.php?act=CreBL&client=CRR01766&idBouton=BL1&nbBLActifs=1&adrLiv=L1&keyprep1=CRR01766L1CR1CRR0176612EUR11CRR01766CRR01766MAGASINSGLSASMAGASINSGLSASVI045FDM11++++++++13%257EFRA%257E%257E21&keyprep2=1BOULEVARDDEROME77600BUSSYSAINTGEORGESFR7495750393175009PARIS9EMEARRONDISSEMENTCVCR12502930&nbpal1=1&nbcol1=14&transp1=12&backurl=PC1_02.php%3Fop%3DCR125060004&idERR=ERR1--
Data :
PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR01766"
        [YBPAADDDEB] = string(2) "L1"
        [YBPCORDFIN] = string(8) "CRR01766"
        [YBPAADDFIN] = string(2) "L1"
        [YBPTNUMDEB] = string(2) "12"
        [YBPTNUMFIN] = string(2) "12"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(98) "CRR01766L1CR1CRR0176612EUR11CRR01766CRR01766MAGASINSGLSASMAGASINSGLSASVI045FDM11                13~FRA~~21"
        [YY_KEYPREP2] = string(91) "1BOULEVARDDEROME77600BUSSYSAINTGEORGESFR7495750393175009PARIS9EMEARRONDISSEMENTCVCR12502930"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "14"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501298"
          [YNB_ERR] = string(1) "1"
        }
  }
}
 
Niv502/06/2025 09:43:40102ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4827
Fonction : WmsPrintAuto(PK2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(YARC_PACKLIST,1,Array,imp,,EXPE_1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, YARC_PACKLIST 1 EXPE_1 FRA imp 1 site CR1 bonliv LVCR12501298 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">YARC_PACKLIST</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="2"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">bonliv</FLD> <FLD NAME="VVALPARAM" TYPE="Char">LVCR12501298</FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(13) "YARC_PACKLIST"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(6) "EXPE_1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(2) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "bonliv"
          [VVALPARAM] = string(12) "LVCR12501298"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">YARC_PACKLIST</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="2"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">bonliv</FLD><FLD NAME="VVALPARAM" TYPE="Char">LVCR12501298</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(13) "YARC_PACKLIST"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(6) "EXPE_1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(2) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "bonliv"
          [VVALPARAM] = string(12) "LVCR12501298"
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(8) "CRR01766"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "L1"
  [keyprep1] = string(104) "CRR01766L1CR1CRR0176612EUR11CRR01766CRR01766MAGASINSGLSASMAGASINSGLSASVI045FDM11                13%7EFRA%7E%7E21"
  [keyprep2] = string(91) "1BOULEVARDDEROME77600BUSSYSAINTGEORGESFR7495750393175009PARIS9EMEARRONDISSEMENTCVCR12502930"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "14"
  [transp1] = string(2) "12"
  [backurl] = string(25) "PC1_02.php?op=CR125060004"
  [idERR] = string(4) "ERR1"
}
 
Niv502/06/2025 09:43:40102ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4852
Fonction : WmsPrintAuto(XT1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(XETIQTRANSPORT,1,Array,imp,,EXPE_1_2,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, XETIQTRANSPORT 1 EXPE_1_2 FRA imp 1 client CRR01766 stofcy CR1 numcde CVCR12502930 numpal )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="4"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">client</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CRR01766</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502930</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(8) "CRR01766"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12502930"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="4"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">client</FLD><FLD NAME="VVALPARAM" TYPE="Char">CRR01766</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502930</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(8) "CRR01766"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12502930"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(8) "CRR01766"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "L1"
  [keyprep1] = string(104) "CRR01766L1CR1CRR0176612EUR11CRR01766CRR01766MAGASINSGLSASMAGASINSGLSASVI045FDM11                13%7EFRA%7E%7E21"
  [keyprep2] = string(91) "1BOULEVARDDEROME77600BUSSYSAINTGEORGESFR7495750393175009PARIS9EMEARRONDISSEMENTCVCR12502930"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "14"
  [transp1] = string(2) "12"
  [backurl] = string(25) "PC1_02.php?op=CR125060004"
  [idERR] = string(4) "ERR1"
}
 
Niv502/06/2025 09:43:40102ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 19
Fonction : unLockAll(102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 




PC1_01.php
array(1) {
  [success] = string(36) "Création BL LVCR12501298 effectuée"
}
 
Niv502/06/2025 09:47:46102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060010,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060010 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060010</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060010"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060010</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060010"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(3) {
  [deb] = string(0) ""
  [op] = string(11) "CR125060010"
  [afftext] = string(4) "true"
}
 
Niv502/06/2025 09:47:53102ROYRENE:YWXCOMPT
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 296
Fonction : Run(YWXCOMPT, YPA )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPT" TYPE="Char">YPA</FLD> <FLD NAME="YSIT" TYPE="Char"></FLD> <FLD NAME="YDATE" TYPE="Date"></FLD> <FLD NAME="YCOMPL" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(0) ""
        [YCOMPL] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPT" TYPE="Char">YPA</FLD><FLD NAME="YSIT" TYPE="Char"></FLD><FLD NAME="YDATE" TYPE="Date">[0/0/0]</FLD><FLD NAME="YCOMPL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="YVAL" TYPE="Char">0000387611</FLD><FLD NAME="STATUT" TYPE="Integer">0</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(7) "[0/0/0]"
        [YCOMPL] = string(0) ""
  }
  [RESULTAT] = array(2) {
        [YVAL] = string(10) "0000387611"
        [STATUT] = string(1) "0"
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060010"
  [cde] = string(12) "CVCR12502834"
  [oplig] = string(4) "1000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060010%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 09:47:53102ROYRENE:YWPMAJSSCC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 383
Fonction : Run(YWPMAJSSCC, 102 CR1 0000387611 PAL CR125060010 1000 0 0 0 0 1 PALET CVCR12502834 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="USER" TYPE="Char">102</FLD> <FLD NAME="FCY" TYPE="Char">CR1</FLD> <FLD NAME="SSCC" TYPE="Char">0000387611</FLD> <FLD NAME="TYP" TYPE="Char">PAL</FLD> <FLD NAME="OP" TYPE="Char">CR125060010</FLD> <FLD NAME="OPLIG" TYPE="Decimal">1000</FLD> <FLD NAME="POIDS" TYPE="Decimal"></FLD> <FLD NAME="VOLUME" TYPE="Decimal">0</FLD> <FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD> <FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD> <FLD NAME="LARGEUR" TYPE="Decimal">0</FLD> <FLD NAME="MATDANG" TYPE="Integer">1</FLD> <FLD NAME="LIBCOL" TYPE="Char">PALET</FLD> <FLD NAME="LIBPAL" TYPE="Char"></FLD> <FLD NAME="SOHNUM" TYPE="Char">CVCR12502834</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(15) {
        [USER] = string(3) "102"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387611"
        [TYP] = string(3) "PAL"
        [OP] = string(11) "CR125060010"
        [OPLIG] = string(4) "1000"
        [POIDS] = string(0) ""
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
        [SOHNUM] = string(12) "CVCR12502834"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="USER" TYPE="Char">102</FLD><FLD NAME="FCY" TYPE="Char">CR1</FLD><FLD NAME="SSCC" TYPE="Char">0000387611</FLD><FLD NAME="TYP" TYPE="Char">PAL</FLD><FLD NAME="SOHNUM" TYPE="Char">CVCR12502834</FLD><FLD NAME="OP" TYPE="Char">CR125060010</FLD><FLD NAME="OPLIG" TYPE="Decimal">1000</FLD><FLD NAME="POIDS" TYPE="Decimal">0</FLD><FLD NAME="VOLUME" TYPE="Decimal">0</FLD><FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD><FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD><FLD NAME="LARGEUR" TYPE="Decimal">0</FLD><FLD NAME="MATDANG" TYPE="Integer">1</FLD><FLD NAME="LIBCOL" TYPE="Char">PALET</FLD><FLD NAME="LIBPAL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="ZIND" TYPE="Integer">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(15) {
        [USER] = string(3) "102"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387611"
        [TYP] = string(3) "PAL"
        [SOHNUM] = string(12) "CVCR12502834"
        [OP] = string(11) "CR125060010"
        [OPLIG] = string(4) "1000"
        [POIDS] = string(1) "0"
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
  }
  [RESULTAT] = array(1) {
        [ZIND] = string(1) "1"
  }
}
 
Informations enregistrées



PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060010"
  [cde] = string(12) "CVCR12502834"
  [oplig] = string(4) "1000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060010%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 09:47:53102ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 417
Fonction : WmsPrintAuto(PC1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_CLIUC,1,Array,imp,,ETIQ1_EXP1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_CLIUC 1 ETIQ1_EXP1 FRA imp 1 site CR1 sscc 0000387611 ope 102 commande CVCR12502834 indicepalette 1 zoneprep EXPED ctx op nbcolis 0 type Palette )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="10"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387611</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">102</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">commande</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502834</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">op</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">type</FLD> <FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387611"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "102"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502834"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="10"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387611</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">102</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">commande</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502834</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD><FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">op</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">type</FLD><FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387611"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "102"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502834"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060010"
  [cde] = string(12) "CVCR12502834"
  [oplig] = string(4) "1000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060010%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 09:48:26102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL01262 AB17 50510472 A CR125060010 1000 15 UN 0 UN D EXPED 0000387611 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01262</FLD> <FLD NAME="SLOC" TYPE="Char">AB17</FLD> <FLD NAME="SLOT" TYPE="Char">50510472</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060010</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">15</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387611</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01262"
        [SLOC] = string(4) "AB17"
        [SLOT] = string(8) "50510472"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060010"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "15"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387611"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01262</FLD><FLD NAME="SLOC" TYPE="Char">AB17</FLD><FLD NAME="SLOT" TYPE="Char">50510472</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060010</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">15</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387611</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01262"
        [SLOC] = string(4) "AB17"
        [SLOT] = string(8) "50510472"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060010"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "15"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387611"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "45"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01262"
  [op] = string(11) "CR125060010"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AB17"
  [loc] = string(4) "AB17"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502834"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1744632"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510472"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "45"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502834..1000..1000....STOALL.........3.......50510472.....................AB17...174463299999999........45"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502834..1000..1000....STOALL.........3.......50510472.....................AB17...174463299999999........45"
  [PnPCible] = string(10) "0000387611"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01262"
  [lot] = string(8) "50510472"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:48:29102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL01262 AB17 50510472 A CR125060010 1000 15 UN 0 UN D EXPED 0000387611 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01262</FLD> <FLD NAME="SLOC" TYPE="Char">AB17</FLD> <FLD NAME="SLOT" TYPE="Char">50510472</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060010</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">15</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387611</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01262"
        [SLOC] = string(4) "AB17"
        [SLOT] = string(8) "50510472"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060010"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "15"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387611"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01262</FLD><FLD NAME="SLOC" TYPE="Char">AB17</FLD><FLD NAME="SLOT" TYPE="Char">50510472</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060010</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">15</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387611</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01262"
        [SLOC] = string(4) "AB17"
        [SLOT] = string(8) "50510472"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060010"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "15"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387611"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "30"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01262"
  [op] = string(11) "CR125060010"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AB17"
  [loc] = string(4) "AB17"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502834"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1744632"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510472"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "30"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502834..1000..1000....STOALL.........3.......50510472.....................AB17...174463299999999........30"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502834..1000..1000....STOALL.........3.......50510472.....................AB17...174463299999999........30"
  [PnPCible] = string(10) "0000387611"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01262"
  [lot] = string(8) "50510472"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:48:35102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL01262 AB17 50510472 A CR125060010 1000 15 UN 0 UN D EXPED 0000387611 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01262</FLD> <FLD NAME="SLOC" TYPE="Char">AB17</FLD> <FLD NAME="SLOT" TYPE="Char">50510472</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060010</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">15</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387611</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01262"
        [SLOC] = string(4) "AB17"
        [SLOT] = string(8) "50510472"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060010"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "15"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387611"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01262</FLD><FLD NAME="SLOC" TYPE="Char">AB17</FLD><FLD NAME="SLOT" TYPE="Char">50510472</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060010</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">15</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387611</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01262"
        [SLOC] = string(4) "AB17"
        [SLOT] = string(8) "50510472"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060010"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(2) "15"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387611"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "15"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL01262"
  [op] = string(11) "CR125060010"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "AB17"
  [loc] = string(4) "AB17"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502834"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1744632"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510472"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "15"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502834..1000..1000....STOALL.........3.......50510472.....................AB17...174463299999999........15"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502834..1000..1000....STOALL.........3.......50510472.....................AB17...174463299999999........15"
  [PnPCible] = string(10) "0000387611"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL01262"
  [lot] = string(8) "50510472"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:48:36102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060010,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060010 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060010</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060010"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060010</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060010"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(2) {
  [op] = string(11) "CR125060010"
  [success] = string(23) "Préparation terminée."
}
 
Niv502/06/2025 09:50:24102ROYRENE:YLIVRAISON
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4728
Fonction : Run(YLIVRAISON, CRR CR1 CRR00077 CRR00077 01 01 01 01 1 0 CRR0007701CR1CRR0007701EUR11CRR00077CRR00077DUPLEIXDUPLEIXCHQ30FDM11 13~FRA~FR13672037405~21 CONFISERIEENGROS75015PARISCONFISERIEENGROS75015PARISCVCR12502834 1 1 2 EXPE_1 102 0 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPY" TYPE="Char">CRR</FLD> <FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="YSHIDAT" TYPE="Date"></FLD> <FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD> <FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD> <FLD NAME="YBPCORDDEB" TYPE="Char">CRR00077</FLD> <FLD NAME="YBPCORDFIN" TYPE="Char">CRR00077</FLD> <FLD NAME="YBPAADDDEB" TYPE="Char">01</FLD> <FLD NAME="YBPAADDFIN" TYPE="Char">01</FLD> <FLD NAME="YBPTNUMDEB" TYPE="Char">01</FLD> <FLD NAME="YBPTNUMFIN" TYPE="Char">01</FLD> <FLD NAME="YDRNFLG" TYPE="Integer">1</FLD> <FLD NAME="YDRN" TYPE="Integer">0</FLD> <FLD NAME="YY_OP" TYPE="Char"></FLD> <FLD NAME="YY_KEYPREP1" TYPE="Char">CRR0007701CR1CRR0007701EUR11CRR00077CRR00077DUPLEIXDUPLEIXCHQ30FDM11 13~FRA~FR13672037405~21</FLD> <FLD NAME="YY_KEYPREP2" TYPE="Char">CONFISERIEENGROS75015PARISCONFISERIEENGROS75015PARISCVCR12502834</FLD> <FLD NAME="YRUPDAT" TYPE="Integer">1</FLD> <FLD NAME="YCFMFLG" TYPE="Integer">1</FLD> <FLD NAME="YNDEFLG" TYPE="Integer">2</FLD> <FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD> <FLD NAME="YUSER" TYPE="Char">102</FLD> <FLD NAME="YNBPAL" TYPE="Integer">0</FLD> <FLD NAME="YNBCOL" TYPE="Integer">1</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(0) ""
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR00077"
        [YBPCORDFIN] = string(8) "CRR00077"
        [YBPAADDDEB] = string(2) "01"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "01"
        [YBPTNUMFIN] = string(2) "01"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(99) "CRR0007701CR1CRR0007701EUR11CRR00077CRR00077DUPLEIXDUPLEIXCHQ30FDM11                13~FRA~FR13672037405~21"
        [YY_KEYPREP2] = string(64) "CONFISERIEENGROS75015PARISCONFISERIEENGROS75015PARISCVCR12502834"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "0"
        [YNBCOL] = string(1) "1"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPY" TYPE="Char">CRR</FLD><FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="YSHIDAT" TYPE="Date">[0/0/0]</FLD><FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD><FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD><FLD NAME="YBPCORDDEB" TYPE="Char">CRR00077</FLD><FLD NAME="YBPAADDDEB" TYPE="Char">01</FLD><FLD NAME="YBPCORDFIN" TYPE="Char">CRR00077</FLD><FLD NAME="YBPAADDFIN" TYPE="Char">01</FLD><FLD NAME="YBPTNUMDEB" TYPE="Char">01</FLD><FLD NAME="YBPTNUMFIN" TYPE="Char">01</FLD><FLD NAME="YDRNFLG" TYPE="Integer">1</FLD><FLD NAME="YDRN" TYPE="Integer">0</FLD><FLD NAME="YY_OP" TYPE="Char"></FLD><FLD NAME="YY_KEYPREP1" TYPE="Char">CRR0007701CR1CRR0007701EUR11CRR00077CRR00077DUPLEIXDUPLEIXCHQ30FDM11 13~FRA~FR13672037405~21</FLD><FLD NAME="YY_KEYPREP2" TYPE="Char">CONFISERIEENGROS75015PARISCONFISERIEENGROS75015PARISCVCR12502834</FLD><FLD NAME="YRUPDAT" TYPE="Integer">1</FLD><FLD NAME="YCFMFLG" TYPE="Integer">1</FLD><FLD NAME="YNDEFLG" TYPE="Integer">2</FLD><FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD><FLD NAME="YUSER" TYPE="Char">102</FLD><FLD NAME="YNBPAL" TYPE="Integer">0</FLD><FLD NAME="YNBCOL" TYPE="Integer">1</FLD></GRP><TAB DIM="50" ID="RESULTAT" SIZE="1"><LIN NUM="1"><FLD NAME="YSDHNUM" TYPE="Char">LVCR12501299</FLD><FLD NAME="YNB_ERR" TYPE="Integer">0</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR00077"
        [YBPAADDDEB] = string(2) "01"
        [YBPCORDFIN] = string(8) "CRR00077"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "01"
        [YBPTNUMFIN] = string(2) "01"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(99) "CRR0007701CR1CRR0007701EUR11CRR00077CRR00077DUPLEIXDUPLEIXCHQ30FDM11                13~FRA~FR13672037405~21"
        [YY_KEYPREP2] = string(64) "CONFISERIEENGROS75015PARISCONFISERIEENGROS75015PARISCVCR12502834"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "0"
        [YNBCOL] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501299"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(8) "CRR00077"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "01"
  [keyprep1] = string(105) "CRR0007701CR1CRR0007701EUR11CRR00077CRR00077DUPLEIXDUPLEIXCHQ30FDM11                13%7EFRA%7EFR13672037405%7E21"
  [keyprep2] = string(64) "CONFISERIEENGROS75015PARISCONFISERIEENGROS75015PARISCVCR12502834"
  [nbpal1] = string(1) "0"
  [nbcol1] = string(1) "1"
  [transp1] = string(2) "01"
  [backurl] = string(25) "PC1_02.php?op=CR125060010"
  [idERR] = string(4) "ERR1"
}
 
Niv402/06/2025 09:50:24102ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4741
Fonct :
Lien : /CRRPROD/PC1_actions.php?act=CreBL&client=CRR00077&idBouton=BL1&nbBLActifs=1&adrLiv=01&keyprep1=CRR0007701CR1CRR0007701EUR11CRR00077CRR00077DUPLEIXDUPLEIXCHQ30FDM11++++++++13%257EFRA%257EFR13672037405%257E21&keyprep2=CONFISERIEENGROS75015PARISCONFISERIEENGROS75015PARISCVCR12502834&nbpal1=0&nbcol1=1&transp1=01&backurl=PC1_02.php%3Fop%3DCR125060010&idERR=ERR1--
Data :
PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR00077"
        [YBPAADDDEB] = string(2) "01"
        [YBPCORDFIN] = string(8) "CRR00077"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "01"
        [YBPTNUMFIN] = string(2) "01"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(99) "CRR0007701CR1CRR0007701EUR11CRR00077CRR00077DUPLEIXDUPLEIXCHQ30FDM11                13~FRA~FR13672037405~21"
        [YY_KEYPREP2] = string(64) "CONFISERIEENGROS75015PARISCONFISERIEENGROS75015PARISCVCR12502834"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "0"
        [YNBCOL] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501299"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 
Niv502/06/2025 09:50:24102ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4862
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 119
Fonction : WmsPrintAuto(ET1,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(XETIQARC2,1,Array,imp,,ETIQ1_EXP1,,,FRA, )

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, XETIQARC2 1 ETIQ1_EXP1 FRA imp 1 numlivr CVCR12502834 nbcolis 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">XETIQARC2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="2"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numlivr</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502834</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(9) "XETIQARC2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(2) {
        [1] = array(2) {
          [VCODPARAM] = string(7) "numlivr"
          [VVALPARAM] = string(12) "CVCR12502834"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">XETIQARC2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="2"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numlivr</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502834</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(9) "XETIQARC2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(2) {
        [1] = array(2) {
          [VCODPARAM] = string(7) "numlivr"
          [VVALPARAM] = string(12) "CVCR12502834"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "1"
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(8) "CRR00077"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "01"
  [keyprep1] = string(105) "CRR0007701CR1CRR0007701EUR11CRR00077CRR00077DUPLEIXDUPLEIXCHQ30FDM11                13%7EFRA%7EFR13672037405%7E21"
  [keyprep2] = string(64) "CONFISERIEENGROS75015PARISCONFISERIEENGROS75015PARISCVCR12502834"
  [nbpal1] = string(1) "0"
  [nbcol1] = string(1) "1"
  [transp1] = string(2) "01"
  [backurl] = string(25) "PC1_02.php?op=CR125060010"
  [idERR] = string(4) "ERR1"
}
 
Niv502/06/2025 09:50:24102ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 19
Fonction : unLockAll(102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 




PC1_01.php
array(1) {
  [success] = string(36) "Création BL LVCR12501299 effectuée"
}
 
Niv502/06/2025 09:50:302112ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(2112)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 2112 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">2112</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(4) "2112"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">2112</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(4) "2112"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(4) "2112"
  [mdpasse] = string(4) "2112"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 09:51:52180ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125050354 1001 0 REF00113 5 KG 20250526 20250923 180 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050354</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1001</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">REF00113</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">5</FLD> <FLD NAME="PCU" TYPE="Char">KG</FLD> <FLD NAME="LOT" TYPE="Char">20250526</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20250923</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">180</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050354"
          [MFGLIN] = string(4) "1001"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "REF00113"
          [QTYPCU] = string(1) "5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "20250526"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250923"
          [SSCC] = string(0) ""
          [USER] = string(3) "180"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125050354</FLD><FLD NAME="MFGLIN" TYPE="Integer">1001</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">REF00113</FLD><FLD NAME="QTYPCU" TYPE="Decimal">5</FLD><FLD NAME="PCU" TYPE="Char">KG</FLD><FLD NAME="LOT" TYPE="Char">20250526</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20250923</FLD><FLD NAME="SSCC" TYPE="Char">0000387612</FLD><FLD NAME="USER" TYPE="Char">180</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050354"
          [MFGLIN] = string(4) "1001"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "REF00113"
          [QTYPCU] = string(1) "5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "20250526"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250923"
          [SSCC] = string(10) "0000387612"
          [USER] = string(3) "180"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "REF00113"
  [desig] = string(19) "REFONTE BREMOND 30%"
  [lot] = string(8) "20250526"
  [dluo] = string(10) "23/09/2025"
  [qtyprd] = string(1) "5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050354"
  [mfglin] = string(4) "1001"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 09:51:52180ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_DET,,,FRA,CDT2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_DET FRA CDT2 imp 1 site CR1 article REF00113 lot 20250526 loc sscc 0000387612 ope 180 qte 5 pcu pohnum bpsnum bpslot dluo 20250923 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">REF00113</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250526</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387612</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">180</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">5</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250923</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "REF00113"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "20250526"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387612"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "180"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(1) "5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250923"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">REF00113</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250526</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387612</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">180</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">5</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250923</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "REF00113"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "20250526"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387612"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "180"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(1) "5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250923"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "REF00113"
  [desig] = string(19) "REFONTE BREMOND 30%"
  [lot] = string(8) "20250526"
  [dluo] = string(10) "23/09/2025"
  [qtyprd] = string(1) "5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050354"
  [mfglin] = string(4) "1001"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 09:51:57180ROYRENE:DES
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 274
Fonction : Valid_Suiviof(OFCR125050354,1001)

Call 4
Page : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 384
Fonction : save(DES, CR1 OFCR125050354 20250602 2 5 REF00113 1 REF00113 KG 5 20250526 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050354</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">5</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">REF00113</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">REF00113</FLD> <FLD NAME="UOM" TYPE="Char">KG</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">5</FLD> <FLD NAME="LOT" TYPE="Char">20250526</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(4) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125050354"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK2_1] = array(2) {
        [QTESUIVITM] = string(1) "5"
        [Y_ITMFILTER] = string(8) "REF00113"
  }
  [MTK2_2] = array(1) {
        [1] = array(5) {
          [NO] = string(1) "1"
          [ITMREF] = string(8) "REF00113"
          [UOM] = string(2) "KG"
          [UOMCPLQTY] = string(1) "5"
          [LOT] = string(8) "20250526"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000016</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125050354</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="ITMTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTOPE" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"></FLD><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char">KG</FLD><FLD NAME="ZUL" TYPE="Char">Kilogramme</FLD></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTMAT" TYPE="Integer">0</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602075157</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="50" ID="MTK2_2" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="PRODTYP" TYPE="Integer">1</FLD><FLD MENULAB="Sous-produit" MENULOCAL="2301" NAME="ITMTYP" TYPE="Integer">2</FLD><FLD NAME="ITMREF" TYPE="Char">REF00113</FLD><FLD NAME="UOM" TYPE="Char">KG</FLD><FLD NAME="UOMEXTQTY" TYPE="Decimal">7.88</FLD><FLD NAME="UOMCPLQTY" TYPE="Decimal">5</FLD><FLD NAME="UOMSTUCOE" TYPE="Decimal">1</FLD><FLD NAME="STU" TYPE="Char">KG</FLD><FLD NAME="CPLQTY" TYPE="Decimal">5</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="LOCTYP" TYPE="Char">CPROD</FLD><FLD NAME="LOC" TYPE="Char">CALPR</FLD><FLD NAME="LOT" TYPE="Char">20250526</FLD><FLD NAME="PALNUM" TYPE="Char">0000387612</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD NAME="MVTDES" TYPE="Char"/><FLD NAME="ITMDES1" TYPE="Char">REFONTE BREMOND 30%</FLD><FLD NAME="BOMALT" TYPE="Integer">0</FLD><FLD NAME="MFGNUMIT" TYPE="Char">OFCR125050354</FLD><FLD NAME="CCE1" TYPE="Char"/><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/></LIN></TAB></RESULT>

DP1_actions.php
array(8) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000016"
        [MFGNUM] = string(13) "OFCR125050354"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [FILTOPE] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(2) "KG"
        [ZUL] = string(10) "Kilogramme"
  }
  [MTK3_1] = array(7) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [STOCOD] = string(1) "0"
        [FILTMAT] = string(1) "0"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602075157"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK2_2] = array(1) {
        [1] = array(40) {
          [NO] = string(1) "1"
          [PRODTYP] = string(1) "1"
          [ITMTYP] = string(1) "2"
          [ITMREF] = string(8) "REF00113"
          [UOM] = string(2) "KG"
          [UOMEXTQTY] = string(4) "7.88"
          [UOMCPLQTY] = string(1) "5"
          [UOMSTUCOE] = string(1) "1"
          [STU] = string(2) "KG"
          [CPLQTY] = string(1) "5"
          [STA] = string(1) "A"
          [LOCTYP] = string(5) "CPROD"
          [LOC] = string(5) "CALPR"
          [LOT] = string(8) "20250526"
          [PALNUM] = string(10) "0000387612"
          [CLEFLG] = string(1) "1"
          [MVTDES] = string(0) ""
          [ITMDES1] = string(19) "REFONTE BREMOND 30%"
          [BOMALT] = string(1) "0"
          [MFGNUMIT] = string(13) "OFCR125050354"
          [CCE1] = string(0) ""
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
        }
  }
}
 




DP1_actions.php
array(3) {
  [act] = string(10) "validSuivi"
  [mfgnum] = string(13) "OFCR125050354"
  [mfglin] = string(4) "1001"
}
 
Niv302/06/2025 09:51:57180ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 425
Fonct : Valid_Suiviof
Lien : /CRRPROD/DP1_actions.php?act=validSuivi&mfgnum=OFCR125050354&mfglin=1001DES
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050354</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">5</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">REF00113</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">REF00113</FLD> <FLD NAME="UOM" TYPE="Char">KG</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">5</FLD> <FLD NAME="LOT" TYPE="Char">20250526</FLD> </LIN> </TAB> </PARAM> Niv502/06/2025 09:52:04102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060009,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060009 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060009</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060009"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060009</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060009"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(3) {
  [deb] = string(0) ""
  [op] = string(11) "CR125060009"
  [afftext] = string(4) "true"
}
 
Niv502/06/2025 09:52:10102ROYRENE:YWXCOMPT
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 296
Fonction : Run(YWXCOMPT, YPA )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPT" TYPE="Char">YPA</FLD> <FLD NAME="YSIT" TYPE="Char"></FLD> <FLD NAME="YDATE" TYPE="Date"></FLD> <FLD NAME="YCOMPL" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(0) ""
        [YCOMPL] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPT" TYPE="Char">YPA</FLD><FLD NAME="YSIT" TYPE="Char"></FLD><FLD NAME="YDATE" TYPE="Date">[0/0/0]</FLD><FLD NAME="YCOMPL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="YVAL" TYPE="Char">0000387613</FLD><FLD NAME="STATUT" TYPE="Integer">0</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(7) "[0/0/0]"
        [YCOMPL] = string(0) ""
  }
  [RESULTAT] = array(2) {
        [YVAL] = string(10) "0000387613"
        [STATUT] = string(1) "0"
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060009"
  [cde] = string(12) "CVCR12502956"
  [oplig] = string(4) "1000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060009%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 09:52:10102ROYRENE:YWPMAJSSCC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 383
Fonction : Run(YWPMAJSSCC, 102 CR1 0000387613 PAL CR125060009 1000 0 0 0 0 1 PALET CVCR12502956 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="USER" TYPE="Char">102</FLD> <FLD NAME="FCY" TYPE="Char">CR1</FLD> <FLD NAME="SSCC" TYPE="Char">0000387613</FLD> <FLD NAME="TYP" TYPE="Char">PAL</FLD> <FLD NAME="OP" TYPE="Char">CR125060009</FLD> <FLD NAME="OPLIG" TYPE="Decimal">1000</FLD> <FLD NAME="POIDS" TYPE="Decimal"></FLD> <FLD NAME="VOLUME" TYPE="Decimal">0</FLD> <FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD> <FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD> <FLD NAME="LARGEUR" TYPE="Decimal">0</FLD> <FLD NAME="MATDANG" TYPE="Integer">1</FLD> <FLD NAME="LIBCOL" TYPE="Char">PALET</FLD> <FLD NAME="LIBPAL" TYPE="Char"></FLD> <FLD NAME="SOHNUM" TYPE="Char">CVCR12502956</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(15) {
        [USER] = string(3) "102"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387613"
        [TYP] = string(3) "PAL"
        [OP] = string(11) "CR125060009"
        [OPLIG] = string(4) "1000"
        [POIDS] = string(0) ""
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
        [SOHNUM] = string(12) "CVCR12502956"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="USER" TYPE="Char">102</FLD><FLD NAME="FCY" TYPE="Char">CR1</FLD><FLD NAME="SSCC" TYPE="Char">0000387613</FLD><FLD NAME="TYP" TYPE="Char">PAL</FLD><FLD NAME="SOHNUM" TYPE="Char">CVCR12502956</FLD><FLD NAME="OP" TYPE="Char">CR125060009</FLD><FLD NAME="OPLIG" TYPE="Decimal">1000</FLD><FLD NAME="POIDS" TYPE="Decimal">0</FLD><FLD NAME="VOLUME" TYPE="Decimal">0</FLD><FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD><FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD><FLD NAME="LARGEUR" TYPE="Decimal">0</FLD><FLD NAME="MATDANG" TYPE="Integer">1</FLD><FLD NAME="LIBCOL" TYPE="Char">PALET</FLD><FLD NAME="LIBPAL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="ZIND" TYPE="Integer">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(15) {
        [USER] = string(3) "102"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387613"
        [TYP] = string(3) "PAL"
        [SOHNUM] = string(12) "CVCR12502956"
        [OP] = string(11) "CR125060009"
        [OPLIG] = string(4) "1000"
        [POIDS] = string(1) "0"
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
  }
  [RESULTAT] = array(1) {
        [ZIND] = string(1) "1"
  }
}
 
Informations enregistrées



PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060009"
  [cde] = string(12) "CVCR12502956"
  [oplig] = string(4) "1000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060009%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 09:52:10102ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 417
Fonction : WmsPrintAuto(PC1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_CLIUC,1,Array,imp,,ETIQ1_EXP1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_CLIUC 1 ETIQ1_EXP1 FRA imp 1 site CR1 sscc 0000387613 ope 102 commande CVCR12502956 indicepalette 1 zoneprep EXPED ctx op nbcolis 0 type Palette )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="10"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387613</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">102</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">commande</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502956</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">op</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">type</FLD> <FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387613"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "102"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502956"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="10"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387613</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">102</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">commande</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502956</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD><FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">op</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">type</FLD><FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387613"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "102"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502956"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060009"
  [cde] = string(12) "CVCR12502956"
  [oplig] = string(4) "1000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060009%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 09:54:08102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(CAL00711,,,6,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL00711 6 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL00711</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">6</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00711"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL00711</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">6</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00711"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00711"
  [op] = string(11) "CR125060009"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CD15"
  [loc] = string(4) "CD15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502956"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1731027"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410132"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..1000..1000....STOALL.........1.......50410132.....0000384581......CD15...173102799999996.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..5000..5000....STOALL.........1.......10911298.....0000384964....EMBET7...173271999999999.......100"
  [PnPCible] = string(10) "0000387613"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000384581"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:54:09102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(CAL00711,,,6,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL00711 6 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL00711</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">6</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00711"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL00711</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">6</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00711"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00711"
  [op] = string(11) "CR125060009"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CD15"
  [loc] = string(4) "CD15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502956"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1731027"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410132"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..1000..1000....STOALL.........1.......50410132.....0000384581......CD15...173102799999996.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..5000..5000....STOALL.........1.......10911298.....0000384964....EMBET7...173271999999999.......100"
  [PnPCible] = string(10) "0000387613"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000384581"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:54:09102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(CAL00711,,,6,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, CAL00711 6 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">CAL00711</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">6</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00711"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">CAL00711</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">6</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "CAL00711"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "6"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00711"
  [op] = string(11) "CR125060009"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CD15"
  [loc] = string(4) "CD15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502956"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1731027"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410132"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..1000..1000....STOALL.........1.......50410132.....0000384581......CD15...173102799999996.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..5000..5000....STOALL.........1.......10911298.....0000384964....EMBET7...173271999999999.......100"
  [PnPCible] = string(10) "0000387613"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000384581"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 09:54:13180ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_DET,,,FRA,CDT2)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_DET FRA CDT2 imp 1 numof OFCR125050354 numligne 1000 nbcopies 6 debut 0 ean14 3102621004133 dateref 20250602 PCB 12 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125050354</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1000</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">6</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">3102621004133</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">12</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125050354"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(1) "6"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "3102621004133"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(2) "12"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125050354</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1000</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">6</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">3102621004133</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">12</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125050354"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(1) "6"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "3102621004133"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(2) "12"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125050354"
  [mfglin] = string(4) "1000"
  [seq] = string(0) ""
  [nbEti] = string(1) "6"
  [Ean] = string(13) "3102621004133"
  [PCB] = string(2) "12"
}
 
Niv502/06/2025 09:54:22102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 CAL00711 CD15 50410132 A CR125060009 1000 6 UN 0 UN 0000384581 D EXPED 0000387613 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00711</FLD> <FLD NAME="SLOC" TYPE="Char">CD15</FLD> <FLD NAME="SLOT" TYPE="Char">50410132</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060009</FLD> <FLD NAME="SOPLIG" TYPE="Integer">1000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000384581</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387613</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00711"
        [SLOC] = string(4) "CD15"
        [SLOT] = string(8) "50410132"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060009"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000384581"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387613"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00711</FLD><FLD NAME="SLOC" TYPE="Char">CD15</FLD><FLD NAME="SLOT" TYPE="Char">50410132</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000384581</FLD><FLD NAME="SOP" TYPE="Char">CR125060009</FLD><FLD NAME="SOPLIG" TYPE="Integer">1000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387613</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00711"
        [SLOC] = string(4) "CD15"
        [SLOT] = string(8) "50410132"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000384581"
        [SOP] = string(11) "CR125060009"
        [SOPLIG] = string(4) "1000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387613"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00711"
  [op] = string(11) "CR125060009"
  [oplig] = string(4) "1000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CD15"
  [loc] = string(4) "CD15"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502956"
  [soplin] = string(4) "1000"
  [soqseq] = string(4) "1000"
  [stocou] = string(7) "1731027"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50410132"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..1000..1000....STOALL.........1.......50410132.....0000384581......CD15...173102799999996.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..5000..5000....STOALL.........1.......10911298.....0000384964....EMBET7...173271999999999.......100"
  [PnPCible] = string(10) "0000387613"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000384581"
  [lot] = string(8) "50410132"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:54:3940ROYRENE:YWSCHG23
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2260
Fonction : Run(YWSCHG23, PalStoT-EmpPic 40 CR1 0000387608 CA03 AN )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">PalStoT-EmpPic</FLD> <FLD NAME="SUSER" TYPE="Char">40</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387608</FLD> <FLD NAME="DLOC" TYPE="Char">CA03</FLD> <FLD NAME="STODO" TYPE="Char">AN</FLD> </GRP> </PARAM>

CS1_actions.php
array(1) {
  [PARAM] = array(6) {
        [SLIB] = string(14) "PalStoT-EmpPic"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000387608"
        [DLOC] = string(4) "CA03"
        [STODO] = string(2) "AN"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">PalStoT-EmpPic</FLD><FLD NAME="SUSER" TYPE="Char">40</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387608</FLD><FLD NAME="DLOC" TYPE="Char">CA03</FLD><FLD NAME="STODO" TYPE="Char">AN</FLD></GRP></RESULT>

CS1_actions.php
array(1) {
  [PARAM] = array(6) {
        [SLIB] = string(14) "PalStoT-EmpPic"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000387608"
        [DLOC] = string(4) "CA03"
        [STODO] = string(2) "AN"
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000387608"
  [TypeSource] = string(18) "PaletteStockTotale"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(4) "CA03"
  [TypeCible] = string(18) "EmplacementPicking"
  [article] = string(8) "CAL01232"
  [SelectedLoc] = string(0) ""
  [designation] = string(24) "CALINOU BOITE PARIS 180G"
  [lot] = string(8) "50510475"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(4) "SCAL"
  [totalqte] = string(3) "400"
  [us] = string(2) "UN"
  [stocou] = string(7) "1745299"
  [qte] = string(3) "400"
  [unite] = string(2) "UN"
}
 
Niv502/06/2025 09:57:36102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060009,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060009 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060009</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060009"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060009</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060009"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(1) {
  [op] = string(11) "CR125060009"
}
 
Niv502/06/2025 09:58:01102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 EMB02434 EMBET7 10911298 CR125060009 5000 100 UN 0 UN 0000384964 D EXPED 0000387613 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EMB02434</FLD> <FLD NAME="SLOC" TYPE="Char">EMBET7</FLD> <FLD NAME="SLOT" TYPE="Char">10911298</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125060009</FLD> <FLD NAME="SOPLIG" TYPE="Integer">5000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">100</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000384964</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387613</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EMB02434"
        [SLOC] = string(6) "EMBET7"
        [SLOT] = string(8) "10911298"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SOP] = string(11) "CR125060009"
        [SOPLIG] = string(4) "5000"
        [SQTYSTU] = string(3) "100"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000384964"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387613"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EMB02434</FLD><FLD NAME="SLOC" TYPE="Char">EMBET7</FLD><FLD NAME="SLOT" TYPE="Char">10911298</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char"></FLD><FLD NAME="SPALNUM" TYPE="Char">0000384964</FLD><FLD NAME="SOP" TYPE="Char">CR125060009</FLD><FLD NAME="SOPLIG" TYPE="Integer">5000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">100</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387613</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EMB02434"
        [SLOC] = string(6) "EMBET7"
        [SLOT] = string(8) "10911298"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SPALNUM] = string(10) "0000384964"
        [SOP] = string(11) "CR125060009"
        [SOPLIG] = string(4) "5000"
        [SQTYSTU] = string(3) "100"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387613"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(3) "100"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB02434"
  [op] = string(11) "CR125060009"
  [oplig] = string(4) "5000"
  [tablin] = string(1) "0"
  [loccase] = string(6) "EMBET7"
  [loc] = string(6) "EMBET7"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502956"
  [soplin] = string(4) "5000"
  [soqseq] = string(4) "5000"
  [stocou] = string(7) "1732719"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "10911298"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(3) "100"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..5000..5000....STOALL.........1.......10911298.....0000384964....EMBET7...173271999999999.......100"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..8000..8000....STOALL.........1.......18042025.....0000385244......CC09...173460699999998.........5"
  [PnPCible] = string(10) "0000387613"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000384964"
  [lot] = string(8) "10911298"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 09:59:56MABOROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(MABO)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, MABO )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">MABO</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(4) "MABO"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">MABO</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(4) "MABO"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(4) "MABO"
  [mdpasse] = string(4) "2024"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 10:00:26102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(EPI00709,,,5,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EPI00709 5 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EPI00709</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">5</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EPI00709"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "5"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EPI00709</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">5</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EPI00709"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "5"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "5"
  [qteprep] = string(1) "0"
  [article] = string(8) "EPI00709"
  [op] = string(11) "CR125060009"
  [oplig] = string(4) "8000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CC09"
  [loc] = string(4) "CC09"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502956"
  [soplin] = string(4) "8000"
  [soqseq] = string(4) "8000"
  [stocou] = string(7) "1734606"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "18042025"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "5"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..8000..8000....STOALL.........1.......18042025.....0000385244......CC09...173460699999998.........5"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..6000..6000....STOALL.........2.......01100644.....0000248260......DC22...171358799999999........60"
  [PnPCible] = string(10) "0000387613"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385244"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 10:00:26102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(EPI00709,,,5,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EPI00709 5 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EPI00709</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">5</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EPI00709"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "5"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EPI00709</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">5</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EPI00709"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "5"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "5"
  [qteprep] = string(1) "0"
  [article] = string(8) "EPI00709"
  [op] = string(11) "CR125060009"
  [oplig] = string(4) "8000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CC09"
  [loc] = string(4) "CC09"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502956"
  [soplin] = string(4) "8000"
  [soqseq] = string(4) "8000"
  [stocou] = string(7) "1734606"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "18042025"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "5"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..8000..8000....STOALL.........1.......18042025.....0000385244......CC09...173460699999998.........5"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..6000..6000....STOALL.........2.......01100644.....0000248260......DC22...171358799999999........60"
  [PnPCible] = string(10) "0000387613"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385244"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 10:00:26102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(EPI00709,,,5,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EPI00709 5 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EPI00709</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">5</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EPI00709"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "5"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EPI00709</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">5</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EPI00709"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(1) "5"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "1"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "5"
  [qteprep] = string(1) "0"
  [article] = string(8) "EPI00709"
  [op] = string(11) "CR125060009"
  [oplig] = string(4) "8000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CC09"
  [loc] = string(4) "CC09"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502956"
  [soplin] = string(4) "8000"
  [soqseq] = string(4) "8000"
  [stocou] = string(7) "1734606"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "18042025"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "5"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..8000..8000....STOALL.........1.......18042025.....0000385244......CC09...173460699999998.........5"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..6000..6000....STOALL.........2.......01100644.....0000248260......DC22...171358799999999........60"
  [PnPCible] = string(10) "0000387613"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385244"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 10:00:48102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 EPI00709 CC09 18042025 A CR125060009 8000 5 UN 0 UN 0000385244 D EXPED 0000387613 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EPI00709</FLD> <FLD NAME="SLOC" TYPE="Char">CC09</FLD> <FLD NAME="SLOT" TYPE="Char">18042025</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060009</FLD> <FLD NAME="SOPLIG" TYPE="Integer">8000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">5</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000385244</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387613</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EPI00709"
        [SLOC] = string(4) "CC09"
        [SLOT] = string(8) "18042025"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060009"
        [SOPLIG] = string(4) "8000"
        [SQTYSTU] = string(1) "5"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000385244"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387613"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EPI00709</FLD><FLD NAME="SLOC" TYPE="Char">CC09</FLD><FLD NAME="SLOT" TYPE="Char">18042025</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000385244</FLD><FLD NAME="SOP" TYPE="Char">CR125060009</FLD><FLD NAME="SOPLIG" TYPE="Integer">8000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">5</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387613</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EPI00709"
        [SLOC] = string(4) "CC09"
        [SLOT] = string(8) "18042025"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000385244"
        [SOP] = string(11) "CR125060009"
        [SOPLIG] = string(4) "8000"
        [SQTYSTU] = string(1) "5"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387613"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "5"
  [qteprep] = string(1) "0"
  [article] = string(8) "EPI00709"
  [op] = string(11) "CR125060009"
  [oplig] = string(4) "8000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "CC09"
  [loc] = string(4) "CC09"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502956"
  [soplin] = string(4) "8000"
  [soqseq] = string(4) "8000"
  [stocou] = string(7) "1734606"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "18042025"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "5"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..8000..8000....STOALL.........1.......18042025.....0000385244......CC09...173460699999998.........5"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..6000..6000....STOALL.........2.......01100644.....0000248260......DC22...171358799999999........60"
  [PnPCible] = string(10) "0000387613"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000385244"
  [lot] = string(8) "18042025"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 10:01:23113ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(113)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 113 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">113</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "113"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">113</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "113"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(3) "113"
  [mdpasse] = string(3) "113"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 10:02:56102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 223
Fonction : ConvertirQteByUnite(EMB02213,,,60,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EMB02213 60 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EMB02213</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">60</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB02213"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "60"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EMB02213</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">60</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">2</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB02213"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "60"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "2"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "60"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB02213"
  [op] = string(11) "CR125060009"
  [oplig] = string(4) "6000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "DC22"
  [loc] = string(4) "DC22"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502956"
  [soplin] = string(4) "6000"
  [soqseq] = string(4) "6000"
  [stocou] = string(7) "1713587"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "01100644"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "60"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..6000..6000....STOALL.........2.......01100644.....0000248260......DC22...171358799999999........60"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..2000..2000....STOALL.........1.......50510124.....0000386658......BC21...174122699999997.........1"
  [PnPCible] = string(10) "0000387613"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000248260"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 10:02:56102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 224
Fonction : ConvertirQteByUnite(EMB02213,,,60,UN,CAR,0,S)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EMB02213 60 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EMB02213</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">60</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB02213"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "60"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EMB02213</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">60</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">2</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB02213"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "60"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "2"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "60"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB02213"
  [op] = string(11) "CR125060009"
  [oplig] = string(4) "6000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "DC22"
  [loc] = string(4) "DC22"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502956"
  [soplin] = string(4) "6000"
  [soqseq] = string(4) "6000"
  [stocou] = string(7) "1713587"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "01100644"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "60"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..6000..6000....STOALL.........2.......01100644.....0000248260......DC22...171358799999999........60"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..2000..2000....STOALL.........1.......50510124.....0000386658......BC21...174122699999997.........1"
  [PnPCible] = string(10) "0000387613"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000248260"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 10:02:56102ROYRENE:YWTRANSQTE
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 239
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 211
Fonction : ConvertirQteByUnite(EMB02213,,,60,UN,CAR)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 2170
Fonction : Run(YWTRANSQTE, EMB02213 60 UN CAR 0 S )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="XITMREF" TYPE="Char">EMB02213</FLD> <FLD NAME="XBPCNUM" TYPE="Char"></FLD> <FLD NAME="XBPSNUM" TYPE="Char"></FLD> <FLD NAME="XQTY" TYPE="Decimal">60</FLD> <FLD NAME="XUOMSRC" TYPE="Char">UN</FLD> <FLD NAME="XUOMDST" TYPE="Char">CAR</FLD> <FLD NAME="XARRONDI" TYPE="Integer">0</FLD> <FLD NAME="XMODE" TYPE="Char">S</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB02213"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "60"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="XITMREF" TYPE="Char">EMB02213</FLD><FLD NAME="XBPCNUM" TYPE="Char"></FLD><FLD NAME="XBPSNUM" TYPE="Char"></FLD><FLD NAME="XQTY" TYPE="Decimal">60</FLD><FLD NAME="XUOMSRC" TYPE="Char">UN</FLD><FLD NAME="XUOMDST" TYPE="Char">CAR</FLD><FLD NAME="XARRONDI" TYPE="Integer">0</FLD><FLD NAME="XMODE" TYPE="Char">S</FLD></GRP><GRP ID="RESULT"><FLD NAME="XQTYRES" TYPE="Decimal">2</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(8) {
        [XITMREF] = string(8) "EMB02213"
        [XBPCNUM] = string(0) ""
        [XBPSNUM] = string(0) ""
        [XQTY] = string(2) "60"
        [XUOMSRC] = string(2) "UN"
        [XUOMDST] = string(3) "CAR"
        [XARRONDI] = string(1) "0"
        [XMODE] = string(1) "S"
  }
  [RESULT] = array(1) {
        [XQTYRES] = string(1) "2"
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "60"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB02213"
  [op] = string(11) "CR125060009"
  [oplig] = string(4) "6000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "DC22"
  [loc] = string(4) "DC22"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502956"
  [soplin] = string(4) "6000"
  [soqseq] = string(4) "6000"
  [stocou] = string(7) "1713587"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "01100644"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "60"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..6000..6000....STOALL.........2.......01100644.....0000248260......DC22...171358799999999........60"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..2000..2000....STOALL.........1.......50510124.....0000386658......BC21...174122699999997.........1"
  [PnPCible] = string(10) "0000387613"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000248260"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(0) ""
  [ajxact] = string(21) "AjxAutoPalnumPnpMasse"
}
 
Niv502/06/2025 10:03:00102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 EMB02213 DC22 01100644 A CR125060009 6000 60 UN 0 UN 0000248260 D EXPED 0000387613 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EMB02213</FLD> <FLD NAME="SLOC" TYPE="Char">DC22</FLD> <FLD NAME="SLOT" TYPE="Char">01100644</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060009</FLD> <FLD NAME="SOPLIG" TYPE="Integer">6000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">60</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000248260</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387613</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EMB02213"
        [SLOC] = string(4) "DC22"
        [SLOT] = string(8) "01100644"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060009"
        [SOPLIG] = string(4) "6000"
        [SQTYSTU] = string(2) "60"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000248260"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387613"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EMB02213</FLD><FLD NAME="SLOC" TYPE="Char">DC22</FLD><FLD NAME="SLOT" TYPE="Char">01100644</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000248260</FLD><FLD NAME="SOP" TYPE="Char">CR125060009</FLD><FLD NAME="SOPLIG" TYPE="Integer">6000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">60</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387613</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EMB02213"
        [SLOC] = string(4) "DC22"
        [SLOT] = string(8) "01100644"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000248260"
        [SOP] = string(11) "CR125060009"
        [SOPLIG] = string(4) "6000"
        [SQTYSTU] = string(2) "60"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387613"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "60"
  [qteprep] = string(1) "0"
  [article] = string(8) "EMB02213"
  [op] = string(11) "CR125060009"
  [oplig] = string(4) "6000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "DC22"
  [loc] = string(4) "DC22"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502956"
  [soplin] = string(4) "6000"
  [soqseq] = string(4) "6000"
  [stocou] = string(7) "1713587"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "01100644"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(2) "60"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..6000..6000....STOALL.........2.......01100644.....0000248260......DC22...171358799999999........60"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..2000..2000....STOALL.........1.......50510124.....0000386658......BC21...174122699999997.........1"
  [PnPCible] = string(10) "0000387613"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000248260"
  [lot] = string(8) "01100644"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "2"
}
 
Niv502/06/2025 10:04:30MABOROYRENE:YWS21
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\RC1_03.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\RC1_03.php
Ligne : 56
Fonction : creAnnonce(Array,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\RC1_fonctions.php
Ligne : 661
Fonction : Run(YWS21, CR1 CACR125040043 MABO )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="RCPFCY" TYPE="Char">CR1</FLD> <FLD NAME="POHNUM" TYPE="Char">CACR125040043</FLD> <FLD NAME="USER" TYPE="Char">MABO</FLD> <FLD NAME="SDHNUM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

RC1_03.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(4) {
          [RCPFCY] = string(3) "CR1"
          [POHNUM] = string(13) "CACR125040043"
          [USER] = string(4) "MABO"
          [SDHNUM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="250" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="RCPFCY" TYPE="Char">CR1</FLD><FLD NAME="POHNUM" TYPE="Char">CACR125040043</FLD><FLD NAME="USER" TYPE="Char">MABO</FLD><FLD NAME="SDHNUM" TYPE="Char"></FLD></LIN></TAB><TAB DIM="1000" ID="RESULTAT1" SIZE="1"><LIN NUM="1"><FLD NAME="XID" TYPE="Char">CR1250600017340</FLD></LIN></TAB><GRP ID="RESULTAT"><FLD NAME="STATUT" TYPE="Integer">0</FLD></GRP></RESULT>

RC1_03.php
array(3) {
  [PARAM] = array(1) {
        [1] = array(4) {
          [RCPFCY] = string(3) "CR1"
          [POHNUM] = string(13) "CACR125040043"
          [USER] = string(4) "MABO"
          [SDHNUM] = string(0) ""
        }
  }
  [RESULTAT1] = array(1) {
        [1] = array(1) {
          [XID] = string(15) "CR1250600017340"
        }
  }
  [RESULTAT] = array(1) {
        [STATUT] = string(1) "0"
  }
}
 
CACR125040043
Soldé CACR125040043 1000 1
Soldé CACR125040043 3000 1



RC1_03.php
array(1) {
  [cde] = string(13) "CACR125040043"
}
 
Niv502/06/2025 10:04:59MABOROYRENE:YWS21
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\RC1_03.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\RC1_03.php
Ligne : 48
Fonction : creAnnonce(Array,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\RC1_fonctions.php
Ligne : 661
Fonction : Run(YWS21, CR1 CACR125040043 MABO )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="RCPFCY" TYPE="Char">CR1</FLD> <FLD NAME="POHNUM" TYPE="Char">CACR125040043</FLD> <FLD NAME="USER" TYPE="Char">MABO</FLD> <FLD NAME="SDHNUM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

RC1_03.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(4) {
          [RCPFCY] = string(3) "CR1"
          [POHNUM] = string(13) "CACR125040043"
          [USER] = string(4) "MABO"
          [SDHNUM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="250" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="RCPFCY" TYPE="Char">CR1</FLD><FLD NAME="POHNUM" TYPE="Char">CACR125040043</FLD><FLD NAME="USER" TYPE="Char">MABO</FLD><FLD NAME="SDHNUM" TYPE="Char"></FLD></LIN></TAB><TAB DIM="1000" ID="RESULTAT1" SIZE="1"><LIN NUM="1"><FLD NAME="XID" TYPE="Char">CR1250600017340</FLD></LIN></TAB><GRP ID="RESULTAT"><FLD NAME="STATUT" TYPE="Integer">2</FLD></GRP></RESULT>

RC1_03.php
array(3) {
  [PARAM] = array(1) {
        [1] = array(4) {
          [RCPFCY] = string(3) "CR1"
          [POHNUM] = string(13) "CACR125040043"
          [USER] = string(4) "MABO"
          [SDHNUM] = string(0) ""
        }
  }
  [RESULTAT1] = array(1) {
        [1] = array(1) {
          [XID] = string(15) "CR1250600017340"
        }
  }
  [RESULTAT] = array(1) {
        [STATUT] = string(1) "2"
  }
}
 
CACR125040043
YWS21 - Il existe déjà une pré-reception pour la commande CACR125040043.



RC1_03.php
array(2) {
  [AutomaticLineValue] = string(0) ""
  [choix] = array(1) {
        [0] = string(13) "CACR125040043"
  }
}
 
Niv502/06/2025 10:05:09MABOROYRENE:YWS21
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\RC1_03.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\RC1_03.php
Ligne : 48
Fonction : creAnnonce(Array,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\RC1_fonctions.php
Ligne : 661
Fonction : Run(YWS21, CR1 CACR125040043 MABO )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="RCPFCY" TYPE="Char">CR1</FLD> <FLD NAME="POHNUM" TYPE="Char">CACR125040043</FLD> <FLD NAME="USER" TYPE="Char">MABO</FLD> <FLD NAME="SDHNUM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

RC1_03.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(4) {
          [RCPFCY] = string(3) "CR1"
          [POHNUM] = string(13) "CACR125040043"
          [USER] = string(4) "MABO"
          [SDHNUM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="250" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="RCPFCY" TYPE="Char">CR1</FLD><FLD NAME="POHNUM" TYPE="Char">CACR125040043</FLD><FLD NAME="USER" TYPE="Char">MABO</FLD><FLD NAME="SDHNUM" TYPE="Char"></FLD></LIN></TAB><TAB DIM="1000" ID="RESULTAT1" SIZE="1"><LIN NUM="1"><FLD NAME="XID" TYPE="Char">CR1250600017340</FLD></LIN></TAB><GRP ID="RESULTAT"><FLD NAME="STATUT" TYPE="Integer">2</FLD></GRP></RESULT>

RC1_03.php
array(3) {
  [PARAM] = array(1) {
        [1] = array(4) {
          [RCPFCY] = string(3) "CR1"
          [POHNUM] = string(13) "CACR125040043"
          [USER] = string(4) "MABO"
          [SDHNUM] = string(0) ""
        }
  }
  [RESULTAT1] = array(1) {
        [1] = array(1) {
          [XID] = string(15) "CR1250600017340"
        }
  }
  [RESULTAT] = array(1) {
        [STATUT] = string(1) "2"
  }
}
 
CACR125040043
YWS21 - Il existe déjà une pré-reception pour la commande CACR125040043.



RC1_03.php
array(2) {
  [AutomaticLineValue] = string(0) ""
  [choix] = array(1) {
        [0] = string(13) "CACR125040043"
  }
}
 
Niv502/06/2025 10:06:27102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 CAL00065 BC21 50510124 CR125060009 2000 1 UN 0 UN 0000386658 D EXPED 0000387613 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00065</FLD> <FLD NAME="SLOC" TYPE="Char">BC21</FLD> <FLD NAME="SLOT" TYPE="Char">50510124</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125060009</FLD> <FLD NAME="SOPLIG" TYPE="Integer">2000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000386658</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387613</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00065"
        [SLOC] = string(4) "BC21"
        [SLOT] = string(8) "50510124"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SOP] = string(11) "CR125060009"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000386658"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387613"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00065</FLD><FLD NAME="SLOC" TYPE="Char">BC21</FLD><FLD NAME="SLOT" TYPE="Char">50510124</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char"></FLD><FLD NAME="SPALNUM" TYPE="Char">0000386658</FLD><FLD NAME="SOP" TYPE="Char">CR125060009</FLD><FLD NAME="SOPLIG" TYPE="Integer">2000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387613</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00065"
        [SLOC] = string(4) "BC21"
        [SLOT] = string(8) "50510124"
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SPALNUM] = string(10) "0000386658"
        [SOP] = string(11) "CR125060009"
        [SOPLIG] = string(4) "2000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387613"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00065"
  [op] = string(11) "CR125060009"
  [oplig] = string(4) "2000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BC21"
  [loc] = string(4) "BC21"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502956"
  [soplin] = string(4) "2000"
  [soqseq] = string(4) "2000"
  [stocou] = string(7) "1741226"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510124"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..2000..2000....STOALL.........1.......50510124.....0000386658......BC21...174122699999997.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..7000..7000....STOALL.........4..........03625.....................BB16...173520099999999........24"
  [PnPCible] = string(10) "0000387613"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000386658"
  [lot] = string(8) "50510124"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 10:06:47180ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125050354 1000 0 CAL00826 732 UN 50510418 20260322 180 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050354</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL00826</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">732</FLD> <FLD NAME="PCU" TYPE="Char">UN</FLD> <FLD NAME="LOT" TYPE="Char">50510418</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20260322</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">180</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050354"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CAL00826"
          [QTYPCU] = string(3) "732"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510418"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260322"
          [SSCC] = string(0) ""
          [USER] = string(3) "180"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125050354</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">CAL00826</FLD><FLD NAME="QTYPCU" TYPE="Decimal">732</FLD><FLD NAME="PCU" TYPE="Char">UN</FLD><FLD NAME="LOT" TYPE="Char">50510418</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20260322</FLD><FLD NAME="SSCC" TYPE="Char">0000387614</FLD><FLD NAME="USER" TYPE="Char">180</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050354"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CAL00826"
          [QTYPCU] = string(3) "732"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510418"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260322"
          [SSCC] = string(10) "0000387614"
          [USER] = string(3) "180"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CAL00826"
  [desig] = string(23) "CALISSON ALVEOLE 16 BRE"
  [lot] = string(8) "50510418"
  [dluo] = string(10) "22/03/2026"
  [qtyprd] = string(3) "732"
  [pcu] = string(2) "UN"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050354"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:06:47180ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_DET,,,FRA,CDT2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_DET FRA CDT2 imp 1 site CR1 article CAL00826 lot 50510418 loc sscc 0000387614 ope 180 qte 732 pcu pohnum bpsnum bpslot dluo 20260322 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CAL00826</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510418</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387614</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">180</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">732</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260322</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL00826"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510418"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387614"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "180"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "732"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260322"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">CAL00826</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510418</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387614</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">180</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">732</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260322</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL00826"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510418"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387614"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "180"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "732"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260322"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CAL00826"
  [desig] = string(23) "CALISSON ALVEOLE 16 BRE"
  [lot] = string(8) "50510418"
  [dluo] = string(10) "22/03/2026"
  [qtyprd] = string(3) "732"
  [pcu] = string(2) "UN"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050354"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:06:53180ROYRENE:DEC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 274
Fonction : Valid_Suiviof(OFCR125050354,1000)

Call 4
Page : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 384
Fonction : save(DEC, CR1 OFCR125050354 20250602 2 732 CAL00826 1 CAL00826 UN 732 50510418 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050354</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">732</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">CAL00826</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL00826</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">732</FLD> <FLD NAME="LOT" TYPE="Char">50510418</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(4) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125050354"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK2_1] = array(2) {
        [QTESUIVITM] = string(3) "732"
        [Y_ITMFILTER] = string(8) "CAL00826"
  }
  [MTK2_2] = array(1) {
        [1] = array(5) {
          [NO] = string(1) "1"
          [ITMREF] = string(8) "CAL00826"
          [UOM] = string(2) "UN"
          [UOMCPLQTY] = string(3) "732"
          [LOT] = string(8) "50510418"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000017</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125050354</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="ITMTRKFLG" TYPE="Integer">2</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="MATTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTOPE" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"></FLD><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char">UN</FLD><FLD NAME="ZUL" TYPE="Char">Unité</FLD></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">9999</FLD><FLD MENULAB="Post-consommation" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">2</FLD><FLD MENULAB="Non soldées" MENULOCAL="355" NAME="FILTMAT" TYPE="Integer">1</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602080652</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="50" ID="MTK2_2" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="PRODTYP" TYPE="Integer">1</FLD><FLD MENULAB="Produit" MENULOCAL="2301" NAME="ITMTYP" TYPE="Integer">1</FLD><FLD NAME="ITMREF" TYPE="Char">CAL00826</FLD><FLD NAME="UOM" TYPE="Char">UN</FLD><FLD NAME="UOMEXTQTY" TYPE="Decimal">0</FLD><FLD NAME="UOMCPLQTY" TYPE="Decimal">732</FLD><FLD NAME="UOMSTUCOE" TYPE="Decimal">1</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="CPLQTY" TYPE="Decimal">732</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="LOCTYP" TYPE="Char">PROD</FLD><FLD NAME="LOC" TYPE="Char">SCAL</FLD><FLD NAME="LOT" TYPE="Char">50510418</FLD><FLD NAME="PALNUM" TYPE="Char">0000387614</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD NAME="MVTDES" TYPE="Char"/><FLD NAME="ITMDES1" TYPE="Char">CALISSON ALVEOLE 16 BRE</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMIT" TYPE="Char">OFCR125050354</FLD><FLD NAME="CCE1" TYPE="Char"/><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/></LIN></TAB><TAB DIM="100" ID="MTK3_3" SIZE="5"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00281</FLD><FLD NAME="ITMDES1" TYPE="Char">CAM NRT 335X190X133 NEUTRE</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">CON_CAL</FLD><FLD NAME="WSTSHO" TYPE="Char">CON_CAL</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">61</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">EA20</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250526</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL00826</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050354</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="2"><FLD NAME="NO" TYPE="Integer">2</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00348</FLD><FLD NAME="ITMDES1" TYPE="Char">ETIQ TRANSFERT VE BL 150X99MM</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">CON_CAL</FLD><FLD NAME="WSTSHO" TYPE="Char">CON_CAL</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">61</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">CALCO</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250526</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL00826</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050354</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="3"><FLD NAME="NO" TYPE="Integer">3</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00411</FLD><FLD NAME="ITMDES1" TYPE="Char">FILM PET LAI 500MM</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">CON_CAL</FLD><FLD NAME="WSTSHO" TYPE="Char">CON_CAL</FLD><FLD NAME="STU" TYPE="Char">KG</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">2.013</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">$</FLD><FLD NAME="LOC" TYPE="Char">FA50</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250526</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL00826</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050354</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="4"><FLD NAME="NO" TYPE="Integer">4</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00623</FLD><FLD NAME="ITMDES1" TYPE="Char">ETIQ TRANSFERT VE BL 110X99MM</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">CON_CAL</FLD><FLD NAME="WSTSHO" TYPE="Char">CON_CAL</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">61</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">CALCO</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250526</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL00826</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050354</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="5"><FLD NAME="NO" TYPE="Integer">5</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB01098</FLD><FLD NAME="ITMDES1" TYPE="Char">ALV CARRE APET TRANSP 16 CAL</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">CON_CAL</FLD><FLD NAME="WSTSHO" TYPE="Char">CON_CAL</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">732</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">41110677</FLD><FLD NAME="LOC" TYPE="Char">EB05</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250526</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL00826</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050354</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(9) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000017"
        [MFGNUM] = string(13) "OFCR125050354"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(2) {
        [ITMTRKFLG] = string(1) "2"
        [MATTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [FILTOPE] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(2) "UN"
        [ZUL] = string(6) "Unité"
  }
  [MTK3_1] = array(7) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(4) "9999"
        [STOCOD] = string(1) "2"
        [FILTMAT] = string(1) "1"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602080652"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK2_2] = array(1) {
        [1] = array(40) {
          [NO] = string(1) "1"
          [PRODTYP] = string(1) "1"
          [ITMTYP] = string(1) "1"
          [ITMREF] = string(8) "CAL00826"
          [UOM] = string(2) "UN"
          [UOMEXTQTY] = string(1) "0"
          [UOMCPLQTY] = string(3) "732"
          [UOMSTUCOE] = string(1) "1"
          [STU] = string(2) "UN"
          [CPLQTY] = string(3) "732"
          [STA] = string(1) "A"
          [LOCTYP] = string(4) "PROD"
          [LOC] = string(4) "SCAL"
          [LOT] = string(8) "50510418"
          [PALNUM] = string(10) "0000387614"
          [CLEFLG] = string(1) "2"
          [MVTDES] = string(0) ""
          [ITMDES1] = string(23) "CALISSON ALVEOLE 16 BRE"
          [BOMALT] = string(1) "1"
          [MFGNUMIT] = string(13) "OFCR125050354"
          [CCE1] = string(0) ""
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
        }
  }
  [MTK3_3] = array(5) {
        [1] = array(43) {
          [NO] = string(1) "1"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00281"
          [ITMDES1] = string(26) "CAM NRT 335X190X133 NEUTRE"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(7) "CON_CAL"
          [WSTSHO] = string(7) "CON_CAL"
          [STU] = string(2) "UN"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(2) "61"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(4) "EA20"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250526"
          [BOMNUM] = string(8) "CAL00826"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050354"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [2] = array(43) {
          [NO] = string(1) "2"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00348"
          [ITMDES1] = string(29) "ETIQ TRANSFERT VE BL 150X99MM"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(7) "CON_CAL"
          [WSTSHO] = string(7) "CON_CAL"
          [STU] = string(2) "UN"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(2) "61"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(5) "CALCO"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250526"
          [BOMNUM] = string(8) "CAL00826"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050354"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [3] = array(43) {
          [NO] = string(1) "3"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00411"
          [ITMDES1] = string(18) "FILM PET LAI 500MM"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(7) "CON_CAL"
          [WSTSHO] = string(7) "CON_CAL"
          [STU] = string(2) "KG"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(5) "2.013"
          [TYPQTY] = string(1) "2"
          [LOT] = string(1) "$"
          [LOC] = string(4) "FA50"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250526"
          [BOMNUM] = string(8) "CAL00826"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050354"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [4] = array(43) {
          [NO] = string(1) "4"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00623"
          [ITMDES1] = string(29) "ETIQ TRANSFERT VE BL 110X99MM"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(7) "CON_CAL"
          [WSTSHO] = string(7) "CON_CAL"
          [STU] = string(2) "UN"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(2) "61"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(5) "CALCO"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250526"
          [BOMNUM] = string(8) "CAL00826"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050354"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [5] = array(43) {
          [NO] = string(1) "5"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB01098"
          [ITMDES1] = string(28) "ALV CARRE APET TRANSP 16 CAL"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(7) "CON_CAL"
          [WSTSHO] = string(7) "CON_CAL"
          [STU] = string(2) "UN"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(3) "732"
          [TYPQTY] = string(1) "2"
          [LOT] = string(8) "41110677"
          [LOC] = string(4) "EB05"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250526"
          [BOMNUM] = string(8) "CAL00826"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050354"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
  }
}
 




DP1_actions.php
array(3) {
  [act] = string(10) "validSuivi"
  [mfgnum] = string(13) "OFCR125050354"
  [mfglin] = string(4) "1000"
}
 
Niv302/06/2025 10:06:53180ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 425
Fonct : Valid_Suiviof
Lien : /CRRPROD/DP1_actions.php?act=validSuivi&mfgnum=OFCR125050354&mfglin=1000DEC
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050354</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">732</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">CAL00826</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL00826</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">732</FLD> <FLD NAME="LOT" TYPE="Char">50510418</FLD> </LIN> </TAB> </PARAM> Niv502/06/2025 10:07:02180ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 334
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_DET,,,FRA,CDT2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_DET FRA CDT2 imp 1 site CR1 article CAL00826 lot 50510418 sscc 0000387614 ope 180 dluo 20260322 bpslot loc qte 732 pcu UN date 2025/06/02 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="11"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CAL00826</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510418</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387614</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">180</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260322</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">732</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">UN</FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2025/06/02</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(11) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL00826"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510418"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387614"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "180"
        }
        [6] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260322"
        }
        [7] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "732"
        }
        [10] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(10) "2025/06/02"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="11"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">CAL00826</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510418</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387614</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">180</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260322</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">732</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">UN</FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">2025/06/02</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(11) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL00826"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510418"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387614"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "180"
        }
        [6] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260322"
        }
        [7] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "732"
        }
        [10] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(10) "2025/06/02"
        }
  }
}
 




DP1_actions.php
array(4) {
  [act] = string(9) "impligrec"
  [mfgnum] = string(13) "OFCR125050354"
  [mfglin] = string(4) "1000"
  [seq] = string(6) "493785"
}
 
Niv502/06/2025 10:07:17102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 FRU00230 BB16 03625 A CR125060009 7000 6 UN 0 UN D EXPED 0000387613 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00230</FLD> <FLD NAME="SLOC" TYPE="Char">BB16</FLD> <FLD NAME="SLOT" TYPE="Char">03625</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060009</FLD> <FLD NAME="SOPLIG" TYPE="Integer">7000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387613</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00230"
        [SLOC] = string(4) "BB16"
        [SLOT] = string(5) "03625"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060009"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387613"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">FRU00230</FLD><FLD NAME="SLOC" TYPE="Char">BB16</FLD><FLD NAME="SLOT" TYPE="Char">03625</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060009</FLD><FLD NAME="SOPLIG" TYPE="Integer">7000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387613</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00230"
        [SLOC] = string(4) "BB16"
        [SLOT] = string(5) "03625"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060009"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387613"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "24"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00230"
  [op] = string(11) "CR125060009"
  [oplig] = string(4) "7000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BB16"
  [loc] = string(4) "BB16"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502956"
  [soplin] = string(4) "7000"
  [soqseq] = string(4) "7000"
  [stocou] = string(7) "1735200"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "03625"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "24"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..7000..7000....STOALL.........4..........03625.....................BB16...173520099999999........24"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..4000..4000....STOALL.........1.......50510382.....................BA06...174255399999994.........1"
  [PnPCible] = string(10) "0000387613"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "FRU00230"
  [lot] = string(5) "03625"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 10:07:24102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 FRU00230 BB16 03625 A CR125060009 7000 6 UN 0 UN D EXPED 0000387613 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00230</FLD> <FLD NAME="SLOC" TYPE="Char">BB16</FLD> <FLD NAME="SLOT" TYPE="Char">03625</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060009</FLD> <FLD NAME="SOPLIG" TYPE="Integer">7000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387613</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00230"
        [SLOC] = string(4) "BB16"
        [SLOT] = string(5) "03625"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060009"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387613"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">FRU00230</FLD><FLD NAME="SLOC" TYPE="Char">BB16</FLD><FLD NAME="SLOT" TYPE="Char">03625</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060009</FLD><FLD NAME="SOPLIG" TYPE="Integer">7000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387613</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00230"
        [SLOC] = string(4) "BB16"
        [SLOT] = string(5) "03625"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060009"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387613"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "18"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00230"
  [op] = string(11) "CR125060009"
  [oplig] = string(4) "7000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BB16"
  [loc] = string(4) "BB16"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502956"
  [soplin] = string(4) "7000"
  [soqseq] = string(4) "7000"
  [stocou] = string(7) "1735200"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "03625"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "18"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..7000..7000....STOALL.........4..........03625.....................BB16...173520099999999........18"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..4000..4000....STOALL.........1.......50510382.....................BA06...174255399999994.........1"
  [PnPCible] = string(10) "0000387613"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "FRU00230"
  [lot] = string(5) "03625"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 10:07:34102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 FRU00230 BB16 03625 A CR125060009 7000 6 UN 0 UN D EXPED 0000387613 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00230</FLD> <FLD NAME="SLOC" TYPE="Char">BB16</FLD> <FLD NAME="SLOT" TYPE="Char">03625</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060009</FLD> <FLD NAME="SOPLIG" TYPE="Integer">7000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387613</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00230"
        [SLOC] = string(4) "BB16"
        [SLOT] = string(5) "03625"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060009"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387613"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">FRU00230</FLD><FLD NAME="SLOC" TYPE="Char">BB16</FLD><FLD NAME="SLOT" TYPE="Char">03625</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060009</FLD><FLD NAME="SOPLIG" TYPE="Integer">7000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387613</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00230"
        [SLOC] = string(4) "BB16"
        [SLOT] = string(5) "03625"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060009"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387613"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(2) "12"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00230"
  [op] = string(11) "CR125060009"
  [oplig] = string(4) "7000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BB16"
  [loc] = string(4) "BB16"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502956"
  [soplin] = string(4) "7000"
  [soqseq] = string(4) "7000"
  [stocou] = string(7) "1735200"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "03625"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(2) "12"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..7000..7000....STOALL.........4..........03625.....................BB16...173520099999999........12"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..4000..4000....STOALL.........1.......50510382.....................BA06...174255399999994.........1"
  [PnPCible] = string(10) "0000387613"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "FRU00230"
  [lot] = string(5) "03625"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 10:07:40102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 FRU00230 BB16 03625 A CR125060009 7000 6 UN 0 UN D EXPED 0000387613 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">FRU00230</FLD> <FLD NAME="SLOC" TYPE="Char">BB16</FLD> <FLD NAME="SLOT" TYPE="Char">03625</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060009</FLD> <FLD NAME="SOPLIG" TYPE="Integer">7000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387613</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00230"
        [SLOC] = string(4) "BB16"
        [SLOT] = string(5) "03625"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060009"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387613"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">FRU00230</FLD><FLD NAME="SLOC" TYPE="Char">BB16</FLD><FLD NAME="SLOT" TYPE="Char">03625</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060009</FLD><FLD NAME="SOPLIG" TYPE="Integer">7000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">6</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387613</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "FRU00230"
        [SLOC] = string(4) "BB16"
        [SLOT] = string(5) "03625"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060009"
        [SOPLIG] = string(4) "7000"
        [SQTYSTU] = string(1) "6"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387613"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "6"
  [qteprep] = string(1) "0"
  [article] = string(8) "FRU00230"
  [op] = string(11) "CR125060009"
  [oplig] = string(4) "7000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BB16"
  [loc] = string(4) "BB16"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502956"
  [soplin] = string(4) "7000"
  [soqseq] = string(4) "7000"
  [stocou] = string(7) "1735200"
  [unite] = string(3) "CAR"
  [lotligneop] = string(5) "03625"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "6"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..7000..7000....STOALL.........4..........03625.....................BB16...173520099999999.........6"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..4000..4000....STOALL.........1.......50510382.....................BA06...174255399999994.........1"
  [PnPCible] = string(10) "0000387613"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "FRU00230"
  [lot] = string(5) "03625"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 10:07:55102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpack 102 CR1 CAL00406 BA06 50510382 A CR125060009 4000 1 UN 0 UN D EXPED 0000387613 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpack</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00406</FLD> <FLD NAME="SLOC" TYPE="Char">BA06</FLD> <FLD NAME="SLOT" TYPE="Char">50510382</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SOP" TYPE="Char">CR125060009</FLD> <FLD NAME="SOPLIG" TYPE="Integer">4000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char"></FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387613</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00406"
        [SLOC] = string(4) "BA06"
        [SLOT] = string(8) "50510382"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SOP] = string(11) "CR125060009"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(0) ""
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387613"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpack</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00406</FLD><FLD NAME="SLOC" TYPE="Char">BA06</FLD><FLD NAME="SLOT" TYPE="Char">50510382</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char"></FLD><FLD NAME="SOP" TYPE="Char">CR125060009</FLD><FLD NAME="SOPLIG" TYPE="Integer">4000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387613</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(9) "Picknpack"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00406"
        [SLOC] = string(4) "BA06"
        [SLOT] = string(8) "50510382"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(0) ""
        [SOP] = string(11) "CR125060009"
        [SOPLIG] = string(4) "4000"
        [SQTYSTU] = string(1) "1"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387613"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(37) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "1"
  [qteprep] = string(1) "0"
  [article] = string(8) "CAL00406"
  [op] = string(11) "CR125060009"
  [oplig] = string(4) "4000"
  [tablin] = string(1) "0"
  [loccase] = string(4) "BA06"
  [loc] = string(4) "BA06"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502956"
  [soplin] = string(4) "4000"
  [soqseq] = string(4) "4000"
  [stocou] = string(7) "1742553"
  [unite] = string(3) "CAR"
  [lotligneop] = string(8) "50510382"
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "1"
  [qtelot] = string(1) "1"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..4000..4000....STOALL.........1.......50510382.....................BA06...174255399999994.........1"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502956..4000..4000....STOALL.........1.......50510382.....................BA06...174255399999994.........1"
  [PnPCible] = string(10) "0000387613"
  [PnPTypecible] = string(7) "Palette"
  [Flash777] = string(8) "CAL00406"
  [lot] = string(8) "50510382"
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(1) "A"
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "1"
}
 
Niv502/06/2025 10:07:56102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060009,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060009 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060009</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060009"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060009</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060009"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(2) {
  [op] = string(11) "CR125060009"
  [success] = string(23) "Préparation terminée."
}
 
Niv502/06/2025 10:08:07102ROYRENE:YLIVRAISON
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4728
Fonction : Run(YLIVRAISON, CRR CR1 CRR04058 CRR04058 01 01 01 01 1 0 CRR0405801CR1CRR0405801EUR11CRR04058CRR04058AMANDELYSAMANDELYSVI045FDM11 13~FRA~FR33839586708~21 LEROYRENE49100ANGERSLEROYRENE49100ANGERSCVCR12502956 1 1 2 EXPE_1 102 1 11 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPY" TYPE="Char">CRR</FLD> <FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="YSHIDAT" TYPE="Date"></FLD> <FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD> <FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD> <FLD NAME="YBPCORDDEB" TYPE="Char">CRR04058</FLD> <FLD NAME="YBPCORDFIN" TYPE="Char">CRR04058</FLD> <FLD NAME="YBPAADDDEB" TYPE="Char">01</FLD> <FLD NAME="YBPAADDFIN" TYPE="Char">01</FLD> <FLD NAME="YBPTNUMDEB" TYPE="Char">01</FLD> <FLD NAME="YBPTNUMFIN" TYPE="Char">01</FLD> <FLD NAME="YDRNFLG" TYPE="Integer">1</FLD> <FLD NAME="YDRN" TYPE="Integer">0</FLD> <FLD NAME="YY_OP" TYPE="Char"></FLD> <FLD NAME="YY_KEYPREP1" TYPE="Char">CRR0405801CR1CRR0405801EUR11CRR04058CRR04058AMANDELYSAMANDELYSVI045FDM11 13~FRA~FR33839586708~21</FLD> <FLD NAME="YY_KEYPREP2" TYPE="Char">LEROYRENE49100ANGERSLEROYRENE49100ANGERSCVCR12502956</FLD> <FLD NAME="YRUPDAT" TYPE="Integer">1</FLD> <FLD NAME="YCFMFLG" TYPE="Integer">1</FLD> <FLD NAME="YNDEFLG" TYPE="Integer">2</FLD> <FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD> <FLD NAME="YUSER" TYPE="Char">102</FLD> <FLD NAME="YNBPAL" TYPE="Integer">1</FLD> <FLD NAME="YNBCOL" TYPE="Integer">11</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(0) ""
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR04058"
        [YBPCORDFIN] = string(8) "CRR04058"
        [YBPAADDDEB] = string(2) "01"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "01"
        [YBPTNUMFIN] = string(2) "01"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(103) "CRR0405801CR1CRR0405801EUR11CRR04058CRR04058AMANDELYSAMANDELYSVI045FDM11                13~FRA~FR33839586708~21"
        [YY_KEYPREP2] = string(52) "LEROYRENE49100ANGERSLEROYRENE49100ANGERSCVCR12502956"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "11"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPY" TYPE="Char">CRR</FLD><FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="YSHIDAT" TYPE="Date">[0/0/0]</FLD><FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD><FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD><FLD NAME="YBPCORDDEB" TYPE="Char">CRR04058</FLD><FLD NAME="YBPAADDDEB" TYPE="Char">01</FLD><FLD NAME="YBPCORDFIN" TYPE="Char">CRR04058</FLD><FLD NAME="YBPAADDFIN" TYPE="Char">01</FLD><FLD NAME="YBPTNUMDEB" TYPE="Char">01</FLD><FLD NAME="YBPTNUMFIN" TYPE="Char">01</FLD><FLD NAME="YDRNFLG" TYPE="Integer">1</FLD><FLD NAME="YDRN" TYPE="Integer">0</FLD><FLD NAME="YY_OP" TYPE="Char"></FLD><FLD NAME="YY_KEYPREP1" TYPE="Char">CRR0405801CR1CRR0405801EUR11CRR04058CRR04058AMANDELYSAMANDELYSVI045FDM11 13~FRA~FR33839586708~21</FLD><FLD NAME="YY_KEYPREP2" TYPE="Char">LEROYRENE49100ANGERSLEROYRENE49100ANGERSCVCR12502956</FLD><FLD NAME="YRUPDAT" TYPE="Integer">1</FLD><FLD NAME="YCFMFLG" TYPE="Integer">1</FLD><FLD NAME="YNDEFLG" TYPE="Integer">2</FLD><FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD><FLD NAME="YUSER" TYPE="Char">102</FLD><FLD NAME="YNBPAL" TYPE="Integer">1</FLD><FLD NAME="YNBCOL" TYPE="Integer">11</FLD></GRP><TAB DIM="50" ID="RESULTAT" SIZE="1"><LIN NUM="1"><FLD NAME="YSDHNUM" TYPE="Char">LVCR12501300</FLD><FLD NAME="YNB_ERR" TYPE="Integer">0</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR04058"
        [YBPAADDDEB] = string(2) "01"
        [YBPCORDFIN] = string(8) "CRR04058"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "01"
        [YBPTNUMFIN] = string(2) "01"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(103) "CRR0405801CR1CRR0405801EUR11CRR04058CRR04058AMANDELYSAMANDELYSVI045FDM11                13~FRA~FR33839586708~21"
        [YY_KEYPREP2] = string(52) "LEROYRENE49100ANGERSLEROYRENE49100ANGERSCVCR12502956"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "11"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501300"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(8) "CRR04058"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "01"
  [keyprep1] = string(109) "CRR0405801CR1CRR0405801EUR11CRR04058CRR04058AMANDELYSAMANDELYSVI045FDM11                13%7EFRA%7EFR33839586708%7E21"
  [keyprep2] = string(52) "LEROYRENE49100ANGERSLEROYRENE49100ANGERSCVCR12502956"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "11"
  [transp1] = string(2) "01"
  [backurl] = string(25) "PC1_02.php?op=CR125060009"
  [idERR] = string(4) "ERR1"
}
 
Niv402/06/2025 10:08:07102ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4741
Fonct :
Lien : /CRRPROD/PC1_actions.php?act=CreBL&client=CRR04058&idBouton=BL1&nbBLActifs=1&adrLiv=01&keyprep1=CRR0405801CR1CRR0405801EUR11CRR04058CRR04058AMANDELYSAMANDELYSVI045FDM11++++++++13%257EFRA%257EFR33839586708%257E21&keyprep2=LEROYRENE49100ANGERSLEROYRENE49100ANGERSCVCR12502956&nbpal1=1&nbcol1=11&transp1=01&backurl=PC1_02.php%3Fop%3DCR125060009&idERR=ERR1--
Data :
PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(8) "CRR04058"
        [YBPAADDDEB] = string(2) "01"
        [YBPCORDFIN] = string(8) "CRR04058"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "01"
        [YBPTNUMFIN] = string(2) "01"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(103) "CRR0405801CR1CRR0405801EUR11CRR04058CRR04058AMANDELYSAMANDELYSVI045FDM11                13~FRA~FR33839586708~21"
        [YY_KEYPREP2] = string(52) "LEROYRENE49100ANGERSLEROYRENE49100ANGERSCVCR12502956"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "11"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501300"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 
Niv502/06/2025 10:08:08102ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4827
Fonction : WmsPrintAuto(PK2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(YARC_PACKLIST,1,Array,imp,,EXPE_1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, YARC_PACKLIST 1 EXPE_1 FRA imp 1 site CR1 bonliv LVCR12501300 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">YARC_PACKLIST</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="2"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">bonliv</FLD> <FLD NAME="VVALPARAM" TYPE="Char">LVCR12501300</FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(13) "YARC_PACKLIST"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(6) "EXPE_1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(2) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "bonliv"
          [VVALPARAM] = string(12) "LVCR12501300"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">YARC_PACKLIST</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="2"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">bonliv</FLD><FLD NAME="VVALPARAM" TYPE="Char">LVCR12501300</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(13) "YARC_PACKLIST"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(6) "EXPE_1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(2) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "bonliv"
          [VVALPARAM] = string(12) "LVCR12501300"
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(8) "CRR04058"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "01"
  [keyprep1] = string(109) "CRR0405801CR1CRR0405801EUR11CRR04058CRR04058AMANDELYSAMANDELYSVI045FDM11                13%7EFRA%7EFR33839586708%7E21"
  [keyprep2] = string(52) "LEROYRENE49100ANGERSLEROYRENE49100ANGERSCVCR12502956"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "11"
  [transp1] = string(2) "01"
  [backurl] = string(25) "PC1_02.php?op=CR125060009"
  [idERR] = string(4) "ERR1"
}
 
Niv502/06/2025 10:08:08102ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4852
Fonction : WmsPrintAuto(XT1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(XETIQTRANSPORT,1,Array,imp,,EXPE_1_2,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, XETIQTRANSPORT 1 EXPE_1_2 FRA imp 1 client CRR04058 stofcy CR1 numcde CVCR12502956 numpal )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="4"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">client</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CRR04058</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502956</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(8) "CRR04058"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12502956"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="4"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">client</FLD><FLD NAME="VVALPARAM" TYPE="Char">CRR04058</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502956</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(8) "CRR04058"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12502956"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(8) "CRR04058"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "01"
  [keyprep1] = string(109) "CRR0405801CR1CRR0405801EUR11CRR04058CRR04058AMANDELYSAMANDELYSVI045FDM11                13%7EFRA%7EFR33839586708%7E21"
  [keyprep2] = string(52) "LEROYRENE49100ANGERSLEROYRENE49100ANGERSCVCR12502956"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "11"
  [transp1] = string(2) "01"
  [backurl] = string(25) "PC1_02.php?op=CR125060009"
  [idERR] = string(4) "ERR1"
}
 
Niv502/06/2025 10:08:08102ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 19
Fonction : unLockAll(102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 




PC1_01.php
array(1) {
  [success] = string(36) "Création BL LVCR12501300 effectuée"
}
 
Niv502/06/2025 10:08:30180ROYRENE:YWTRFSM02
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 1015
Fonction : Run(YWTRFSM02, 180#CAL00216 180 CR1 CAL00216 CALCO 50510514 A 0000387303 8.784 OFCR125050354 1000 55 CALCO A A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">180#CAL00216</FLD> <FLD NAME="USER" TYPE="Char">180</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00216</FLD> <FLD NAME="SLOC" TYPE="Char">CALCO</FLD> <FLD NAME="SLOT" TYPE="Char">50510514</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387303</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">8.784</FLD> <FLD NAME="SMFGNUM" TYPE="Char">OFCR125050354</FLD> <FLD NAME="SMFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SBOMSEQ" TYPE="Integer">55</FLD> <FLD NAME="DLOC" TYPE="Char">CALCO</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">A</FLD> </GRP> </PARAM>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "180#CAL00216"
        [USER] = string(3) "180"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00216"
        [SLOC] = string(5) "CALCO"
        [SLOT] = string(8) "50510514"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387303"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(5) "8.784"
        [SMFGNUM] = string(13) "OFCR125050354"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "55"
        [DLOC] = string(5) "CALCO"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">180#CAL00216</FLD><FLD NAME="USER" TYPE="Char">180</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00216</FLD><FLD NAME="SLOC" TYPE="Char">CALCO</FLD><FLD NAME="SLOT" TYPE="Char">50510514</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387303</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">8.784</FLD><FLD NAME="SMFGNUM" TYPE="Char">OFCR125050354</FLD><FLD NAME="SMFGLIN" TYPE="Decimal">1000</FLD><FLD NAME="SBOMSEQ" TYPE="Decimal">55</FLD><FLD NAME="DLOC" TYPE="Char">CALCO</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">A</FLD></GRP></RESULT>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "180#CAL00216"
        [USER] = string(3) "180"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00216"
        [SLOC] = string(5) "CALCO"
        [SLOT] = string(8) "50510514"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387303"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(5) "8.784"
        [SMFGNUM] = string(13) "OFCR125050354"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "55"
        [DLOC] = string(5) "CALCO"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 




SM1_actions.php
array(28) {
  [AutomaticLineValue] = string(9) "article;0"
  [act] = string(8) "lstValid"
  [bomope] = string(0) ""
  [bomseq] = string(2) "55"
  [mfglin] = string(4) "1000"
  [numof] = string(13) "OFCR125050354"
  [wst] = string(0) ""
  [tablin] = string(1) "0"
  [retqty] = string(5) "11.46"
  [qtyprep] = string(1) "0"
  [sta] = string(1) "A"
  [slo] = string(1) " "
  [palnum] = string(10) "0000387303"
  [stocou] = string(7) "1743942"
  [vide] = string(25) "OFCR125050354 / 1000 / 55"
  [article] = string(8) "CAL00216"
  [designation] = string(26) "CALISSON BREMOND GRI 10.5G"
  [resqty] = string(7) "0/11.46"
  [sloc] = string(5) "CALCO"
  [flash] = string(10) "0000387303"
  [dloc] = string(5) "CALCO"
  [qtypf] = string(0) ""
  [uomlink] = string(2) "UN"
  [dflash] = string(0) ""
  [qte] = string(5) "8.784"
  [unite] = string(3) "MIL"
  [lot] = string(8) "50510514"
  [ajxact] = string(10) "AjxAutoqte"
}
 
Niv502/06/2025 10:08:36180ROYRENE:WEB
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 21
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\SM1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\SM1_actions_spe.php
Ligne : 144
Fonction : ValidSM1Spe(Array)

Call 5
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\framework\php_fonctions\php_fonctions_SM1_spe.php
Ligne : 25
Fonction : CreSuiviSpe(OFCR125050354)

Call 6
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\framework\php_fonctions\php_fonctions_SM1_spe.php
Ligne : 102
Fonction : save(WEB, CR1 OFCR125050354 20250602 2 1 CAL00216 -OFCR125050354 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050354</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="MATTRKFLG" TYPE="Integer">2</FLD> </GRP> <TAB ID="MTK3_3" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="MATITMREF" TYPE="Char">CAL00216</FLD> <FLD NAME="MVTDES" TYPE="Char">-OFCR125050354</FLD> </LIN> </TAB> </PARAM>

SM1_actions.php
array(3) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125050354"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [MATTRKFLG] = string(1) "2"
  }
  [MTK3_3] = array(1) {
        [1] = array(3) {
          [NO] = string(1) "1"
          [MATITMREF] = string(8) "CAL00216"
          [MVTDES] = string(14) "-OFCR125050354"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000018</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125050354</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="MATTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"/><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char"/><FLD NAME="ZUL" TYPE="Char"/></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">9999</FLD><FLD MENULAB="Immédiat" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">1</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602080836</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="100" ID="MTK3_3" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">CAL00216</FLD><FLD NAME="ITMDES1" TYPE="Char">CALISSON BREMOND GRI 10.5G</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">CON_CAL</FLD><FLD NAME="WSTSHO" TYPE="Char">CON_CAL</FLD><FLD NAME="STU" TYPE="Char">MIL</FLD><FLD NAME="RETQTY" TYPE="Decimal">2.676</FLD><FLD NAME="USEQTY" TYPE="Decimal">8.784</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">50510514</FLD><FLD NAME="LOC" TYPE="Char">CALCO</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="MVTDES" TYPE="Char"></FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Immédiat" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">1</FLD><FLD NAME="RETDAT" TYPE="Date">20250526</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL00826</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050354</FLD><FLD MENULAB="Détaillée" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">5</FLD><FLD NAME="CCE1" TYPE="Char"/><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN></TAB></RESULT>

SM1_actions.php
array(8) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000018"
        [MFGNUM] = string(13) "OFCR125050354"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [MATTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(5) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(0) ""
        [ZUL] = string(0) ""
  }
  [MTK3_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(4) "9999"
        [STOCOD] = string(1) "1"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602080836"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK3_3] = array(1) {
        [1] = array(44) {
          [NO] = string(1) "1"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "CAL00216"
          [ITMDES1] = string(26) "CALISSON BREMOND GRI 10.5G"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(7) "CON_CAL"
          [WSTSHO] = string(7) "CON_CAL"
          [STU] = string(3) "MIL"
          [RETQTY] = string(5) "2.676"
          [USEQTY] = string(5) "8.784"
          [TYPQTY] = string(1) "2"
          [LOT] = string(8) "50510514"
          [LOC] = string(5) "CALCO"
          [STA] = string(1) "A"
          [MVTDES] = string(0) ""
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "1"
          [RETDAT] = string(8) "20250526"
          [BOMNUM] = string(8) "CAL00826"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050354"
          [ALLSTA] = string(1) "5"
          [CCE1] = string(0) ""
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
  }
}
 




SM1_actions.php
array(1) {
  [act] = string(10) "validSuivi"
}
 
Niv502/06/2025 10:09:12114ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_MAC,,,FRA,FAC2)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_MAC FRA FAC2 imp 1 numof OFCR125060041 numligne 1000 nbcopies 35 debut 0 ean14 0000092200100 dateref 20250602 PCB 0 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_MAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125060041</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1000</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">35</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000092200100</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_MAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060041"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "35"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000092200100"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "0"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_MAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125060041</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1000</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">35</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000092200100</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_MAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060041"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "35"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000092200100"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "0"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125060041"
  [mfglin] = string(4) "1000"
  [seq] = string(0) ""
  [nbEti] = string(2) "35"
  [Ean] = string(13) "0000092200100"
  [PCB] = string(1) "0"
}
 
Niv502/06/2025 10:12:1612ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125050421 1001 0 REF00083 14.10 KG 20250528 20250925 12 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050421</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1001</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">REF00083</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">14.10</FLD> <FLD NAME="PCU" TYPE="Char">KG</FLD> <FLD NAME="LOT" TYPE="Char">20250528</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20250925</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">12</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050421"
          [MFGLIN] = string(4) "1001"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "REF00083"
          [QTYPCU] = string(5) "14.10"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "20250528"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250925"
          [SSCC] = string(0) ""
          [USER] = string(2) "12"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125050421</FLD><FLD NAME="MFGLIN" TYPE="Integer">1001</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">REF00083</FLD><FLD NAME="QTYPCU" TYPE="Decimal">14.10</FLD><FLD NAME="PCU" TYPE="Char">KG</FLD><FLD NAME="LOT" TYPE="Char">20250528</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20250925</FLD><FLD NAME="SSCC" TYPE="Char">0000387615</FLD><FLD NAME="USER" TYPE="Char">12</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050421"
          [MFGLIN] = string(4) "1001"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "REF00083"
          [QTYPCU] = string(5) "14.10"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "20250528"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250925"
          [SSCC] = string(10) "0000387615"
          [USER] = string(2) "12"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "REF00083"
  [desig] = string(27) "REF -PATE DECAT NEW RECETTE"
  [lot] = string(8) "20250528"
  [dluo] = string(10) "25/09/2025"
  [qtyprd] = string(5) "14.10"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050421"
  [mfglin] = string(4) "1001"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:12:1612ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOU,,,FRA,NOU2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOU FRA NOU2 imp 1 site CR1 article REF00083 lot 20250528 loc sscc 0000387615 ope 12 qte 14.10 pcu pohnum bpsnum bpslot dluo 20250925 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">REF00083</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250528</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387615</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">12</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">14.10</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250925</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "REF00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "20250528"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387615"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "12"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "14.10"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250925"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">REF00083</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250528</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387615</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">12</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">14.10</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250925</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "REF00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "20250528"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387615"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "12"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "14.10"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250925"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "REF00083"
  [desig] = string(27) "REF -PATE DECAT NEW RECETTE"
  [lot] = string(8) "20250528"
  [dluo] = string(10) "25/09/2025"
  [qtyprd] = string(5) "14.10"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050421"
  [mfglin] = string(4) "1001"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:12:2212ROYRENE:DES
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 274
Fonction : Valid_Suiviof(OFCR125050421,1001)

Call 4
Page : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 384
Fonction : save(DES, CR1 OFCR125050421 20250602 2 14.1 REF00083 1 REF00083 KG 14.1 20250528 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050421</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">14.1</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">REF00083</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">REF00083</FLD> <FLD NAME="UOM" TYPE="Char">KG</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">14.1</FLD> <FLD NAME="LOT" TYPE="Char">20250528</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(4) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125050421"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK2_1] = array(2) {
        [QTESUIVITM] = string(4) "14.1"
        [Y_ITMFILTER] = string(8) "REF00083"
  }
  [MTK2_2] = array(1) {
        [1] = array(5) {
          [NO] = string(1) "1"
          [ITMREF] = string(8) "REF00083"
          [UOM] = string(2) "KG"
          [UOMCPLQTY] = string(4) "14.1"
          [LOT] = string(8) "20250528"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000019</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125050421</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="ITMTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTOPE" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"></FLD><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char">KG</FLD><FLD NAME="ZUL" TYPE="Char">Kilogramme</FLD></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTMAT" TYPE="Integer">0</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602081222</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="50" ID="MTK2_2" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="PRODTYP" TYPE="Integer">1</FLD><FLD MENULAB="Sous-produit" MENULOCAL="2301" NAME="ITMTYP" TYPE="Integer">2</FLD><FLD NAME="ITMREF" TYPE="Char">REF00083</FLD><FLD NAME="UOM" TYPE="Char">KG</FLD><FLD NAME="UOMEXTQTY" TYPE="Decimal">1.55</FLD><FLD NAME="UOMCPLQTY" TYPE="Decimal">14.1</FLD><FLD NAME="UOMSTUCOE" TYPE="Decimal">1</FLD><FLD NAME="STU" TYPE="Char">KG</FLD><FLD NAME="CPLQTY" TYPE="Decimal">14.1</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="LOCTYP" TYPE="Char">CPROD</FLD><FLD NAME="LOC" TYPE="Char">NGTPR</FLD><FLD NAME="LOT" TYPE="Char">20250528</FLD><FLD NAME="PALNUM" TYPE="Char">0000387615</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD NAME="MVTDES" TYPE="Char"/><FLD NAME="ITMDES1" TYPE="Char">REF -PATE DECAT NEW RECETTE</FLD><FLD NAME="BOMALT" TYPE="Integer">0</FLD><FLD NAME="MFGNUMIT" TYPE="Char">OFCR125050421</FLD><FLD NAME="CCE1" TYPE="Char"/><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/></LIN></TAB></RESULT>

DP1_actions.php
array(8) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000019"
        [MFGNUM] = string(13) "OFCR125050421"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [FILTOPE] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(2) "KG"
        [ZUL] = string(10) "Kilogramme"
  }
  [MTK3_1] = array(7) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [STOCOD] = string(1) "0"
        [FILTMAT] = string(1) "0"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602081222"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK2_2] = array(1) {
        [1] = array(40) {
          [NO] = string(1) "1"
          [PRODTYP] = string(1) "1"
          [ITMTYP] = string(1) "2"
          [ITMREF] = string(8) "REF00083"
          [UOM] = string(2) "KG"
          [UOMEXTQTY] = string(4) "1.55"
          [UOMCPLQTY] = string(4) "14.1"
          [UOMSTUCOE] = string(1) "1"
          [STU] = string(2) "KG"
          [CPLQTY] = string(4) "14.1"
          [STA] = string(1) "A"
          [LOCTYP] = string(5) "CPROD"
          [LOC] = string(5) "NGTPR"
          [LOT] = string(8) "20250528"
          [PALNUM] = string(10) "0000387615"
          [CLEFLG] = string(1) "1"
          [MVTDES] = string(0) ""
          [ITMDES1] = string(27) "REF -PATE DECAT NEW RECETTE"
          [BOMALT] = string(1) "0"
          [MFGNUMIT] = string(13) "OFCR125050421"
          [CCE1] = string(0) ""
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
        }
  }
}
 




DP1_actions.php
array(3) {
  [act] = string(10) "validSuivi"
  [mfgnum] = string(13) "OFCR125050421"
  [mfglin] = string(4) "1001"
}
 
Niv302/06/2025 10:12:2212ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 425
Fonct : Valid_Suiviof
Lien : /CRRPROD/DP1_actions.php?act=validSuivi&mfgnum=OFCR125050421&mfglin=1001DES
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050421</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">14.1</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">REF00083</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">REF00083</FLD> <FLD NAME="UOM" TYPE="Char">KG</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">14.1</FLD> <FLD NAME="LOT" TYPE="Char">20250528</FLD> </LIN> </TAB> </PARAM> Niv502/06/2025 10:12:2412ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 334
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOU,,,FRA,NOU2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOU FRA NOU2 imp 1 site CR1 article REF00083 lot 20250528 sscc 0000387615 ope 12 dluo 20250925 bpslot loc qte 14.1 pcu KG date 2025/06/02 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="11"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">REF00083</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250528</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387615</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">12</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250925</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">14.1</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2025/06/02</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(11) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "REF00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "20250528"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387615"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "12"
        }
        [6] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250925"
        }
        [7] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "14.1"
        }
        [10] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(10) "2025/06/02"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="11"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">REF00083</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250528</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387615</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">12</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250925</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">14.1</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">2025/06/02</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(11) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "REF00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "20250528"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387615"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "12"
        }
        [6] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250925"
        }
        [7] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "14.1"
        }
        [10] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(10) "2025/06/02"
        }
  }
}
 




DP1_actions.php
array(4) {
  [act] = string(9) "impligrec"
  [mfgnum] = string(13) "OFCR125050421"
  [mfglin] = string(4) "1001"
  [seq] = string(6) "493786"
}
 
Niv502/06/2025 10:12:5512ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 334
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOU,,,FRA,NOU2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOU FRA NOU2 imp 1 site CR1 article REF00083 lot 20250528 sscc 0000387615 ope 12 dluo 20250925 bpslot loc qte 14.1 pcu KG date 2025/06/02 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="11"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">REF00083</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250528</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387615</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">12</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250925</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">14.1</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2025/06/02</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(11) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "REF00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "20250528"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387615"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "12"
        }
        [6] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250925"
        }
        [7] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "14.1"
        }
        [10] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(10) "2025/06/02"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOU</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="11"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">REF00083</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250528</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387615</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">12</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250925</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">14.1</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">2025/06/02</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOU"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(11) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "REF00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "20250528"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387615"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "12"
        }
        [6] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250925"
        }
        [7] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "14.1"
        }
        [10] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(10) "2025/06/02"
        }
  }
}
 




DP1_actions.php
array(4) {
  [act] = string(9) "impligrec"
  [mfgnum] = string(13) "OFCR125050421"
  [mfglin] = string(4) "1001"
  [seq] = string(6) "493786"
}
 
Niv502/06/2025 10:13:43102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060008,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060008 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060008</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060008"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060008</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060008"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(3) {
  [deb] = string(0) ""
  [op] = string(11) "CR125060008"
  [afftext] = string(4) "true"
}
 
Niv502/06/2025 10:13:51102ROYRENE:YWXCOMPT
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 296
Fonction : Run(YWXCOMPT, YPA )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPT" TYPE="Char">YPA</FLD> <FLD NAME="YSIT" TYPE="Char"></FLD> <FLD NAME="YDATE" TYPE="Date"></FLD> <FLD NAME="YCOMPL" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(0) ""
        [YCOMPL] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPT" TYPE="Char">YPA</FLD><FLD NAME="YSIT" TYPE="Char"></FLD><FLD NAME="YDATE" TYPE="Date">[0/0/0]</FLD><FLD NAME="YCOMPL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="YVAL" TYPE="Char">0000387616</FLD><FLD NAME="STATUT" TYPE="Integer">0</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(4) {
        [YCPT] = string(3) "YPA"
        [YSIT] = string(0) ""
        [YDATE] = string(7) "[0/0/0]"
        [YCOMPL] = string(0) ""
  }
  [RESULTAT] = array(2) {
        [YVAL] = string(10) "0000387616"
        [STATUT] = string(1) "0"
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060008"
  [cde] = string(12) "CVCR12502955"
  [oplig] = string(5) "18000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060008%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 10:13:51102ROYRENE:YWPMAJSSCC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 383
Fonction : Run(YWPMAJSSCC, 102 CR1 0000387616 PAL CR125060008 18000 0 0 0 0 1 PALET CVCR12502955 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="USER" TYPE="Char">102</FLD> <FLD NAME="FCY" TYPE="Char">CR1</FLD> <FLD NAME="SSCC" TYPE="Char">0000387616</FLD> <FLD NAME="TYP" TYPE="Char">PAL</FLD> <FLD NAME="OP" TYPE="Char">CR125060008</FLD> <FLD NAME="OPLIG" TYPE="Decimal">18000</FLD> <FLD NAME="POIDS" TYPE="Decimal"></FLD> <FLD NAME="VOLUME" TYPE="Decimal">0</FLD> <FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD> <FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD> <FLD NAME="LARGEUR" TYPE="Decimal">0</FLD> <FLD NAME="MATDANG" TYPE="Integer">1</FLD> <FLD NAME="LIBCOL" TYPE="Char">PALET</FLD> <FLD NAME="LIBPAL" TYPE="Char"></FLD> <FLD NAME="SOHNUM" TYPE="Char">CVCR12502955</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(15) {
        [USER] = string(3) "102"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387616"
        [TYP] = string(3) "PAL"
        [OP] = string(11) "CR125060008"
        [OPLIG] = string(5) "18000"
        [POIDS] = string(0) ""
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
        [SOHNUM] = string(12) "CVCR12502955"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="USER" TYPE="Char">102</FLD><FLD NAME="FCY" TYPE="Char">CR1</FLD><FLD NAME="SSCC" TYPE="Char">0000387616</FLD><FLD NAME="TYP" TYPE="Char">PAL</FLD><FLD NAME="SOHNUM" TYPE="Char">CVCR12502955</FLD><FLD NAME="OP" TYPE="Char">CR125060008</FLD><FLD NAME="OPLIG" TYPE="Decimal">18000</FLD><FLD NAME="POIDS" TYPE="Decimal">0</FLD><FLD NAME="VOLUME" TYPE="Decimal">0</FLD><FLD NAME="HAUTEUR" TYPE="Decimal">0</FLD><FLD NAME="LONGUEUR" TYPE="Decimal">0</FLD><FLD NAME="LARGEUR" TYPE="Decimal">0</FLD><FLD NAME="MATDANG" TYPE="Integer">1</FLD><FLD NAME="LIBCOL" TYPE="Char">PALET</FLD><FLD NAME="LIBPAL" TYPE="Char"></FLD></GRP><GRP ID="RESULTAT"><FLD NAME="ZIND" TYPE="Integer">1</FLD></GRP></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(15) {
        [USER] = string(3) "102"
        [FCY] = string(3) "CR1"
        [SSCC] = string(10) "0000387616"
        [TYP] = string(3) "PAL"
        [SOHNUM] = string(12) "CVCR12502955"
        [OP] = string(11) "CR125060008"
        [OPLIG] = string(5) "18000"
        [POIDS] = string(1) "0"
        [VOLUME] = string(1) "0"
        [HAUTEUR] = string(1) "0"
        [LONGUEUR] = string(1) "0"
        [LARGEUR] = string(1) "0"
        [MATDANG] = string(1) "1"
        [LIBCOL] = string(5) "PALET"
        [LIBPAL] = string(0) ""
  }
  [RESULTAT] = array(1) {
        [ZIND] = string(1) "1"
  }
}
 
Informations enregistrées



PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060008"
  [cde] = string(12) "CVCR12502955"
  [oplig] = string(5) "18000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060008%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 10:13:51102ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 417
Fonction : WmsPrintAuto(PC1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_CLIUC,1,Array,imp,,ETIQ1_EXP1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_CLIUC 1 ETIQ1_EXP1 FRA imp 1 site CR1 sscc 0000387616 ope 102 commande CVCR12502955 indicepalette 1 zoneprep EXPED ctx op nbcolis 0 type Palette )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="10"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387616</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">102</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">commande</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502955</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">op</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">type</FLD> <FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387616"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "102"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502955"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_CLIUC</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="10"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387616</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">102</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">commande</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502955</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">indicepalette</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">zoneprep</FLD><FLD NAME="VVALPARAM" TYPE="Char">EXPED</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">ctx</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">op</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">nbcolis</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">type</FLD><FLD NAME="VVALPARAM" TYPE="Char">Palette</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(11) "Y_ETI_CLIUC"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387616"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "102"
        }
        [4] = array(2) {
          [VCODPARAM] = string(8) "commande"
          [VVALPARAM] = string(12) "CVCR12502955"
        }
        [5] = array(2) {
          [VCODPARAM] = string(13) "indicepalette"
          [VVALPARAM] = string(1) "1"
        }
        [6] = array(2) {
          [VCODPARAM] = string(8) "zoneprep"
          [VVALPARAM] = string(5) "EXPED"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "ctx"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(2) "op"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(7) "nbcolis"
          [VVALPARAM] = string(1) "0"
        }
        [10] = array(2) {
          [VCODPARAM] = string(4) "type"
          [VVALPARAM] = string(7) "Palette"
        }
  }
}
 




PC1_actions.php
array(9) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(11) "CreePalette"
  [op] = string(11) "CR125060008"
  [cde] = string(12) "CVCR12502955"
  [oplig] = string(5) "18000"
  [backurl] = string(85) "PC1_777.php%3FAutomaticLineValue%3D%26ligne%3D%26AutomaticLineValue%3DCR125060008%3B0"
  [tablin] = string(0) ""
  [palette] = string(5) "PALET"
  [matdang] = string(1) "1"
}
 
Niv502/06/2025 10:18:22180ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(180)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 180 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">180</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "180"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">180</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "180"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(3) "180"
  [mdpasse] = string(3) "180"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 10:18:37180ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125050493 1000 0 CAL01291 120 UN 50510608 20260122 180 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050493</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL01291</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">120</FLD> <FLD NAME="PCU" TYPE="Char">UN</FLD> <FLD NAME="LOT" TYPE="Char">50510608</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20260122</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">180</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050493"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CAL01291"
          [QTYPCU] = string(3) "120"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510608"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260122"
          [SSCC] = string(0) ""
          [USER] = string(3) "180"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125050493</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">CAL01291</FLD><FLD NAME="QTYPCU" TYPE="Decimal">120</FLD><FLD NAME="PCU" TYPE="Char">UN</FLD><FLD NAME="LOT" TYPE="Char">50510608</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20260122</FLD><FLD NAME="SSCC" TYPE="Char">0000387617</FLD><FLD NAME="USER" TYPE="Char">180</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050493"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CAL01291"
          [QTYPCU] = string(3) "120"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510608"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260122"
          [SSCC] = string(10) "0000387617"
          [USER] = string(3) "180"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CAL01291"
  [desig] = string(30) "CAL BOIT PERS PROV TOURISM 50G"
  [lot] = string(8) "50510608"
  [dluo] = string(10) "22/01/2026"
  [qtyprd] = string(3) "120"
  [pcu] = string(2) "UN"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050493"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:18:37180ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_DET,,,FRA,CDT2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_DET FRA CDT2 imp 1 site CR1 article CAL01291 lot 50510608 loc sscc 0000387617 ope 180 qte 120 pcu pohnum bpsnum bpslot dluo 20260122 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CAL01291</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510608</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387617</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">180</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">120</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260122</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL01291"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510608"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387617"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "180"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "120"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260122"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">CAL01291</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510608</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387617</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">180</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">120</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260122</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL01291"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510608"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387617"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "180"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "120"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260122"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CAL01291"
  [desig] = string(30) "CAL BOIT PERS PROV TOURISM 50G"
  [lot] = string(8) "50510608"
  [dluo] = string(10) "22/01/2026"
  [qtyprd] = string(3) "120"
  [pcu] = string(2) "UN"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050493"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:18:45180ROYRENE:DEC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 274
Fonction : Valid_Suiviof(OFCR125050493,1000)

Call 4
Page : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 384
Fonction : save(DEC, CR1 OFCR125050493 20250602 2 120 CAL01291 1 CAL01291 UN 120 50510608 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050493</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">120</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">CAL01291</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL01291</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">120</FLD> <FLD NAME="LOT" TYPE="Char">50510608</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(4) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125050493"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK2_1] = array(2) {
        [QTESUIVITM] = string(3) "120"
        [Y_ITMFILTER] = string(8) "CAL01291"
  }
  [MTK2_2] = array(1) {
        [1] = array(5) {
          [NO] = string(1) "1"
          [ITMREF] = string(8) "CAL01291"
          [UOM] = string(2) "UN"
          [UOMCPLQTY] = string(3) "120"
          [LOT] = string(8) "50510608"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000020</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125050493</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="ITMTRKFLG" TYPE="Integer">2</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="MATTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTOPE" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"></FLD><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char">UN</FLD><FLD NAME="ZUL" TYPE="Char">Unité</FLD></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">9999</FLD><FLD MENULAB="Post-consommation" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">2</FLD><FLD MENULAB="Non soldées" MENULOCAL="355" NAME="FILTMAT" TYPE="Integer">1</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602081844</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="50" ID="MTK2_2" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="PRODTYP" TYPE="Integer">1</FLD><FLD MENULAB="Produit" MENULOCAL="2301" NAME="ITMTYP" TYPE="Integer">1</FLD><FLD NAME="ITMREF" TYPE="Char">CAL01291</FLD><FLD NAME="UOM" TYPE="Char">UN</FLD><FLD NAME="UOMEXTQTY" TYPE="Decimal">0</FLD><FLD NAME="UOMCPLQTY" TYPE="Decimal">120</FLD><FLD NAME="UOMSTUCOE" TYPE="Decimal">1</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="CPLQTY" TYPE="Decimal">120</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="LOCTYP" TYPE="Char">PROD</FLD><FLD NAME="LOC" TYPE="Char">SCAL</FLD><FLD NAME="LOT" TYPE="Char">50510608</FLD><FLD NAME="PALNUM" TYPE="Char">0000387617</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD NAME="MVTDES" TYPE="Char"/><FLD NAME="ITMDES1" TYPE="Char">CAL BOIT PERS PROV TOURISM 50G</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMIT" TYPE="Char">OFCR125050493</FLD><FLD NAME="CCE1" TYPE="Char"/><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/></LIN></TAB><TAB DIM="100" ID="MTK3_3" SIZE="5"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00286</FLD><FLD NAME="ITMDES1" TYPE="Char">CAM BL ZERO 2 NM 300 X158X75</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">CON_CAL</FLD><FLD NAME="WSTSHO" TYPE="Char">CON_CAL</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">5</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">EA16</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250527</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01291</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050493</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="2"><FLD NAME="NO" TYPE="Integer">2</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00363</FLD><FLD NAME="ITMDES1" TYPE="Char">ETIQ METO ADH 22X16 NEUTRE</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">CON_CAL</FLD><FLD NAME="WSTSHO" TYPE="Char">CON_CAL</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">126</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">KB13B</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250527</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01291</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050493</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="3"><FLD NAME="NO" TYPE="Integer">3</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00915</FLD><FLD NAME="ITMDES1" TYPE="Char">FILM RETRACT 15MIC LAI350-PERF</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">CON_CAL</FLD><FLD NAME="WSTSHO" TYPE="Char">CON_CAL</FLD><FLD NAME="STU" TYPE="Char">KG</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">0.0924</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">FA51</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250527</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01291</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050493</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="4"><FLD NAME="NO" TYPE="Integer">4</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB02207</FLD><FLD NAME="ITMDES1" TYPE="Char">BOITE LOS MET A PERSO 50GR</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">CON_CAL</FLD><FLD NAME="WSTSHO" TYPE="Char">CON_CAL</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">124</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">40310548</FLD><FLD NAME="LOC" TYPE="Char">FB47</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250527</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01291</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050493</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="5"><FLD NAME="NO" TYPE="Integer">5</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB02461</FLD><FLD NAME="ITMDES1" TYPE="Char">ETIQ ING LOS BTE PERSO 50G</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">CON_CAL</FLD><FLD NAME="WSTSHO" TYPE="Char">CON_CAL</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">120</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">KC05A</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250527</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01291</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050493</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(9) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000020"
        [MFGNUM] = string(13) "OFCR125050493"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(2) {
        [ITMTRKFLG] = string(1) "2"
        [MATTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [FILTOPE] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(2) "UN"
        [ZUL] = string(6) "Unité"
  }
  [MTK3_1] = array(7) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(4) "9999"
        [STOCOD] = string(1) "2"
        [FILTMAT] = string(1) "1"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602081844"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK2_2] = array(1) {
        [1] = array(40) {
          [NO] = string(1) "1"
          [PRODTYP] = string(1) "1"
          [ITMTYP] = string(1) "1"
          [ITMREF] = string(8) "CAL01291"
          [UOM] = string(2) "UN"
          [UOMEXTQTY] = string(1) "0"
          [UOMCPLQTY] = string(3) "120"
          [UOMSTUCOE] = string(1) "1"
          [STU] = string(2) "UN"
          [CPLQTY] = string(3) "120"
          [STA] = string(1) "A"
          [LOCTYP] = string(4) "PROD"
          [LOC] = string(4) "SCAL"
          [LOT] = string(8) "50510608"
          [PALNUM] = string(10) "0000387617"
          [CLEFLG] = string(1) "2"
          [MVTDES] = string(0) ""
          [ITMDES1] = string(30) "CAL BOIT PERS PROV TOURISM 50G"
          [BOMALT] = string(1) "1"
          [MFGNUMIT] = string(13) "OFCR125050493"
          [CCE1] = string(0) ""
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
        }
  }
  [MTK3_3] = array(5) {
        [1] = array(43) {
          [NO] = string(1) "1"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00286"
          [ITMDES1] = string(28) "CAM BL ZERO 2 NM 300 X158X75"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(7) "CON_CAL"
          [WSTSHO] = string(7) "CON_CAL"
          [STU] = string(2) "UN"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(1) "5"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(4) "EA16"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250527"
          [BOMNUM] = string(8) "CAL01291"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050493"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [2] = array(43) {
          [NO] = string(1) "2"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00363"
          [ITMDES1] = string(26) "ETIQ METO ADH 22X16 NEUTRE"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(7) "CON_CAL"
          [WSTSHO] = string(7) "CON_CAL"
          [STU] = string(2) "UN"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(3) "126"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(5) "KB13B"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250527"
          [BOMNUM] = string(8) "CAL01291"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050493"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [3] = array(43) {
          [NO] = string(1) "3"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00915"
          [ITMDES1] = string(30) "FILM RETRACT 15MIC LAI350-PERF"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(7) "CON_CAL"
          [WSTSHO] = string(7) "CON_CAL"
          [STU] = string(2) "KG"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(6) "0.0924"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(4) "FA51"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250527"
          [BOMNUM] = string(8) "CAL01291"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050493"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [4] = array(43) {
          [NO] = string(1) "4"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB02207"
          [ITMDES1] = string(26) "BOITE LOS MET A PERSO 50GR"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(7) "CON_CAL"
          [WSTSHO] = string(7) "CON_CAL"
          [STU] = string(2) "UN"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(3) "124"
          [TYPQTY] = string(1) "2"
          [LOT] = string(8) "40310548"
          [LOC] = string(4) "FB47"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250527"
          [BOMNUM] = string(8) "CAL01291"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050493"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [5] = array(43) {
          [NO] = string(1) "5"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB02461"
          [ITMDES1] = string(26) "ETIQ ING LOS BTE PERSO 50G"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(7) "CON_CAL"
          [WSTSHO] = string(7) "CON_CAL"
          [STU] = string(2) "UN"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(3) "120"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(5) "KC05A"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250527"
          [BOMNUM] = string(8) "CAL01291"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050493"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
  }
}
 
Attention - au moins une matière n'a pas été réajustée !



DP1_actions.php
array(3) {
  [act] = string(10) "validSuivi"
  [mfgnum] = string(13) "OFCR125050493"
  [mfglin] = string(4) "1000"
}
 
Niv302/06/2025 10:18:45180ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 425
Fonct : Valid_Suiviof
Lien : /CRRPROD/DP1_actions.php?act=validSuivi&mfgnum=OFCR125050493&mfglin=1000DECAttention - au moins une matière n'a pas été réajustée !
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050493</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">120</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">CAL01291</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL01291</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">120</FLD> <FLD NAME="LOT" TYPE="Char">50510608</FLD> </LIN> </TAB> </PARAM> Niv502/06/2025 10:19:5640ROYRENE:YWSCHG22
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2260
Fonction : Run(YWSCHG22, PalStoP-EmpMasse 40 CR1 EMB03045 CALCO 50310673 A 0000384026 1680 UN DSOL A AN )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">PalStoP-EmpMasse</FLD> <FLD NAME="SUSER" TYPE="Char">40</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">EMB03045</FLD> <FLD NAME="SLOC" TYPE="Char">CALCO</FLD> <FLD NAME="SLOT" TYPE="Char">50310673</FLD> <FLD NAME="SSLO" TYPE="Char"> </FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000384026</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">1680</FLD> <FLD NAME="SSTU" TYPE="Char">UN</FLD> <FLD NAME="DLOC" TYPE="Char">DSOL</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">AN</FLD> </GRP> </PARAM>

CS1_actions.php
array(1) {
  [PARAM] = array(15) {
        [SLIB] = string(16) "PalStoP-EmpMasse"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EMB03045"
        [SLOC] = string(5) "CALCO"
        [SLOT] = string(8) "50310673"
        [SSLO] = string(1) " "
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000384026"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(4) "1680"
        [SSTU] = string(2) "UN"
        [DLOC] = string(4) "DSOL"
        [DSTA] = string(1) "A"
        [STODO] = string(2) "AN"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">PalStoP-EmpMasse</FLD><FLD NAME="SUSER" TYPE="Char">40</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">EMB03045</FLD><FLD NAME="SLOC" TYPE="Char">CALCO</FLD><FLD NAME="SLOT" TYPE="Char">50310673</FLD><FLD NAME="SSLO" TYPE="Char"> </FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000384026</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">1680</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="DLOC" TYPE="Char">DSOL</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">AN</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="RPALNUM" TYPE="Char">0000387618</FLD></GRP></RESULT>

CS1_actions.php
array(2) {
  [PARAM] = array(15) {
        [SLIB] = string(16) "PalStoP-EmpMasse"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "EMB03045"
        [SLOC] = string(5) "CALCO"
        [SLOT] = string(8) "50310673"
        [SSLO] = string(1) " "
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000384026"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(4) "1680"
        [SSTU] = string(2) "UN"
        [DLOC] = string(4) "DSOL"
        [DSTA] = string(1) "A"
        [STODO] = string(2) "AN"
  }
  [RESULTAT] = array(1) {
        [RPALNUM] = string(10) "0000387618"
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000384026"
  [TypeSource] = string(21) "PaletteStockPartielle"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(4) "Dsol"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "EMB03045"
  [SelectedLoc] = string(0) ""
  [designation] = string(30) "ALV REC rPET 19 CAL TRANS EFSA"
  [lot] = string(8) "50310673"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(5) "CALCO"
  [totalqte] = string(4) "2808"
  [us] = string(2) "UN"
  [stocou] = string(7) "1743758"
  [qte] = string(4) "1680"
  [unite] = string(2) "UN"
}
 
Niv502/06/2025 10:19:5640ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2395
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ1_EXP1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ1_EXP1 FRA imp 1 site CR1 article EMB03045 lot 50310673 sscc 0000387618 ope 40 loc CALCO qte 1680 pcu UN dluo 29991231 bpslot )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="10"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EMB03045</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310673</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387618</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CALCO</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1680</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">UN</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">29991231</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

CS1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB03045"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310673"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387618"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(5) "CALCO"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "1680"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "29991231"
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="10"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">EMB03045</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310673</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387618</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char">CALCO</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">1680</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">UN</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">29991231</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN></TAB></RESULT>

CS1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(10) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB03045"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310673"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387618"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(5) "CALCO"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "1680"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "29991231"
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000384026"
  [TypeSource] = string(21) "PaletteStockPartielle"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(4) "Dsol"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "EMB03045"
  [SelectedLoc] = string(0) ""
  [designation] = string(30) "ALV REC rPET 19 CAL TRANS EFSA"
  [lot] = string(8) "50310673"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(5) "CALCO"
  [totalqte] = string(4) "2808"
  [us] = string(2) "UN"
  [stocou] = string(7) "1743758"
  [qte] = string(4) "1680"
  [unite] = string(2) "UN"
}
 
Niv502/06/2025 10:20:36102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060008,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060008 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060008</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060008"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060008</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060008"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(1) {
  [op] = string(11) "CR125060008"
}
 
Niv502/06/2025 10:20:42102ROYRENE:YWPUNLORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4413
Fonction : unLockCommande(CR125060008,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 291
Fonction : Run(YWPUNLORD, CR125060008 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060008</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060008"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060008</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060008"
        [SUSER] = string(3) "102"
  }
}
 




PC1_actions.php
array(4) {
  [act] = string(8) "unlockop"
  [op] = string(11) "CR125060008"
  [AutomaticLineValue] = string(13) "CR125060008;0"
  [ligne] = string(0) ""
}
 
Niv502/06/2025 10:20:42102ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 19
Fonction : unLockAll(102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 




PC1_01.php
array(3) {
  [erreur] = string(0) ""
  [forcecde] = string(0) ""
  [gotoone] = string(5) "false"
}
 
Niv502/06/2025 10:20:45102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060002,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060002 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060002"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060002"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(3) {
  [deb] = string(0) ""
  [op] = string(11) "CR125060002"
  [afftext] = string(4) "true"
}
 
Niv502/06/2025 10:25:5540ROYRENE:YWSCHG08
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2260
Fonction : Run(YWSCHG08, PalStoT-EmpMas 40 CR1 0000387618 0 DD12 A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD> <FLD NAME="SUSER" TYPE="Char">40</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387618</FLD> <FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD> <FLD NAME="DLOC" TYPE="Char">DD12</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> </GRP> </PARAM>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000387618"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(4) "DD12"
        [DSTA] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD><FLD NAME="SUSER" TYPE="Char">40</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387618</FLD><FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD><FLD NAME="DLOC" TYPE="Char">DD12</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD></GRP></RESULT>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000387618"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(4) "DD12"
        [DSTA] = string(1) "A"
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000387618"
  [TypeSource] = string(18) "PaletteStockTotale"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(4) "Dd12"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "EMB03045"
  [SelectedLoc] = string(0) ""
  [designation] = string(30) "ALV REC rPET 19 CAL TRANS EFSA"
  [lot] = string(8) "50310673"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(4) "DSOL"
  [totalqte] = string(4) "1680"
  [us] = string(2) "UN"
  [stocou] = string(7) "1745321"
  [qte] = string(4) "1680"
  [unite] = string(2) "UN"
}
 
Niv502/06/2025 10:25:57102ROYRENE:YWSUNPAL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 3455
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\PC1_actions_spe.php
Ligne : 128
Fonction : Run(YWSUNPAL, Picknpackdepui 102 CR1 ACC00176 CAGIBI CR125060002 45000 5 UN 0 UN 0000382817 D EXPED 0000387592 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD> <FLD NAME="SUSER" TYPE="Char">102</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">ACC00176</FLD> <FLD NAME="SLOC" TYPE="Char">CAGIBI</FLD> <FLD NAME="SLOT" TYPE="Char"></FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char"></FLD> <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SOPLIG" TYPE="Integer">45000</FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">5</FLD> <FLD NAME="SSTU" TYPE="Decimal">UN</FLD> <FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD> <FLD NAME="SPCU" TYPE="Decimal">UN</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000382817</FLD> <FLD NAME="STODO" TYPE="Char">D</FLD> <FLD NAME="SCODSER" TYPE="Char"></FLD> <FLD NAME="DLOC" TYPE="Char">EXPED</FLD> <FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD> <FLD NAME="DCTRNUM" TYPE="Char"></FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "ACC00176"
        [SLOC] = string(6) "CAGIBI"
        [SLOT] = string(0) ""
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "45000"
        [SQTYSTU] = string(1) "5"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [SPALNUM] = string(10) "0000382817"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">Picknpackdepui</FLD><FLD NAME="SUSER" TYPE="Char">102</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">ACC00176</FLD><FLD NAME="SLOC" TYPE="Char">CAGIBI</FLD><FLD NAME="SLOT" TYPE="Char"></FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char"></FLD><FLD NAME="SPALNUM" TYPE="Char">0000382817</FLD><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SOPLIG" TYPE="Integer">45000</FLD><FLD NAME="SQTYSTU" TYPE="Decimal">5</FLD><FLD NAME="SSTU" TYPE="Char">UN</FLD><FLD NAME="SQTYPCU" TYPE="Decimal">0</FLD><FLD NAME="SPCU" TYPE="Char">UN</FLD><FLD NAME="STODO" TYPE="Char">D</FLD><FLD NAME="SCODSER" TYPE="Char"></FLD><FLD NAME="DLOC" TYPE="Char">EXPED</FLD><FLD NAME="DPALNUM" TYPE="Char">0000387592</FLD><FLD NAME="DCTRNUM" TYPE="Char"></FLD></GRP></RESULT>

PC1_actions.php
array(1) {
  [PARAM] = array(20) {
        [SLIB] = string(14) "Picknpackdepui"
        [SUSER] = string(3) "102"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "ACC00176"
        [SLOC] = string(6) "CAGIBI"
        [SLOT] = string(0) ""
        [SSLO] = string(0) ""
        [SSTA] = string(0) ""
        [SPALNUM] = string(10) "0000382817"
        [SOP] = string(11) "CR125060002"
        [SOPLIG] = string(5) "45000"
        [SQTYSTU] = string(1) "5"
        [SSTU] = string(2) "UN"
        [SQTYPCU] = string(1) "0"
        [SPCU] = string(2) "UN"
        [STODO] = string(1) "D"
        [SCODSER] = string(0) ""
        [DLOC] = string(5) "EXPED"
        [DPALNUM] = string(10) "0000387592"
        [DCTRNUM] = string(0) ""
  }
}
 




PC1_actions.php
array(38) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(12) "ValidForm777"
  [site] = string(3) "CR1"
  [qteaprep] = string(1) "5"
  [qteprep] = string(1) "0"
  [article] = string(8) "ACC00176"
  [op] = string(11) "CR125060002"
  [oplig] = string(5) "45000"
  [tablin] = string(1) "0"
  [loccase] = string(6) "CAGIBI"
  [loc] = string(6) "CAGIBI"
  [case] = string(0) ""
  [cde] = string(12) "CVCR12502935"
  [soplin] = string(5) "49000"
  [soqseq] = string(5) "49000"
  [stocou] = string(7) "1723744"
  [unite] = string(2) "UN"
  [lotligneop] = string(0) ""
  [sloligneop] = string(0) ""
  [stu] = string(2) "UN"
  [locsta] = string(1) "A"
  [codeope] = string(3) "102"
  [methodePrep] = string(1) "3"
  [qtelot] = string(1) "5"
  [unalloc] = string(0) ""
  [ALLTYPPC] = string(1) "3"
  [currLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.49000.49000....STOALL.........5....................0000382817....CAGIBI...172374499999999.........5"
  [nextLineKey] = string(615) ".......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CVCR12502935.49000.49000....STOALL.........5....................0000382817....CAGIBI...172374499999999.........5"
  [PnPCible] = string(10) "0000387592"
  [PnPTypecible] = string(7) "Palette"
  [PalnumPnpMasse] = string(10) "0000382817"
  [lot] = string(0) ""
  [slo] = string(0) ""
  [sernum] = string(0) ""
  [sta] = string(0) ""
  [emplacCible] = string(5) "EXPED"
  [qte] = string(1) "5"
  [validform] = string(0) ""
}
 
Niv502/06/2025 10:25:58102ROYRENE:YWPLCKORD
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_02.php
Ligne : 20
Fonction : LockCommande(CR125060002,102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 260
Fonction : Run(YWPLCKORD, CR125060002 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SOP" TYPE="Char">CR125060002</FLD> <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060002"
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SOP" TYPE="Char">CR125060002</FLD><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_02.php
array(1) {
  [PARAM] = array(2) {
        [SOP] = string(11) "CR125060002"
        [SUSER] = string(3) "102"
  }
}
 




PC1_02.php
array(2) {
  [op] = string(11) "CR125060002"
  [success] = string(23) "Préparation terminée."
}
 
Niv502/06/2025 10:26:07102ROYRENE:YLIVRAISON
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4728
Fonction : Run(YLIVRAISON, CRR CR1 C12 C12 01 01 01 01 1 0 C1201CR1C1201EUR11C12C12CONFISERIEDUROYRENEMARSEILLECONFISERIEDUROYRENEMARSEILLEFRCHQ30FM11 73~FRA~~21 1RUEDELAREPUBLIQUE13002MARSEILLE2EMEARRONDISSE1RUEDELAREPUBLIQUE13002MARSEILLE2EMEARRONDISSECVCR12502935 1 1 2 EXPE_1 102 1 59 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="YCPY" TYPE="Char">CRR</FLD> <FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="YSHIDAT" TYPE="Date"></FLD> <FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD> <FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD> <FLD NAME="YBPCORDDEB" TYPE="Char">C12</FLD> <FLD NAME="YBPCORDFIN" TYPE="Char">C12</FLD> <FLD NAME="YBPAADDDEB" TYPE="Char">01</FLD> <FLD NAME="YBPAADDFIN" TYPE="Char">01</FLD> <FLD NAME="YBPTNUMDEB" TYPE="Char">01</FLD> <FLD NAME="YBPTNUMFIN" TYPE="Char">01</FLD> <FLD NAME="YDRNFLG" TYPE="Integer">1</FLD> <FLD NAME="YDRN" TYPE="Integer">0</FLD> <FLD NAME="YY_OP" TYPE="Char"></FLD> <FLD NAME="YY_KEYPREP1" TYPE="Char">C1201CR1C1201EUR11C12C12CONFISERIEDUROYRENEMARSEILLECONFISERIEDUROYRENEMARSEILLEFRCHQ30FM11 73~FRA~~21</FLD> <FLD NAME="YY_KEYPREP2" TYPE="Char">1RUEDELAREPUBLIQUE13002MARSEILLE2EMEARRONDISSE1RUEDELAREPUBLIQUE13002MARSEILLE2EMEARRONDISSECVCR12502935</FLD> <FLD NAME="YRUPDAT" TYPE="Integer">1</FLD> <FLD NAME="YCFMFLG" TYPE="Integer">1</FLD> <FLD NAME="YNDEFLG" TYPE="Integer">2</FLD> <FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD> <FLD NAME="YUSER" TYPE="Char">102</FLD> <FLD NAME="YNBPAL" TYPE="Integer">1</FLD> <FLD NAME="YNBCOL" TYPE="Integer">59</FLD> </GRP> </PARAM>

PC1_actions.php
array(1) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(0) ""
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(3) "C12"
        [YBPCORDFIN] = string(3) "C12"
        [YBPAADDDEB] = string(2) "01"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "01"
        [YBPTNUMFIN] = string(2) "01"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(109) "C1201CR1C1201EUR11C12C12CONFISERIEDUROYRENEMARSEILLECONFISERIEDUROYRENEMARSEILLEFRCHQ30FM11                73~FRA~~21"
        [YY_KEYPREP2] = string(104) "1RUEDELAREPUBLIQUE13002MARSEILLE2EMEARRONDISSE1RUEDELAREPUBLIQUE13002MARSEILLE2EMEARRONDISSECVCR12502935"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "59"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="YCPY" TYPE="Char">CRR</FLD><FLD NAME="YSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="YSHIDAT" TYPE="Date">[0/0/0]</FLD><FLD NAME="YSOHNUMDEB" TYPE="Char"></FLD><FLD NAME="YSOHNUMFIN" TYPE="Char"></FLD><FLD NAME="YBPCORDDEB" TYPE="Char">C12</FLD><FLD NAME="YBPAADDDEB" TYPE="Char">01</FLD><FLD NAME="YBPCORDFIN" TYPE="Char">C12</FLD><FLD NAME="YBPAADDFIN" TYPE="Char">01</FLD><FLD NAME="YBPTNUMDEB" TYPE="Char">01</FLD><FLD NAME="YBPTNUMFIN" TYPE="Char">01</FLD><FLD NAME="YDRNFLG" TYPE="Integer">1</FLD><FLD NAME="YDRN" TYPE="Integer">0</FLD><FLD NAME="YY_OP" TYPE="Char"></FLD><FLD NAME="YY_KEYPREP1" TYPE="Char">C1201CR1C1201EUR11C12C12CONFISERIEDUROYRENEMARSEILLECONFISERIEDUROYRENEMARSEILLEFRCHQ30FM11 73~FRA~~21</FLD><FLD NAME="YY_KEYPREP2" TYPE="Char">1RUEDELAREPUBLIQUE13002MARSEILLE2EMEARRONDISSE1RUEDELAREPUBLIQUE13002MARSEILLE2EMEARRONDISSECVCR12502935</FLD><FLD NAME="YRUPDAT" TYPE="Integer">1</FLD><FLD NAME="YCFMFLG" TYPE="Integer">1</FLD><FLD NAME="YNDEFLG" TYPE="Integer">2</FLD><FLD NAME="YNDEDEN" TYPE="Char">EXPE_1</FLD><FLD NAME="YUSER" TYPE="Char">102</FLD><FLD NAME="YNBPAL" TYPE="Integer">1</FLD><FLD NAME="YNBCOL" TYPE="Integer">59</FLD></GRP><TAB DIM="50" ID="RESULTAT" SIZE="1"><LIN NUM="1"><FLD NAME="YSDHNUM" TYPE="Char">LVCR12501302</FLD><FLD NAME="YNB_ERR" TYPE="Integer">0</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(3) "C12"
        [YBPAADDDEB] = string(2) "01"
        [YBPCORDFIN] = string(3) "C12"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "01"
        [YBPTNUMFIN] = string(2) "01"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(109) "C1201CR1C1201EUR11C12C12CONFISERIEDUROYRENEMARSEILLECONFISERIEDUROYRENEMARSEILLEFRCHQ30FM11                73~FRA~~21"
        [YY_KEYPREP2] = string(104) "1RUEDELAREPUBLIQUE13002MARSEILLE2EMEARRONDISSE1RUEDELAREPUBLIQUE13002MARSEILLE2EMEARRONDISSECVCR12502935"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "59"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501302"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(3) "C12"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "01"
  [keyprep1] = string(115) "C1201CR1C1201EUR11C12C12CONFISERIEDUROYRENEMARSEILLECONFISERIEDUROYRENEMARSEILLEFRCHQ30FM11                73%7EFRA%7E%7E21"
  [keyprep2] = string(104) "1RUEDELAREPUBLIQUE13002MARSEILLE2EMEARRONDISSE1RUEDELAREPUBLIQUE13002MARSEILLE2EMEARRONDISSECVCR12502935"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "59"
  [transp1] = string(2) "01"
  [backurl] = string(25) "PC1_02.php?op=CR125060002"
  [idERR] = string(4) "ERR1"
}
 
Niv402/06/2025 10:26:07102ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4741
Fonct :
Lien : /CRRPROD/PC1_actions.php?act=CreBL&client=C12&idBouton=BL1&nbBLActifs=1&adrLiv=01&keyprep1=C1201CR1C1201EUR11C12C12CONFISERIEDUROYRENEMARSEILLECONFISERIEDUROYRENEMARSEILLEFRCHQ30FM11++++++++73%257EFRA%257E%257E21&keyprep2=1RUEDELAREPUBLIQUE13002MARSEILLE2EMEARRONDISSE1RUEDELAREPUBLIQUE13002MARSEILLE2EMEARRONDISSECVCR12502935&nbpal1=1&nbcol1=59&transp1=01&backurl=PC1_02.php%3Fop%3DCR125060002&idERR=ERR1--
Data :
PC1_actions.php
array(2) {
  [PARAM] = array(23) {
        [YCPY] = string(3) "CRR"
        [YSTOFCY] = string(3) "CR1"
        [YSHIDAT] = string(7) "[0/0/0]"
        [YSOHNUMDEB] = string(0) ""
        [YSOHNUMFIN] = string(0) ""
        [YBPCORDDEB] = string(3) "C12"
        [YBPAADDDEB] = string(2) "01"
        [YBPCORDFIN] = string(3) "C12"
        [YBPAADDFIN] = string(2) "01"
        [YBPTNUMDEB] = string(2) "01"
        [YBPTNUMFIN] = string(2) "01"
        [YDRNFLG] = string(1) "1"
        [YDRN] = string(1) "0"
        [YY_OP] = string(0) ""
        [YY_KEYPREP1] = string(109) "C1201CR1C1201EUR11C12C12CONFISERIEDUROYRENEMARSEILLECONFISERIEDUROYRENEMARSEILLEFRCHQ30FM11                73~FRA~~21"
        [YY_KEYPREP2] = string(104) "1RUEDELAREPUBLIQUE13002MARSEILLE2EMEARRONDISSE1RUEDELAREPUBLIQUE13002MARSEILLE2EMEARRONDISSECVCR12502935"
        [YRUPDAT] = string(1) "1"
        [YCFMFLG] = string(1) "1"
        [YNDEFLG] = string(1) "2"
        [YNDEDEN] = string(6) "EXPE_1"
        [YUSER] = string(3) "102"
        [YNBPAL] = string(1) "1"
        [YNBCOL] = string(2) "59"
  }
  [RESULTAT] = array(1) {
        [1] = array(2) {
          [YSDHNUM] = string(12) "LVCR12501302"
          [YNB_ERR] = string(1) "0"
        }
  }
}
 
Niv502/06/2025 10:26:07102ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4827
Fonction : WmsPrintAuto(PK2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(YARC_PACKLIST,1,Array,imp,,EXPE_1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, YARC_PACKLIST 1 EXPE_1 FRA imp 1 site CR1 bonliv LVCR12501302 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">YARC_PACKLIST</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="2"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">bonliv</FLD> <FLD NAME="VVALPARAM" TYPE="Char">LVCR12501302</FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(13) "YARC_PACKLIST"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(6) "EXPE_1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(2) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "bonliv"
          [VVALPARAM] = string(12) "LVCR12501302"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">YARC_PACKLIST</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="2"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">bonliv</FLD><FLD NAME="VVALPARAM" TYPE="Char">LVCR12501302</FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(13) "YARC_PACKLIST"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(6) "EXPE_1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(2) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "bonliv"
          [VVALPARAM] = string(12) "LVCR12501302"
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(3) "C12"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "01"
  [keyprep1] = string(115) "C1201CR1C1201EUR11C12C12CONFISERIEDUROYRENEMARSEILLECONFISERIEDUROYRENEMARSEILLEFRCHQ30FM11                73%7EFRA%7E%7E21"
  [keyprep2] = string(104) "1RUEDELAREPUBLIQUE13002MARSEILLE2EMEARRONDISSE1RUEDELAREPUBLIQUE13002MARSEILLE2EMEARRONDISSECVCR12502935"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "59"
  [transp1] = string(2) "01"
  [backurl] = string(25) "PC1_02.php?op=CR125060002"
  [idERR] = string(4) "ERR1"
}
 
Niv502/06/2025 10:26:07102ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_actions.php
Ligne : 4852
Fonction : WmsPrintAuto(XT1,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(XETIQTRANSPORT,1,Array,imp,,EXPE_1_2,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, XETIQTRANSPORT 1 EXPE_1_2 FRA imp 1 client C12 stofcy CR1 numcde CVCR12502935 numpal )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="4"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">client</FLD> <FLD NAME="VVALPARAM" TYPE="Char">C12</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CVCR12502935</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> </TAB> </PARAM>

PC1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(3) "C12"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12502935"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">XETIQTRANSPORT</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">EXPE_1_2</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="4"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">client</FLD><FLD NAME="VVALPARAM" TYPE="Char">C12</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">stofcy</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">numcde</FLD><FLD NAME="VVALPARAM" TYPE="Char">CVCR12502935</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">numpal</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN></TAB></RESULT>

PC1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "XETIQTRANSPORT"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "EXPE_1_2"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(4) {
        [1] = array(2) {
          [VCODPARAM] = string(6) "client"
          [VVALPARAM] = string(3) "C12"
        }
        [2] = array(2) {
          [VCODPARAM] = string(6) "stofcy"
          [VVALPARAM] = string(3) "CR1"
        }
        [3] = array(2) {
          [VCODPARAM] = string(6) "numcde"
          [VVALPARAM] = string(12) "CVCR12502935"
        }
        [4] = array(2) {
          [VCODPARAM] = string(6) "numpal"
          [VVALPARAM] = string(0) ""
        }
  }
}
 




PC1_actions.php
array(12) {
  [act] = string(5) "CreBL"
  [client] = string(3) "C12"
  [idBouton] = string(3) "BL1"
  [nbBLActifs] = string(1) "1"
  [adrLiv] = string(2) "01"
  [keyprep1] = string(115) "C1201CR1C1201EUR11C12C12CONFISERIEDUROYRENEMARSEILLECONFISERIEDUROYRENEMARSEILLEFRCHQ30FM11                73%7EFRA%7E%7E21"
  [keyprep2] = string(104) "1RUEDELAREPUBLIQUE13002MARSEILLE2EMEARRONDISSE1RUEDELAREPUBLIQUE13002MARSEILLE2EMEARRONDISSECVCR12502935"
  [nbpal1] = string(1) "1"
  [nbcol1] = string(2) "59"
  [transp1] = string(2) "01"
  [backurl] = string(25) "PC1_02.php?op=CR125060002"
  [idERR] = string(4) "ERR1"
}
 
Niv502/06/2025 10:26:08102ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\PC1_01.php
Ligne : 19
Fonction : unLockAll(102)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 102 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">102</FLD> </GRP> </PARAM>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">102</FLD></GRP></RESULT>

PC1_01.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "102"
  }
}
 




PC1_01.php
array(1) {
  [success] = string(36) "Création BL LVCR12501302 effectuée"
}
 
Niv502/06/2025 10:27:045ROYRENE:YWSCHG08T
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 3266
Fonction : Run(YWSCHG08T, PalSto-Masse 5 CR1 QLRL 0000387596 0 0000387597 0 0000387598 0 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM1" > <FLD NAME="SLIB" TYPE="Char">PalSto-Masse</FLD> <FLD NAME="SUSER" TYPE="Char">5</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="DLOC" TYPE="Char">QLRL</FLD> </GRP> <TAB ID="PARAM2" SIZE="3"> <LIN NUM="1"> <FLD NAME="SPALNUM" TYPE="Char">0000387596</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD> </LIN> <LIN NUM="2"> <FLD NAME="SPALNUM" TYPE="Char">0000387597</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD> </LIN> <LIN NUM="3"> <FLD NAME="SPALNUM" TYPE="Char">0000387598</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD> </LIN> </TAB> </PARAM>

CS1_actions.php
array(2) {
  [PARAM1] = array(4) {
        [SLIB] = string(12) "PalSto-Masse"
        [SUSER] = string(1) "5"
        [SSTOFCY] = string(3) "CR1"
        [DLOC] = string(4) "QLRL"
  }
  [PARAM2] = array(3) {
        [1] = array(3) {
          [SPALNUM] = string(10) "0000387596"
          [SCTRNUM] = string(0) ""
          [SHAUTPAL] = string(1) "0"
        }
        [2] = array(3) {
          [SPALNUM] = string(10) "0000387597"
          [SCTRNUM] = string(0) ""
          [SHAUTPAL] = string(1) "0"
        }
        [3] = array(3) {
          [SPALNUM] = string(10) "0000387598"
          [SCTRNUM] = string(0) ""
          [SHAUTPAL] = string(1) "0"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM1"><FLD NAME="SLIB" TYPE="Char">PalSto-Masse</FLD><FLD NAME="SUSER" TYPE="Char">5</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="DLOC" TYPE="Char">QLRL</FLD><FLD NAME="DSTA" TYPE="Char"/></GRP><TAB DIM="200" ID="PARAM2" SIZE="3"><LIN NUM="1"><FLD NAME="SPALNUM" TYPE="Char">0000387596</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD></LIN><LIN NUM="2"><FLD NAME="SPALNUM" TYPE="Char">0000387597</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD></LIN><LIN NUM="3"><FLD NAME="SPALNUM" TYPE="Char">0000387598</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD></LIN></TAB></RESULT>

CS1_actions.php
array(2) {
  [PARAM1] = array(5) {
        [SLIB] = string(12) "PalSto-Masse"
        [SUSER] = string(1) "5"
        [SSTOFCY] = string(3) "CR1"
        [DLOC] = string(4) "QLRL"
        [DSTA] = string(0) ""
  }
  [PARAM2] = array(3) {
        [1] = array(3) {
          [SPALNUM] = string(10) "0000387596"
          [SCTRNUM] = string(0) ""
          [SHAUTPAL] = string(1) "0"
        }
        [2] = array(3) {
          [SPALNUM] = string(10) "0000387597"
          [SCTRNUM] = string(0) ""
          [SHAUTPAL] = string(1) "0"
        }
        [3] = array(3) {
          [SPALNUM] = string(10) "0000387598"
          [SCTRNUM] = string(0) ""
          [SHAUTPAL] = string(1) "0"
        }
  }
}
 




CS1_actions.php
array(33) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(7) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [listeMvt] = string(8) "listeMvt"
  [mvtEnMasse] = string(4) "true"
  [ChgStockSource] = string(0) ""
  [TypeSource] = string(0) ""
  [ctrnum] = string(0) ""
  [CaseSource] = string(0) ""
  [article] = string(0) ""
  [SelectedLoc] = string(0) ""
  [designation] = string(0) ""
  [lot] = string(0) ""
  [slo] = string(0) ""
  [ssta] = string(0) ""
  [dsta] = string(1) "Q"
  [loc] = string(4) "SCAL"
  [totalqte] = string(3) "400"
  [us] = string(2) "UN"
  [stocou] = string(0) ""
  [ChgStockCible] = string(4) "qlrl"
  [TypeCible] = string(16) "EmplacementMasse"
  [CaseCible] = string(0) ""
  [vide] = string(0) ""
  [ajxact] = string(22) "AjxAutovalidMvtEnMasse"
}
 
Niv502/06/2025 10:27:3718ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(18)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 18 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">18</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "18"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">18</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "18"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(2) "18"
  [mdpasse] = string(2) "18"
  [act] = string(6) "logope"
}
 
Niv102/06/2025 10:27:4518ROYRENE:SQL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 373
Fonction : getAll( SELECT MFGHEAD.MFGNUM_0 MFGNUM, MFGHEAD.STRDAT_0 DTDEB, MFGITM.ITMREF_0 ART, MFGITM.MFGLIN_0 MFGLIN, MFGITM.LOT_0 LOT, MFGHEAD.MFGSTA_0 STA FROM ROYRENE.MFGHEAD, ROYRENE.MFGITM, ROYRENE.ITMMASTER WHERE MFGHEAD.MFGFCY_0='CR1' AND MFGITM.MFGNUM_0 = MFGHEAD.MFGNUM_0 AND ITMMASTER.ITMREF_0 = MFGITM.ITMREF_0 AND MFGHEAD.MFGNUM_0='OFCR&é(à(à'(à' AND MFGHEAD.MFGFCY_0='CR1' )

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_classes\BBPdoManager.class.php
Ligne : 269
Fonction : execRequete( SELECT MFGHEAD.MFGNUM_0 MFGNUM, MFGHEAD.STRDAT_0 DTDEB, MFGITM.ITMREF_0 ART, MFGITM.MFGLIN_0 MFGLIN, MFGITM.LOT_0 LOT, MFGHEAD.MFGSTA_0 STA FROM ROYRENE.MFGHEAD, ROYRENE.MFGITM, ROYRENE.ITMMASTER WHERE MFGHEAD.MFGFCY_0='CR1' AND MFGITM.MFGNUM_0 = MFGHEAD.MFGNUM_0 AND ITMMASTER.ITMREF_0 = MFGITM.ITMREF_0 AND MFGHEAD.MFGNUM_0='OFCR&é(à(à'(à' AND MFGHEAD.MFGFCY_0='CR1' )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_classes\BBPdoManager.class.php
Ligne : 162
Fonction : setError(Erreur PDO à la ligne 156 dans E:\WEB\Applications\CRRPROD\framework\php_classes\BBPdoManager.class.php

SQLSTATE[HY000]: General error: 1756 OCIStmtPrepare: ORA-01756: quoted string not properly terminated (ext\pdo_oci\oci_driver.c:288))
Paramètres :

AutomaticLineValue=&act=choixOf&of=ofcr%26%E9%28%E0%28%E0%27%28%E0&article=&qued=&ajxact=AjxAutoof

Connection :

(DESCRIPTION=(ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.162)(PORT = 1521)))(CONNECT_DATA=(SERVICE_NAME=ROYV12)))

Dernière requête tentée :
DP1_actions.php
string(532) "	SELECT
								MFGHEAD.MFGNUM_0 MFGNUM,
								MFGHEAD.STRDAT_0 DTDEB,
								MFGITM.ITMREF_0 ART,	           						
								MFGITM.MFGLIN_0 MFGLIN,
								MFGITM.LOT_0 LOT,
								MFGHEAD.MFGSTA_0 STA
							FROM
								ROYRENE.MFGHEAD,
								ROYRENE.MFGITM,
								ROYRENE.ITMMASTER
							WHERE  
								MFGHEAD.MFGFCY_0='CR1' AND
								MFGITM.MFGNUM_0 = MFGHEAD.MFGNUM_0 AND
								ITMMASTER.ITMREF_0 = MFGITM.ITMREF_0 AND
								MFGHEAD.MFGNUM_0='OFCR&é(à(à'(à' AND
								MFGHEAD.MFGFCY_0='CR1'
			"
 
Type d'erreur :

Erreur PDO à la ligne 156 dans E:\WEB\Applications\CRRPROD\framework\php_classes\BBPdoManager.class.php

SQLSTATE[HY000]: General error: 1756 OCIStmtPrepare: ORA-01756: quoted string not properly terminated (ext\pdo_oci\oci_driver.c:288) Niv502/06/2025 10:28:0418ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_ULM,,,FRA,CDT1)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_ULM FRA CDT1 imp 1 numof OFCR125050450 numligne 1000 nbcopies 20 debut 0 ean14 3102621003525 dateref 20250602 PCB 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_ULM</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125050450</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1000</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">3102621003525</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_ULM"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125050450"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "20"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "3102621003525"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_ULM</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125050450</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1000</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">20</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">3102621003525</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_ULM"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125050450"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "20"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "3102621003525"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125050450"
  [mfglin] = string(4) "1000"
  [seq] = string(0) ""
  [nbEti] = string(2) "20"
  [Ean] = string(13) "3102621003525"
  [PCB] = string(1) "1"
}
 
Niv502/06/2025 10:33:3711ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(11)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 11 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">11</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "11"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">11</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(2) "11"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(2) "11"
  [mdpasse] = string(2) "11"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 10:33:4611ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article MAT00030 lot 50310349 loc sscc 0000382951 ope 11 qte 441.95 pcu KG pohnum bpsnum date 20250602 bpslot F3N028152 dluo 20270219 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00030</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310349</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000382951</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">441.95</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">F3N028152</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270219</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00030"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310349"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000382951"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(6) "441.95"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(9) "F3N028152"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270219"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00030</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310349</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000382951</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">441.95</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">F3N028152</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270219</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00030"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310349"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000382951"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(6) "441.95"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(9) "F3N028152"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270219"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00030"
  [lot] = string(8) "50310349"
  [bpslot] = string(9) "F3N028152"
  [sscc] = string(10) "0000382951"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(6) "441.95"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 10:33:4711ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article MAT00030 lot 50310349 loc sscc 0000382951 ope 11 qte 441.95 pcu KG pohnum bpsnum date 20250602 bpslot F3N028152 dluo 20270219 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00030</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310349</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000382951</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">441.95</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">F3N028152</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270219</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00030"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310349"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000382951"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(6) "441.95"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(9) "F3N028152"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270219"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00030</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310349</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000382951</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">441.95</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">F3N028152</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270219</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00030"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310349"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000382951"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(6) "441.95"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(9) "F3N028152"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270219"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00030"
  [lot] = string(8) "50310349"
  [bpslot] = string(9) "F3N028152"
  [sscc] = string(10) "0000382951"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(6) "441.95"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 10:34:1611ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article MAT00023 lot 50310603 loc sscc 0000383723 ope 11 qte 777.3 pcu KG pohnum bpsnum date 20250602 bpslot 5250 dluo 20271231 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00023</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310603</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000383723</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">777.3</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">5250</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20271231</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00023"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310603"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383723"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "777.3"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(4) "5250"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20271231"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00023</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310603</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000383723</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">777.3</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">5250</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20271231</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00023"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310603"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383723"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "777.3"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(4) "5250"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20271231"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00023"
  [lot] = string(8) "50310603"
  [bpslot] = string(4) "5250"
  [sscc] = string(10) "0000383723"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(5) "777.3"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 10:34:1711ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article MAT00023 lot 50310603 loc sscc 0000383723 ope 11 qte 777.3 pcu KG pohnum bpsnum date 20250602 bpslot 5250 dluo 20271231 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00023</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310603</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000383723</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">777.3</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">5250</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20271231</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00023"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310603"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383723"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "777.3"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(4) "5250"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20271231"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00023</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310603</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000383723</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">777.3</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">5250</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20271231</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00023"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310603"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000383723"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "777.3"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(4) "5250"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20271231"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00023"
  [lot] = string(8) "50310603"
  [bpslot] = string(4) "5250"
  [sscc] = string(10) "0000383723"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(5) "777.3"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 10:34:3211ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article MAT00408 lot 50410460 loc sscc 0000386866 ope 11 qte 12.34 pcu KG pohnum bpsnum date 20250602 bpslot 4166.187 dluo 20270614 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00408</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50410460</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000386866</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">12.34</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">4166.187</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270614</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00408"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410460"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000386866"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "12.34"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(8) "4166.187"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270614"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00408</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50410460</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000386866</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">12.34</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">4166.187</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270614</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00408"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410460"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000386866"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "12.34"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(8) "4166.187"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270614"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00408"
  [lot] = string(8) "50410460"
  [bpslot] = string(8) "4166.187"
  [sscc] = string(10) "0000386866"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(5) "12.34"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 10:34:3511ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article MAT00408 lot 50410460 loc sscc 0000386866 ope 11 qte 12.34 pcu KG pohnum bpsnum date 20250602 bpslot 4166.187 dluo 20270614 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00408</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50410460</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000386866</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">12.34</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">4166.187</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270614</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00408"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410460"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000386866"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "12.34"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(8) "4166.187"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270614"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00408</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50410460</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000386866</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">12.34</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">4166.187</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270614</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00408"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410460"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000386866"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "12.34"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(8) "4166.187"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270614"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00408"
  [lot] = string(8) "50410460"
  [bpslot] = string(8) "4166.187"
  [sscc] = string(10) "0000386866"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(5) "12.34"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 10:34:4511ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article MAT00007 lot 50310130 loc sscc 0000387319 ope 11 qte 10.8 pcu KG pohnum bpsnum date 20250602 bpslot L24P451 dluo 20270304 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00007</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310130</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387319</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">10.8</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">L24P451</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270304</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00007"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310130"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387319"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "10.8"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L24P451"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270304"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00007</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310130</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387319</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">10.8</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">L24P451</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270304</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00007"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310130"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387319"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "10.8"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L24P451"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270304"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00007"
  [lot] = string(8) "50310130"
  [bpslot] = string(7) "L24P451"
  [sscc] = string(10) "0000387319"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(4) "10.8"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 10:35:0411ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article MAT00057 lot 50310348 loc sscc 0000387318 ope 11 qte 18.25 pcu KG pohnum bpsnum date 20250602 bpslot B1M345921 dluo 20261231 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00057</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310348</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387318</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">18.25</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">B1M345921</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20261231</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00057"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310348"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387318"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "18.25"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(9) "B1M345921"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20261231"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00057</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310348</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387318</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">18.25</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">B1M345921</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20261231</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00057"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310348"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387318"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "18.25"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(9) "B1M345921"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20261231"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00057"
  [lot] = string(8) "50310348"
  [bpslot] = string(9) "B1M345921"
  [sscc] = string(10) "0000387318"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(5) "18.25"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 10:35:0711ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article MAT00057 lot 50310348 loc sscc 0000387318 ope 11 qte 18.25 pcu KG pohnum bpsnum date 20250602 bpslot B1M345921 dluo 20261231 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00057</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310348</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387318</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">18.25</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">B1M345921</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20261231</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00057"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310348"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387318"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "18.25"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(9) "B1M345921"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20261231"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00057</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310348</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387318</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">18.25</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">B1M345921</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20261231</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00057"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310348"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387318"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "18.25"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(9) "B1M345921"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20261231"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00057"
  [lot] = string(8) "50310348"
  [bpslot] = string(9) "B1M345921"
  [sscc] = string(10) "0000387318"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(5) "18.25"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 10:35:1611ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article MAT00083 lot 50410432 loc sscc 0000387375 ope 11 qte 30.98 pcu KG pohnum bpsnum date 20250602 bpslot 25087TST12 dluo 20260328 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00083</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50410432</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387375</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">30.98</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">25087TST12</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260328</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410432"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387375"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "30.98"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(10) "25087TST12"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260328"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00083</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50410432</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387375</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">30.98</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">25087TST12</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260328</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00083"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50410432"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387375"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "30.98"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(10) "25087TST12"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260328"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00083"
  [lot] = string(8) "50410432"
  [bpslot] = string(10) "25087TST12"
  [sscc] = string(10) "0000387375"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(5) "30.98"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 10:35:3311ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article MAT00082 lot 50110323 loc sscc 0000387169 ope 11 qte 4.68 pcu KG pohnum bpsnum date 20250602 bpslot 2024R/416 dluo 20251014 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00082</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50110323</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387169</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">4.68</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2024R/416</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20251014</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00082"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50110323"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387169"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "4.68"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(9) "2024R/416"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20251014"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00082</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50110323</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387169</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">4.68</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">2024R/416</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20251014</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00082"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50110323"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387169"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "4.68"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(9) "2024R/416"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20251014"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00082"
  [lot] = string(8) "50110323"
  [bpslot] = string(9) "2024R/416"
  [sscc] = string(10) "0000387169"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(4) "4.68"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 10:35:4611ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article MAT00027 lot 40810201 loc sscc 0000386898 ope 11 qte .14 pcu KG pohnum bpsnum date 20250602 bpslot CONKR001ES/23 dluo 20250731 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00027</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40810201</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000386898</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">.14</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CONKR001ES/23</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250731</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00027"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "40810201"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000386898"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) ".14"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(13) "CONKR001ES/23"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250731"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00027</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">40810201</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000386898</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">.14</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">CONKR001ES/23</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250731</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00027"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "40810201"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000386898"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) ".14"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(13) "CONKR001ES/23"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250731"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00027"
  [lot] = string(8) "40810201"
  [bpslot] = string(13) "CONKR001ES/23"
  [sscc] = string(10) "0000386898"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(3) ".14"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 10:36:22180ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_DET,,,FRA,CDT2)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_DET FRA CDT2 imp 1 numof OFCR125050368 numligne 1000 nbcopies 10 debut 0 ean14 3102621008698 dateref 20250602 PCB 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125050368</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1000</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">10</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">3102621008698</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125050368"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "10"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "3102621008698"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125050368</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1000</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">10</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">3102621008698</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">1</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125050368"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "10"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "3102621008698"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125050368"
  [mfglin] = string(4) "1000"
  [seq] = string(0) ""
  [nbEti] = string(2) "10"
  [Ean] = string(13) "3102621008698"
  [PCB] = string(1) "1"
}
 
Niv502/06/2025 10:39:1311ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125060015 1000 0 SEM00161 51.5 KG 50610015 20250623 11 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060015</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD> <FLD NAME="PCU" TYPE="Char">KG</FLD> <FLD NAME="LOT" TYPE="Char">50610015</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20250623</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">11</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060015"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610015"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(0) ""
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125060015</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD><FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD><FLD NAME="PCU" TYPE="Char">KG</FLD><FLD NAME="LOT" TYPE="Char">50610015</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20250623</FLD><FLD NAME="SSCC" TYPE="Char">0000387619</FLD><FLD NAME="USER" TYPE="Char">11</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060015"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610015"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(10) "0000387619"
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610015"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060015"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:39:1411ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article SEM00161 lot 50610015 loc sscc 0000387619 ope 11 qte 51.5 pcu pohnum bpsnum bpslot dluo 20250623 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50610015</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387619</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610015"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387619"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50610015</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387619</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610015"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387619"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610015"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060015"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:39:2511ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125060015 1000 0 SEM00161 51.5 KG 50610015 20250623 11 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060015</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD> <FLD NAME="PCU" TYPE="Char">KG</FLD> <FLD NAME="LOT" TYPE="Char">50610015</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20250623</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">11</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060015"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610015"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(0) ""
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125060015</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD><FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD><FLD NAME="PCU" TYPE="Char">KG</FLD><FLD NAME="LOT" TYPE="Char">50610015</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20250623</FLD><FLD NAME="SSCC" TYPE="Char">0000387620</FLD><FLD NAME="USER" TYPE="Char">11</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060015"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610015"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(10) "0000387620"
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610015"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060015"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:39:2511ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article SEM00161 lot 50610015 loc sscc 0000387620 ope 11 qte 51.5 pcu pohnum bpsnum bpslot dluo 20250623 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50610015</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387620</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610015"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387620"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50610015</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387620</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610015"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387620"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610015"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060015"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:39:3111ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125060015 1000 0 SEM00161 51.5 KG 50610015 20250623 11 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060015</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD> <FLD NAME="PCU" TYPE="Char">KG</FLD> <FLD NAME="LOT" TYPE="Char">50610015</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20250623</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">11</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060015"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610015"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(0) ""
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125060015</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD><FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD><FLD NAME="PCU" TYPE="Char">KG</FLD><FLD NAME="LOT" TYPE="Char">50610015</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20250623</FLD><FLD NAME="SSCC" TYPE="Char">0000387621</FLD><FLD NAME="USER" TYPE="Char">11</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060015"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610015"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(10) "0000387621"
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610015"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060015"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:39:3111ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article SEM00161 lot 50610015 loc sscc 0000387621 ope 11 qte 51.5 pcu pohnum bpsnum bpslot dluo 20250623 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50610015</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387621</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610015"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387621"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50610015</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387621</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610015"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387621"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610015"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060015"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:39:3911ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125060015 1000 0 SEM00161 51.5 KG 50610015 20250623 11 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060015</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD> <FLD NAME="PCU" TYPE="Char">KG</FLD> <FLD NAME="LOT" TYPE="Char">50610015</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20250623</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">11</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060015"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610015"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(0) ""
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125060015</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD><FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD><FLD NAME="PCU" TYPE="Char">KG</FLD><FLD NAME="LOT" TYPE="Char">50610015</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20250623</FLD><FLD NAME="SSCC" TYPE="Char">0000387622</FLD><FLD NAME="USER" TYPE="Char">11</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060015"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610015"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(10) "0000387622"
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610015"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060015"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:39:3911ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article SEM00161 lot 50610015 loc sscc 0000387622 ope 11 qte 51.5 pcu pohnum bpsnum bpslot dluo 20250623 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50610015</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387622</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610015"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387622"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50610015</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387622</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610015"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387622"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610015"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060015"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:39:4911ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125060015 1000 0 SEM00161 51.5 KG 50610015 20250623 11 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060015</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD> <FLD NAME="PCU" TYPE="Char">KG</FLD> <FLD NAME="LOT" TYPE="Char">50610015</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20250623</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">11</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060015"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610015"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(0) ""
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125060015</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD><FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD><FLD NAME="PCU" TYPE="Char">KG</FLD><FLD NAME="LOT" TYPE="Char">50610015</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20250623</FLD><FLD NAME="SSCC" TYPE="Char">0000387623</FLD><FLD NAME="USER" TYPE="Char">11</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060015"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610015"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(10) "0000387623"
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610015"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060015"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:39:4911ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article SEM00161 lot 50610015 loc sscc 0000387623 ope 11 qte 51.5 pcu pohnum bpsnum bpslot dluo 20250623 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50610015</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387623</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610015"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387623"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50610015</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387623</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610015"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387623"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610015"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060015"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:39:5511ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125060015 1000 0 SEM00161 51.5 KG 50610015 20250623 11 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060015</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD> <FLD NAME="PCU" TYPE="Char">KG</FLD> <FLD NAME="LOT" TYPE="Char">50610015</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20250623</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">11</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060015"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610015"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(0) ""
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125060015</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD><FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD><FLD NAME="PCU" TYPE="Char">KG</FLD><FLD NAME="LOT" TYPE="Char">50610015</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20250623</FLD><FLD NAME="SSCC" TYPE="Char">0000387624</FLD><FLD NAME="USER" TYPE="Char">11</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060015"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610015"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(10) "0000387624"
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610015"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060015"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:39:5511ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article SEM00161 lot 50610015 loc sscc 0000387624 ope 11 qte 51.5 pcu pohnum bpsnum bpslot dluo 20250623 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50610015</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387624</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610015"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387624"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50610015</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387624</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610015"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387624"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610015"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060015"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:40:2411ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125060015 1000 0 SEM00161 51.5 KG 50610015 20250623 11 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060015</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD> <FLD NAME="PCU" TYPE="Char">KG</FLD> <FLD NAME="LOT" TYPE="Char">50610015</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20250623</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">11</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060015"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610015"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(0) ""
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125060015</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">SEM00161</FLD><FLD NAME="QTYPCU" TYPE="Decimal">51.5</FLD><FLD NAME="PCU" TYPE="Char">KG</FLD><FLD NAME="LOT" TYPE="Char">50610015</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20250623</FLD><FLD NAME="SSCC" TYPE="Char">0000387625</FLD><FLD NAME="USER" TYPE="Char">11</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060015"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00161"
          [QTYPCU] = string(4) "51.5"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50610015"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250623"
          [SSCC] = string(10) "0000387625"
          [USER] = string(2) "11"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610015"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060015"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:40:2411ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article SEM00161 lot 50610015 loc sscc 0000387625 ope 11 qte 51.5 pcu pohnum bpsnum bpslot dluo 20250623 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50610015</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387625</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610015"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387625"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">SEM00161</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50610015</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387625</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">51.5</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250623</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "SEM00161"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610015"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387625"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "51.5"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250623"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00161"
  [desig] = string(28) "PATE NGT DECA BLANC SURVITAM"
  [lot] = string(8) "50610015"
  [dluo] = string(10) "23/06/2025"
  [qtyprd] = string(4) "51.5"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060015"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:41:2711ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_NOP FRA NOU1 imp 1 numof OFCR125060015 numligne 1000 nbcopies 2 debut 0 ean14 0000033300161 dateref 20250602 PCB 0 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125060015</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1000</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000033300161</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060015"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(1) "2"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000033300161"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "0"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125060015</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1000</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">2</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000033300161</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060015"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(1) "2"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000033300161"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "0"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125060015"
  [mfglin] = string(4) "1000"
  [seq] = string(0) ""
  [nbEti] = string(1) "2"
  [Ean] = string(13) "0000033300161"
  [PCB] = string(1) "0"
}
 
Niv502/06/2025 10:42:1211ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article MAT00021 lot 50310573 loc sscc 0000387171 ope 11 qte 1.85 pcu KG pohnum bpsnum date 20250602 bpslot L25Z090 dluo 20270321 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00021</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50310573</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387171</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1.85</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">KG</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">L25Z090</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00021"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310573"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387171"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "1.85"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L25Z090"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00021</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50310573</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387171</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">1.85</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">KG</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">L25Z090</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20270321</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00021"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50310573"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387171"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "1.85"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "KG"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(7) "L25Z090"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20270321"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00021"
  [lot] = string(8) "50310573"
  [bpslot] = string(7) "L25Z090"
  [sscc] = string(10) "0000387171"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(4) "1.85"
  [pcu] = string(2) "KG"
}
 
Niv502/06/2025 10:42:4011ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_NOP,,,FRA,NOU1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_NOP FRA NOU1 imp 1 site CR1 article MAT00283 lot 50210675 loc sscc 0000386728 ope 11 qte 1072.92 pcu G pohnum bpsnum date 20250602 bpslot 1-24-283-051 dluo 20260228 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">NOU1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MAT00283</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50210675</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000386728</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">11</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1072.92</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">G</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1-24-283-051</FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260228</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00283"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50210675"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000386728"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(7) "1072.92"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(1) "G"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(12) "1-24-283-051"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260228"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_NOP</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">NOU1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">MAT00283</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50210675</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000386728</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">11</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">1072.92</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">G</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char">1-24-283-051</FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260228</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_NOP"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "NOU1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "MAT00283"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50210675"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000386728"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "11"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(7) "1072.92"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(1) "G"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(12) "1-24-283-051"
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260228"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "MAT00283"
  [lot] = string(8) "50210675"
  [bpslot] = string(12) "1-24-283-051"
  [sscc] = string(10) "0000386728"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(7) "1072.92"
  [pcu] = string(1) "G"
}
 
Niv502/06/2025 10:45:35180ROYRENE:YWPUNLALL
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\index_actions.php
Ligne : 63
Fonction : unLockAll(180)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 227
Fonction : Run(YWPUNLALL, 180 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SUSER" TYPE="Integer">180</FLD> </GRP> </PARAM>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "180"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SUSER" TYPE="Integer">180</FLD></GRP></RESULT>

index_actions.php
array(1) {
  [PARAM] = array(1) {
        [SUSER] = string(3) "180"
  }
}
 




index_actions.php
array(4) {
  [AutomaticLineValue] = string(0) ""
  [codeope] = string(3) "180"
  [mdpasse] = string(3) "180"
  [act] = string(6) "logope"
}
 
Niv502/06/2025 10:45:58180ROYRENE:YWTRFSM02
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 1015
Fonction : Run(YWTRFSM02, 180#CAL00465 180 CR1 CAL00465 CALCO 50510520 A 0000387429 5.635 OFCR125050368 1000 45 CALCO A A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">180#CAL00465</FLD> <FLD NAME="USER" TYPE="Char">180</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00465</FLD> <FLD NAME="SLOC" TYPE="Char">CALCO</FLD> <FLD NAME="SLOT" TYPE="Char">50510520</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387429</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">5.635</FLD> <FLD NAME="SMFGNUM" TYPE="Char">OFCR125050368</FLD> <FLD NAME="SMFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SBOMSEQ" TYPE="Integer">45</FLD> <FLD NAME="DLOC" TYPE="Char">CALCO</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">A</FLD> </GRP> </PARAM>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "180#CAL00465"
        [USER] = string(3) "180"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00465"
        [SLOC] = string(5) "CALCO"
        [SLOT] = string(8) "50510520"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387429"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(5) "5.635"
        [SMFGNUM] = string(13) "OFCR125050368"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "45"
        [DLOC] = string(5) "CALCO"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">180#CAL00465</FLD><FLD NAME="USER" TYPE="Char">180</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00465</FLD><FLD NAME="SLOC" TYPE="Char">CALCO</FLD><FLD NAME="SLOT" TYPE="Char">50510520</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387429</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">5.635</FLD><FLD NAME="SMFGNUM" TYPE="Char">OFCR125050368</FLD><FLD NAME="SMFGLIN" TYPE="Decimal">1000</FLD><FLD NAME="SBOMSEQ" TYPE="Decimal">45</FLD><FLD NAME="DLOC" TYPE="Char">CALCO</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">A</FLD></GRP></RESULT>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "180#CAL00465"
        [USER] = string(3) "180"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00465"
        [SLOC] = string(5) "CALCO"
        [SLOT] = string(8) "50510520"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387429"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(5) "5.635"
        [SMFGNUM] = string(13) "OFCR125050368"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "45"
        [DLOC] = string(5) "CALCO"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 




SM1_actions.php
array(28) {
  [AutomaticLineValue] = string(9) "article;0"
  [act] = string(8) "lstValid"
  [bomope] = string(0) ""
  [bomseq] = string(2) "45"
  [mfglin] = string(4) "1000"
  [numof] = string(13) "OFCR125050368"
  [wst] = string(0) ""
  [tablin] = string(1) "0"
  [retqty] = string(5) "4.242"
  [qtyprep] = string(1) "0"
  [sta] = string(1) "A"
  [slo] = string(1) " "
  [palnum] = string(10) "0000387429"
  [stocou] = string(7) "1744459"
  [vide] = string(25) "OFCR125050368 / 1000 / 45"
  [article] = string(8) "CAL00465"
  [designation] = string(30) "CALINOU ROSE ROY REN GRI 6.25G"
  [resqty] = string(7) "0/4.242"
  [sloc] = string(5) "CALCO"
  [flash] = string(10) "0000387429"
  [dloc] = string(5) "CALCO"
  [qtypf] = string(0) ""
  [uomlink] = string(2) "UN"
  [dflash] = string(0) ""
  [qte] = string(5) "5.635"
  [unite] = string(3) "MIL"
  [lot] = string(8) "50510520"
  [ajxact] = string(10) "AjxAutoqte"
}
 
Niv502/06/2025 10:46:08180ROYRENE:WEB
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 21
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\SM1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\SM1_actions_spe.php
Ligne : 144
Fonction : ValidSM1Spe(Array)

Call 5
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\framework\php_fonctions\php_fonctions_SM1_spe.php
Ligne : 25
Fonction : CreSuiviSpe(OFCR125050368)

Call 6
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\framework\php_fonctions\php_fonctions_SM1_spe.php
Ligne : 102
Fonction : save(WEB, CR1 OFCR125050368 20250602 2 1 CAL00465 -OFCR125050368 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050368</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="MATTRKFLG" TYPE="Integer">2</FLD> </GRP> <TAB ID="MTK3_3" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="MATITMREF" TYPE="Char">CAL00465</FLD> <FLD NAME="MVTDES" TYPE="Char">-OFCR125050368</FLD> </LIN> </TAB> </PARAM>

SM1_actions.php
array(3) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125050368"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [MATTRKFLG] = string(1) "2"
  }
  [MTK3_3] = array(1) {
        [1] = array(3) {
          [NO] = string(1) "1"
          [MATITMREF] = string(8) "CAL00465"
          [MVTDES] = string(14) "-OFCR125050368"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000023</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125050368</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="MATTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"/><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char"/><FLD NAME="ZUL" TYPE="Char"/></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">9999</FLD><FLD MENULAB="Immédiat" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">1</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602084607</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="100" ID="MTK3_3" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">CAL00465</FLD><FLD NAME="ITMDES1" TYPE="Char">CALINOU ROSE ROY REN GRI 6.25G</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_MULTI</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_MULTIVA</FLD><FLD NAME="STU" TYPE="Char">MIL</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">5.635</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">50510520</FLD><FLD NAME="LOC" TYPE="Char">CALCO</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="MVTDES" TYPE="Char"></FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Immédiat" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">1</FLD><FLD NAME="RETDAT" TYPE="Date">20250528</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01018</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050368</FLD><FLD MENULAB="Détaillée" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">5</FLD><FLD NAME="CCE1" TYPE="Char"/><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN></TAB></RESULT>

SM1_actions.php
array(8) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000023"
        [MFGNUM] = string(13) "OFCR125050368"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [MATTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(5) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(0) ""
        [ZUL] = string(0) ""
  }
  [MTK3_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(4) "9999"
        [STOCOD] = string(1) "1"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602084607"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK3_3] = array(1) {
        [1] = array(44) {
          [NO] = string(1) "1"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "CAL00465"
          [ITMDES1] = string(30) "CALINOU ROSE ROY REN GRI 6.25G"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_MULTI"
          [WSTSHO] = string(10) "LI_MULTIVA"
          [STU] = string(3) "MIL"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(5) "5.635"
          [TYPQTY] = string(1) "2"
          [LOT] = string(8) "50510520"
          [LOC] = string(5) "CALCO"
          [STA] = string(1) "A"
          [MVTDES] = string(0) ""
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "1"
          [RETDAT] = string(8) "20250528"
          [BOMNUM] = string(8) "CAL01018"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050368"
          [ALLSTA] = string(1) "5"
          [CCE1] = string(0) ""
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
  }
}
 




SM1_actions.php
array(1) {
  [act] = string(10) "validSuivi"
}
 
Niv502/06/2025 10:46:24180ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125050368 1000 0 CAL01018 40 UN 50510438 20260324 180 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050368</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL01018</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">40</FLD> <FLD NAME="PCU" TYPE="Char">UN</FLD> <FLD NAME="LOT" TYPE="Char">50510438</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20260324</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">180</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050368"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CAL01018"
          [QTYPCU] = string(2) "40"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510438"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260324"
          [SSCC] = string(0) ""
          [USER] = string(3) "180"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125050368</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">CAL01018</FLD><FLD NAME="QTYPCU" TYPE="Decimal">40</FLD><FLD NAME="PCU" TYPE="Char">UN</FLD><FLD NAME="LOT" TYPE="Char">50510438</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20260324</FLD><FLD NAME="SSCC" TYPE="Char">0000387626</FLD><FLD NAME="USER" TYPE="Char">180</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050368"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CAL01018"
          [QTYPCU] = string(2) "40"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510438"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260324"
          [SSCC] = string(10) "0000387626"
          [USER] = string(3) "180"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CAL01018"
  [desig] = string(25) "CALINOU ROSE BTE ALV 870G"
  [lot] = string(8) "50510438"
  [dluo] = string(10) "24/03/2026"
  [qtyprd] = string(2) "40"
  [pcu] = string(2) "UN"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050368"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:46:24180ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_DET,,,FRA,CDT2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_DET FRA CDT2 imp 1 site CR1 article CAL01018 lot 50510438 loc sscc 0000387626 ope 180 qte 40 pcu pohnum bpsnum bpslot dluo 20260324 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CAL01018</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510438</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387626</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">180</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260324</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL01018"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510438"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387626"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "180"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "40"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260324"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">CAL01018</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510438</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387626</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">180</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260324</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL01018"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510438"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387626"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "180"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "40"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260324"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CAL01018"
  [desig] = string(25) "CALINOU ROSE BTE ALV 870G"
  [lot] = string(8) "50510438"
  [dluo] = string(10) "24/03/2026"
  [qtyprd] = string(2) "40"
  [pcu] = string(2) "UN"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050368"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:46:30180ROYRENE:DEC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 274
Fonction : Valid_Suiviof(OFCR125050368,1000)

Call 4
Page : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 384
Fonction : save(DEC, CR1 OFCR125050368 20250602 2 40 CAL01018 1 CAL01018 UN 40 50510438 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050368</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">40</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">CAL01018</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL01018</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">40</FLD> <FLD NAME="LOT" TYPE="Char">50510438</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(4) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125050368"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK2_1] = array(2) {
        [QTESUIVITM] = string(2) "40"
        [Y_ITMFILTER] = string(8) "CAL01018"
  }
  [MTK2_2] = array(1) {
        [1] = array(5) {
          [NO] = string(1) "1"
          [ITMREF] = string(8) "CAL01018"
          [UOM] = string(2) "UN"
          [UOMCPLQTY] = string(2) "40"
          [LOT] = string(8) "50510438"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000024</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125050368</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="ITMTRKFLG" TYPE="Integer">2</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="MATTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTOPE" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"></FLD><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char">UN</FLD><FLD NAME="ZUL" TYPE="Char">Unité</FLD></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">9999</FLD><FLD MENULAB="Post-consommation" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">2</FLD><FLD MENULAB="Non soldées" MENULOCAL="355" NAME="FILTMAT" TYPE="Integer">1</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602084629</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="50" ID="MTK2_2" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="PRODTYP" TYPE="Integer">1</FLD><FLD MENULAB="Produit" MENULOCAL="2301" NAME="ITMTYP" TYPE="Integer">1</FLD><FLD NAME="ITMREF" TYPE="Char">CAL01018</FLD><FLD NAME="UOM" TYPE="Char">UN</FLD><FLD NAME="UOMEXTQTY" TYPE="Decimal">0</FLD><FLD NAME="UOMCPLQTY" TYPE="Decimal">40</FLD><FLD NAME="UOMSTUCOE" TYPE="Decimal">1</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="CPLQTY" TYPE="Decimal">40</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="LOCTYP" TYPE="Char">PROD</FLD><FLD NAME="LOC" TYPE="Char">SCAL</FLD><FLD NAME="LOT" TYPE="Char">50510438</FLD><FLD NAME="PALNUM" TYPE="Char">0000387626</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD NAME="MVTDES" TYPE="Char"/><FLD NAME="ITMDES1" TYPE="Char">CALINOU ROSE BTE ALV 870G</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMIT" TYPE="Char">OFCR125050368</FLD><FLD NAME="CCE1" TYPE="Char"/><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/></LIN></TAB><TAB DIM="100" ID="MTK3_3" SIZE="5"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00348</FLD><FLD NAME="ITMDES1" TYPE="Char">ETIQ TRANSFERT VE BL 150X99MM</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_MULTI</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_MULTIVA</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">43</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">CALCO</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250528</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01018</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050368</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="2"><FLD NAME="NO" TYPE="Integer">2</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00411</FLD><FLD NAME="ITMDES1" TYPE="Char">FILM PET LAI 500MM</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_MULTI</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_MULTIVA</FLD><FLD NAME="STU" TYPE="Char">KG</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">0.594</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">50210642</FLD><FLD NAME="LOC" TYPE="Char">FA50</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250528</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01018</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050368</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="3"><FLD NAME="NO" TYPE="Integer">3</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00623</FLD><FLD NAME="ITMDES1" TYPE="Char">ETIQ TRANSFERT VE BL 110X99MM</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_MULTI</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_MULTIVA</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">43</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">CALCO</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250528</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01018</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050368</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="4"><FLD NAME="NO" TYPE="Integer">4</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00703</FLD><FLD NAME="ITMDES1" TYPE="Char">ALVEOLE RECT APET 35 CALINOUS</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_MULTI</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_MULTIVA</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">165</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">50210132</FLD><FLD NAME="LOC" TYPE="Char">FB37</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250528</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01018</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050368</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="5"><FLD NAME="NO" TYPE="Integer">5</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB02471</FLD><FLD NAME="ITMDES1" TYPE="Char">CAM REF 1KG NEUTRE 225x165x70</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_MULTI</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_MULTIVA</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">41</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">EA30</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250528</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01018</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050368</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(9) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000024"
        [MFGNUM] = string(13) "OFCR125050368"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(2) {
        [ITMTRKFLG] = string(1) "2"
        [MATTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [FILTOPE] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(2) "UN"
        [ZUL] = string(6) "Unité"
  }
  [MTK3_1] = array(7) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(4) "9999"
        [STOCOD] = string(1) "2"
        [FILTMAT] = string(1) "1"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602084629"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK2_2] = array(1) {
        [1] = array(40) {
          [NO] = string(1) "1"
          [PRODTYP] = string(1) "1"
          [ITMTYP] = string(1) "1"
          [ITMREF] = string(8) "CAL01018"
          [UOM] = string(2) "UN"
          [UOMEXTQTY] = string(1) "0"
          [UOMCPLQTY] = string(2) "40"
          [UOMSTUCOE] = string(1) "1"
          [STU] = string(2) "UN"
          [CPLQTY] = string(2) "40"
          [STA] = string(1) "A"
          [LOCTYP] = string(4) "PROD"
          [LOC] = string(4) "SCAL"
          [LOT] = string(8) "50510438"
          [PALNUM] = string(10) "0000387626"
          [CLEFLG] = string(1) "2"
          [MVTDES] = string(0) ""
          [ITMDES1] = string(25) "CALINOU ROSE BTE ALV 870G"
          [BOMALT] = string(1) "1"
          [MFGNUMIT] = string(13) "OFCR125050368"
          [CCE1] = string(0) ""
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
        }
  }
  [MTK3_3] = array(5) {
        [1] = array(43) {
          [NO] = string(1) "1"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00348"
          [ITMDES1] = string(29) "ETIQ TRANSFERT VE BL 150X99MM"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_MULTI"
          [WSTSHO] = string(10) "LI_MULTIVA"
          [STU] = string(2) "UN"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(2) "43"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(5) "CALCO"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250528"
          [BOMNUM] = string(8) "CAL01018"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050368"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [2] = array(43) {
          [NO] = string(1) "2"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00411"
          [ITMDES1] = string(18) "FILM PET LAI 500MM"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_MULTI"
          [WSTSHO] = string(10) "LI_MULTIVA"
          [STU] = string(2) "KG"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(5) "0.594"
          [TYPQTY] = string(1) "2"
          [LOT] = string(8) "50210642"
          [LOC] = string(4) "FA50"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250528"
          [BOMNUM] = string(8) "CAL01018"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050368"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [3] = array(43) {
          [NO] = string(1) "3"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00623"
          [ITMDES1] = string(29) "ETIQ TRANSFERT VE BL 110X99MM"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_MULTI"
          [WSTSHO] = string(10) "LI_MULTIVA"
          [STU] = string(2) "UN"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(2) "43"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(5) "CALCO"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250528"
          [BOMNUM] = string(8) "CAL01018"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050368"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [4] = array(43) {
          [NO] = string(1) "4"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00703"
          [ITMDES1] = string(29) "ALVEOLE RECT APET 35 CALINOUS"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_MULTI"
          [WSTSHO] = string(10) "LI_MULTIVA"
          [STU] = string(2) "UN"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(3) "165"
          [TYPQTY] = string(1) "2"
          [LOT] = string(8) "50210132"
          [LOC] = string(4) "FB37"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250528"
          [BOMNUM] = string(8) "CAL01018"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050368"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [5] = array(43) {
          [NO] = string(1) "5"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB02471"
          [ITMDES1] = string(29) "CAM REF 1KG NEUTRE 225x165x70"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_MULTI"
          [WSTSHO] = string(10) "LI_MULTIVA"
          [STU] = string(2) "UN"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(2) "41"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(4) "EA30"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250528"
          [BOMNUM] = string(8) "CAL01018"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050368"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
  }
}
 




DP1_actions.php
array(3) {
  [act] = string(10) "validSuivi"
  [mfgnum] = string(13) "OFCR125050368"
  [mfglin] = string(4) "1000"
}
 
Niv302/06/2025 10:46:30180ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 425
Fonct : Valid_Suiviof
Lien : /CRRPROD/DP1_actions.php?act=validSuivi&mfgnum=OFCR125050368&mfglin=1000DEC
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050368</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">40</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">CAL01018</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL01018</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">40</FLD> <FLD NAME="LOT" TYPE="Char">50510438</FLD> </LIN> </TAB> </PARAM> Niv502/06/2025 10:46:33180ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 334
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_DET,,,FRA,CDT2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_DET FRA CDT2 imp 1 site CR1 article CAL01018 lot 50510438 sscc 0000387626 ope 180 dluo 20260324 bpslot loc qte 40 pcu UN date 2025/06/02 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="11"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CAL01018</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510438</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387626</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">180</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260324</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">UN</FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2025/06/02</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(11) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL01018"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510438"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387626"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "180"
        }
        [6] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260324"
        }
        [7] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "40"
        }
        [10] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(10) "2025/06/02"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="11"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">CAL01018</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510438</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387626</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">180</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260324</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">UN</FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">2025/06/02</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(11) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL01018"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510438"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387626"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "180"
        }
        [6] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260324"
        }
        [7] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "40"
        }
        [10] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(10) "2025/06/02"
        }
  }
}
 




DP1_actions.php
array(4) {
  [act] = string(9) "impligrec"
  [mfgnum] = string(13) "OFCR125050368"
  [mfglin] = string(4) "1000"
  [seq] = string(6) "493795"
}
 
Niv502/06/2025 10:47:13114ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125060041 1000 0 CAL00774 810 UN 50610041 20260528 114 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060041</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL00774</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">810</FLD> <FLD NAME="PCU" TYPE="Char">UN</FLD> <FLD NAME="LOT" TYPE="Char">50610041</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20260528</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">114</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060041"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CAL00774"
          [QTYPCU] = string(3) "810"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50610041"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260528"
          [SSCC] = string(0) ""
          [USER] = string(3) "114"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125060041</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">CAL00774</FLD><FLD NAME="QTYPCU" TYPE="Decimal">810</FLD><FLD NAME="PCU" TYPE="Char">UN</FLD><FLD NAME="LOT" TYPE="Char">50610041</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20260528</FLD><FLD NAME="SSCC" TYPE="Char">0000387627</FLD><FLD NAME="USER" TYPE="Char">114</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060041"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CAL00774"
          [QTYPCU] = string(3) "810"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50610041"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260528"
          [SSCC] = string(10) "0000387627"
          [USER] = string(3) "114"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CAL00774"
  [desig] = string(30) "CALISS REC AMANDINE 36 RJ 475G"
  [lot] = string(8) "50610041"
  [dluo] = string(10) "28/05/2026"
  [qtyprd] = string(3) "810"
  [pcu] = string(2) "UN"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060041"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:47:13114ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_MAC,,,FRA,FAC2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_MAC FRA FAC2 imp 1 site CR1 article CAL00774 lot 50610041 loc sscc 0000387627 ope 114 qte 810 pcu pohnum bpsnum bpslot dluo 20260528 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_MAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CAL00774</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50610041</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387627</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">114</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">810</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260528</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_MAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL00774"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610041"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387627"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "114"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "810"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260528"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_MAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">CAL00774</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50610041</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387627</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">114</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">810</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260528</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_MAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL00774"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610041"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387627"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "114"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "810"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260528"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CAL00774"
  [desig] = string(30) "CALISS REC AMANDINE 36 RJ 475G"
  [lot] = string(8) "50610041"
  [dluo] = string(10) "28/05/2026"
  [qtyprd] = string(3) "810"
  [pcu] = string(2) "UN"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060041"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:52:4918ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_ULM,,,FRA,CDT1)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_ULM FRA CDT1 imp 1 numof OFCR125050380 numligne 1000 nbcopies 5 debut 0 ean14 0000011101187 dateref 20250602 PCB 0 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_ULM</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125050380</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1000</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">5</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000011101187</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_ULM"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125050380"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(1) "5"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000011101187"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "0"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_ULM</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125050380</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1000</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">5</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000011101187</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_ULM"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125050380"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(1) "5"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000011101187"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "0"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125050380"
  [mfglin] = string(4) "1000"
  [seq] = string(0) ""
  [nbEti] = string(1) "5"
  [Ean] = string(13) "0000011101187"
  [PCB] = string(1) "0"
}
 
Niv502/06/2025 10:53:42114ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 334
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_MAC,,,FRA,FAC2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_MAC FRA FAC2 imp 1 site CR1 article CAL00774 lot 50610041 sscc 0000387627 ope 114 dluo 20260528 bpslot loc qte 810 pcu UN date 2025/06/02 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_MAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="11"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CAL00774</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50610041</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387627</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">114</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260528</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">810</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">UN</FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2025/06/02</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_MAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(11) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL00774"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610041"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387627"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "114"
        }
        [6] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260528"
        }
        [7] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "810"
        }
        [10] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(10) "2025/06/02"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_MAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="11"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">CAL00774</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50610041</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387627</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">114</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260528</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">810</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">UN</FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">2025/06/02</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_MAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(11) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL00774"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50610041"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387627"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "114"
        }
        [6] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260528"
        }
        [7] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "810"
        }
        [10] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(10) "2025/06/02"
        }
  }
}
 




DP1_actions.php
array(4) {
  [act] = string(9) "impligrec"
  [mfgnum] = string(13) "OFCR125060041"
  [mfglin] = string(4) "1000"
  [seq] = string(6) "493796"
}
 
Niv502/06/2025 10:55:51114ROYRENE:DEC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 274
Fonction : Valid_Suiviof(OFCR125060041,1000)

Call 4
Page : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 384
Fonction : save(DEC, CR1 OFCR125060041 20250602 2 810 CAL00774 1 CAL00774 UN 810 50610041 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060041</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">810</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">CAL00774</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL00774</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">810</FLD> <FLD NAME="LOT" TYPE="Char">50610041</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(4) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125060041"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK2_1] = array(2) {
        [QTESUIVITM] = string(3) "810"
        [Y_ITMFILTER] = string(8) "CAL00774"
  }
  [MTK2_2] = array(1) {
        [1] = array(5) {
          [NO] = string(1) "1"
          [ITMREF] = string(8) "CAL00774"
          [UOM] = string(2) "UN"
          [UOMCPLQTY] = string(3) "810"
          [LOT] = string(8) "50610041"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000025</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125060041</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="ITMTRKFLG" TYPE="Integer">2</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="MATTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTOPE" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"></FLD><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char">UN</FLD><FLD NAME="ZUL" TYPE="Char">Unité</FLD></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">9999</FLD><FLD MENULAB="Post-consommation" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">2</FLD><FLD MENULAB="Non soldées" MENULOCAL="355" NAME="FILTMAT" TYPE="Integer">1</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602085550</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="50" ID="MTK2_2" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="PRODTYP" TYPE="Integer">1</FLD><FLD MENULAB="Produit" MENULOCAL="2301" NAME="ITMTYP" TYPE="Integer">1</FLD><FLD NAME="ITMREF" TYPE="Char">CAL00774</FLD><FLD NAME="UOM" TYPE="Char">UN</FLD><FLD NAME="UOMEXTQTY" TYPE="Decimal">2190</FLD><FLD NAME="UOMCPLQTY" TYPE="Decimal">810</FLD><FLD NAME="UOMSTUCOE" TYPE="Decimal">1</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="CPLQTY" TYPE="Decimal">810</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="LOCTYP" TYPE="Char">PROD</FLD><FLD NAME="LOC" TYPE="Char">SCAL</FLD><FLD NAME="LOT" TYPE="Char">50610041</FLD><FLD NAME="PALNUM" TYPE="Char">0000387627</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD NAME="MVTDES" TYPE="Char"/><FLD NAME="ITMDES1" TYPE="Char">CALISS REC AMANDINE 36 RJ 475G</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMIT" TYPE="Char">OFCR125060041</FLD><FLD NAME="CCE1" TYPE="Char"/><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/></LIN></TAB><TAB DIM="100" ID="MTK3_3" SIZE="6"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00393</FLD><FLD NAME="ITMDES1" TYPE="Char">FILM RETRACT 11 MIC LAIZE 355</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char"/><FLD NAME="WSTSHO" TYPE="Char"/><FLD NAME="STU" TYPE="Char">KG</FLD><FLD NAME="RETQTY" TYPE="Decimal">6.0225</FLD><FLD NAME="USEQTY" TYPE="Decimal">2.2275</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">FA47</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250602</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL00774</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125060041</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="2"><FLD NAME="NO" TYPE="Integer">2</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00623</FLD><FLD NAME="ITMDES1" TYPE="Char">ETIQ TRANSFERT VE BL 110X99MM</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char"/><FLD NAME="WSTSHO" TYPE="Char"/><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">130</FLD><FLD NAME="USEQTY" TYPE="Decimal">48</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">CALCO</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250602</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL00774</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125060041</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="3"><FLD NAME="NO" TYPE="Integer">3</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00743</FLD><FLD NAME="ITMDES1" TYPE="Char">FILM PET LAI 290MM ALV 19</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char"/><FLD NAME="WSTSHO" TYPE="Char"/><FLD NAME="STU" TYPE="Char">KG</FLD><FLD NAME="RETQTY" TYPE="Decimal">8.0482</FLD><FLD NAME="USEQTY" TYPE="Decimal">2.9768</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">50210643</FLD><FLD NAME="LOC" TYPE="Char">FA59</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250602</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL00774</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125060041</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="4"><FLD NAME="NO" TYPE="Integer">4</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00925</FLD><FLD NAME="ITMDES1" TYPE="Char">CAM REF 500G 375X240X309</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char"/><FLD NAME="WSTSHO" TYPE="Char"/><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">122</FLD><FLD NAME="USEQTY" TYPE="Decimal">45</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">EA23</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250602</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL00774</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125060041</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="5"><FLD NAME="NO" TYPE="Integer">5</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB01201</FLD><FLD NAME="ITMDES1" TYPE="Char">ALVEOLE RECT APET 18 CALISSON</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char"/><FLD NAME="WSTSHO" TYPE="Char"/><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">4380</FLD><FLD NAME="USEQTY" TYPE="Decimal">1620</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">50410573</FLD><FLD NAME="LOC" TYPE="Char">CALCO</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250602</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL00774</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125060041</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="6"><FLD NAME="NO" TYPE="Integer">6</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB02991</FLD><FLD NAME="ITMDES1" TYPE="Char">BTE VRAC 475G AMANDINE RJ</FLD><FLD NAME="OPENUM" TYPE="Integer">0</FLD><FLD NAME="CPLWST" TYPE="Char"/><FLD NAME="WSTSHO" TYPE="Char"/><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">2256</FLD><FLD NAME="USEQTY" TYPE="Decimal">834</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">CALCO</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250602</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL00774</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125060041</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(9) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000025"
        [MFGNUM] = string(13) "OFCR125060041"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(2) {
        [ITMTRKFLG] = string(1) "2"
        [MATTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [FILTOPE] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(2) "UN"
        [ZUL] = string(6) "Unité"
  }
  [MTK3_1] = array(7) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(4) "9999"
        [STOCOD] = string(1) "2"
        [FILTMAT] = string(1) "1"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602085550"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK2_2] = array(1) {
        [1] = array(40) {
          [NO] = string(1) "1"
          [PRODTYP] = string(1) "1"
          [ITMTYP] = string(1) "1"
          [ITMREF] = string(8) "CAL00774"
          [UOM] = string(2) "UN"
          [UOMEXTQTY] = string(4) "2190"
          [UOMCPLQTY] = string(3) "810"
          [UOMSTUCOE] = string(1) "1"
          [STU] = string(2) "UN"
          [CPLQTY] = string(3) "810"
          [STA] = string(1) "A"
          [LOCTYP] = string(4) "PROD"
          [LOC] = string(4) "SCAL"
          [LOT] = string(8) "50610041"
          [PALNUM] = string(10) "0000387627"
          [CLEFLG] = string(1) "1"
          [MVTDES] = string(0) ""
          [ITMDES1] = string(30) "CALISS REC AMANDINE 36 RJ 475G"
          [BOMALT] = string(1) "1"
          [MFGNUMIT] = string(13) "OFCR125060041"
          [CCE1] = string(0) ""
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
        }
  }
  [MTK3_3] = array(6) {
        [1] = array(43) {
          [NO] = string(1) "1"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00393"
          [ITMDES1] = string(29) "FILM RETRACT 11 MIC LAIZE 355"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(0) ""
          [WSTSHO] = string(0) ""
          [STU] = string(2) "KG"
          [RETQTY] = string(6) "6.0225"
          [USEQTY] = string(6) "2.2275"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(4) "FA47"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250602"
          [BOMNUM] = string(8) "CAL00774"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125060041"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [2] = array(43) {
          [NO] = string(1) "2"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00623"
          [ITMDES1] = string(29) "ETIQ TRANSFERT VE BL 110X99MM"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(0) ""
          [WSTSHO] = string(0) ""
          [STU] = string(2) "UN"
          [RETQTY] = string(3) "130"
          [USEQTY] = string(2) "48"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(5) "CALCO"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250602"
          [BOMNUM] = string(8) "CAL00774"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125060041"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [3] = array(43) {
          [NO] = string(1) "3"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00743"
          [ITMDES1] = string(25) "FILM PET LAI 290MM ALV 19"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(0) ""
          [WSTSHO] = string(0) ""
          [STU] = string(2) "KG"
          [RETQTY] = string(6) "8.0482"
          [USEQTY] = string(6) "2.9768"
          [TYPQTY] = string(1) "2"
          [LOT] = string(8) "50210643"
          [LOC] = string(4) "FA59"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250602"
          [BOMNUM] = string(8) "CAL00774"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125060041"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [4] = array(43) {
          [NO] = string(1) "4"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00925"
          [ITMDES1] = string(24) "CAM REF 500G 375X240X309"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(0) ""
          [WSTSHO] = string(0) ""
          [STU] = string(2) "UN"
          [RETQTY] = string(3) "122"
          [USEQTY] = string(2) "45"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(4) "EA23"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250602"
          [BOMNUM] = string(8) "CAL00774"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125060041"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [5] = array(43) {
          [NO] = string(1) "5"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB01201"
          [ITMDES1] = string(29) "ALVEOLE RECT APET 18 CALISSON"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(0) ""
          [WSTSHO] = string(0) ""
          [STU] = string(2) "UN"
          [RETQTY] = string(4) "4380"
          [USEQTY] = string(4) "1620"
          [TYPQTY] = string(1) "2"
          [LOT] = string(8) "50410573"
          [LOC] = string(5) "CALCO"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250602"
          [BOMNUM] = string(8) "CAL00774"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125060041"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [6] = array(43) {
          [NO] = string(1) "6"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB02991"
          [ITMDES1] = string(25) "BTE VRAC 475G AMANDINE RJ"
          [OPENUM] = string(1) "0"
          [CPLWST] = string(0) ""
          [WSTSHO] = string(0) ""
          [STU] = string(2) "UN"
          [RETQTY] = string(4) "2256"
          [USEQTY] = string(3) "834"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(5) "CALCO"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250602"
          [BOMNUM] = string(8) "CAL00774"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125060041"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
  }
}
 




DP1_actions.php
array(3) {
  [act] = string(10) "validSuivi"
  [mfgnum] = string(13) "OFCR125060041"
  [mfglin] = string(4) "1000"
}
 
Niv302/06/2025 10:55:51114ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 425
Fonct : Valid_Suiviof
Lien : /CRRPROD/DP1_actions.php?act=validSuivi&mfgnum=OFCR125060041&mfglin=1000DEC
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060041</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">810</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">CAL00774</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL00774</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">810</FLD> <FLD NAME="LOT" TYPE="Char">50610041</FLD> </LIN> </TAB> </PARAM> Niv502/06/2025 10:58:18180ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125050422 1000 0 CAL01293 500 UN 50510510 20260323 180 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050422</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL01293</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">500</FLD> <FLD NAME="PCU" TYPE="Char">UN</FLD> <FLD NAME="LOT" TYPE="Char">50510510</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20260323</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">180</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050422"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CAL01293"
          [QTYPCU] = string(3) "500"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510510"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260323"
          [SSCC] = string(0) ""
          [USER] = string(3) "180"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125050422</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">CAL01293</FLD><FLD NAME="QTYPCU" TYPE="Decimal">500</FLD><FLD NAME="PCU" TYPE="Char">UN</FLD><FLD NAME="LOT" TYPE="Char">50510510</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20260323</FLD><FLD NAME="SSCC" TYPE="Char">0000387628</FLD><FLD NAME="USER" TYPE="Char">180</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050422"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CAL01293"
          [QTYPCU] = string(3) "500"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510510"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260323"
          [SSCC] = string(10) "0000387628"
          [USER] = string(3) "180"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CAL01293"
  [desig] = string(29) "CALISSON 100% PROV COFFR 200G"
  [lot] = string(8) "50510510"
  [dluo] = string(10) "23/03/2026"
  [qtyprd] = string(3) "500"
  [pcu] = string(2) "UN"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050422"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:58:18180ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_DET,,,FRA,CDT2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_DET FRA CDT2 imp 1 site CR1 article CAL01293 lot 50510510 loc sscc 0000387628 ope 180 qte 500 pcu pohnum bpsnum bpslot dluo 20260323 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CAL01293</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510510</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387628</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">180</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">500</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260323</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL01293"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510510"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387628"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "180"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "500"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260323"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">CAL01293</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510510</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387628</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">180</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">500</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260323</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL01293"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510510"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387628"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "180"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "500"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260323"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CAL01293"
  [desig] = string(29) "CALISSON 100% PROV COFFR 200G"
  [lot] = string(8) "50510510"
  [dluo] = string(10) "23/03/2026"
  [qtyprd] = string(3) "500"
  [pcu] = string(2) "UN"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050422"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 10:58:26180ROYRENE:DEC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 274
Fonction : Valid_Suiviof(OFCR125050422,1000)

Call 4
Page : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 384
Fonction : save(DEC, CR1 OFCR125050422 20250602 2 500 CAL01293 1 CAL01293 UN 500 50510510 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050422</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">500</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">CAL01293</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL01293</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">500</FLD> <FLD NAME="LOT" TYPE="Char">50510510</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(4) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125050422"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK2_1] = array(2) {
        [QTESUIVITM] = string(3) "500"
        [Y_ITMFILTER] = string(8) "CAL01293"
  }
  [MTK2_2] = array(1) {
        [1] = array(5) {
          [NO] = string(1) "1"
          [ITMREF] = string(8) "CAL01293"
          [UOM] = string(2) "UN"
          [UOMCPLQTY] = string(3) "500"
          [LOT] = string(8) "50510510"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000026</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125050422</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="ITMTRKFLG" TYPE="Integer">2</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="MATTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTOPE" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"></FLD><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char">UN</FLD><FLD NAME="ZUL" TYPE="Char">Unité</FLD></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">9999</FLD><FLD MENULAB="Post-consommation" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">2</FLD><FLD MENULAB="Non soldées" MENULOCAL="355" NAME="FILTMAT" TYPE="Integer">1</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602085825</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="50" ID="MTK2_2" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="PRODTYP" TYPE="Integer">1</FLD><FLD MENULAB="Produit" MENULOCAL="2301" NAME="ITMTYP" TYPE="Integer">1</FLD><FLD NAME="ITMREF" TYPE="Char">CAL01293</FLD><FLD NAME="UOM" TYPE="Char">UN</FLD><FLD NAME="UOMEXTQTY" TYPE="Decimal">100</FLD><FLD NAME="UOMCPLQTY" TYPE="Decimal">500</FLD><FLD NAME="UOMSTUCOE" TYPE="Decimal">1</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="CPLQTY" TYPE="Decimal">500</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="LOCTYP" TYPE="Char">PROD</FLD><FLD NAME="LOC" TYPE="Char">SCAL</FLD><FLD NAME="LOT" TYPE="Char">50510510</FLD><FLD NAME="PALNUM" TYPE="Char">0000387628</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD NAME="MVTDES" TYPE="Char"/><FLD NAME="ITMDES1" TYPE="Char">CALISSON 100% PROV COFFR 200G</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMIT" TYPE="Char">OFCR125050422</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/></LIN></TAB><TAB DIM="100" ID="MTK3_3" SIZE="6"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00300</FLD><FLD NAME="ITMDES1" TYPE="Char">CAM FRAGILE MM BLEU348X228X183</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">CON_CAL</FLD><FLD NAME="WSTSHO" TYPE="Char">CON_CAL</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">10</FLD><FLD NAME="USEQTY" TYPE="Decimal">50</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">EA18</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250527</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01293</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050422</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="2"><FLD NAME="NO" TYPE="Integer">2</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00363</FLD><FLD NAME="ITMDES1" TYPE="Char">ETIQ METO ADH 22X16 NEUTRE</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">CON_CAL</FLD><FLD NAME="WSTSHO" TYPE="Char">CON_CAL</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">107</FLD><FLD NAME="USEQTY" TYPE="Decimal">535</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">KB13B</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250527</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01293</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050422</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="3"><FLD NAME="NO" TYPE="Integer">3</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00411</FLD><FLD NAME="ITMDES1" TYPE="Char">FILM PET LAI 500MM</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">CON_CAL</FLD><FLD NAME="WSTSHO" TYPE="Char">CON_CAL</FLD><FLD NAME="STU" TYPE="Char">KG</FLD><FLD NAME="RETQTY" TYPE="Decimal">0.5665</FLD><FLD NAME="USEQTY" TYPE="Decimal">2.8325</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">50210642</FLD><FLD NAME="LOC" TYPE="Char">FA50</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250527</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01293</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050422</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="4"><FLD NAME="NO" TYPE="Integer">4</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00623</FLD><FLD NAME="ITMDES1" TYPE="Char">ETIQ TRANSFERT VE BL 110X99MM</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">CON_CAL</FLD><FLD NAME="WSTSHO" TYPE="Char">CON_CAL</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">11</FLD><FLD NAME="USEQTY" TYPE="Decimal">53</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">CALCO</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250527</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01293</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050422</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="5"><FLD NAME="NO" TYPE="Integer">5</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB01379</FLD><FLD NAME="ITMDES1" TYPE="Char">ALV APET TRANSP 20 CAL 10.5G</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">CON_CAL</FLD><FLD NAME="WSTSHO" TYPE="Char">CON_CAL</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">103</FLD><FLD NAME="USEQTY" TYPE="Decimal">515</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">50210130</FLD><FLD NAME="LOC" TYPE="Char">CALCO</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250527</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01293</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050422</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="6"><FLD NAME="NO" TYPE="Integer">6</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB03015</FLD><FLD NAME="ITMDES1" TYPE="Char">COFFRET AMANDE DE PVCE 220*163</FLD><FLD NAME="OPENUM" TYPE="Integer">0</FLD><FLD NAME="CPLWST" TYPE="Char"/><FLD NAME="WSTSHO" TYPE="Char"/><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">103</FLD><FLD NAME="USEQTY" TYPE="Decimal">515</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">$</FLD><FLD NAME="LOC" TYPE="Char">$</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250527</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01293</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050422</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(9) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000026"
        [MFGNUM] = string(13) "OFCR125050422"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(2) {
        [ITMTRKFLG] = string(1) "2"
        [MATTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [FILTOPE] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(2) "UN"
        [ZUL] = string(6) "Unité"
  }
  [MTK3_1] = array(7) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(4) "9999"
        [STOCOD] = string(1) "2"
        [FILTMAT] = string(1) "1"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602085825"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK2_2] = array(1) {
        [1] = array(40) {
          [NO] = string(1) "1"
          [PRODTYP] = string(1) "1"
          [ITMTYP] = string(1) "1"
          [ITMREF] = string(8) "CAL01293"
          [UOM] = string(2) "UN"
          [UOMEXTQTY] = string(3) "100"
          [UOMCPLQTY] = string(3) "500"
          [UOMSTUCOE] = string(1) "1"
          [STU] = string(2) "UN"
          [CPLQTY] = string(3) "500"
          [STA] = string(1) "A"
          [LOCTYP] = string(4) "PROD"
          [LOC] = string(4) "SCAL"
          [LOT] = string(8) "50510510"
          [PALNUM] = string(10) "0000387628"
          [CLEFLG] = string(1) "1"
          [MVTDES] = string(0) ""
          [ITMDES1] = string(29) "CALISSON 100% PROV COFFR 200G"
          [BOMALT] = string(1) "1"
          [MFGNUMIT] = string(13) "OFCR125050422"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
        }
  }
  [MTK3_3] = array(6) {
        [1] = array(43) {
          [NO] = string(1) "1"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00300"
          [ITMDES1] = string(30) "CAM FRAGILE MM BLEU348X228X183"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(7) "CON_CAL"
          [WSTSHO] = string(7) "CON_CAL"
          [STU] = string(2) "UN"
          [RETQTY] = string(2) "10"
          [USEQTY] = string(2) "50"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(4) "EA18"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250527"
          [BOMNUM] = string(8) "CAL01293"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050422"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [2] = array(43) {
          [NO] = string(1) "2"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00363"
          [ITMDES1] = string(26) "ETIQ METO ADH 22X16 NEUTRE"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(7) "CON_CAL"
          [WSTSHO] = string(7) "CON_CAL"
          [STU] = string(2) "UN"
          [RETQTY] = string(3) "107"
          [USEQTY] = string(3) "535"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(5) "KB13B"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250527"
          [BOMNUM] = string(8) "CAL01293"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050422"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [3] = array(43) {
          [NO] = string(1) "3"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00411"
          [ITMDES1] = string(18) "FILM PET LAI 500MM"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(7) "CON_CAL"
          [WSTSHO] = string(7) "CON_CAL"
          [STU] = string(2) "KG"
          [RETQTY] = string(6) "0.5665"
          [USEQTY] = string(6) "2.8325"
          [TYPQTY] = string(1) "2"
          [LOT] = string(8) "50210642"
          [LOC] = string(4) "FA50"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250527"
          [BOMNUM] = string(8) "CAL01293"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050422"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [4] = array(43) {
          [NO] = string(1) "4"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00623"
          [ITMDES1] = string(29) "ETIQ TRANSFERT VE BL 110X99MM"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(7) "CON_CAL"
          [WSTSHO] = string(7) "CON_CAL"
          [STU] = string(2) "UN"
          [RETQTY] = string(2) "11"
          [USEQTY] = string(2) "53"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(5) "CALCO"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250527"
          [BOMNUM] = string(8) "CAL01293"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050422"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [5] = array(43) {
          [NO] = string(1) "5"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB01379"
          [ITMDES1] = string(28) "ALV APET TRANSP 20 CAL 10.5G"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(7) "CON_CAL"
          [WSTSHO] = string(7) "CON_CAL"
          [STU] = string(2) "UN"
          [RETQTY] = string(3) "103"
          [USEQTY] = string(3) "515"
          [TYPQTY] = string(1) "2"
          [LOT] = string(8) "50210130"
          [LOC] = string(5) "CALCO"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250527"
          [BOMNUM] = string(8) "CAL01293"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050422"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [6] = array(43) {
          [NO] = string(1) "6"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB03015"
          [ITMDES1] = string(30) "COFFRET AMANDE DE PVCE 220*163"
          [OPENUM] = string(1) "0"
          [CPLWST] = string(0) ""
          [WSTSHO] = string(0) ""
          [STU] = string(2) "UN"
          [RETQTY] = string(3) "103"
          [USEQTY] = string(3) "515"
          [TYPQTY] = string(1) "2"
          [LOT] = string(1) "$"
          [LOC] = string(1) "$"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250527"
          [BOMNUM] = string(8) "CAL01293"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050422"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
  }
}
 




DP1_actions.php
array(3) {
  [act] = string(10) "validSuivi"
  [mfgnum] = string(13) "OFCR125050422"
  [mfglin] = string(4) "1000"
}
 
Niv302/06/2025 10:58:26180ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 425
Fonct : Valid_Suiviof
Lien : /CRRPROD/DP1_actions.php?act=validSuivi&mfgnum=OFCR125050422&mfglin=1000DEC
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050422</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">500</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">CAL01293</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL01293</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">500</FLD> <FLD NAME="LOT" TYPE="Char">50510510</FLD> </LIN> </TAB> </PARAM> Niv502/06/2025 10:58:30180ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 334
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_DET,,,FRA,CDT2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_DET FRA CDT2 imp 1 site CR1 article CAL01293 lot 50510510 sscc 0000387628 ope 180 dluo 20260323 bpslot loc qte 500 pcu UN date 2025/06/02 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="11"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CAL01293</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510510</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387628</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">180</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260323</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">500</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">UN</FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2025/06/02</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(11) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL01293"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510510"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387628"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "180"
        }
        [6] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260323"
        }
        [7] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "500"
        }
        [10] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(10) "2025/06/02"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="11"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">CAL01293</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510510</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387628</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">180</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260323</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">500</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">UN</FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">2025/06/02</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(11) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL01293"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510510"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387628"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "180"
        }
        [6] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260323"
        }
        [7] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(3) "500"
        }
        [10] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(10) "2025/06/02"
        }
  }
}
 




DP1_actions.php
array(4) {
  [act] = string(9) "impligrec"
  [mfgnum] = string(13) "OFCR125050422"
  [mfglin] = string(4) "1000"
  [seq] = string(6) "493797"
}
 
Niv502/06/2025 11:00:53113ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125060136 1000 0 SEM00082 5 UN 50610133 20250607 0 113 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060136</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">SEM00082</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">5</FLD> <FLD NAME="PCU" TYPE="Char">UN</FLD> <FLD NAME="LOT" TYPE="Char">50610133</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20250607</FLD> <FLD NAME="SSCC" TYPE="Char">0</FLD> <FLD NAME="USER" TYPE="Char">113</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060136"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00082"
          [QTYPCU] = string(1) "5"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50610133"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250607"
          [SSCC] = string(1) "0"
          [USER] = string(3) "113"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125060136</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">SEM00082</FLD><FLD NAME="QTYPCU" TYPE="Decimal">5</FLD><FLD NAME="PCU" TYPE="Char">UN</FLD><FLD NAME="LOT" TYPE="Char">50610133</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20250607</FLD><FLD NAME="SSCC" TYPE="Char">0</FLD><FLD NAME="USER" TYPE="Char">113</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125060136"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "SEM00082"
          [QTYPCU] = string(1) "5"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50610133"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250607"
          [SSCC] = string(1) "0"
          [USER] = string(3) "113"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "SEM00082"
  [desig] = string(22) "COLORANT FIGUE PREPARE"
  [lot] = string(8) "50610133"
  [dluo] = string(10) "07/06/2025"
  [qtyprd] = string(1) "5"
  [pcu] = string(2) "UN"
  [impetiq] = string(3) "NON"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125060136"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 11:00:59113ROYRENE:DEC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 274
Fonction : Valid_Suiviof(OFCR125060136,1000)

Call 4
Page : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 384
Fonction : save(DEC, CR1 OFCR125060136 20250602 2 5 SEM00082 1 SEM00082 UN 5 50610133 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060136</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">5</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">SEM00082</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">SEM00082</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">5</FLD> <FLD NAME="LOT" TYPE="Char">50610133</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(4) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125060136"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK2_1] = array(2) {
        [QTESUIVITM] = string(1) "5"
        [Y_ITMFILTER] = string(8) "SEM00082"
  }
  [MTK2_2] = array(1) {
        [1] = array(5) {
          [NO] = string(1) "1"
          [ITMREF] = string(8) "SEM00082"
          [UOM] = string(2) "UN"
          [UOMCPLQTY] = string(1) "5"
          [LOT] = string(8) "50610133"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000027</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125060136</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="ITMTRKFLG" TYPE="Integer">2</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="MATTRKFLG" TYPE="Integer">1</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTOPE" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"></FLD><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char">UN</FLD><FLD NAME="ZUL" TYPE="Char">Unité</FLD></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">9999</FLD><FLD MENULAB="Post-consommation" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">2</FLD><FLD MENULAB="Toutes " MENULOCAL="355" NAME="FILTMAT" TYPE="Integer">3</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602090057</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="50" ID="MTK2_2" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="PRODTYP" TYPE="Integer">1</FLD><FLD MENULAB="Produit" MENULOCAL="2301" NAME="ITMTYP" TYPE="Integer">1</FLD><FLD NAME="ITMREF" TYPE="Char">SEM00082</FLD><FLD NAME="UOM" TYPE="Char">UN</FLD><FLD NAME="UOMEXTQTY" TYPE="Decimal">0</FLD><FLD NAME="UOMCPLQTY" TYPE="Decimal">5</FLD><FLD NAME="UOMSTUCOE" TYPE="Decimal">1</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="CPLQTY" TYPE="Decimal">5</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="LOCTYP" TYPE="Char">CPROD</FLD><FLD NAME="LOC" TYPE="Char">CALPR</FLD><FLD NAME="LOT" TYPE="Char">50610133</FLD><FLD NAME="PALNUM" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD NAME="MVTDES" TYPE="Char"/><FLD NAME="ITMDES1" TYPE="Char">COLORANT FIGUE PREPARE</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMIT" TYPE="Char">OFCR125060136</FLD><FLD NAME="CCE1" TYPE="Char"/><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/></LIN></TAB></RESULT>

DP1_actions.php
array(8) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000027"
        [MFGNUM] = string(13) "OFCR125060136"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(2) {
        [ITMTRKFLG] = string(1) "2"
        [MATTRKFLG] = string(1) "1"
  }
  [MTK1_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [FILTOPE] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(2) "UN"
        [ZUL] = string(6) "Unité"
  }
  [MTK3_1] = array(7) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(4) "9999"
        [STOCOD] = string(1) "2"
        [FILTMAT] = string(1) "3"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602090057"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK2_2] = array(1) {
        [1] = array(40) {
          [NO] = string(1) "1"
          [PRODTYP] = string(1) "1"
          [ITMTYP] = string(1) "1"
          [ITMREF] = string(8) "SEM00082"
          [UOM] = string(2) "UN"
          [UOMEXTQTY] = string(1) "0"
          [UOMCPLQTY] = string(1) "5"
          [UOMSTUCOE] = string(1) "1"
          [STU] = string(2) "UN"
          [CPLQTY] = string(1) "5"
          [STA] = string(1) "A"
          [LOCTYP] = string(5) "CPROD"
          [LOC] = string(5) "CALPR"
          [LOT] = string(8) "50610133"
          [PALNUM] = string(0) ""
          [CLEFLG] = string(1) "2"
          [MVTDES] = string(0) ""
          [ITMDES1] = string(22) "COLORANT FIGUE PREPARE"
          [BOMALT] = string(1) "1"
          [MFGNUMIT] = string(13) "OFCR125060136"
          [CCE1] = string(0) ""
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
        }
  }
}
 




DP1_actions.php
array(3) {
  [act] = string(10) "validSuivi"
  [mfgnum] = string(13) "OFCR125060136"
  [mfglin] = string(4) "1000"
}
 
Niv302/06/2025 11:00:59113ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 425
Fonct : Valid_Suiviof
Lien : /CRRPROD/DP1_actions.php?act=validSuivi&mfgnum=OFCR125060136&mfglin=1000DEC
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125060136</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">5</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">SEM00082</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">SEM00082</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">5</FLD> <FLD NAME="LOT" TYPE="Char">50610133</FLD> </LIN> </TAB> </PARAM> Niv502/06/2025 11:01:08113ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_FAC,,,FRA,FAC1)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_FAC FRA FAC1 imp 1 numof OFCR125060136 numligne 1000 nbcopies 4 debut 0 ean14 0000033300082 dateref 20250602 PCB 0 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">FAC1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125060136</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1000</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">4</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000033300082</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060136"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(1) "4"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000033300082"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "0"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_FAC</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">FAC1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125060136</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1000</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">4</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000033300082</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_FAC"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "FAC1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125060136"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(1) "4"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "0000033300082"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(1) "0"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125060136"
  [mfglin] = string(4) "1000"
  [seq] = string(0) ""
  [nbEti] = string(1) "4"
  [Ean] = string(13) "0000033300082"
  [PCB] = string(1) "0"
}
 
Niv502/06/2025 11:05:5340ROYRENE:YWSCHG08
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\CS1_actions.php
Ligne : 2260
Fonction : Run(YWSCHG08, PalStoT-EmpMas 40 CR1 0000387614 0 BB27 A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD> <FLD NAME="SUSER" TYPE="Char">40</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387614</FLD> <FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD> <FLD NAME="DLOC" TYPE="Char">BB27</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> </GRP> </PARAM>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000387614"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(4) "BB27"
        [DSTA] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">PalStoT-EmpMas</FLD><FLD NAME="SUSER" TYPE="Char">40</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387614</FLD><FLD NAME="SHAUTPAL" TYPE="Decimal">0</FLD><FLD NAME="DLOC" TYPE="Char">BB27</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD></GRP></RESULT>

CS1_actions.php
array(1) {
  [PARAM] = array(7) {
        [SLIB] = string(14) "PalStoT-EmpMas"
        [SUSER] = string(2) "40"
        [SSTOFCY] = string(3) "CR1"
        [SPALNUM] = string(10) "0000387614"
        [SHAUTPAL] = string(1) "0"
        [DLOC] = string(4) "BB27"
        [DSTA] = string(1) "A"
  }
}
 




CS1_actions.php
array(29) {
  [AutomaticLineValue] = string(0) ""
  [act] = string(17) "ValidFormChgStock"
  [contexte] = string(9) "Général"
  [backurl] = string(10) "CS1_01.php"
  [SuggLoc] = string(0) ""
  [SuggPal] = string(0) ""
  [addMvtEnMasse] = string(0) ""
  [validMvtEnMasse] = string(0) ""
  [ChgStockSourceAtt] = string(0) ""
  [bpslot] = string(0) ""
  [transto] = string(0) ""
  [ChgStockSource] = string(10) "0000387614"
  [TypeSource] = string(18) "PaletteStockTotale"
  [ctrnum] = string(0) ""
  [ChgStockCible] = string(4) "BB27"
  [TypeCible] = string(16) "EmplacementMasse"
  [article] = string(8) "CAL00826"
  [SelectedLoc] = string(0) ""
  [designation] = string(23) "CALISSON ALVEOLE 16 BRE"
  [lot] = string(8) "50510418"
  [slo] = string(1) " "
  [ssta] = string(1) "A"
  [dsta] = string(1) "A"
  [loc] = string(4) "SCAL"
  [totalqte] = string(3) "732"
  [us] = string(2) "UN"
  [stocou] = string(7) "1745316"
  [qte] = string(3) "732"
  [unite] = string(2) "UN"
}
 
Niv502/06/2025 11:07:3440ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ1_EXP1,,,FRA, )

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ1_EXP1 FRA imp 1 site CR1 article CAL01265 lot 40910009 loc sscc ope 40 qte 13 pcu UN pohnum bpsnum date 20250602 bpslot dluo 20250629 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char"> </FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CAL01265</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40910009</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">13</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">UN</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250629</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL01265"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "40910009"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "13"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250629"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char"> </FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">CAL01265</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">40910009</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">40</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">13</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">UN</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250629</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(1) " "
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL01265"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "40910009"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(1) " "
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "40"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "13"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250629"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "CAL01265"
  [lot] = string(8) "40910009"
  [bpslot] = string(1) " "
  [sscc] = string(1) " "
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(2) "13"
  [pcu] = string(2) "UN"
}
 
Niv502/06/2025 11:09:16MABOROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ1_EXP1,,,FRA,M.BONGIORNO)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ1_EXP1 FRA M.BONGIORNO imp 1 site CR1 article EMB02700 lot 40810578 loc sscc 0000380853 ope MABO qte 2 pcu UN pohnum bpsnum date 20250602 bpslot dluo 29991231 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">M.BONGIORNO</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EMB02700</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40810578</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000380853</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MABO</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">UN</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">29991231</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(11) "M.BONGIORNO"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB02700"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "40810578"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000380853"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(4) "MABO"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(1) "2"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "29991231"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">M.BONGIORNO</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">EMB02700</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">40810578</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000380853</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">MABO</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">2</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">UN</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">29991231</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(11) "M.BONGIORNO"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB02700"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "40810578"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000380853"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(4) "MABO"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(1) "2"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "29991231"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "EMB02700"
  [lot] = string(8) "40810578"
  [bpslot] = string(1) " "
  [sscc] = string(10) "0000380853"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(1) "2"
  [pcu] = string(2) "UN"
}
 
Niv502/06/2025 11:09:2518ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 31
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\DP1_actions_spe.php
Ligne : 96
Fonction : WmsPrintAuto(ZDP,Array)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETIQCOLISART,1,Array,imp,,ETIQ_ULM,,,FRA,CDT1)

Call 6
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETIQCOLISART 1 ETIQ_ULM FRA CDT1 imp 1 numof OFCR125050384 numligne 1000 nbcopies 20 debut 0 ean14 3102621015030 dateref 20250602 PCB 15 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_ULM</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="7"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">numof</FLD> <FLD NAME="VVALPARAM" TYPE="Char">OFCR125050384</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD> <FLD NAME="VVALPARAM" TYPE="Char">1000</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">debut</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD> <FLD NAME="VVALPARAM" TYPE="Char">3102621015030</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD> <FLD NAME="VVALPARAM" TYPE="Char">15</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_ULM"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125050384"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "20"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "3102621015030"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(2) "15"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETIQCOLISART</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_ULM</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="7"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">numof</FLD><FLD NAME="VVALPARAM" TYPE="Char">OFCR125050384</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">numligne</FLD><FLD NAME="VVALPARAM" TYPE="Char">1000</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">nbcopies</FLD><FLD NAME="VVALPARAM" TYPE="Char">20</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">debut</FLD><FLD NAME="VVALPARAM" TYPE="Char">0</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ean14</FLD><FLD NAME="VVALPARAM" TYPE="Char">3102621015030</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dateref</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">PCB</FLD><FLD NAME="VVALPARAM" TYPE="Char">15</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETIQCOLISART"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_ULM"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(7) {
        [1] = array(2) {
          [VCODPARAM] = string(5) "numof"
          [VVALPARAM] = string(13) "OFCR125050384"
        }
        [2] = array(2) {
          [VCODPARAM] = string(8) "numligne"
          [VVALPARAM] = string(4) "1000"
        }
        [3] = array(2) {
          [VCODPARAM] = string(8) "nbcopies"
          [VVALPARAM] = string(2) "20"
        }
        [4] = array(2) {
          [VCODPARAM] = string(5) "debut"
          [VVALPARAM] = string(1) "0"
        }
        [5] = array(2) {
          [VCODPARAM] = string(5) "ean14"
          [VVALPARAM] = string(13) "3102621015030"
        }
        [6] = array(2) {
          [VCODPARAM] = string(7) "dateref"
          [VVALPARAM] = string(8) "20250602"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "PCB"
          [VVALPARAM] = string(2) "15"
        }
  }
}
 




DP1_actions.php
array(7) {
  [act] = string(8) "impEtiOP"
  [mfgnum] = string(13) "OFCR125050384"
  [mfglin] = string(4) "1000"
  [seq] = string(0) ""
  [nbEti] = string(2) "20"
  [Ean] = string(13) "3102621015030"
  [PCB] = string(2) "15"
}
 
Niv502/06/2025 11:09:45MABOROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\ST3_actions.php
Ligne : 153
Fonction : WmsPrintAuto(PS2,Array,,)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ1_EXP1,,,FRA,M.BONGIORNO)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ1_EXP1 FRA M.BONGIORNO imp 1 site CR1 article EMB02699 lot 40810577 loc sscc 0000380851 ope MABO qte 2 pcu UN pohnum bpsnum date 20250602 bpslot dluo 29991231 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">M.BONGIORNO</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="13"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">EMB02699</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">40810577</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000380851</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">MABO</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">UN</FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"> </FLD> </LIN> <LIN NUM="13"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">29991231</FLD> </LIN> </TAB> </PARAM>

ST3_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(11) "M.BONGIORNO"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB02699"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "40810577"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000380851"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(4) "MABO"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(1) "2"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "29991231"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ1_EXP1</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">M.BONGIORNO</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="13"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">EMB02699</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">40810577</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000380851</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">MABO</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">2</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">UN</FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250602</FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"> </FLD></LIN><LIN NUM="13"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">29991231</FLD></LIN></TAB></RESULT>

ST3_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(10) "ETIQ1_EXP1"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(11) "M.BONGIORNO"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(13) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "EMB02699"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "40810577"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000380851"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(4) "MABO"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(1) "2"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(8) "20250602"
        }
        [12] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(1) " "
        }
        [13] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "29991231"
        }
  }
}
 




ST3_actions.php
array(9) {
  [act] = string(9) "impligrec"
  [article] = string(8) "EMB02699"
  [lot] = string(8) "40810577"
  [bpslot] = string(1) " "
  [sscc] = string(10) "0000380851"
  [carton] = string(1) " "
  [typimp] = string(3) "PS1"
  [qte] = string(1) "2"
  [pcu] = string(2) "UN"
}
 
Niv502/06/2025 11:10:59180ROYRENE:YWTRFSM02
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 1015
Fonction : Run(YWTRFSM02, 180#CAL01182 180 CR1 CAL01182 CALCO 50510521 A 0000387433 4.165 OFCR125050393 1000 35 CALCO A A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">180#CAL01182</FLD> <FLD NAME="USER" TYPE="Char">180</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL01182</FLD> <FLD NAME="SLOC" TYPE="Char">CALCO</FLD> <FLD NAME="SLOT" TYPE="Char">50510521</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387433</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">4.165</FLD> <FLD NAME="SMFGNUM" TYPE="Char">OFCR125050393</FLD> <FLD NAME="SMFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SBOMSEQ" TYPE="Integer">35</FLD> <FLD NAME="DLOC" TYPE="Char">CALCO</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">A</FLD> </GRP> </PARAM>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "180#CAL01182"
        [USER] = string(3) "180"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01182"
        [SLOC] = string(5) "CALCO"
        [SLOT] = string(8) "50510521"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387433"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(5) "4.165"
        [SMFGNUM] = string(13) "OFCR125050393"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "35"
        [DLOC] = string(5) "CALCO"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">180#CAL01182</FLD><FLD NAME="USER" TYPE="Char">180</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL01182</FLD><FLD NAME="SLOC" TYPE="Char">CALCO</FLD><FLD NAME="SLOT" TYPE="Char">50510521</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387433</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">4.165</FLD><FLD NAME="SMFGNUM" TYPE="Char">OFCR125050393</FLD><FLD NAME="SMFGLIN" TYPE="Decimal">1000</FLD><FLD NAME="SBOMSEQ" TYPE="Decimal">35</FLD><FLD NAME="DLOC" TYPE="Char">CALCO</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">A</FLD></GRP></RESULT>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(12) "180#CAL01182"
        [USER] = string(3) "180"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL01182"
        [SLOC] = string(5) "CALCO"
        [SLOT] = string(8) "50510521"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387433"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(5) "4.165"
        [SMFGNUM] = string(13) "OFCR125050393"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "35"
        [DLOC] = string(5) "CALCO"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 




SM1_actions.php
array(28) {
  [AutomaticLineValue] = string(9) "article;0"
  [act] = string(8) "lstValid"
  [bomope] = string(0) ""
  [bomseq] = string(2) "35"
  [mfglin] = string(4) "1000"
  [numof] = string(13) "OFCR125050393"
  [wst] = string(0) ""
  [tablin] = string(1) "0"
  [retqty] = string(5) "4.263"
  [qtyprep] = string(1) "0"
  [sta] = string(1) "A"
  [slo] = string(1) " "
  [palnum] = string(10) "0000387433"
  [stocou] = string(7) "1744468"
  [vide] = string(25) "OFCR125050393 / 1000 / 35"
  [article] = string(8) "CAL01182"
  [designation] = string(25) "CALINOU PRALINE GRI 6.25G"
  [resqty] = string(7) "0/4.263"
  [sloc] = string(5) "CALCO"
  [flash] = string(10) "0000387433"
  [dloc] = string(5) "CALCO"
  [qtypf] = string(0) ""
  [uomlink] = string(2) "UN"
  [dflash] = string(0) ""
  [qte] = string(5) "4.165"
  [unite] = string(3) "MIL"
  [lot] = string(8) "50510521"
  [ajxact] = string(10) "AjxAutoqte"
}
 
Niv502/06/2025 11:11:05180ROYRENE:WEB
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 21
Fonction : require(E:\WEB\Applications\WMS_SPE\CRRPROD\SM1_actions_spe.php)

Call 4
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\SM1_actions_spe.php
Ligne : 144
Fonction : ValidSM1Spe(Array)

Call 5
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\framework\php_fonctions\php_fonctions_SM1_spe.php
Ligne : 25
Fonction : CreSuiviSpe(OFCR125050393)

Call 6
Page : E:\WEB\Applications\WMS_SPE\CRRPROD\framework\php_fonctions\php_fonctions_SM1_spe.php
Ligne : 102
Fonction : save(WEB, CR1 OFCR125050393 20250602 2 1 CAL01182 -OFCR125050393 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050393</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="MATTRKFLG" TYPE="Integer">2</FLD> </GRP> <TAB ID="MTK3_3" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="MATITMREF" TYPE="Char">CAL01182</FLD> <FLD NAME="MVTDES" TYPE="Char">-OFCR125050393</FLD> </LIN> </TAB> </PARAM>

SM1_actions.php
array(3) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125050393"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [MATTRKFLG] = string(1) "2"
  }
  [MTK3_3] = array(1) {
        [1] = array(3) {
          [NO] = string(1) "1"
          [MATITMREF] = string(8) "CAL01182"
          [MVTDES] = string(14) "-OFCR125050393"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000028</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125050393</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="MATTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"/><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char"/><FLD NAME="ZUL" TYPE="Char"/></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">9999</FLD><FLD MENULAB="Immédiat" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">1</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602091105</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="100" ID="MTK3_3" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">CAL01182</FLD><FLD NAME="ITMDES1" TYPE="Char">CALINOU PRALINE GRI 6.25G</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_MULTI</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_MULTIVA</FLD><FLD NAME="STU" TYPE="Char">MIL</FLD><FLD NAME="RETQTY" TYPE="Decimal">0.098</FLD><FLD NAME="USEQTY" TYPE="Decimal">4.165</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">50510521</FLD><FLD NAME="LOC" TYPE="Char">CALCO</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="MVTDES" TYPE="Char"></FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Immédiat" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">1</FLD><FLD NAME="RETDAT" TYPE="Date">20250528</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01177</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050393</FLD><FLD MENULAB="Détaillée" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">5</FLD><FLD NAME="CCE1" TYPE="Char"/><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN></TAB></RESULT>

SM1_actions.php
array(8) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000028"
        [MFGNUM] = string(13) "OFCR125050393"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [MATTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(5) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(0) ""
        [ZUL] = string(0) ""
  }
  [MTK3_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(4) "9999"
        [STOCOD] = string(1) "1"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602091105"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK3_3] = array(1) {
        [1] = array(44) {
          [NO] = string(1) "1"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "CAL01182"
          [ITMDES1] = string(25) "CALINOU PRALINE GRI 6.25G"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_MULTI"
          [WSTSHO] = string(10) "LI_MULTIVA"
          [STU] = string(3) "MIL"
          [RETQTY] = string(5) "0.098"
          [USEQTY] = string(5) "4.165"
          [TYPQTY] = string(1) "2"
          [LOT] = string(8) "50510521"
          [LOC] = string(5) "CALCO"
          [STA] = string(1) "A"
          [MVTDES] = string(0) ""
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "1"
          [RETDAT] = string(8) "20250528"
          [BOMNUM] = string(8) "CAL01177"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050393"
          [ALLSTA] = string(1) "5"
          [CCE1] = string(0) ""
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
  }
}
 




SM1_actions.php
array(1) {
  [act] = string(10) "validSuivi"
}
 
Niv502/06/2025 11:11:20180ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125050393 1000 0 CAL01177 29 UN 50510481 20260324 180 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050393</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL01177</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">29</FLD> <FLD NAME="PCU" TYPE="Char">UN</FLD> <FLD NAME="LOT" TYPE="Char">50510481</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20260324</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">180</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050393"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CAL01177"
          [QTYPCU] = string(2) "29"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510481"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260324"
          [SSCC] = string(0) ""
          [USER] = string(3) "180"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125050393</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">CAL01177</FLD><FLD NAME="QTYPCU" TYPE="Decimal">29</FLD><FLD NAME="PCU" TYPE="Char">UN</FLD><FLD NAME="LOT" TYPE="Char">50510481</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20260324</FLD><FLD NAME="SSCC" TYPE="Char">0000387629</FLD><FLD NAME="USER" TYPE="Char">180</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050393"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CAL01177"
          [QTYPCU] = string(2) "29"
          [PCU] = string(2) "UN"
          [LOT] = string(8) "50510481"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260324"
          [SSCC] = string(10) "0000387629"
          [USER] = string(3) "180"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CAL01177"
  [desig] = string(28) "CALINOU PRALINE BTE ALV 870G"
  [lot] = string(8) "50510481"
  [dluo] = string(10) "24/03/2026"
  [qtyprd] = string(2) "29"
  [pcu] = string(2) "UN"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050393"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 11:11:20180ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_DET,,,FRA,CDT2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_DET FRA CDT2 imp 1 site CR1 article CAL01177 lot 50510481 loc sscc 0000387629 ope 180 qte 29 pcu pohnum bpsnum bpslot dluo 20260324 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CAL01177</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510481</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387629</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">180</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">29</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260324</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL01177"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510481"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387629"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "180"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "29"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260324"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">CAL01177</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510481</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387629</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">180</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">29</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260324</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL01177"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510481"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387629"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "180"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "29"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260324"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CAL01177"
  [desig] = string(28) "CALINOU PRALINE BTE ALV 870G"
  [lot] = string(8) "50510481"
  [dluo] = string(10) "24/03/2026"
  [qtyprd] = string(2) "29"
  [pcu] = string(2) "UN"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050393"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 11:11:27180ROYRENE:DEC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 274
Fonction : Valid_Suiviof(OFCR125050393,1000)

Call 4
Page : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 384
Fonction : save(DEC, CR1 OFCR125050393 20250602 2 29 CAL01177 1 CAL01177 UN 29 50510481 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050393</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">29</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">CAL01177</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL01177</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">29</FLD> <FLD NAME="LOT" TYPE="Char">50510481</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(4) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125050393"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK2_1] = array(2) {
        [QTESUIVITM] = string(2) "29"
        [Y_ITMFILTER] = string(8) "CAL01177"
  }
  [MTK2_2] = array(1) {
        [1] = array(5) {
          [NO] = string(1) "1"
          [ITMREF] = string(8) "CAL01177"
          [UOM] = string(2) "UN"
          [UOMCPLQTY] = string(2) "29"
          [LOT] = string(8) "50510481"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000029</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125050393</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="ITMTRKFLG" TYPE="Integer">2</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="MATTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTOPE" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"></FLD><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char">UN</FLD><FLD NAME="ZUL" TYPE="Char">Unité</FLD></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">9999</FLD><FLD MENULAB="Post-consommation" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">2</FLD><FLD MENULAB="Non soldées" MENULOCAL="355" NAME="FILTMAT" TYPE="Integer">1</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602091126</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="50" ID="MTK2_2" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="PRODTYP" TYPE="Integer">1</FLD><FLD MENULAB="Produit" MENULOCAL="2301" NAME="ITMTYP" TYPE="Integer">1</FLD><FLD NAME="ITMREF" TYPE="Char">CAL01177</FLD><FLD NAME="UOM" TYPE="Char">UN</FLD><FLD NAME="UOMEXTQTY" TYPE="Decimal">1</FLD><FLD NAME="UOMCPLQTY" TYPE="Decimal">29</FLD><FLD NAME="UOMSTUCOE" TYPE="Decimal">1</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="CPLQTY" TYPE="Decimal">29</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="LOCTYP" TYPE="Char">PROD</FLD><FLD NAME="LOC" TYPE="Char">SCAL</FLD><FLD NAME="LOT" TYPE="Char">50510481</FLD><FLD NAME="PALNUM" TYPE="Char">0000387629</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD NAME="MVTDES" TYPE="Char"/><FLD NAME="ITMDES1" TYPE="Char">CALINOU PRALINE BTE ALV 870G</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMIT" TYPE="Char">OFCR125050393</FLD><FLD NAME="CCE1" TYPE="Char"/><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/></LIN></TAB><TAB DIM="100" ID="MTK3_3" SIZE="5"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00348</FLD><FLD NAME="ITMDES1" TYPE="Char">ETIQ TRANSFERT VE BL 150X99MM</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_MULTI</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_MULTIVA</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">1</FLD><FLD NAME="USEQTY" TYPE="Decimal">31</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">CALCO</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250528</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01177</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050393</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="2"><FLD NAME="NO" TYPE="Integer">2</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00411</FLD><FLD NAME="ITMDES1" TYPE="Char">FILM PET LAI 500MM</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_MULTI</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_MULTIVA</FLD><FLD NAME="STU" TYPE="Char">KG</FLD><FLD NAME="RETQTY" TYPE="Decimal">0.0148</FLD><FLD NAME="USEQTY" TYPE="Decimal">0.4307</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">50210642</FLD><FLD NAME="LOC" TYPE="Char">FA50</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250528</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01177</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050393</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="3"><FLD NAME="NO" TYPE="Integer">3</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00623</FLD><FLD NAME="ITMDES1" TYPE="Char">ETIQ TRANSFERT VE BL 110X99MM</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_MULTI</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_MULTIVA</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">1</FLD><FLD NAME="USEQTY" TYPE="Decimal">31</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">CALCO</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250528</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01177</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050393</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="4"><FLD NAME="NO" TYPE="Integer">4</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00703</FLD><FLD NAME="ITMDES1" TYPE="Char">ALVEOLE RECT APET 35 CALINOUS</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_MULTI</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_MULTIVA</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">4</FLD><FLD NAME="USEQTY" TYPE="Decimal">120</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">50210132</FLD><FLD NAME="LOC" TYPE="Char">FB37</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250528</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01177</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050393</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN><LIN NUM="5"><FLD NAME="NO" TYPE="Integer">5</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB02471</FLD><FLD NAME="ITMDES1" TYPE="Char">CAM REF 1KG NEUTRE 225x165x70</FLD><FLD NAME="OPENUM" TYPE="Integer">5</FLD><FLD NAME="CPLWST" TYPE="Char">LI_MULTI</FLD><FLD NAME="WSTSHO" TYPE="Char">LI_MULTIVA</FLD><FLD NAME="STU" TYPE="Char">UN</FLD><FLD NAME="RETQTY" TYPE="Decimal">1</FLD><FLD NAME="USEQTY" TYPE="Decimal">30</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char"/><FLD NAME="LOC" TYPE="Char">EA30</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250528</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01177</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050393</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(9) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000029"
        [MFGNUM] = string(13) "OFCR125050393"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(2) {
        [ITMTRKFLG] = string(1) "2"
        [MATTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [FILTOPE] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(2) "UN"
        [ZUL] = string(6) "Unité"
  }
  [MTK3_1] = array(7) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(4) "9999"
        [STOCOD] = string(1) "2"
        [FILTMAT] = string(1) "1"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602091126"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK2_2] = array(1) {
        [1] = array(40) {
          [NO] = string(1) "1"
          [PRODTYP] = string(1) "1"
          [ITMTYP] = string(1) "1"
          [ITMREF] = string(8) "CAL01177"
          [UOM] = string(2) "UN"
          [UOMEXTQTY] = string(1) "1"
          [UOMCPLQTY] = string(2) "29"
          [UOMSTUCOE] = string(1) "1"
          [STU] = string(2) "UN"
          [CPLQTY] = string(2) "29"
          [STA] = string(1) "A"
          [LOCTYP] = string(4) "PROD"
          [LOC] = string(4) "SCAL"
          [LOT] = string(8) "50510481"
          [PALNUM] = string(10) "0000387629"
          [CLEFLG] = string(1) "1"
          [MVTDES] = string(0) ""
          [ITMDES1] = string(28) "CALINOU PRALINE BTE ALV 870G"
          [BOMALT] = string(1) "1"
          [MFGNUMIT] = string(13) "OFCR125050393"
          [CCE1] = string(0) ""
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
        }
  }
  [MTK3_3] = array(5) {
        [1] = array(43) {
          [NO] = string(1) "1"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00348"
          [ITMDES1] = string(29) "ETIQ TRANSFERT VE BL 150X99MM"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_MULTI"
          [WSTSHO] = string(10) "LI_MULTIVA"
          [STU] = string(2) "UN"
          [RETQTY] = string(1) "1"
          [USEQTY] = string(2) "31"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(5) "CALCO"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250528"
          [BOMNUM] = string(8) "CAL01177"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050393"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [2] = array(43) {
          [NO] = string(1) "2"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00411"
          [ITMDES1] = string(18) "FILM PET LAI 500MM"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_MULTI"
          [WSTSHO] = string(10) "LI_MULTIVA"
          [STU] = string(2) "KG"
          [RETQTY] = string(6) "0.0148"
          [USEQTY] = string(6) "0.4307"
          [TYPQTY] = string(1) "2"
          [LOT] = string(8) "50210642"
          [LOC] = string(4) "FA50"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250528"
          [BOMNUM] = string(8) "CAL01177"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050393"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [3] = array(43) {
          [NO] = string(1) "3"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00623"
          [ITMDES1] = string(29) "ETIQ TRANSFERT VE BL 110X99MM"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_MULTI"
          [WSTSHO] = string(10) "LI_MULTIVA"
          [STU] = string(2) "UN"
          [RETQTY] = string(1) "1"
          [USEQTY] = string(2) "31"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(5) "CALCO"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250528"
          [BOMNUM] = string(8) "CAL01177"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050393"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [4] = array(43) {
          [NO] = string(1) "4"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00703"
          [ITMDES1] = string(29) "ALVEOLE RECT APET 35 CALINOUS"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_MULTI"
          [WSTSHO] = string(10) "LI_MULTIVA"
          [STU] = string(2) "UN"
          [RETQTY] = string(1) "4"
          [USEQTY] = string(3) "120"
          [TYPQTY] = string(1) "2"
          [LOT] = string(8) "50210132"
          [LOC] = string(4) "FB37"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250528"
          [BOMNUM] = string(8) "CAL01177"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050393"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
        [5] = array(43) {
          [NO] = string(1) "5"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB02471"
          [ITMDES1] = string(29) "CAM REF 1KG NEUTRE 225x165x70"
          [OPENUM] = string(1) "5"
          [CPLWST] = string(8) "LI_MULTI"
          [WSTSHO] = string(10) "LI_MULTIVA"
          [STU] = string(2) "UN"
          [RETQTY] = string(1) "1"
          [USEQTY] = string(2) "30"
          [TYPQTY] = string(1) "2"
          [LOT] = string(0) ""
          [LOC] = string(4) "EA30"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "1"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250528"
          [BOMNUM] = string(8) "CAL01177"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050393"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
  }
}
 




DP1_actions.php
array(3) {
  [act] = string(10) "validSuivi"
  [mfgnum] = string(13) "OFCR125050393"
  [mfglin] = string(4) "1000"
}
 
Niv302/06/2025 11:11:27180ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 425
Fonct : Valid_Suiviof
Lien : /CRRPROD/DP1_actions.php?act=validSuivi&mfgnum=OFCR125050393&mfglin=1000DEC
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050393</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">29</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">CAL01177</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL01177</FLD> <FLD NAME="UOM" TYPE="Char">UN</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">29</FLD> <FLD NAME="LOT" TYPE="Char">50510481</FLD> </LIN> </TAB> </PARAM> Niv502/06/2025 11:11:30180ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 334
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_DET,,,FRA,CDT2)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_DET FRA CDT2 imp 1 site CR1 article CAL01177 lot 50510481 sscc 0000387629 ope 180 dluo 20260324 bpslot loc qte 29 pcu UN date 2025/06/02 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT2</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="11"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CAL01177</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510481</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387629</FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">180</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260324</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">29</FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char">UN</FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">date</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2025/06/02</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(11) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL01177"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510481"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387629"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "180"
        }
        [6] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260324"
        }
        [7] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "29"
        }
        [10] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(10) "2025/06/02"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_DET</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT2</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="11"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">CAL01177</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510481</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387629</FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">180</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260324</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">29</FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char">UN</FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">date</FLD><FLD NAME="VVALPARAM" TYPE="Char">2025/06/02</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_DET"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT2"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(11) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL01177"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510481"
        }
        [4] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387629"
        }
        [5] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(3) "180"
        }
        [6] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260324"
        }
        [7] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(2) "29"
        }
        [10] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(2) "UN"
        }
        [11] = array(2) {
          [VCODPARAM] = string(4) "date"
          [VVALPARAM] = string(10) "2025/06/02"
        }
  }
}
 




DP1_actions.php
array(4) {
  [act] = string(9) "impligrec"
  [mfgnum] = string(13) "OFCR125050393"
  [mfglin] = string(4) "1000"
  [seq] = string(6) "493799"
}
 
Niv502/06/2025 11:15:4318ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125050380 1001 0 REF00113 2.52 KG 20250527 20250924 18 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050380</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1001</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">REF00113</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">2.52</FLD> <FLD NAME="PCU" TYPE="Char">KG</FLD> <FLD NAME="LOT" TYPE="Char">20250527</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20250924</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">18</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050380"
          [MFGLIN] = string(4) "1001"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "REF00113"
          [QTYPCU] = string(4) "2.52"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "20250527"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250924"
          [SSCC] = string(0) ""
          [USER] = string(2) "18"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125050380</FLD><FLD NAME="MFGLIN" TYPE="Integer">1001</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">REF00113</FLD><FLD NAME="QTYPCU" TYPE="Decimal">2.52</FLD><FLD NAME="PCU" TYPE="Char">KG</FLD><FLD NAME="LOT" TYPE="Char">20250527</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20250924</FLD><FLD NAME="SSCC" TYPE="Char">0000387630</FLD><FLD NAME="USER" TYPE="Char">18</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050380"
          [MFGLIN] = string(4) "1001"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "REF00113"
          [QTYPCU] = string(4) "2.52"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "20250527"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20250924"
          [SSCC] = string(10) "0000387630"
          [USER] = string(2) "18"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "REF00113"
  [desig] = string(19) "REFONTE BREMOND 30%"
  [lot] = string(8) "20250527"
  [dluo] = string(10) "24/09/2025"
  [qtyprd] = string(4) "2.52"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050380"
  [mfglin] = string(4) "1001"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 11:15:4318ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_ULM,,,FRA,CDT1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_ULM FRA CDT1 imp 1 site CR1 article REF00113 lot 20250527 loc sscc 0000387630 ope 18 qte 2.52 pcu pohnum bpsnum bpslot dluo 20250924 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_ULM</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">REF00113</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250527</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387630</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">18</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">2.52</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20250924</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_ULM"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "REF00113"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "20250527"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387630"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "18"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "2.52"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250924"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_ULM</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">REF00113</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250527</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387630</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">18</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">2.52</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20250924</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_ULM"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "REF00113"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "20250527"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387630"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "18"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(4) "2.52"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20250924"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "REF00113"
  [desig] = string(19) "REFONTE BREMOND 30%"
  [lot] = string(8) "20250527"
  [dluo] = string(10) "24/09/2025"
  [qtyprd] = string(4) "2.52"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050380"
  [mfglin] = string(4) "1001"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 11:15:4918ROYRENE:DES
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 274
Fonction : Valid_Suiviof(OFCR125050380,1001)

Call 4
Page : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 384
Fonction : save(DES, CR1 OFCR125050380 20250602 2 2.52 REF00113 1 REF00113 KG 2.52 20250527 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050380</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">2.52</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">REF00113</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">REF00113</FLD> <FLD NAME="UOM" TYPE="Char">KG</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">2.52</FLD> <FLD NAME="LOT" TYPE="Char">20250527</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(4) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125050380"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK2_1] = array(2) {
        [QTESUIVITM] = string(4) "2.52"
        [Y_ITMFILTER] = string(8) "REF00113"
  }
  [MTK2_2] = array(1) {
        [1] = array(5) {
          [NO] = string(1) "1"
          [ITMREF] = string(8) "REF00113"
          [UOM] = string(2) "KG"
          [UOMCPLQTY] = string(4) "2.52"
          [LOT] = string(8) "20250527"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000030</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125050380</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="ITMTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTOPE" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"></FLD><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char">KG</FLD><FLD NAME="ZUL" TYPE="Char">Kilogramme</FLD></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTMAT" TYPE="Integer">0</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602091548</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="50" ID="MTK2_2" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="PRODTYP" TYPE="Integer">1</FLD><FLD MENULAB="Sous-produit" MENULOCAL="2301" NAME="ITMTYP" TYPE="Integer">2</FLD><FLD NAME="ITMREF" TYPE="Char">REF00113</FLD><FLD NAME="UOM" TYPE="Char">KG</FLD><FLD NAME="UOMEXTQTY" TYPE="Decimal">0.28</FLD><FLD NAME="UOMCPLQTY" TYPE="Decimal">2.52</FLD><FLD NAME="UOMSTUCOE" TYPE="Decimal">1</FLD><FLD NAME="STU" TYPE="Char">KG</FLD><FLD NAME="CPLQTY" TYPE="Decimal">2.52</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="LOCTYP" TYPE="Char">CPROD</FLD><FLD NAME="LOC" TYPE="Char">CALPR</FLD><FLD NAME="LOT" TYPE="Char">20250527</FLD><FLD NAME="PALNUM" TYPE="Char">0000387630</FLD><FLD MENULAB="Non" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">1</FLD><FLD NAME="MVTDES" TYPE="Char"/><FLD NAME="ITMDES1" TYPE="Char">REFONTE BREMOND 30%</FLD><FLD NAME="BOMALT" TYPE="Integer">0</FLD><FLD NAME="MFGNUMIT" TYPE="Char">OFCR125050380</FLD><FLD NAME="CCE1" TYPE="Char"/><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/></LIN></TAB></RESULT>

DP1_actions.php
array(8) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000030"
        [MFGNUM] = string(13) "OFCR125050380"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [FILTOPE] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(2) "KG"
        [ZUL] = string(10) "Kilogramme"
  }
  [MTK3_1] = array(7) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [STOCOD] = string(1) "0"
        [FILTMAT] = string(1) "0"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602091548"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK2_2] = array(1) {
        [1] = array(40) {
          [NO] = string(1) "1"
          [PRODTYP] = string(1) "1"
          [ITMTYP] = string(1) "2"
          [ITMREF] = string(8) "REF00113"
          [UOM] = string(2) "KG"
          [UOMEXTQTY] = string(4) "0.28"
          [UOMCPLQTY] = string(4) "2.52"
          [UOMSTUCOE] = string(1) "1"
          [STU] = string(2) "KG"
          [CPLQTY] = string(4) "2.52"
          [STA] = string(1) "A"
          [LOCTYP] = string(5) "CPROD"
          [LOC] = string(5) "CALPR"
          [LOT] = string(8) "20250527"
          [PALNUM] = string(10) "0000387630"
          [CLEFLG] = string(1) "1"
          [MVTDES] = string(0) ""
          [ITMDES1] = string(19) "REFONTE BREMOND 30%"
          [BOMALT] = string(1) "0"
          [MFGNUMIT] = string(13) "OFCR125050380"
          [CCE1] = string(0) ""
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
        }
  }
}
 




DP1_actions.php
array(3) {
  [act] = string(10) "validSuivi"
  [mfgnum] = string(13) "OFCR125050380"
  [mfglin] = string(4) "1001"
}
 
Niv302/06/2025 11:15:4918ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 425
Fonct : Valid_Suiviof
Lien : /CRRPROD/DP1_actions.php?act=validSuivi&mfgnum=OFCR125050380&mfglin=1001DES
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050380</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">2.52</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">REF00113</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">REF00113</FLD> <FLD NAME="UOM" TYPE="Char">KG</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">2.52</FLD> <FLD NAME="LOT" TYPE="Char">20250527</FLD> </LIN> </TAB> </PARAM> Niv502/06/2025 11:16:1018ROYRENE:YWSDP01
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 616
Fonction : Run(YWSDP01, OFCR125050380 1000 0 CAL01187 71.70 KG 50510468 20260122 18 1 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <TAB ID="PARAM" SIZE="1"> <LIN NUM="1"> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050380</FLD> <FLD NAME="MFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SEQUENCE" TYPE="Integer">0</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL01187</FLD> <FLD NAME="QTYPCU" TYPE="Decimal">71.70</FLD> <FLD NAME="PCU" TYPE="Char">KG</FLD> <FLD NAME="LOT" TYPE="Char">50510468</FLD> <FLD NAME="SLO" TYPE="Char"></FLD> <FLD NAME="STA" TYPE="Char"></FLD> <FLD NAME="LOC" TYPE="Char"></FLD> <FLD NAME="DLUO" TYPE="date">20260122</FLD> <FLD NAME="SSCC" TYPE="Char"></FLD> <FLD NAME="USER" TYPE="Char">18</FLD> <FLD NAME="TYPLIG" TYPE="Integer">1</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050380"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CAL01187"
          [QTYPCU] = string(5) "71.70"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50510468"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260122"
          [SSCC] = string(0) ""
          [USER] = string(2) "18"
          [TYPLIG] = string(1) "1"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><TAB DIM="10" ID="PARAM" SIZE="1"><LIN NUM="1"><FLD NAME="MFGNUM" TYPE="Char">OFCR125050380</FLD><FLD NAME="MFGLIN" TYPE="Integer">1000</FLD><FLD NAME="SEQUENCE" TYPE="Integer">0</FLD><FLD NAME="ITMREF" TYPE="Char">CAL01187</FLD><FLD NAME="QTYPCU" TYPE="Decimal">71.70</FLD><FLD NAME="PCU" TYPE="Char">KG</FLD><FLD NAME="LOT" TYPE="Char">50510468</FLD><FLD NAME="SLO" TYPE="Char"></FLD><FLD NAME="STA" TYPE="Char"></FLD><FLD NAME="LOC" TYPE="Char"></FLD><FLD NAME="DLUO" TYPE="Date">20260122</FLD><FLD NAME="SSCC" TYPE="Char">0000387631</FLD><FLD NAME="USER" TYPE="Char">18</FLD><FLD NAME="TYPLIG" TYPE="Integer">1</FLD></LIN></TAB><TAB DIM="10" ID="RESULTAT" SIZE="0"/></RESULT>

DP1_actions.php
array(1) {
  [PARAM] = array(1) {
        [1] = array(14) {
          [MFGNUM] = string(13) "OFCR125050380"
          [MFGLIN] = string(4) "1000"
          [SEQUENCE] = string(1) "0"
          [ITMREF] = string(8) "CAL01187"
          [QTYPCU] = string(5) "71.70"
          [PCU] = string(2) "KG"
          [LOT] = string(8) "50510468"
          [SLO] = string(0) ""
          [STA] = string(0) ""
          [LOC] = string(0) ""
          [DLUO] = string(8) "20260122"
          [SSCC] = string(10) "0000387631"
          [USER] = string(2) "18"
          [TYPLIG] = string(1) "1"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CAL01187"
  [desig] = string(27) "CAL BRE GRI FW 10.5G CLIENT"
  [lot] = string(8) "50510468"
  [dluo] = string(10) "22/01/2026"
  [qtyprd] = string(5) "71.70"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050380"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 11:16:1018ROYRENE:YWSIMPV3
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 666
Fonction : WmsPrintAuto(PS2,Array)

Call 4
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1498
Fonction : WmsPrint(Y_ETI_STOUC1_2,1,Array,imp,,ETIQ_ULM,,,FRA,CDT1)

Call 5
Page : E:\WEB\Applications\CRRPROD\framework\php_fonctions\php_fonctions_X3.php
Ligne : 1563
Fonction : Run(YWSIMPV3, Y_ETI_STOUC1_2 1 ETIQ_ULM FRA CDT1 imp 1 site CR1 article CAL01187 lot 50510468 loc sscc 0000387631 ope 18 qte 71.70 pcu pohnum bpsnum bpslot dluo 20260122 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD> <FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD> <FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_ULM</FLD> <FLD NAME="VLANGUE" TYPE="Char">FRA</FLD> <FLD NAME="VUSER" TYPE="Char">CDT1</FLD> <FLD NAME="VDEST" TYPE="Char">imp</FLD> <FLD NAME="VSERVEUR" TYPE="Char"></FLD> <FLD NAME="VNOMFIC" TYPE="Char"></FLD> <FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD> </GRP> <TAB ID="PARAMTAB" SIZE="12"> <LIN NUM="1"> <FLD NAME="VCODPARAM" TYPE="Char">site</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD> </LIN> <LIN NUM="2"> <FLD NAME="VCODPARAM" TYPE="Char">article</FLD> <FLD NAME="VVALPARAM" TYPE="Char">CAL01187</FLD> </LIN> <LIN NUM="3"> <FLD NAME="VCODPARAM" TYPE="Char">lot</FLD> <FLD NAME="VVALPARAM" TYPE="Char">50510468</FLD> </LIN> <LIN NUM="4"> <FLD NAME="VCODPARAM" TYPE="Char">loc</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="5"> <FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD> <FLD NAME="VVALPARAM" TYPE="Char">0000387631</FLD> </LIN> <LIN NUM="6"> <FLD NAME="VCODPARAM" TYPE="Char">ope</FLD> <FLD NAME="VVALPARAM" TYPE="Char">18</FLD> </LIN> <LIN NUM="7"> <FLD NAME="VCODPARAM" TYPE="Char">qte</FLD> <FLD NAME="VVALPARAM" TYPE="Char">71.70</FLD> </LIN> <LIN NUM="8"> <FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="9"> <FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="10"> <FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="11"> <FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD> <FLD NAME="VVALPARAM" TYPE="Char"></FLD> </LIN> <LIN NUM="12"> <FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD> <FLD NAME="VVALPARAM" TYPE="Char">20260122</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(2) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_ULM"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL01187"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510468"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387631"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "18"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "71.70"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260122"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="VCODEETAT" TYPE="Char">Y_ETI_STOUC1_2</FLD><FLD NAME="VNBCOPIES" TYPE="Integer">1</FLD><FLD NAME="VIMPRIMANTE" TYPE="Char">ETIQ_ULM</FLD><FLD NAME="VLANGUE" TYPE="Char">FRA</FLD><FLD NAME="VUSER" TYPE="Char">CDT1</FLD><FLD NAME="VDEST" TYPE="Char">imp</FLD><FLD NAME="VSERVEUR" TYPE="Char"></FLD><FLD NAME="VNOMFIC" TYPE="Char"></FLD><FLD NAME="VFORMATFIC" TYPE="Integer">1</FLD></GRP><GRP ID="RESULTAT"><FLD NAME="VSTATUT" TYPE="Integer">0</FLD></GRP><TAB DIM="50" ID="PARAMTAB" SIZE="12"><LIN NUM="1"><FLD NAME="VCODPARAM" TYPE="Char">site</FLD><FLD NAME="VVALPARAM" TYPE="Char">CR1</FLD></LIN><LIN NUM="2"><FLD NAME="VCODPARAM" TYPE="Char">article</FLD><FLD NAME="VVALPARAM" TYPE="Char">CAL01187</FLD></LIN><LIN NUM="3"><FLD NAME="VCODPARAM" TYPE="Char">lot</FLD><FLD NAME="VVALPARAM" TYPE="Char">50510468</FLD></LIN><LIN NUM="4"><FLD NAME="VCODPARAM" TYPE="Char">loc</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="5"><FLD NAME="VCODPARAM" TYPE="Char">sscc</FLD><FLD NAME="VVALPARAM" TYPE="Char">0000387631</FLD></LIN><LIN NUM="6"><FLD NAME="VCODPARAM" TYPE="Char">ope</FLD><FLD NAME="VVALPARAM" TYPE="Char">18</FLD></LIN><LIN NUM="7"><FLD NAME="VCODPARAM" TYPE="Char">qte</FLD><FLD NAME="VVALPARAM" TYPE="Char">71.70</FLD></LIN><LIN NUM="8"><FLD NAME="VCODPARAM" TYPE="Char">pcu</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="9"><FLD NAME="VCODPARAM" TYPE="Char">pohnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="10"><FLD NAME="VCODPARAM" TYPE="Char">bpsnum</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="11"><FLD NAME="VCODPARAM" TYPE="Char">bpslot</FLD><FLD NAME="VVALPARAM" TYPE="Char"></FLD></LIN><LIN NUM="12"><FLD NAME="VCODPARAM" TYPE="Char">dluo</FLD><FLD NAME="VVALPARAM" TYPE="Char">20260122</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(3) {
  [PARAM] = array(9) {
        [VCODEETAT] = string(14) "Y_ETI_STOUC1_2"
        [VNBCOPIES] = string(1) "1"
        [VIMPRIMANTE] = string(8) "ETIQ_ULM"
        [VLANGUE] = string(3) "FRA"
        [VUSER] = string(4) "CDT1"
        [VDEST] = string(3) "imp"
        [VSERVEUR] = string(0) ""
        [VNOMFIC] = string(0) ""
        [VFORMATFIC] = string(1) "1"
  }
  [RESULTAT] = array(1) {
        [VSTATUT] = string(1) "0"
  }
  [PARAMTAB] = array(12) {
        [1] = array(2) {
          [VCODPARAM] = string(4) "site"
          [VVALPARAM] = string(3) "CR1"
        }
        [2] = array(2) {
          [VCODPARAM] = string(7) "article"
          [VVALPARAM] = string(8) "CAL01187"
        }
        [3] = array(2) {
          [VCODPARAM] = string(3) "lot"
          [VVALPARAM] = string(8) "50510468"
        }
        [4] = array(2) {
          [VCODPARAM] = string(3) "loc"
          [VVALPARAM] = string(0) ""
        }
        [5] = array(2) {
          [VCODPARAM] = string(4) "sscc"
          [VVALPARAM] = string(10) "0000387631"
        }
        [6] = array(2) {
          [VCODPARAM] = string(3) "ope"
          [VVALPARAM] = string(2) "18"
        }
        [7] = array(2) {
          [VCODPARAM] = string(3) "qte"
          [VVALPARAM] = string(5) "71.70"
        }
        [8] = array(2) {
          [VCODPARAM] = string(3) "pcu"
          [VVALPARAM] = string(0) ""
        }
        [9] = array(2) {
          [VCODPARAM] = string(6) "pohnum"
          [VVALPARAM] = string(0) ""
        }
        [10] = array(2) {
          [VCODPARAM] = string(6) "bpsnum"
          [VVALPARAM] = string(0) ""
        }
        [11] = array(2) {
          [VCODPARAM] = string(6) "bpslot"
          [VVALPARAM] = string(0) ""
        }
        [12] = array(2) {
          [VCODPARAM] = string(4) "dluo"
          [VVALPARAM] = string(8) "20260122"
        }
  }
}
 




DP1_actions.php
array(12) {
  [AutomaticLineValue] = string(0) ""
  [article] = string(8) "CAL01187"
  [desig] = string(27) "CAL BRE GRI FW 10.5G CLIENT"
  [lot] = string(8) "50510468"
  [dluo] = string(10) "22/01/2026"
  [qtyprd] = string(5) "71.70"
  [pcu] = string(2) "KG"
  [impetiq] = string(3) "OUI"
  [act] = string(8) "RecLigne"
  [mfgnum] = string(13) "OFCR125050380"
  [mfglin] = string(4) "1000"
  [gotoDP1_03] = string(10) "gotoDP1_03"
}
 
Niv502/06/2025 11:16:2118ROYRENE:DEC
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\DP1_actions.php
Ligne : 274
Fonction : Valid_Suiviof(OFCR125050380,1000)

Call 4
Page : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 384
Fonction : save(DEC, CR1 OFCR125050380 20250602 2 71.7 CAL01187 1 CAL01187 KG 71.7 50510468 )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050380</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">71.7</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">CAL01187</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL01187</FLD> <FLD NAME="UOM" TYPE="Char">KG</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">71.7</FLD> <FLD NAME="LOT" TYPE="Char">50510468</FLD> </LIN> </TAB> </PARAM>

DP1_actions.php
array(4) {
  [MTK0_1] = array(4) {
        [MFGFCY] = string(3) "CR1"
        [MFGTRKNUM] = string(0) ""
        [MFGNUM] = string(13) "OFCR125050380"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(1) {
        [ITMTRKFLG] = string(1) "2"
  }
  [MTK2_1] = array(2) {
        [QTESUIVITM] = string(4) "71.7"
        [Y_ITMFILTER] = string(8) "CAL01187"
  }
  [MTK2_2] = array(1) {
        [1] = array(5) {
          [NO] = string(1) "1"
          [ITMREF] = string(8) "CAL01187"
          [UOM] = string(2) "KG"
          [UOMCPLQTY] = string(4) "71.7"
          [LOT] = string(8) "50510468"
        }
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="MTK0_1"><FLD NAME="MFGFCY" TYPE="Char">CR1</FLD><FLD NAME="ZMFGFCY" TYPE="Char">FabriqueRR</FLD><FLD NAME="MFGTRKNUM" TYPE="Char">SVCR12506000031</FLD><FLD NAME="MFGNUM" TYPE="Char">OFCR125050380</FLD><FLD NAME="MFGTRKDAT" TYPE="Date">20250602</FLD></GRP><GRP ID="MTK0_2"><FLD MENULAB="Oui" MENULOCAL="1" NAME="ITMTRKFLG" TYPE="Integer">2</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="MATTRKFLG" TYPE="Integer">2</FLD></GRP><GRP ID="MTK1_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">0</FLD><FLD MENULAB="" MENULOCAL="355" NAME="FILTOPE" TYPE="Integer">0</FLD><FLD NAME="QTESUIVOPE" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK2_1"><FLD NAME="Y_ITMFILTER" TYPE="Char"></FLD><FLD NAME="QTESUIVITM" TYPE="Decimal">0</FLD><FLD NAME="UL" TYPE="Char">KG</FLD><FLD NAME="ZUL" TYPE="Char">Kilogramme</FLD></GRP><GRP ID="MTK3_1"><FLD NAME="WOPE1" TYPE="Integer">0</FLD><FLD NAME="WOPE2" TYPE="Integer">9999</FLD><FLD MENULAB="Post-consommation" MENULOCAL="227" NAME="STOCOD" TYPE="Integer">2</FLD><FLD MENULAB="Non soldées" MENULOCAL="355" NAME="FILTMAT" TYPE="Integer">1</FLD><FLD NAME="QTESUIVMAT" TYPE="Decimal">0</FLD><FLD NAME="UOM" TYPE="Char"/><FLD NAME="ZUOM" TYPE="Char"/></GRP><GRP ID="MTK3_2"><FLD NAME="LOCSTO" TYPE="Char"/></GRP><GRP ID="ADXTEC"><FLD NAME="WW_MODSTAMP" TYPE="Char">20250602091620</FLD><FLD NAME="WW_MODUSER" TYPE="Char">WSERV</FLD></GRP><TAB DIM="50" ID="MTK2_2" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="PRODTYP" TYPE="Integer">1</FLD><FLD MENULAB="Produit" MENULOCAL="2301" NAME="ITMTYP" TYPE="Integer">1</FLD><FLD NAME="ITMREF" TYPE="Char">CAL01187</FLD><FLD NAME="UOM" TYPE="Char">KG</FLD><FLD NAME="UOMEXTQTY" TYPE="Decimal">0</FLD><FLD NAME="UOMCPLQTY" TYPE="Decimal">71.7</FLD><FLD NAME="UOMSTUCOE" TYPE="Decimal">1</FLD><FLD NAME="STU" TYPE="Char">KG</FLD><FLD NAME="CPLQTY" TYPE="Decimal">71.7</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD NAME="LOCTYP" TYPE="Char">LOG</FLD><FLD NAME="LOC" TYPE="Char">GRIL</FLD><FLD NAME="LOT" TYPE="Char">50510468</FLD><FLD NAME="PALNUM" TYPE="Char">0000387631</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD NAME="MVTDES" TYPE="Char"/><FLD NAME="ITMDES1" TYPE="Char">CAL BRE GRI FW 10.5G CLIENT</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMIT" TYPE="Char">OFCR125050380</FLD><FLD NAME="CCE1" TYPE="Char"/><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/></LIN></TAB><TAB DIM="100" ID="MTK3_3" SIZE="1"><LIN NUM="1"><FLD NAME="NO" TYPE="Integer">1</FLD><FLD MENULAB="OF" MENULOCAL="2306" NAME="MATTYP" TYPE="Integer">1</FLD><FLD MENULAB="Normal" MENULOCAL="438" NAME="CPNTYP" TYPE="Integer">1</FLD><FLD NAME="MATITMREF" TYPE="Char">EMB00403</FLD><FLD NAME="ITMDES1" TYPE="Char">FILM OPP NEU COEX 30 LAI 100MM</FLD><FLD NAME="OPENUM" TYPE="Integer">0</FLD><FLD NAME="CPLWST" TYPE="Char"/><FLD NAME="WSTSHO" TYPE="Char"/><FLD NAME="STU" TYPE="Char">KG</FLD><FLD NAME="RETQTY" TYPE="Decimal">0</FLD><FLD NAME="USEQTY" TYPE="Decimal">3.1243</FLD><FLD MENULAB="Physique" MENULOCAL="2311" NAME="TYPQTY" TYPE="Integer">2</FLD><FLD NAME="LOT" TYPE="Char">50210698</FLD><FLD NAME="LOC" TYPE="Char">FA41</FLD><FLD NAME="STA" TYPE="Char">A</FLD><FLD MENULAB="Oui" MENULOCAL="1" NAME="CLEFLG" TYPE="Integer">2</FLD><FLD MENULAB="Post-consommation" MENULOCAL="217" NAME="STOCODL" TYPE="Integer">2</FLD><FLD NAME="RETDAT" TYPE="Date">20250526</FLD><FLD NAME="BOMNUM" TYPE="Char">CAL01187</FLD><FLD NAME="BOMALT" TYPE="Integer">1</FLD><FLD NAME="MFGNUMMA" TYPE="Char">OFCR125050380</FLD><FLD MENULAB="Aucune" MENULOCAL="340" NAME="ALLSTA" TYPE="Integer">1</FLD><FLD NAME="CCE1" TYPE="Char">ACHSTK</FLD><FLD NAME="CCE2" TYPE="Char"/><FLD NAME="CCE3" TYPE="Char"/><FLD NAME="CCE4" TYPE="Char"/><FLD NAME="CCE5" TYPE="Char"/><FLD NAME="CCE6" TYPE="Char"/><FLD NAME="CCE7" TYPE="Char"/><FLD NAME="CCE8" TYPE="Char"/><FLD NAME="CCE9" TYPE="Char"/><FLD NAME="CCE10" TYPE="Char"/><FLD NAME="CCE11" TYPE="Char"/><FLD NAME="CCE12" TYPE="Char"/><FLD NAME="CCE13" TYPE="Char"/><FLD NAME="CCE14" TYPE="Char"/><FLD NAME="CCE15" TYPE="Char"/><FLD NAME="CCE16" TYPE="Char"/><FLD NAME="CCE17" TYPE="Char"/><FLD NAME="CCE18" TYPE="Char"/><FLD NAME="CCE19" TYPE="Char"/><FLD NAME="CCE20" TYPE="Char"/><FLD MENULAB="Oui" MENULOCAL="1" NAME="LOCMGTCOD" TYPE="Integer">2</FLD></LIN></TAB></RESULT>

DP1_actions.php
array(9) {
  [MTK0_1] = array(5) {
        [MFGFCY] = string(3) "CR1"
        [ZMFGFCY] = string(10) "FabriqueRR"
        [MFGTRKNUM] = string(15) "SVCR12506000031"
        [MFGNUM] = string(13) "OFCR125050380"
        [MFGTRKDAT] = string(8) "20250602"
  }
  [MTK0_2] = array(2) {
        [ITMTRKFLG] = string(1) "2"
        [MATTRKFLG] = string(1) "2"
  }
  [MTK1_1] = array(6) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(1) "0"
        [FILTOPE] = string(1) "0"
        [QTESUIVOPE] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK2_1] = array(4) {
        [Y_ITMFILTER] = string(0) ""
        [QTESUIVITM] = string(1) "0"
        [UL] = string(2) "KG"
        [ZUL] = string(10) "Kilogramme"
  }
  [MTK3_1] = array(7) {
        [WOPE1] = string(1) "0"
        [WOPE2] = string(4) "9999"
        [STOCOD] = string(1) "2"
        [FILTMAT] = string(1) "1"
        [QTESUIVMAT] = string(1) "0"
        [UOM] = string(0) ""
        [ZUOM] = string(0) ""
  }
  [MTK3_2] = array(1) {
        [LOCSTO] = string(0) ""
  }
  [ADXTEC] = array(2) {
        [WW_MODSTAMP] = string(14) "20250602091620"
        [WW_MODUSER] = string(5) "WSERV"
  }
  [MTK2_2] = array(1) {
        [1] = array(40) {
          [NO] = string(1) "1"
          [PRODTYP] = string(1) "1"
          [ITMTYP] = string(1) "1"
          [ITMREF] = string(8) "CAL01187"
          [UOM] = string(2) "KG"
          [UOMEXTQTY] = string(1) "0"
          [UOMCPLQTY] = string(4) "71.7"
          [UOMSTUCOE] = string(1) "1"
          [STU] = string(2) "KG"
          [CPLQTY] = string(4) "71.7"
          [STA] = string(1) "A"
          [LOCTYP] = string(3) "LOG"
          [LOC] = string(4) "GRIL"
          [LOT] = string(8) "50510468"
          [PALNUM] = string(10) "0000387631"
          [CLEFLG] = string(1) "2"
          [MVTDES] = string(0) ""
          [ITMDES1] = string(27) "CAL BRE GRI FW 10.5G CLIENT"
          [BOMALT] = string(1) "1"
          [MFGNUMIT] = string(13) "OFCR125050380"
          [CCE1] = string(0) ""
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
        }
  }
  [MTK3_3] = array(1) {
        [1] = array(43) {
          [NO] = string(1) "1"
          [MATTYP] = string(1) "1"
          [CPNTYP] = string(1) "1"
          [MATITMREF] = string(8) "EMB00403"
          [ITMDES1] = string(30) "FILM OPP NEU COEX 30 LAI 100MM"
          [OPENUM] = string(1) "0"
          [CPLWST] = string(0) ""
          [WSTSHO] = string(0) ""
          [STU] = string(2) "KG"
          [RETQTY] = string(1) "0"
          [USEQTY] = string(6) "3.1243"
          [TYPQTY] = string(1) "2"
          [LOT] = string(8) "50210698"
          [LOC] = string(4) "FA41"
          [STA] = string(1) "A"
          [CLEFLG] = string(1) "2"
          [STOCODL] = string(1) "2"
          [RETDAT] = string(8) "20250526"
          [BOMNUM] = string(8) "CAL01187"
          [BOMALT] = string(1) "1"
          [MFGNUMMA] = string(13) "OFCR125050380"
          [ALLSTA] = string(1) "1"
          [CCE1] = string(6) "ACHSTK"
          [CCE2] = string(0) ""
          [CCE3] = string(0) ""
          [CCE4] = string(0) ""
          [CCE5] = string(0) ""
          [CCE6] = string(0) ""
          [CCE7] = string(0) ""
          [CCE8] = string(0) ""
          [CCE9] = string(0) ""
          [CCE10] = string(0) ""
          [CCE11] = string(0) ""
          [CCE12] = string(0) ""
          [CCE13] = string(0) ""
          [CCE14] = string(0) ""
          [CCE15] = string(0) ""
          [CCE16] = string(0) ""
          [CCE17] = string(0) ""
          [CCE18] = string(0) ""
          [CCE19] = string(0) ""
          [CCE20] = string(0) ""
          [LOCMGTCOD] = string(1) "2"
        }
  }
}
 




DP1_actions.php
array(3) {
  [act] = string(10) "validSuivi"
  [mfgnum] = string(13) "OFCR125050380"
  [mfglin] = string(4) "1000"
}
 
Niv302/06/2025 11:16:2118ROYRENE
Clone : CRRPRODPage : E:\WEB\Applications\CRRPROD\DP1_fonctions.php
Ligne : 425
Fonct : Valid_Suiviof
Lien : /CRRPROD/DP1_actions.php?act=validSuivi&mfgnum=OFCR125050380&mfglin=1000DEC
<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="MTK0_1" > <FLD NAME="MFGFCY" TYPE="Char">CR1</FLD> <FLD NAME="MFGTRKNUM" TYPE="Char"></FLD> <FLD NAME="MFGNUM" TYPE="Char">OFCR125050380</FLD> <FLD NAME="MFGTRKDAT" TYPE="date">20250602</FLD> </GRP> <GRP ID="MTK0_2" > <FLD NAME="ITMTRKFLG" TYPE="Integer">2</FLD> </GRP> <GRP ID="MTK2_1" > <FLD NAME="QTESUIVITM" TYPE="Decimal">71.7</FLD> <FLD NAME="Y_ITMFILTER" TYPE="Char">CAL01187</FLD> </GRP> <TAB ID="MTK2_2" SIZE="1"> <LIN NUM="1"> <FLD NAME="NO" TYPE="Integer">1</FLD> <FLD NAME="ITMREF" TYPE="Char">CAL01187</FLD> <FLD NAME="UOM" TYPE="Char">KG</FLD> <FLD NAME="UOMCPLQTY" TYPE="Decimal">71.7</FLD> <FLD NAME="LOT" TYPE="Char">50510468</FLD> </LIN> </TAB> </PARAM> Niv502/06/2025 11:19:4318ROYRENE:YWTRFSM02
Clone : CRRPROD
Call 1
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 2
Fonction : Cryptée

Call 2
Page : \
Ligne :
Fonction : unknown

Call 3
Page : E:\WEB\Applications\CRRPROD\SM1_actions.php
Ligne : 1015
Fonction : Run(YWTRFSM02, 18#CAL00216 18 CR1 CAL00216 CALCO 50510514 A 0000387303 10.228 OFCR125050380 1000 10 CALCO A A )

<?xml version="1.0" encoding="UTF-8"?> <PARAM> <GRP ID="PARAM" > <FLD NAME="SLIB" TYPE="Char">18#CAL00216</FLD> <FLD NAME="USER" TYPE="Char">18</FLD> <FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD> <FLD NAME="SITMREF" TYPE="Char">CAL00216</FLD> <FLD NAME="SLOC" TYPE="Char">CALCO</FLD> <FLD NAME="SLOT" TYPE="Char">50510514</FLD> <FLD NAME="SSLO" TYPE="Char"></FLD> <FLD NAME="SSTA" TYPE="Char">A</FLD> <FLD NAME="SPALNUM" TYPE="Char">0000387303</FLD> <FLD NAME="SCTRNUM" TYPE="Char"></FLD> <FLD NAME="SQTYSTU" TYPE="Decimal">10.228</FLD> <FLD NAME="SMFGNUM" TYPE="Char">OFCR125050380</FLD> <FLD NAME="SMFGLIN" TYPE="Integer">1000</FLD> <FLD NAME="SBOMSEQ" TYPE="Integer">10</FLD> <FLD NAME="DLOC" TYPE="Char">CALCO</FLD> <FLD NAME="DSTA" TYPE="Char">A</FLD> <FLD NAME="STODO" TYPE="Char">A</FLD> </GRP> </PARAM>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(11) "18#CAL00216"
        [USER] = string(2) "18"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00216"
        [SLOC] = string(5) "CALCO"
        [SLOT] = string(8) "50510514"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387303"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(6) "10.228"
        [SMFGNUM] = string(13) "OFCR125050380"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "10"
        [DLOC] = string(5) "CALCO"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 
<?xml version="1.0" encoding="UTF-8"?><RESULT><GRP ID="PARAM"><FLD NAME="SLIB" TYPE="Char">18#CAL00216</FLD><FLD NAME="USER" TYPE="Char">18</FLD><FLD NAME="SSTOFCY" TYPE="Char">CR1</FLD><FLD NAME="SITMREF" TYPE="Char">CAL00216</FLD><FLD NAME="SLOC" TYPE="Char">CALCO</FLD><FLD NAME="SLOT" TYPE="Char">50510514</FLD><FLD NAME="SSLO" TYPE="Char"></FLD><FLD NAME="SSTA" TYPE="Char">A</FLD><FLD NAME="SPALNUM" TYPE="Char">0000387303</FLD><FLD NAME="SCTRNUM" TYPE="Char"></FLD><FLD NAME="SQTYSTU" TYPE="Decimal">10.228</FLD><FLD NAME="SMFGNUM" TYPE="Char">OFCR125050380</FLD><FLD NAME="SMFGLIN" TYPE="Decimal">1000</FLD><FLD NAME="SBOMSEQ" TYPE="Decimal">10</FLD><FLD NAME="DLOC" TYPE="Char">CALCO</FLD><FLD NAME="DSTA" TYPE="Char">A</FLD><FLD NAME="STODO" TYPE="Char">A</FLD></GRP></RESULT>

SM1_actions.php
array(1) {
  [PARAM] = array(17) {
        [SLIB] = string(11) "18#CAL00216"
        [USER] = string(2) "18"
        [SSTOFCY] = string(3) "CR1"
        [SITMREF] = string(8) "CAL00216"
        [SLOC] = string(5) "CALCO"
        [SLOT] = string(8) "50510514"
        [SSLO] = string(0) ""
        [SSTA] = string(1) "A"
        [SPALNUM] = string(10) "0000387303"
        [SCTRNUM] = string(0) ""
        [SQTYSTU] = string(6) "10.228"
        [SMFGNUM] = string(13) "OFCR125050380"
        [SMFGLIN] = string(4) "1000"
        [SBOMSEQ] = string(2) "10"
        [DLOC] = string(5) "CALCO"
        [DSTA] = string(1) "A"
        [STODO] = string(1) "A"
  }
}
 




SM1_actions.php
array(28) {
  [AutomaticLineValue] = string(9) "article;0"
  [act] = string(8) "lstValid"
  [bomope] = string(0) ""
  [bomseq] = string(2) "10"
  [mfglin] = string(4) "1000"
  [numof] = string(13) "OFCR125050380"
  [wst] = string(0) ""
  [tablin] = string(1) "0"
  [retqty] = string(5) "4.109"
  [qtyprep] = string(1) "0"
  [sta] = string(1) "A"
  [slo] = string(1) " "
  [palnum] = string(10) "0000387303"
  [stocou] = string(7) "1743942"
  [vide] = string(25) "OFCR125050380 / 1000 / 10"
  [article] = string(8) "CAL00216"
  [designation] = string(26) "CALISSON BREMOND GRI 10.5G"
  [resqty] = string(7) "0/4.109"
  [sloc] = string(5) "CALCO"
  [flash] = string(10) "0000387303"
  [dloc] = string(5) "CALCO"
  [qtypf] = string(0) ""
  [uomlink] = string(2) "KG"
  [dflash] = string(0) ""
  [qte] = string(6) "10.228"
  [unite] = string(3) "MIL"
  [lot] = string(8) "50510514"
  [ajxact] = string(10) "AjxAutoqte"
}