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

Version 1 Next »

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

Saida dos campos:

Databricks:

camada_semantica.classificacao

Documentação de desenvolvimento - Basseto

1 -Data-types 2 - Regra de desenvolvimento

Adicionar categoria