V_WRFT_PPW_TS_CD SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_WRFT_PPW_TS_CD is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The V_WRFT_PPW_TS_CD table consists of various fields, each holding specific information or linking keys about Generated Table for View 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP V_WRFT_PPW_TS_CD table view 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 V_WRFT_PPW_TS_CD using ABAP code

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

SELECT SINGLE *
FROM V_WRFT_PPW_TS_CD
INTO CORRESPONDING FIELDS OF WA_V_WRFT_PPW_TS_CD
WHERE...

How to access SAP table V_WRFT_PPW_TS_CD

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