Wiki·schema·schema/swo-kit-ref-dtl.md

swo_Kit_Ref_Dtl

This table stores primary data sources for kitting activities. It consolidates essential part, material, and demand details that support kit creation and management.

Process: COMPMAINTENANCE · Component: BasMAK · Table type: Transaction Table Category: stores the primary reference data used in SWO kitting operations. It consolidates key details about parts, materials, and demand requirements, providing a comprehensive source for kit creation and management

This table is the canonical store for the KitRefDetail entity.

Primary key

KRD_trackid

Columns (52)

#ColumnTypeDescription
1KRD_AssemblytskvarcharAssembly task identifier.
2KRD_AssemblytskrackidbigintAssembly task tracking ID.
3KRD_AssemblyWCvarcharWork center for the assembly task.
4KRD_assemqtynumericQuantity assembled.
5KRD_cfglevelintConfiguration level.
6KRD_cfglevelcodevarcharConfiguration level code.
7KRD_cfgrevnovarcharConfiguration revision number.
8KRD_configtypevarcharType of configuration.
9KRD_createdbyvarcharUser who created the record.
10KRD_createddtdatetimeDate the record was created.
11KRD_crnovarcharChange request number.
12KRD_crtrkidbigintChange request tracking ID.
13KRD_dassemblytskvarcharDependent assembly task.
14KRD_dassemtsktrackidbigintDependent assembly task tracking ID.
15KRD_dem_covqtynumericDemand coverage quantity.
16KRD_hierarchyvarcharHierarchy level.
17KRD_hierarchy_strvarcharHierarchy structure string.
18KRD_historyFlgvarcharHistory flag for the record.
19KRD_IntgFlagvarcharIntegration flag.
20KRD_kitqtynumericQuantity in the kit.
21KRD_kittingWAreavarcharKitting work area.
22krd_kittingWCvarcharKitting work center.
23KRD_LevelnointLevel number in hierarchy.
24KRD_modifiedbyvarcharUser who modified the record.
25KRD_modifieddtdatetimeDate of modification.
26KRD_nhacompvarcharNHA component flag.
27KRD_ouintOrganizational unit.
28KRD_parentdocidbigintParent document ID.
29KRD_parentdocnovarcharParent document number.
30KRD_parentdoctypvarcharParent document type.
31KRD_poscodevarcharPosition code.
32KRD_pospartvarcharPosition part.
33KRD_postypevarcharPosition type.
34KRD_qtynumericQuantity.
35KRD_refdocidbigintReference document ID.
36KRD_refdocnovarcharReference document number.
37KRD_refdoctypvarcharReference document type.
38KRD_remcompnovarcharRemoved component number.
39KRD_rmllotnovarcharRemoved lot number.
40KRD_rmlprtnovarcharRemoved part number.
41KRD_rmlsrlnovarcharRemoved serial number.
42KRD_rootdocidbigintRoot document ID.
43KRD_rootdocnovarcharRoot document number.
44KRD_rootdoctypvarcharType of the root document used in kitting
45KRD_stkallocruleidvarcharTracking number for stock allocation rules
46KRD_timestampintTimestamp of the record creation or update
47KRD_trackid 🔑bigintReference tracking number for kitting operations
48KRD_TrgtCfgLmtintLimit number for target configuration
49KRD_trgtrkidbigintTracking number for the target configuration
50KRD_TrgtThrstRtngvarcharTarget thrust rating for the kitted item
51KRD_visitdoc_novarcharDocument number for kitting visit
52KRD_VisitRulevarcharConfiguration rule associated with visit

Relationships (3)

  • ShopWorkOrder (swo_swoh_shop_wo_hdr) → SWO_HAS_KIT (this table is target)
    • Join: swo_swoh_shop_wo_hdr.swoh_poscode = swo_Kit_Ref_Dtl.KRD_poscode
    • SWO has kit reference
  • KIT_HAS_COVERAGEKitDemandCoverage (swo_Kit_DemCov_SrcBas_Info)
    • Join: swo_Kit_Ref_Dtl.KRD_trackid = swo_Kit_DemCov_SrcBas_Info.kit_id
    • Kit has demand coverage
  • KIT_HAS_PRICEKitSpecSrcPrice (swo_Kit_Spec_Src_Price_Info)
    • Join: swo_Kit_Ref_Dtl.KRD_trackid = swo_Kit_Spec_Src_Price_Info.kitspec_id
    • Kit has source pricing

Sample rows (from live DB)

KRD_AssemblytskKRD_AssemblytskrackidKRD_AssemblyWCKRD_assemqtyKRD_cfglevelKRD_cfglevelcode
NULLNULLYUL-100-000.000000001NULL
NULLNULLYUL-100-000.000000001NULL
NULLNULLYUL-100-000.000000001NULL

Showing 3 of 82,253 rows.

See also