08. SILVER SD SHIPPING DOCUMENT ECC

08. SILVER SD SHIPPING DOCUMENT ECC


ENTIDAD SILVER DE TRANSPORTES 

Este modelo de datos pertenece a la capa Silver de la arquitectura de medallón, donde los datos han sido limpiados, integrados y estructurados para su uso analítico. Se centra en la gestión del transporte y logística dentro del módulo Sales and Distribution (SD) en SAP ECC, consolidando la información sobre la planificación, ejecución y seguimiento de los movimientos de mercancías.

El objetivo de este modelo es proporcionar una visión clara y estructurada de las operaciones de transporte, permitiendo el análisis y la optimización de la distribución de productos. La integración de esta información facilita la monitorización del desempeño logístico.




Categorización de la Entidad 

Esta entidad está categorizada en los siguientes ámbitos, según su propósito y aplicación:

BI_SILVER_SD_TRANSPORTATION_ECC 

  • Propósito: Análisis avanzados, generación de informes y dashboards sobre la gestión de transporte. 

OI_SILVER_SD_TRANSPORTATION_ECC 

  • Propósito: Monitorización en tiempo real y mejora de la eficiencia en la ejecución de transportes. 
  • Alcance de los Datos: Solo almacena documentos de transporte con una antigüedad no mayor a un año, asegurando que los datos sean recientes y relevantes para análisis operacionales. Esta restricción mejora la calidad de los datos dentro del ámbito OI, optimizando el rendimiento en consultas en tiempo real. 



  1. Ruta:
    \<raíz_del_proyecto>\dbt_oneconnect_ecc\models\ORDER_TO_CASH\
  2. Nombre del archivo BI:
    BI_ORDER_TO_CASH\BI_SILVER_SD_SHIPPING_DOCUMENT_ECC.sql
  3. Nombre del archivo OI:
    OI_ORDER_TO_CASH\OI_SILVER_SD_SHIPPING_DOCUMENT_ECC.sql



    Dependencias 
  • VTTK (Cabecera de Transporte)
    Contiene los datos generales de la cabecera de un documento de transporte en SAP, incluyendo información sobre el número de transporte, transportista, fechas clave y estado del envío.
    <client>_<environment>_SD_TRANPORTE_CABECERA

  • VTTP (Posiciones de Transporte)
    Almacena los detalles de los ítems asociados a un documento de transporte, como los materiales transportados, cantidades, unidades logísticas y datos de entrega.
    <client>_<environment>_SD_TRANPORTE_PARTIDA




Instalación 

  • Business Intelligence (BI)

docker-compose up -d dbt_bi_shipping_document --build


  • Operational Intelligence (OI)

docker-compose up -d dbt_oi_shipping_document --build




