BAPISHELFHDIMP SAP (Planogram: Import control data) Structure details

Dictionary Type: Structure
Description: Planogram: Import control data




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




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

BAPISHELFHDIMP 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: Import control data" 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_BAPISHELFHDIMP TYPE BAPISHELFHDIMP.

The BAPISHELFHDIMP table consists of various fields, each holding specific information or linking keys about Planogram: Import control data data available in SAP. These include LAY_DOC_PATH (Path for layout documents), REQUIREMENT_GROUP (Replenishment: requirement group), LIST_CHECK (Listing check), LIST_ST_FR (Date from which listed in the store).. 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: Cannot Be Enhanced


SAP BAPISHELFHDIMP 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
CUSTOMER_SITECustomer Number for Plant LOCNRCHAR10KNA1ALPHAKUNNRKUN
LAY_DOC_PATHPath for layout documents LAYDOCPATHCHAR140CHAR140
REQUIREMENT_GROUPReplenishment: requirement group WRREQGRPCHAR2TWRPPWRREQGRP
LIST_CHECKListing check LISTING_CHECKCHAR1XFELD
LIST_ST_FRDate from which listed in the store LDVFLDATS8DATS
LIST_ST_TODate to which listed in the store LDBFLDATS8DATS
MATERIAL_MEASURESUpdate material dimensions MATERIAL_MEASURESCHAR1FLAG
PLACEMENT_DATAUpdate placement data PLACEMENT_DATACHAR1FLAG
COMMIT_WORKUpdate COMMIT_WORKCHAR1XFELD
LAYOUT_CHECKLayout check LAYOUT_CHECKCHAR1XFELD
MAP_VARMapping variants for selecting the export fields MAPPING_VARIANTNUMC2NUMC02
LISTING_EXECUTEExecute listing immediately LISTING_EXECUTECHAR1FLAG
ACTIVATE_IMMRelease layout module version immediately ACTIVATE_IMMCHAR1FLAG
LAYMOD_VERLayout Module Version LAYMOD_VERNUMC4Assigned to domainWLMVLAYMOD_VERWLMVLAYMODVER
VERSION_CHECKCheck Whether Layout Mod. Version is Selected by Date VERSION_CHECKCHAR1XFELD
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 BAPISHELFHDIMP using ABAP code?

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

How to access SAP table BAPISHELFHDIMP

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