CAD_PARTS SAP (Table for Assignment of Standard Material to Material Nos) Table details

Dictionary Type: Table
Description: Table for Assignment of Standard Material to Material Nos




ABAP Code to SELECT data from CAD_PARTS
Related tables to CAD_PARTS
Access table CAD_PARTS




Table field list including key, data, relationships and ABAP select examples

CAD_PARTS is a standard SAP Table which is used to store Table for Assignment of Standard Material to Material Nos data and is available within R/3 SAP systems depending on the version and release level.

The CAD_PARTS table consists of various fields, each holding specific information or linking keys about Table for Assignment of Standard Material to Material Nos data available in SAP. These include CATALOG_GUID (Standard Material Catalog GUID), PART_GUID (Standard Material GUID), MATNR (Material Number).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP CAD_PARTS table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
CATALOG_GUIDStandard Material Catalog GUID CA_CATALOG_GUIDCHAR32SMAPGUID
PART_GUIDStandard Material GUID CA_PART_GUIDCHAR32SMAPGUID
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1

Key field Non-key field



How do I retrieve data from SAP table CAD_PARTS using ABAP code

The following ABAP code Example will allow you to do a basic selection on CAD_PARTS to SELECT all data from the table
DATA: WA_CAD_PARTS TYPE CAD_PARTS.

SELECT SINGLE *
FROM CAD_PARTS
INTO CORRESPONDING FIELDS OF WA_CAD_PARTS
WHERE...

How to access SAP table CAD_PARTS

Within an ECC or HANA version of SAP you can also view further information about CAD_PARTS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!