Modelo sql BI ejecutado 

  1. {{ config(
  2.    order_by="(
  3.        mandante_vttk, transporte_vttk,
  4.        mandante_vttp, transporte_vttp, posicion_vttp
  5.    )",
  6.    engine='ReplacingMergeTree(_version)',
  7.    materialized='incremental',
  8.    incremental_strategy='append',
  9.    pre_hook=[
  10.         "{% if is_incremental() %}
  11.             ALTER TABLE {{this}} DELETE
  12.                WHERE transporte_vttk IN (
  13.                    SELECT transporte_vttk
  14.                    FROM {{this}} AS this FINAL
  15.                    LEFT JOIN {{ source('oneconnect', 'PR0_B_SD_TRANPORTE_CABECERA') }} AS src
  16.                        ON src.transporte = this.transporte_vttk
  17.                    WHERE src.transporte = ''
  18.                )
  19.         {% endif %}"
  20.     ]
  21. )}}


  22. WITH SD_TRANPORTE_CABECERA AS (
  23.    SELECT
  24.        vttk.mandante AS mandante_vttk,
  25.        vttk.transporte AS transporte_vttk,
  26.        vttk.tipo_doc AS tipo_doc_vttk,
  27.        vttk.cl_transp AS cl_transp_vttk,
  28.        vttk.ptplatrnsp AS ptplatrnsp_vttk,
  29.        vttk.creado AS creado_vttk,
  30.        vttk.el AS el_vttk,
  31.        vttk.hora AS hora_vttk,
  32.        vttk.por AS por_vttk,
  33.        vttk.mod AS mod_vttk,
  34.        vttk.horamodif AS horamodif_vttk,
  35.        vttk.dettramo AS dettramo_vttk,
  36.        vttk.cldespexpd AS cldespexpd_vttk,
  37.        vttk.ctrlgest AS ctrlgest_vttk,
  38.        vttk.clmdtransp AS clmdtransp_vttk,
  39.        vttk.t_camion AS t_camion_vttk,
  40.        vttk.clexptrpr AS clexptrpr_vttk,
  41.        vttk.clexptrsup AS clexptrsup_vttk,
  42.        vttk.indtramo AS indtramo_vttk,
  43.        vttk.condexp AS condexp_vttk,
  44.        vttk.rutatransp AS rutatransp_vttk,
  45.        vttk.piloto AS piloto_vttk,
  46.        vttk.ticket AS ticket_vttk,
  47.        vttk.no_lic AS no_lic_vttk,
  48.        vttk.idssocial AS idssocial_vttk,
  49.        vttk.planif AS planif_vttk,
  50.        vttk.finplanif AS finplanif_vttk,
  51.        vttk.finplanif1 AS finplanif1_vttk,
  52.        vttk.garita AS garita_vttk,
  53.        vttk.ingplanta AS ingplanta_vttk,
  54.        vttk.horaplreg AS horaplreg_vttk,
  55.        vttk.feactreg AS feactreg_vttk,
  56.        vttk.horaactreg AS horaactreg_vttk,
  57.        vttk.in_carga AS in_carga_vttk,
  58.        vttk.inplancarg AS inplancarg_vttk,
  59.        vttk.hrprvicga AS hrprvicga_vttk,
  60.        vttk.inactcarga AS inactcarga_vttk,
  61.        vttk.hractincga AS hractincga_vttk,
  62.        vttk.fin_carga AS fin_carga_vttk,
  63.        vttk.finplcarga AS finplcarga_vttk,
  64.        vttk.hrprficga AS hrprficga_vttk,
  65.        vttk.finactcarg AS finactcarg_vttk,
  66.        vttk.hracfincga AS hracfincga_vttk,
  67.        vttk.despexp AS despexp_vttk,
  68.        vttk.feplanexp AS feplanexp_vttk,
  69.        vttk.horpldesp AS horpldesp_vttk,
  70.        vttk.feactdpexp AS feactdpexp_vttk,
  71.        vttk.horaactdee AS horaactdee_vttk,
  72.        vttk.in_transp AS in_transp_vttk,
  73.        vttk.intranplan AS intranplan_vttk,
  74.        vttk.hrprintrsp AS hrprintrsp_vttk,
  75.        vttk.inacttrans AS inacttrans_vttk,
  76.        vttk.hracintran AS hracintran_vttk,
  77.        vttk.fin_trsp AS fin_trsp_vttk,
  78.        vttk.finpltrans AS finpltrans_vttk,
  79.        vttk.hrprfitrsp AS hrprfitrsp_vttk,
  80.        vttk.finacttran AS finacttran_vttk,
  81.        vttk.hracfitrsp AS hracfitrsp_vttk,
  82.        vttk.statusglob AS statusglob_vttk,
  83.        vttk.agservtran AS agservtran_vttk,
  84.        vttk.unidad AS unidad_vttk,
  85.        vttk.unvol AS unvol_vttk,
  86.        vttk.distancia AS distancia_vttk,
  87.        vttk.umdistanc AS umdistanc_vttk,
  88.        vttk.statcalprt AS statcalprt_vttk,
  89.        vttk.calcportgl AS calcportgl_vttk,
  90.        vttk.statfactp AS statfactp_vttk,
  91.        vttk.factportgl AS factportgl_vttk,
  92.        vttk.tramdet AS tramdet_vttk,
  93.        vttk.esquema AS esquema_vttk,
  94.        vttk.hora_carga AS hora_carga_vttk,
  95.        vttk.relgastran AS relgastran_vttk,
  96.        vttk.plduractot AS plduractot_vttk,
  97.        vttk.pldurefect AS pldurefect_vttk,
  98.        vttk.rutentrega AS rutentrega_vttk,
  99.        vttk.pgctrl AS pgctrl_vttk,
  100.        vttk.modelo AS modelo_vttk,
  101.        vttk.automotor AS automotor_vttk,
  102.        vttk.arrastre_1 AS arrastre_1_vttk,
  103.        vttk.dolly AS dolly_vttk,
  104.        vttk.placa_t AS placa_t_vttk,
  105.        vttk.telefono AS telefono_vttk,
  106.        vttk.entregas AS entregas_vttk,
  107.        vttk.linea AS linea_vttk,
  108.        vttk.txtlicit AS txtlicit_vttk,
  109.        vttk.fecha AS fecha_vttk,
  110.        vttk.horalicit AS horalicit_vttk,
  111.        vttk.peso_teori AS peso_teori_vttk,
  112.        vttk.moneda AS moneda_vttk,
  113.        vttk.corte AS corte_vttk,
  114.        vttk.estatus AS estatus_vttk,
  115.        vttk.turno AS turno_vttk,
  116.        vttk.espera AS espera_vttk,
  117.        vttk.carga AS carga_vttk,
  118.        vttk.tmp_total1 AS tmp_total1_vttk,
  119.        vttk.peso_real AS peso_real_vttk,
  120.        vttk.timestamp AS timestamp_vttk
  121.    FROM {{ source('oneconnect', 'PR0_B_SD_TRANPORTE_CABECERA') }} AS vttk
  122.    FINAL
  123.    {% if is_incremental() %}
  124.    WHERE
  125.        vttk.timestamp >= (select max(timestamp_vttk) from {{this}}) 
  126.    {% endif %}
  127. ),

  128. SD_TRANPORTE_PARTIDA AS (
  129.    SELECT
  130.        vttp.mandante AS mandante_vttp,
  131.        vttp.transporte AS transporte_vttp,
  132.        vttp.posicion AS posicion_vttp,
  133.        vttp.entrega AS entrega_vttp,
  134.        vttp.secuencia AS secuencia_vttp,
  135.        vttp.creado AS creado_vttp,
  136.        vttp.el AS el_vttp,
  137.        vttp.hora AS hora_vttp,
  138.        vttp.timestamp AS timestamp_vttp
  139.    FROM {{ source('oneconnect', 'PR0_B_SD_TRANPORTE_PARTIDA') }} AS vttp
  140.    FINAL
  141.    {% if is_incremental() %}
  142.    WHERE
  143.        vttp.timestamp >= (select max(timestamp_vttp) from {{this}}) 
  144.    {% endif %}
  145. )


  146. SELECT 
  147.    vttk.*,
  148.    vttp.*,
  149.    now64() AS _version
  150. FROM SD_TRANPORTE_CABECERA AS vttk
  151. INNER JOIN SD_TRANPORTE_PARTIDA AS vttp
  152.    ON vttp.mandante_vttp = vttk.mandante_vttk
  153.    AND vttp.transporte_vttp = vttk.transporte_vttk



