CRMM_PLANOGRAM SAP (Planogram Header details) Table details

Dictionary Type: Table
Description: Planogram Header details




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




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

CRMM_PLANOGRAM is a standard SAP Table which is used to store Planogram Header details data and is available within R/3 SAP systems depending on the version and release level.

The CRMM_PLANOGRAM table consists of various fields, each holding specific information or linking keys about Planogram Header details data available in SAP. These include PLVERSIONGUID (Internal Unique ID for Planogram), PLANOGRAM_GUID (Internal Unique ID for Planogram), PPR_GUID (Internal, Unique Identifier for PPR Objects), JOURNAL_GUID (Activity Reporting: Activity Journal Guid).. 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 (Deep)


SAP CRMM_PLANOGRAM 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 MANDTCLNT3Assigned to domainMANDT
PLVERSIONGUIDInternal Unique ID for Planogram CRMT_PLANOGRAM_GUIDRAW16SYSUUID
PLANOGRAM_GUIDInternal Unique ID for Planogram CRMT_PLANOGRAM_GUIDRAW16SYSUUID
PPR_GUIDInternal, Unique Identifier for PPR Objects CRMT_PRP_GUIDRAW16SYSUUIDPRP_GUID
JOURNAL_GUIDActivity Reporting: Activity Journal Guid CRMT_ACT_JOURNAL_GUIDRAW16SYSUUID
PLIDPlanogram ID PLANOGRAMIDCHAR10PLID
PLVERSIONNatural Number INT4INT410INT4
CATEGORYCategory ID SMO_CATIDCHAR20SMO_CHAR20
STATUSStatus of Planogram PLANOGRAM_STATUSCHAR5PLANOGRAM_STATUS
VALID_FROMValid-from date SMO3DATABDATS8DATUM
VALID_TOValid to date SMO3DATBIDATS8DATUM
PROCESS_TYPEBusiness Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMM_PLANOGRAM
INTO CORRESPONDING FIELDS OF WA_CRMM_PLANOGRAM
WHERE...

How to access SAP table CRMM_PLANOGRAM

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