Hey,
Could someone help me convert this query SQL Server for Hana?
Regards,
César
DECLARE @startano INT = 2018, @endano INT, @ano INT = YEAR(GETDATE()), @lote VARCHAR(3)
SET @endano = @startano + 25;
WITH BaseLote AS (SELECT @startano AS ...
Dear Experts,
Is there any way to change the due dates on the outgoing invoice via DIAPI
or UIAPI or even via DTW, because I need to change a large number of installments (INV6 - A/R Invoice - Installments)
Please share some advise.
Olá,
Tenho que criar uma consulta que busque os componentes usados em um determinado lote de ordem de produção, porem, preciso descer mais o nivel (Montar arvore do Produto)
Ex. Lote da OP = PS00062 - "Panela" está trazendo todos os itens co...
Bom dia, vê se ajudaSELECT
CASE T3.BaseType
WHEN 13 THEN 'Fatura Clientes'
WHEN 14 THEN 'Notas de credito Clientes'
WHEN 15 THEN 'Doc. Entrega'
WHEN 16 THEN 'Devolução'
WHEN 18 THEN 'Fatura Fornecedores'
WHE...
Bom dia, eu uso a consulta abaixo para rastrear o lote em toda a sua movimentaçãoverifique se dá para adaptar a suas necessidadesSELECT DISTINCT
T0.ItemCode ,
T0.ItemName ,
T0.BatchNum AS Lote,
T0.WhsCode AS Depósito,
CASE T1.Sta...