Modelo sql OI ejecutado 

  1. {{ config(
  2.    order_by="(
  3.        mandante_vttk, transporte_vttk,
  4.        mandante_vttp, transporte_vttp, posicion_vttp
  5.    )",
  6.    engine='ReplacingMergeTree(_version)',
  7.    materialized='incremental',
  8.    incremental_strategy='append',
  9.    pre_hook=[
  10.         "{% if is_incremental() %}
  11.             ALTER TABLE {{this}} DELETE
  12.                WHERE transporte_vttk IN (
  13.                    SELECT transporte_vttk
  14.                    FROM {{this}} AS this FINAL
  15.                    LEFT JOIN {{ source('oneconnect', 'PR0_B_SD_TRANPORTE_CABECERA') }} AS src
  16.                        ON src.transporte = this.transporte_vttk
  17.                    WHERE src.transporte = ''
  18.                )
  19.         {% endif %}",
  20.        "{% if is_incremental() %}
  21.             ALTER TABLE {{this}} DELETE
  22.                WHERE toDate(el_vttk, 'YYYYMMDD') < toDate(subtractYears(now(), 1))
  23.         {% endif %}"
  24.     ]
  25. )}}


  26. WITH SD_TRANPORTE_CABECERA AS (
  27.    SELECT
  28.        vttk.mandante AS mandante_vttk,
  29.        vttk.transporte AS transporte_vttk,
  30.        vttk.tipo_doc AS tipo_doc_vttk,
  31.        vttk.cl_transp AS cl_transp_vttk,
  32.        vttk.ptplatrnsp AS ptplatrnsp_vttk,
  33.        vttk.creado AS creado_vttk,
  34.        vttk.el AS el_vttk,
  35.        vttk.hora AS hora_vttk,
  36.        vttk.por AS por_vttk,
  37.        vttk.mod AS mod_vttk,
  38.        vttk.horamodif AS horamodif_vttk,
  39.        vttk.dettramo AS dettramo_vttk,
  40.        vttk.cldespexpd AS cldespexpd_vttk,
  41.        vttk.ctrlgest AS ctrlgest_vttk,
  42.        vttk.clmdtransp AS clmdtransp_vttk,
  43.        vttk.t_camion AS t_camion_vttk,
  44.        vttk.clexptrpr AS clexptrpr_vttk,
  45.        vttk.clexptrsup AS clexptrsup_vttk,
  46.        vttk.indtramo AS indtramo_vttk,
  47.        vttk.condexp AS condexp_vttk,
  48.        vttk.rutatransp AS rutatransp_vttk,
  49.        vttk.piloto AS piloto_vttk,
  50.        vttk.ticket AS ticket_vttk,
  51.        vttk.no_lic AS no_lic_vttk,
  52.        vttk.idssocial AS idssocial_vttk,
  53.        vttk.planif AS planif_vttk,
  54.        vttk.finplanif AS finplanif_vttk,
  55.        vttk.finplanif1 AS finplanif1_vttk,
  56.        vttk.garita AS garita_vttk,
  57.        vttk.ingplanta AS ingplanta_vttk,
  58.        vttk.horaplreg AS horaplreg_vttk,
  59.        vttk.feactreg AS feactreg_vttk,
  60.        vttk.horaactreg AS horaactreg_vttk,
  61.        vttk.in_carga AS in_carga_vttk,
  62.        vttk.inplancarg AS inplancarg_vttk,
  63.        vttk.hrprvicga AS hrprvicga_vttk,
  64.        vttk.inactcarga AS inactcarga_vttk,
  65.        vttk.hractincga AS hractincga_vttk,
  66.        vttk.fin_carga AS fin_carga_vttk,
  67.        vttk.finplcarga AS finplcarga_vttk,
  68.        vttk.hrprficga AS hrprficga_vttk,
  69.        vttk.finactcarg AS finactcarg_vttk,
  70.        vttk.hracfincga AS hracfincga_vttk,
  71.        vttk.despexp AS despexp_vttk,
  72.        vttk.feplanexp AS feplanexp_vttk,
  73.        vttk.horpldesp AS horpldesp_vttk,
  74.        vttk.feactdpexp AS feactdpexp_vttk,
  75.        vttk.horaactdee AS horaactdee_vttk,
  76.        vttk.in_transp AS in_transp_vttk,
  77.        vttk.intranplan AS intranplan_vttk,
  78.        vttk.hrprintrsp AS hrprintrsp_vttk,
  79.        vttk.inacttrans AS inacttrans_vttk,
  80.        vttk.hracintran AS hracintran_vttk,
  81.        vttk.fin_trsp AS fin_trsp_vttk,
  82.        vttk.finpltrans AS finpltrans_vttk,
  83.        vttk.hrprfitrsp AS hrprfitrsp_vttk,
  84.        vttk.finacttran AS finacttran_vttk,
  85.        vttk.hracfitrsp AS hracfitrsp_vttk,
  86.        vttk.statusglob AS statusglob_vttk,
  87.        vttk.agservtran AS agservtran_vttk,
  88.        vttk.unidad AS unidad_vttk,
  89.        vttk.unvol AS unvol_vttk,
  90.        vttk.distancia AS distancia_vttk,
  91.        vttk.umdistanc AS umdistanc_vttk,
  92.        vttk.statcalprt AS statcalprt_vttk,
  93.        vttk.calcportgl AS calcportgl_vttk,
  94.        vttk.statfactp AS statfactp_vttk,
  95.        vttk.factportgl AS factportgl_vttk,
  96.        vttk.tramdet AS tramdet_vttk,
  97.        vttk.esquema AS esquema_vttk,
  98.        vttk.hora_carga AS hora_carga_vttk,
  99.        vttk.relgastran AS relgastran_vttk,
  100.        vttk.plduractot AS plduractot_vttk,
  101.        vttk.pldurefect AS pldurefect_vttk,
  102.        vttk.rutentrega AS rutentrega_vttk,
  103.        vttk.pgctrl AS pgctrl_vttk,
  104.        vttk.modelo AS modelo_vttk,
  105.        vttk.automotor AS automotor_vttk,
  106.        vttk.arrastre_1 AS arrastre_1_vttk,
  107.        vttk.dolly AS dolly_vttk,
  108.        vttk.placa_t AS placa_t_vttk,
  109.        vttk.telefono AS telefono_vttk,
  110.        vttk.entregas AS entregas_vttk,
  111.        vttk.linea AS linea_vttk,
  112.        vttk.txtlicit AS txtlicit_vttk,
  113.        vttk.fecha AS fecha_vttk,
  114.        vttk.horalicit AS horalicit_vttk,
  115.        vttk.peso_teori AS peso_teori_vttk,
  116.        vttk.moneda AS moneda_vttk,
  117.        vttk.corte AS corte_vttk,
  118.        vttk.estatus AS estatus_vttk,
  119.        vttk.turno AS turno_vttk,
  120.        vttk.espera AS espera_vttk,
  121.        vttk.carga AS carga_vttk,
  122.        vttk.tmp_total1 AS tmp_total1_vttk,
  123.        vttk.peso_real AS peso_real_vttk,
  124.        vttk.timestamp AS timestamp_vttk
  125.    FROM {{ source('oneconnect', 'PR0_B_SD_TRANPORTE_CABECERA') }} AS vttk
  126.    FINAL
  127.    WHERE
  128.        toDate(vttk.el) >= toDate(subtractYears(now(), 1))
  129.        {% if is_incremental() %}
  130.        AND vttk.timestamp >= (select max(timestamp_vttk) from {{this}}) 
  131.        {% endif %}
  132. ),

  133. SD_TRANPORTE_PARTIDA AS (
  134.    SELECT
  135.        vttp.mandante AS mandante_vttp,
  136.        vttp.transporte AS transporte_vttp,
  137.        vttp.posicion AS posicion_vttp,
  138.        vttp.entrega AS entrega_vttp,
  139.        vttp.secuencia AS secuencia_vttp,
  140.        vttp.creado AS creado_vttp,
  141.        vttp.el AS el_vttp,
  142.        vttp.hora AS hora_vttp,
  143.        vttp.timestamp AS timestamp_vttp
  144.    FROM {{ source('oneconnect', 'PR0_B_SD_TRANPORTE_PARTIDA') }} AS vttp
  145.    FINAL
  146.    {% if is_incremental() %}
  147.    WHERE
  148.        vttp.timestamp >= (select max(timestamp_vttp) from {{this}}) 
  149.    {% endif %}
  150. )


  151. SELECT 
  152.    vttk.*,
  153.    vttp.*,
  154.    now64() AS _version
  155. FROM SD_TRANPORTE_CABECERA AS vttk
  156. INNER JOIN SD_TRANPORTE_PARTIDA AS vttp
  157.    ON vttp.mandante_vttp = vttk.mandante_vttk
  158.    AND vttp.transporte_vttp = vttk.transporte_vttk



