WRFT_PPW_TSHP_HD SAP (Default for Hierarchy Tree Profile) Table details

Dictionary Type: Table
Description: Default for Hierarchy Tree Profile




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




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

WRFT_PPW_TSHP_HD is a standard SAP Table which is used to store Default for Hierarchy Tree Profile data and is available within R/3 SAP systems depending on the version and release level.

The WRFT_PPW_TSHP_HD table consists of various fields, each holding specific information or linking keys about Default for Hierarchy Tree Profile data available in SAP. These include OBJECT (Type of Tree), NAME (Tree Profile Name), FIELD (Field Name of Attribute to Display), HLEVEL (Hierarchy Level).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WRFT_PPW_TSHP_HD 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
WORKBENCHWorkbench ID WRF_PPW_WB_NAMECHAR10WRF_PPW_WORKBENCH_ID
OBJECTType of Tree WRF_PPW_TREE_TYPECHAR3WRF_PPW_TREE_TYPE
NAMETree Profile Name WRF_PPW_TREE_SHAPECHAR20WRF_PPW_TREE_SHAPE
FIELDField Name of Attribute to Display WRF_PPW_TSHP_FIELDCHAR30Assigned to domainFDNAME
HLEVELHierarchy Level WRF_PPW_TSHP_HLEVELINT13WRF_PPW_TSHP_HLEVEL
VISIBLEVisible WRF_PPW_TSHP_VISIBLECHAR1XCHAR
N_IMAGENode Icon WRF_PPW_TSHP_TV_IMAGECHAR46TV_IMAGE
EXP_IMAGEIcon of Expanded Node WRF_PPW_TSHP_TV_IMAGE_EXPCHAR46TV_IMAGE
FONTFont WRF_PPW_TSHP_FONTCHAR20WRF_PPW_TSHP_FONT
COLOURFont Color WRF_PPW_TSHP_COLOURINT13WRF_PPW_TSHP_COLOUR
ITEMLeaf (Lowest Hierarchy Level) WRF_PPW_TSHP_ITEMCHAR1XCHAR

Key field Non-key field



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

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

SELECT SINGLE *
FROM WRFT_PPW_TSHP_HD
INTO CORRESPONDING FIELDS OF WA_WRFT_PPW_TSHP_HD
WHERE...

How to access SAP table WRFT_PPW_TSHP_HD

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