Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current Restore this Version View Version History

« Previous Version 2 Current »

Documentação:

Descrição da tabela:

Tabela de caracteristicas do produto por linha

Tabelas utilizadas:

  1. SAP.MARA

  2. SAP.INOB

  3. SAP.AUSP

  4. SAP.CABN

Montagem:

1 - É feito um select na tabela base SAP.MARA

2 -Left join com a tabela SAP.INOB com a seguinte regra:

MARA.MATNR = LEFT(INOB.OBJEK,8) AND TRIM(INOB.KLART) = '001'

3 - Left join com a tabela SAP.AUSP com a seguinte regra:

TRIM(INOB.CUOBJ) = TRIM(AUSP.OBJEK)

4 - Left join com a tabela SAP.CABN com a seguinte regra:

AUSP.ATINN = CABN.ATINN

5 - Carga FULL

Saída dos campos:

Campo

Nome da Saida

i.OBJEK

PRODUTO

a.ATINN

CARACTERISTICA

a.KLART

TIPO_CLASSE

a.ATWRT

NOME_CARACTERISTICA

c.ATNAM

VALOR

a.DEC_VALUE_FROM

DECIMAL_VALOR_DE

a.DEC_VALUE_TO

DECIMAL_VALOR_ATE

Databricks:

camada_semantica.classificacao

Documentação de desenvolvimento - Basseto

1 -Data-types 2 - Regra de desenvolvimento

Adicionar categoria

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.