Alias y campos de SAP utilizados 

TABLE

Field Alias

COLUMN NAME

SAP

VTTK

mandante

mandante_VTTK

MANDT

VTTK

transporte

transporte_VTTK

TKNUM

VTTK

tipo_doc

tipo_doc_VTTK

VBTYP

VTTK

cl_transp

cl_transp_VTTK

SHTYP

VTTK

ptplatrnsp

ptplatrnsp_VTTK

TPLST

VTTK

creado

creado_VTTK

ERNAM

VTTK

el

el_VTTK

ERDAT

VTTK

hora

hora_VTTK

ERZET

VTTK

por

por_VTTK

AENAM

VTTK

mod

mod_VTTK

AEDAT

VTTK

horamodif

horamodif_VTTK

AEZET

VTTK

dettramo

dettramo_VTTK

STERM

VTTK

cldespexpd

cldespexpd_VTTK

ABFER

VTTK

ctrlgest

ctrlgest_VTTK

ABWST

VTTK

clmdtransp

clmdtransp_VTTK

BFART

VTTK

t_camion

t_camion_VTTK

VSART

VTTK

clexptrpr

clexptrpr_VTTK

VSAVL

VTTK

clexptrsup

clexptrsup_VTTK

VSANL

VTTK

indtramo

indtramo_VTTK

