CRM_PLANOGRAM_PRODUCT_ATTR SAP (Planogram Products attribute) Structure details

Dictionary Type: Structure
Description: Planogram Products attribute




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




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

CRM_PLANOGRAM_PRODUCT_ATTR 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 "Planogram Products attribute" 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_CRM_PLANOGRAM_PRODUCT_ATTR TYPE CRM_PLANOGRAM_PRODUCT_ATTR.

The CRM_PLANOGRAM_PRODUCT_ATTR table consists of various fields, each holding specific information or linking keys about Planogram Products attribute data available in SAP. These include PRODUCT_ID (Product ID), MODE (Processing Mode of Transaction), PRODUCT_PRP_GUID (Internal, Unique Identifier for PPR Objects), NUMBER_INT (Number for Arranging PPR Products Within the same Item).. 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 (Deep)


SAP CRM_PLANOGRAM_PRODUCT_ATTR 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
PRODUCT_GUIDInternal Unique ID of Product COMT_PRODUCT_GUIDRAW16SYSUUID
PRODUCT_IDProduct ID COMT_PRODUCT_IDCHAR40PRID1COM_PRODUCT_IDCOM_PR_COLLECTION
MODEProcessing Mode of Transaction CRMT_MODECHAR1CRM_MODE
PRODUCT_PRP_GUIDInternal, Unique Identifier for PPR Objects CRMT_PRP_GUIDRAW16SYSUUIDPRP_GUID
NUMBER_INTNumber for Arranging PPR Products Within the same Item CRMT_PRP_PROD_NONUMC10NUMC10
HANDLEHandle CRMT_HANDLE_PLNUMC10
TYPEActivity Management: Product Type for Journals CRMT_ACT_PRODUCT_TYPECHAR2CRM_ACT_PRODUCT_TYPE
FACDEPdepth of facing SMO_FACDE6DEC6(2) SMO_NUM6_2
FACLENlength of facing SMO_FACLE6DEC6(2) SMO_NUM6_2
FACWIDwidth of facing SMO_FACWI6DEC6(2) SMO_NUM6_2
PRDHAProduct hierarchy SMO3PRODHCHAR20SMO3PRODH
HOEHEHeight SMO3HOEHEQUAN13(3) MENG13
VOLUMVolume SMO3VOLUMQUAN13(3) MENG13
FACUNITBase unit of measure SMO3MEINSUNIT3Assigned to domainCUNITMEINS
BREITWidth SMO3BREITQUAN13(3) MENG13
NROFFACNumber of facing SMO_NROFFADEC4SMO_NUM4
POSHORhorizontal position in shelf ACT_POSHORCHAR3Assigned to domainCRM_ACT_HORIZONT_POS_IN_SHELF
POSVERvertical position in shelf ACT_POSVERCHAR3Assigned to domainCRM_ACT_VERTICAL_POS_IN_SHELF
CHARGEBatch number SMO3CHARGCHAR10SMO3CHARG
PRAVAProduct available after visit at checkou ACT_PRAVACHAR3Assigned to domainCRM_ACT_PROD_AVAILABLE_AFTER
PRAVBProduct available before Visit at check ACT_PRAVBCHAR3Assigned to domainCRM_ACT_PROD_AVAILABLE_BEFORE
STATUSStatus of documented product SMO_STATU4CHAR4SMO_TXT4
KV_RESULTResult ACT_KV_RESULTCHAR1Assigned to domainCRM_ACT_KVRESF
RESREASResult Reason ACT_RESREASCHAR1Assigned to domainCRM_ACT_KVRESF
KV_ZPAVASecond Placement Available ACT_KV_ZPAVACHAR1Assigned to domainCRM_ACT_SDPMT
SAMRETURNFlag for Returns ACT_SAMRETURNCHAR1ACT_SAMRETURN
SAMTOBESENTProduct Request ACT_SAMTOBESENTCHAR1ACT_SAMTOBESENT
DISCUSSDiscussed ACT_DISCUSSCHAR1ACT_DISCUSS
SENDSTASend Status SMO_SENDSFCHAR1SMO_TEXT1
KV_ZPANZNumer of Second placements SMO_KVZPN3DEC3SMO_NUM3
BRGEWGross weight SMO3BRGEWQUAN13(3) MENG13
VOLEHVolume unit SMO3VOLEHUNIT3Assigned to domainCUNITMEINS
APRICEaction sales price in store SMO_APRIC7CURR28(9) SMO_CURRCY
OPRICEorder price in store SMO_OPRIC7CURR28(9) SMO_CURRCY
SPRICEsales price in store SMO_SPRIC7CURR28(9) SMO_CURRCY
LISTINGFEEsales price in store SMO_SPRIC7CURR28(9) SMO_CURRCY
EDLPsales price in store SMO_SPRIC7CURR28(9) SMO_CURRCY
KV_STOCKNumber of articles on stock SMO_KVSTO6DEC6SMO_NUM6
NROFSAMNumber of samples SMO_NROFS4DEC4SMO_NUM4
LBVALValue of left Behind SMO_LBVALFDEC15(2) SMO_NUM152
NRPSHFNumber of products in promation shelf SMO_NRPSG6DEC6SMO_NUM6
SPTSK_NSpecial task centre Result num. SMO_SPTSKNDEC8(3) SMO_NUM83

Key field Non-key field



How do I retrieve data from SAP structure CRM_PLANOGRAM_PRODUCT_ATTR using ABAP code?

As CRM_PLANOGRAM_PRODUCT_ATTR 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 CRM_PLANOGRAM_PRODUCT_ATTR as there is no data to select.

How to access SAP table CRM_PLANOGRAM_PRODUCT_ATTR

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