BAPISHELFHD SAP (Header data for planogram) Structure details

Dictionary Type: Structure
Description: Header data for planogram




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




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

BAPISHELFHD 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 "Header data for planogram" 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_BAPISHELFHD TYPE BAPISHELFHD.

The BAPISHELFHD table consists of various fields, each holding specific information or linking keys about Header data for planogram data available in SAP. These include LAYMOD_DESC (Layout module description), CUSTOMER_SITE (Customer Number for Plant), PLANT (Plant), LANGU (Language Key).. 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 BAPISHELFHD 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
LAYOUT_MODLayout Module LAYGRCHAR10TWMLLAYGRWLMLAYMODD
LAYMOD_DESCLayout module description LAYMOD_DESCCHAR40TEXT40
CUSTOMER_SITECustomer Number for Plant LOCNRCHAR10KNA1ALPHAKUNNRKUN
PLANTPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LANGULanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
LANGU_ISO2-Character SAP Language Code LAISOCHAR2LAISO
SHELF_OPT_PROFILESpace management profile SSOPT_PROCHAR4TWSSOSSOPT_PRO
PURCH_ORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
SALESORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
DISTR_CHANDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
LAYOUTLayout LAYVARCHAR10TWGVLAYVAR
LAY_DOC_PATHPath for layout documents LAYDOCPATHCHAR140CHAR140
AREALayout area number LAYPOSNRNUMC10TWGLVNUMC10
PRICE_DATEKey date for price determination PRICE_DATEDATS8DATUM
PERIOD_NUMNumber of periods for reading business volume data PERIOD_NUMNUMC2NUMC02
PERIOD_TYPEPeriod category for reading business volume data PERIOD_TYPECHAR6CHAR6
LAYMOD_VERLayout Module Version LAYMOD_VERNUMC4Assigned to domainWLMVLAYMOD_VERWLMVLAYMODVER
LM_DATE_FRValidity start date of a layout module version LM_DATE_FRDATS8DATS
LM_DATE_TOValidity end date of a layout module version LM_DATE_TODATS8DATS
LMOD_STATStatus of a layout module version LMOD_STATCHAR2LMOD_STAT
ASSORTMENTAssortment ASORTCHAR10Assigned to domainALPHAASORTWSTWSOR
LAYMOD_VARVariant for Layout Module Version LAYMOD_VARCHAR4Assigned to domainLAYMOD_VARWLVA
DOCUMENT_NUMBERDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1

Key field Non-key field



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

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

How to access SAP table BAPISHELFHD

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