TCMS_PRD SAP (Product description) Table details

Dictionary Type: Table
Description: Product description




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




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

TCMS_PRD is a standard SAP Table which is used to store Product description data and is available within R/3 SAP systems depending on the version and release level.

The TCMS_PRD table consists of various fields, each holding specific information or linking keys about Product description data available in SAP. These include PRD_CLASS (Product Class), CATEGORYID (Product Category Identification No), DEF_COV_RATIO (Security to Loan Ratio), CREDITSYSTEM (Credit System).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = TCMS_PRD_T


SAP TCMS_PRD 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 MANDTCLNT3T000MANDT
PRD_CLASSProduct Class CMS_DTE_PRD_CLASSCHAR6CMS_PRD_CLASSCMS_PRD_CLASSCMS_PRD_CLASS
CATEGORYIDProduct Category Identification No CMS_DTE_PRD_CATCHAR6TCMS_PRD_CATCMS_CAT
DEF_COV_RATIOSecurity to Loan Ratio CMS_DTE_COV_RATIODEC10(6) CMS_PCT
CREDITSYSTEMCredit System CMS_DTE_RBL_CRDSYSCHAR3TCMS_RBL_CRDSYSCMS_RBL_CRDSYSCREDITSYSTEM
IND_ORG_ROLEIndicator: Role of the Organization in the Product CMS_DTE_PRD_IND_ORG_RLCHAR2CMS_PRD_IND_ORG_RL
ACCESSMODEAccessmode of Receivable CMS_DTE_RBL_ACCESSCHAR2CMS_RBL_ACCESS
FLG_GROUPIndicates that the Product Class is a Global Limit CMS_DTE_RBL_GROUPFLGCHAR1CMS_FLG
FSTAT_VARObject Screen (Field Status Variant) CMS_DTE_FSTAT_VARCHAR10TCMS_BDT_FSTATCMS_FSTAT_VAR
BPF_SETBusiness Partner Function Set CMS_DTE_BPF_SETCHAR6CMS_SETCMS_BPF_SET

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCMS_PRD
INTO CORRESPONDING FIELDS OF WA_TCMS_PRD
WHERE...

How to access SAP table TCMS_PRD

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