PLNSETTYPE_MV SAP (Products Attribute for Planogram PPR) Structure details

Dictionary Type: Structure
Description: Products Attribute for Planogram PPR




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




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

PLNSETTYPE_MV 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 "Products Attribute for Planogram PPR" 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_PLNSETTYPE_MV TYPE PLNSETTYPE_MV.

The PLNSETTYPE_MV table consists of various fields, each holding specific information or linking keys about Products Attribute for Planogram PPR data available in SAP. These include BREIT_U (Width of the Product or of the Packaging), BRGEW (Gross Weight), BRGEW_U (Gross Weight), VOLUM (Volume).. 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 (character-type or numeric)


SAP PLNSETTYPE_MV 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
BREITWidth of the Product or of the Packaging ACT_BREITQUAN13ACT_BREIT
BREIT_UWidth of the Product or of the Packaging ACT_BREIT_UUNIT3T006CUNITMEINS
BRGEWGross Weight ACT_BRGEWQUAN15(3) ACT_BRGEW
BRGEW_UGross Weight ACT_BRGEW_UUNIT3T006CUNITMEINS
VOLUMVolume ACT_VOLUMQUAN15ACT_VOLUM
VOLUM_UVolume ACT_VOLUM_UUNIT3T006CUNITMEINS
VOLEHUnit for the Volume ACT_VOLEHUNIT3T006CUNITMEINS
NROFSAMNumber of samples ACT_NROFSAMQUAN4ACT_NROFSAM
NROFSAM_UNumber of samples ACT_NROFSAM_UUNIT3T006CUNITMEINS
STATUSStatus of documented product ACT_PRDS_STATUSCHAR3ACT_PRDS_STATUS
SAMTOBESENTProduct Request ACT_SAMTOBESENTCHAR1ACT_SAMTOBESENT
SAMRETURNFlag for Returns ACT_SAMRETURNCHAR1ACT_SAMRETURN
DISCUSSDiscussed ACT_DISCUSSCHAR1ACT_DISCUSS
HOEHEHeight of the Product or of the Packaging ACT_HOEHEQUAN13ACT_HOEHE
HOEHE_UHeight of the Product or of the Packagin ACT_HOEHE_UUNIT3T006CUNITMEINS
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
RESREASResult Reason ACT_RESREASCHAR1Assigned to domainCRM_ACT_KVRESF
STOCKNumber of Products in stocks ACT_KV_STOCKDEC6ACT_KV_STOCK
ACT_RESULTResult ACT_KV_RESULTCHAR1Assigned to domainCRM_ACT_KVRESF
PANZNumber of Second placements ACT_KV_ZPANZDEC3ACT_KV_ZPANZ
PAVASecond Placement Available ACT_KV_ZPAVACHAR1Assigned to domainCRM_ACT_SDPMT
NRPSHFNumber of Products on Promotion Shelf ACT_NRPSHFDEC6ACT_NRPSHF
POSVERvertical position in shelf ACT_POSVERCHAR3Assigned to domainCRM_ACT_VERTICAL_POS_IN_SHELF
POSHORhorizontal position in shelf ACT_POSHORCHAR3Assigned to domainCRM_ACT_HORIZONT_POS_IN_SHELF
NROFFACNumber of facings ACT_NROFFACDEC4ACT_NROFFAC
FACLENLength of Facing ACT_FACLENDEC6ACT_FACLEN
FACWIDWidth of Facing ACT_FACWIDDEC6ACT_FACWID
FACDEPDepth of Facing ACT_FACDEPDEC6(2) ACT_FACDEP
ACT_FACUNITUnits of Measure for the Product ACT_FACUNITUNIT3T006CUNITMEINS
ACT_SPRICESales Price in store ACT_SPRICECURR23(2) ACT_SPRICE
ACT_SPRICE_CSales Price in store ACT_SPRICE_CCUKY5TCURCWAERS
ACT_OPRICEOrder Price in store ACT_OPRICECURR23(2) ACT_OPRICE
ACT_OPRICE_COrder Price in store ACT_OPRICE_CCUKY5TCURCWAERS
ACT_APRICEPromotion Price in Store ACT_APRICECURR23(2) ACT_APRICE
ACT_APRICE_CPromotion Price in Store ACT_APRICE_CCUKY5TCURCWAERS
ACT_LBVALValue of Samples ACT_LBVALDEC15(2) ACT_LBVAL
SPTSKSpecial task centre Sht SPTSKDEC8(3) SPTSK
LISTING_FEEListing Fee LISTING_FEECURR12(2) LISTING_FEE
LISTING_FEE_CListing Fee LISTING_FEE_CCUKY5TCURCWAERS
EDAY_LOW_PRICEEveryday Low Price ACT_EDAY_LOW_PRICECURR12(2) ACT_EDAY_LOW_PRICE
EDAY_LOW_PRICE_CEveryday Low Price ACT_EDAY_LOW_PRICE_CCUKY5TCURCWAERS
SENDSTASend Status ACT_SENDSTACHAR1ACT_SENDSTA
BATCH_IDBatch ID ACT_BATCH_IDCHAR10ACT_BATCH_ID
PRDHAProduct hierarchy ACT_PRDHACHAR20ACT_PRDHA

Key field Non-key field



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

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

How to access SAP table PLNSETTYPE_MV

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