refactor(datamart): psi work
This commit is contained in:
@@ -17,6 +17,10 @@ x.ArtikelVariantenAlias as Alias
|
||||
,IdProdPlanung as Lot
|
||||
----,IdAdressen,
|
||||
,x.AdressBez
|
||||
,x.IdLagerAbteilung as 'location'
|
||||
,x.LagerAbteilungKurzBez
|
||||
,x.IdWarenlager as warehouseID
|
||||
,x.WarenLagerKurzBez as warehouseName
|
||||
--,*
|
||||
from [AlplaPROD_test1].dbo.[V_LagerPositionenBarcodes] (nolock) x
|
||||
|
||||
@@ -39,6 +43,10 @@ group by x.idartikelVarianten, ArtikelVariantenAlias, c.Description
|
||||
--,IdAdressen
|
||||
,x.AdressBez
|
||||
,IdProdPlanung
|
||||
,x.IdLagerAbteilung
|
||||
,x.LagerAbteilungKurzBez
|
||||
,x.IdWarenlager
|
||||
,x.WarenLagerKurzBez
|
||||
--, x.Lfdnr
|
||||
order by x.IdArtikelVarianten
|
||||
|
||||
|
||||
Reference in New Issue
Block a user