WRFT_PPW_TSHP_CD SAP (Default for Tree Profile Column Attributes) Table details

Dictionary Type: Table
Description: Default for Tree Profile Column Attributes




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




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

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

The WRFT_PPW_TSHP_CD table consists of various fields, each holding specific information or linking keys about Default for Tree Profile Column Attributes data available in SAP. These include OBJECT (Type of Tree), NAME (Tree Profile Name), HLEVEL (Hierarchy Level), COL (Column).. 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_CD 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
HLEVELHierarchy Level WRF_PPW_TSHP_HLEVELINT13WRF_PPW_TSHP_HLEVEL
COLColumn WRF_PPW_TSHP_COLINT13WRF_PPW_TSHP_COL
T_IMAGENode Icon WRF_PPW_TSHP_TV_IMAGECHAR46TV_IMAGE
EDITABLEModifiable WRF_PPW_TSHP_EDITABLECHAR1FLAG
DISABLEDHidden WRF_PPW_TSHP_DISABLEDCHAR1FLAG
FONTFont WRF_PPW_TSHP_FONTCHAR20WRF_PPW_TSHP_FONT
COLOURFont Color WRF_PPW_TSHP_COLOURINT13WRF_PPW_TSHP_COLOUR
STYLEText Style WRF_PPW_TSHP_STYLEINT410WRF_PPW_TSHP_STYLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM WRFT_PPW_TSHP_CD
INTO CORRESPONDING FIELDS OF WA_WRFT_PPW_TSHP_CD
WHERE...

How to access SAP table WRFT_PPW_TSHP_CD

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