/TDAG/CPS_MAT_ADDINF SAP (CP: Additional Material Information) Structure details

Dictionary Type: Structure
Description: CP: Additional Material Information




ABAP Code to SELECT data from /TDAG/CPS_MAT_ADDINF
Related tables to /TDAG/CPS_MAT_ADDINF
Access table /TDAG/CPS_MAT_ADDINF




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

/TDAG/CPS_MAT_ADDINF is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "CP: Additional Material Information" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/TDAG/CPS_MAT_ADDINF TYPE /TDAG/CPS_MAT_ADDINF.

The /TDAG/CPS_MAT_ADDINF table consists of various fields, each holding specific information or linking keys about CP: Additional Material Information data available in SAP. These include SUP_MPN (Supplier Material Number (MPN)), PREF_SUP (Truth Value), LOW_LEVEL (Truth Value), PMATNR (Purchasing Part).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /TDAG/CPS_MAT_ADDINF structure 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
SUPPLIERVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
SUP_MPNSupplier Material Number (MPN) /TDAG/CPE_SUP_MPNCHAR40/TDAG/CPD_EMATNR
PREF_SUPTruth Value ESEBOOLECHAR1ESDBOOLE
LOW_LEVELTruth Value ESEBOOLECHAR1ESDBOOLE
PMATNRPurchasing Part /TDAG/CPE_MATNRPURCHCHAR18Assigned to domainMATN1MATNR
SUP_NAMEName 1 NAME1_GPCHAR35NAME
ORIGINOrigin of Position /TDAG/CPE_POSORIGINCHAR12USNAM
SUP_LISTTruth Value ESEBOOLECHAR1ESDBOOLE
CUS_LISTTruth Value ESEBOOLECHAR1ESDBOOLE
CUSTOMERCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
CUS_NAMEName 1 NAME1_GPCHAR35NAME
CP_NUMMaterial Number Used by Customer MATNR_KUCHAR35IDNEX
CP_NAMCustomer description of material KDPTXCHAR40TEXT40
ADDINF1 Additional Information 10
ADDINF2 Additional Information 20
ADDINF3 Additional Information 30
ADDINF4 Additional Information 40
ADDINF5 Additional Information 50
ADDINF6 Additional Information 60
ADDINF7 Additional Information 70

Key field Non-key field



How do I retrieve data from SAP structure /TDAG/CPS_MAT_ADDINF using ABAP code?

As /TDAG/CPS_MAT_ADDINF is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /TDAG/CPS_MAT_ADDINF as there is no data to select.

How to access SAP table /TDAG/CPS_MAT_ADDINF

Within an ECC or HANA version of SAP you can also view further information about /TDAG/CPS_MAT_ADDINF 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!