WISP_DATF_HIERARCHIE SAP (Retail Planning: Data Part for Planning Hierarchy Tables) Structure details

Dictionary Type: Structure
Description: Retail Planning: Data Part for Planning Hierarchy Tables




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




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

WISP_DATF_HIERARCHIE 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 "Retail Planning: Data Part for Planning Hierarchy Tables" 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_WISP_DATF_HIERARCHIE TYPE WISP_DATF_HIERARCHIE.

The WISP_DATF_HIERARCHIE table consists of various fields, each holding specific information or linking keys about Retail Planning: Data Part for Planning Hierarchy Tables data available in SAP. These include RELEF2 (Relative Proportional Factor 2), RELEF3 (Relative Proportional Factor 3), PRODF1 (Hierarchy Maintenance: Absolute Prop. Factor 1 (for Updates)), PRODF2 (Hierarchy Maintenance: Absolute Prop. Factor 2 (for Updates)).. 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: Not classified


SAP WISP_DATF_HIERARCHIE 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
RELEF1Relative Proportional Factor 1 WISP_RELEF1DEC8(2) DEC6_2
RELEF2Relative Proportional Factor 2 WISP_RELEF2DEC8(2) DEC6_2
RELEF3Relative Proportional Factor 3 WISP_RELEF3DEC8(2) DEC6_2
PRODF1Hierarchy Maintenance: Absolute Prop. Factor 1 (for Updates) WISP_PRODF1FLTP16(16) FLOATING
PRODF2Hierarchy Maintenance: Absolute Prop. Factor 2 (for Updates) WISP_PRODF2FLTP16(16) FLOATING
PRODF3Hierarchy Maintenance: Absolute Prop. Factor 3 (for Updates) WISP_PRODF3FLTP16(16) FLOATING
PLMHTPlanned Unit of Measure WISP_PLMHTUNIT3T006CUNITMEINS
SPRED_3Default Distribution Key for a Period Without a Fiscal Year WISP_DVSPRED_3CHAR4T821SSPRED
SPRED_7Default Distribution Key for a Period With a Fiscal Year WISP_DVSPRED_7CHAR4T821SSPRED
FLGBASMEPlanning Units and Base Units of Measure Are Different WISP_FLGBASMECHAR1XFLAG
BASMEBase Unit of Measure for Planned Figures WISP_BASMEUNIT3Assigned to domainCUNITMEINS
FACTORAverage Number of Low-Level Base Units of Measure WISP_FACTORDEC8(3) MEANZSUB

Key field Non-key field



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

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

How to access SAP table WISP_DATF_HIERARCHIE

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