HEINT SAP (Auxiliary Fields for Statistics Displays: Purchasing) Structure details

Dictionary Type: Structure
Description: Auxiliary Fields for Statistics Displays: Purchasing




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




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

HEINT 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 "Auxiliary Fields for Statistics Displays: Purchasing" 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_HEINT TYPE HEINT.

The HEINT table consists of various fields, each holding specific information or linking keys about Auxiliary Fields for Statistics Displays: Purchasing data available in SAP. These include TABT2 (Description of grid group (date/quantity variance windows)), TABT3 (Description of grid group (date/quantity variance windows)), TABT4 (Description of grid group (date/quantity variance windows)), TABT5 (Description of grid group (date/quantity variance windows)).. 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 HEINT 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
TABT1Description of grid group (date/quantity variance windows) TABTXCHAR30TEXT30
TABT2Description of grid group (date/quantity variance windows) TABTXCHAR30TEXT30
TABT3Description of grid group (date/quantity variance windows) TABTXCHAR30TEXT30
TABT4Description of grid group (date/quantity variance windows) TABTXCHAR30TEXT30
TABT5Description of grid group (date/quantity variance windows) TABTXCHAR30TEXT30
MABT1Description of grid group (date/quantity variance windows) TABTXCHAR30TEXT30
MABT2Description of grid group (date/quantity variance windows) TABTXCHAR30TEXT30
MABT3Description of grid group (date/quantity variance windows) TABTXCHAR30TEXT30
MABT4Description of grid group (date/quantity variance windows) TABTXCHAR30TEXT30
MABT5Description of grid group (date/quantity variance windows) TABTXCHAR30TEXT30
MEIN1Base Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MEIN2Base Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MEIN3Base Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
WAER1Currency Key WAERSCUKY5Assigned to domainWAERSFWS
WAER2Currency Key WAERSCUKY5Assigned to domainWAERSFWS
WAER3Currency Key WAERSCUKY5Assigned to domainWAERSFWS
DLFZTAverage delivery time DLFZTDEC5PACK3
GDLFZWeighted average delivery time GDLFZDEC5PACK3
PER1VStart/end-month of a comparison period EVPERCHAR7CHAR7
PER2VStart/end-month of a comparison period EVPERCHAR7CHAR7
PER2BStart/end-month of a comparison period EVPERCHAR7CHAR7
PER1BStart/end-month of a comparison period EVPERCHAR7CHAR7

Key field Non-key field



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

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

How to access SAP table HEINT

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