CRMC_PLCUST SAP (Planogram Customizing table) Table details

Dictionary Type: Table
Description: Planogram Customizing table




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




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

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

The CRMC_PLCUST table consists of various fields, each holding specific information or linking keys about Planogram Customizing table data available in SAP. These include SHELF_SWITCH (Data Element for On / Off status), PPR_SWITCH (Data Element for On / Off status), PPR_TYPE (Partner Product Range: Type of Assignment), PPR_SETTYPE (PPR Set Type ID for PPR Object Extensions).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP CRMC_PLCUST 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
SHELF_SWITCHData Element for On / Off status CDB_SHELF_STATUSCHAR1CDB_SHELF_STATUS
PPR_SWITCHData Element for On / Off status CDB_SHELF_STATUSCHAR1CDB_SHELF_STATUS
PPR_TYPEPartner Product Range: Type of Assignment CDB_PRP_TYPECHAR4CDB_PRP_TYPE
PPR_SETTYPEPPR Set Type ID for PPR Object Extensions CRMT_PRP_SETTYPE_IDCHAR16CHAR16CRM_PRP_SET_TYPE
HIER_TYPEHierarchy Category of BP Group Hierarchy BU_HIERARCHY_TYPECHAR2BUHI_HIERARCHY_TYPE
LOADPLANOData Element for On / Off status CDB_SHELF_STATUSCHAR1CDB_SHELF_STATUS
LOADPRODIMAGEData Element for On / Off status CDB_SHELF_STATUSCHAR1CDB_SHELF_STATUS
URLURL CRMXIF_STRINGCHAR255

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_PLCUST
INTO CORRESPONDING FIELDS OF WA_CRMC_PLCUST
WHERE...

How to access SAP table CRMC_PLCUST

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