LAUFK

VTTK

condexp

condexp_VTTK

VSBED

VTTK

rutatransp

rutatransp_VTTK

ROUTE

VTTK

piloto

piloto_VTTK

SIGNI

VTTK

ticket

ticket_VTTK

EXTI1

VTTK

no_lic

no_lic_VTTK

EXTI2

VTTK

idssocial

idssocial_VTTK

TPBEZ

VTTK

planif

planif_VTTK

STDIS

VTTK

finplanif

finplanif_VTTK

DTDIS

VTTK

finplanif1

finplanif1_VTTK

UZDIS

VTTK

garita

garita_VTTK

STREG

VTTK

ingplanta

ingplanta_VTTK

DPREG

VTTK

horaplreg

horaplreg_VTTK

UPREG

VTTK

feactreg

feactreg_VTTK

DAREG

VTTK

horaactreg

horaactreg_VTTK

UAREG

VTTK

in_carga

in_carga_VTTK

STLBG

VTTK

inplancarg

inplancarg_VTTK

DPLBG

VTTK

hrprvicga

hrprvicga_VTTK

UPLBG

VTTK

inactcarga

inactcarga_VTTK

DALBG

VTTK

hractincga

hractincga_VTTK

UALBG

VTTK

fin_carga

fin_carga_VTTK

