SETHANAHIER0103 SAP (Hierarchy table for Order Groups) Table details

Dictionary Type: Table
Description: Hierarchy table for Order Groups




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




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

SETHANAHIER0103 is a standard SAP Table which is used to store Hierarchy table for Order Groups data and is available within R/3 SAP systems depending on the version and release level.

The SETHANAHIER0103 table consists of various fields, each holding specific information or linking keys about Hierarchy table for Order Groups data available in SAP. These include MANDT (Client), SETCLASS (Set class), SUBCLASS (Organizational Unit as Set Subclass), HIERBASE (Set Name).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP SETHANAHIER0103 table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SETCLASSSet class SETCLASSCHAR4Assigned to domainSETCLASSGSC
SUBCLASSOrganizational Unit as Set Subclass SETSUBCLSCHAR12SETSUBCLS
HIERBASESet Name SETNAMENEWCHAR24SETNAMEGSE
SUCCNode number in hierarchy table SETHANANODEINT410SETHANANODE
PREDNode number in hierarchy table SETHANANODEINT410SETHANANODE
HLEVELLevel of the entry SETLEVINT410SETLEV
SETIDIdentification of a set SETIDCHAR34SETIDGSI
SETNAMESet Name SETNAMENEWCHAR24SETNAMEGSE
VCOUNTCounter: Value table SETCNTVALINT410SETCNT
SEARCHFLDSearch help field for set SETSEARCHCHAR10CHAR10
OLD_LINESet line counter SETLINENUMC10SETLINE
VALUE_FROMFrom Value SETVALMINCHAR24SETVAL
VALUE_TOTo value SETVALMAXCHAR24SETVAL

Key field Non-key field



How do I retrieve data from SAP table SETHANAHIER0103 using ABAP code

The following ABAP code Example will allow you to do a basic selection on SETHANAHIER0103 to SELECT all data from the table
DATA: WA_SETHANAHIER0103 TYPE SETHANAHIER0103.

SELECT SINGLE *
FROM SETHANAHIER0103
INTO CORRESPONDING FIELDS OF WA_SETHANAHIER0103
WHERE...

How to access SAP table SETHANAHIER0103

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