TCM_PMASTER SAP (CM: Header data for product) Table details

Dictionary Type: Table
Description: CM: Header data for product




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




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

TCM_PMASTER is a standard SAP Table which is used to store CM: Header data for product data and is available within R/3 SAP systems depending on the version and release level.

The TCM_PMASTER table consists of various fields, each holding specific information or linking keys about CM: Header data for product data available in SAP. These include PRODUCT_ID (Configuration definition), PRODUCT_GUID (Globally Unique Identifier), LIFE_CYCLE (Key for the life cycle profile), PM_CREATED_BY (User who created the object).. 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 or numeric)

Text table = TCM_PMASTERT


SAP TCM_PMASTER 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
CLIENTClient ID SYMANDTCLNT3T000MANDT
PRODUCT_IDConfiguration definition DE_CM_PRODUCT_IDCHAR40DO_CM_PRODUCT_IDCM_PRODUCT
PRODUCT_GUIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
LIFE_CYCLEKey for the life cycle profile DE_CM_LIFE_CYCLECHAR5TCM_LIFECYCLEDO_CM_LIFE_CYCLE
PM_CREATED_BYUser who created the object DE_CM_CREATEDBYCHAR12SYCHAR12
PM_CREATED_ATUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
PM_CREATED_ZONETime Zone SYSTZONLOCHAR6SYCHAR06
PM_TEXT_KEYCM: General key field DE_CM_KEYNUMC10DO_CM_KEY
PM_LAST_CHGD_BYUser who last changed the object DE_CM_CHANGEDBYCHAR12SYCHAR12
PM_LAST_CHGD_ATUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
PMLAST_CHGD_ZONETime Zone SYSTZONLOCHAR6SYCHAR06
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
PM_LOGApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
PM_LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
.INCLU--AP 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCM_PMASTER
INTO CORRESPONDING FIELDS OF WA_TCM_PMASTER
WHERE...

How to access SAP table TCM_PMASTER

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