STLAD

VTTK

finplcarga

finplcarga_VTTK

DPLEN

VTTK

hrprficga

hrprficga_VTTK

UPLEN

VTTK

finactcarg

finactcarg_VTTK

DALEN

VTTK

hracfincga

hracfincga_VTTK

UALEN

VTTK

despexp

despexp_VTTK

STABF

VTTK

feplanexp

feplanexp_VTTK

DPABF

VTTK

horpldesp

horpldesp_VTTK

UPABF

VTTK

feactdpexp

feactdpexp_VTTK

DTABF

VTTK

horaactdee

horaactdee_VTTK

UZABF

VTTK

in_transp

in_transp_VTTK

STTBG

VTTK

intranplan

intranplan_VTTK

DPTBG

VTTK

hrprintrsp

hrprintrsp_VTTK

UPTBG

VTTK

inacttrans

inacttrans_VTTK

DATBG

VTTK

hracintran

hracintran_VTTK

UATBG

VTTK

fin_trsp

fin_trsp_VTTK

STTEN

VTTK

finpltrans

finpltrans_VTTK

DPTEN

VTTK

hrprfitrsp

hrprfitrsp_VTTK

UPTEN

VTTK

finacttran

finacttran_VTTK

DATEN

VTTK

hracfitrsp

hracfitrsp_VTTK

UATEN

VTTK

statusglob

statusglob_VTTK

STTRG

VTTK

agservtran

agservtran_VTTK

TDLNR

VTTK

unidad

unidad_VTTK

DTMEG

VTTK

unvol

unvol_VTTK

DTMEV

VTTK

distancia

distancia_VTTK

DISTZ

VTTK

umdistanc

umdistanc_VTTK

MEDST

VTTK

statcalprt

statcalprt_VTTK

FBSTA

VTTK

calcportgl

calcportgl_VTTK

FBGST

VTTK

statfactp

statfactp_VTTK

ARSTA

VTTK

factportgl

factportgl_VTTK

ARGST

VTTK

tramdet

tramdet_VTTK

STERM_DONE

VTTK

esquema

esquema_VTTK

KKALSM

VTTK

hora_carga

hora_carga_VTTK

SDABW

VTTK

relgastran

relgastran_VTTK

FRKRL

VTTK

plduractot

plduractot_VTTK

GESZTD

VTTK

pldurefect

pldurefect_VTTK

FAHZTD

VTTK

rutentrega

rutentrega_VTTK

ROCPY_DONE

VTTK

pgctrl

pgctrl_VTTK

HANDLE

VTTK

modelo

modelo_VTTK

TSEGTP

VTTK

automotor

automotor_VTTK

ADD01

VTTK

arrastre_1

arrastre_1_VTTK

ADD02

VTTK

dolly

dolly_VTTK

ADD03

VTTK

placa_t

placa_t_VTTK

TEXT1

VTTK

telefono

telefono_VTTK

TEXT2

VTTK

entregas

entregas_VTTK

TEXT3

VTTK

linea

linea_VTTK

TEXT4

VTTK

txtlicit

txtlicit_VTTK

TNDR_TEXT

VTTK

fecha

fecha_VTTK

TNDRDAT

VTTK

horalicit

horalicit_VTTK

TNDRZET

VTTK

peso_teori

peso_teori_VTTK

TNDR_ACTP

VTTK

moneda

moneda_VTTK

TNDR_ACTC

VTTK

corte

corte_VTTK

TNDR_CARR

VTTK

estatus

estatus_VTTK

TNDR_CRNM

VTTK

turno

turno_VTTK

TNDR_TRKID

VTTK

espera

espera_VTTK

TNDR_ERPT

VTTK

carga

carga_VTTK

TNDR_LTPT

VTTK

tmp_total1

tmp_total1_VTTK

TNDR_ERDT

VTTK

peso_real

peso_real_VTTK

ALLOWED_TWGT

VTTP

mandante

mandante_VTTP

MANDT

VTTP

transporte

transporte_VTTP

TKNUM

VTTP

posicion

posicion_VTTP

TPNUM

VTTP

entrega

entrega_VTTP

VBELN

VTTP

secuencia

secuencia_VTTP

TPRFO

VTTP

creado

creado_VTTP

ERNAM

VTTP

el

el_VTTP

ERDAT

VTTP

hora

hora_VTTP

ERZET


    • Related Articles

    • 03 SILVER SD INVOICE ECC

      ENTIDAD SILVER DE FACTURAS Este modelo de datos pertenece a la capa Silver de la arquitectura de medallón, donde los datos han sido limpiados, integrados y estructurados para su uso analítico. Se enfoca en las tablas clave relacionadas con el módulo ...
    • 04. SILVER SD OUTBOUND DELIVERY ECC

      Este modelo de datos pertenece a la capa Silver de la arquitectura de medallón, donde los datos han sido limpiados, integrados y estructurados para su uso analítico. Se centra en las tablas clave relacionadas con el módulo Sales and Distribution (SD) ...
    • 02. SILVER SD CUSTOMER ECC

      ENTIDAD SILVER DE CLIENTES Este modelo corresponde a la capa Silver del proceso de transformación de datos y está enfocado en la entidad de Clientes. Integra y estructura las tablas clave del módulo de Sales and Distribution (SD) de SAP, garantizando ...
    • 06. SILVER SD SALES ORDER ECC

      ENTIDAD SILVER DE ORDENES DE VENTAS Este modelo de datos pertenece a la capa Silver de la arquitectura de medallón, donde los datos han sido limpiados, integrados y estructurados para su uso en el ambito OI o BI. Se centra en los pedidos de venta ...
    • 05. SILVER SD SALES CONTRACT ECC

      ENTIDAD SILVER DE CONTRATOS DE VENTAS Este modelo de datos pertenece a la capa Silver de la arquitectura de medallón, donde los datos han sido limpiados, integrados y estructurados para su uso analítico. Se centra en los contratos de ventas dentro ...