WRF_PPW_VIEWMEMBER_STY SAP (Element of a View List) Structure details

Dictionary Type: Structure
Description: Element of a View List




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




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

WRF_PPW_VIEWMEMBER_STY 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 "Element of a View List" 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_WRF_PPW_VIEWMEMBER_STY TYPE WRF_PPW_VIEWMEMBER_STY.

The WRF_PPW_VIEWMEMBER_STY table consists of various fields, each holding specific information or linking keys about Element of a View List data available in SAP. These include STATUS (Status for View Display), FILTER (Filter (Active = 1)), KEY01 (Hierarchy Node), KEY02 (Hierarchy Node).. 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: Can Be Enhanced (Deep)


SAP WRF_PPW_VIEWMEMBER_STY 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
RECIDUnique Record Number (For Selections) WRF_PPW_RECIDINT410
STATUS Status for View Display0
FILTER Filter (Active = 1)0
KEY01Hierarchy Node WRF_PPW_VIEW_MEMBER_KCHAR30WRF_PPW_VIEW_MEMBER_K
KEY02Hierarchy Node WRF_PPW_VIEW_MEMBER_KCHAR30WRF_PPW_VIEW_MEMBER_K
KEY03Hierarchy Node WRF_PPW_VIEW_MEMBER_KCHAR30WRF_PPW_VIEW_MEMBER_K
KEY04Hierarchy Node WRF_PPW_VIEW_MEMBER_KCHAR30WRF_PPW_VIEW_MEMBER_K
KEY05Hierarchy Node WRF_PPW_VIEW_MEMBER_KCHAR30WRF_PPW_VIEW_MEMBER_K
KEY06Hierarchy Node WRF_PPW_VIEW_MEMBER_KCHAR30WRF_PPW_VIEW_MEMBER_K
KEY07Hierarchy Node WRF_PPW_VIEW_MEMBER_KCHAR30WRF_PPW_VIEW_MEMBER_K
KEY08Hierarchy Node WRF_PPW_VIEW_MEMBER_KCHAR30WRF_PPW_VIEW_MEMBER_K
KEY09Hierarchy Node WRF_PPW_VIEW_MEMBER_KCHAR30WRF_PPW_VIEW_MEMBER_K
KEY10Hierarchy Node WRF_PPW_VIEW_MEMBER_KCHAR30WRF_PPW_VIEW_MEMBER_K
KEY11Hierarchy Node WRF_PPW_VIEW_MEMBER_KCHAR30WRF_PPW_VIEW_MEMBER_K
KEY12Hierarchy Node WRF_PPW_VIEW_MEMBER_KCHAR30WRF_PPW_VIEW_MEMBER_K
KEY13Hierarchy Node WRF_PPW_VIEW_MEMBER_KCHAR30WRF_PPW_VIEW_MEMBER_K
KEY14Hierarchy Node WRF_PPW_VIEW_MEMBER_KCHAR30WRF_PPW_VIEW_MEMBER_K
KEY15Hierarchy Node WRF_PPW_VIEW_MEMBER_KCHAR30WRF_PPW_VIEW_MEMBER_K
KEY16Hierarchy Node WRF_PPW_VIEW_MEMBER_KCHAR30WRF_PPW_VIEW_MEMBER_K
KEY17Hierarchy Node WRF_PPW_VIEW_MEMBER_KCHAR30WRF_PPW_VIEW_MEMBER_K
KEY18Hierarchy Node WRF_PPW_VIEW_MEMBER_KCHAR30WRF_PPW_VIEW_MEMBER_K
KEY19Hierarchy Node WRF_PPW_VIEW_MEMBER_KCHAR30WRF_PPW_VIEW_MEMBER_K
KEY20Hierarchy Node WRF_PPW_VIEW_MEMBER_KCHAR30WRF_PPW_VIEW_MEMBER_K
T01Node Text WRF_PPW_VIEW_MEMBER_TCHAR100WRF_PPW_VIEW_MEMBER_T
T02Node Text WRF_PPW_VIEW_MEMBER_TCHAR100WRF_PPW_VIEW_MEMBER_T
T03Node Text WRF_PPW_VIEW_MEMBER_TCHAR100WRF_PPW_VIEW_MEMBER_T
T04Node Text WRF_PPW_VIEW_MEMBER_TCHAR100WRF_PPW_VIEW_MEMBER_T
T05Node Text WRF_PPW_VIEW_MEMBER_TCHAR100WRF_PPW_VIEW_MEMBER_T
T06Node Text WRF_PPW_VIEW_MEMBER_TCHAR100WRF_PPW_VIEW_MEMBER_T
T07Node Text WRF_PPW_VIEW_MEMBER_TCHAR100WRF_PPW_VIEW_MEMBER_T
T08Node Text WRF_PPW_VIEW_MEMBER_TCHAR100WRF_PPW_VIEW_MEMBER_T
T09Node Text WRF_PPW_VIEW_MEMBER_TCHAR100WRF_PPW_VIEW_MEMBER_T
T10Node Text WRF_PPW_VIEW_MEMBER_TCHAR100WRF_PPW_VIEW_MEMBER_T
T11Node Text WRF_PPW_VIEW_MEMBER_TCHAR100WRF_PPW_VIEW_MEMBER_T
T12Node Text WRF_PPW_VIEW_MEMBER_TCHAR100WRF_PPW_VIEW_MEMBER_T
T13Node Text WRF_PPW_VIEW_MEMBER_TCHAR100WRF_PPW_VIEW_MEMBER_T
T14Node Text WRF_PPW_VIEW_MEMBER_TCHAR100WRF_PPW_VIEW_MEMBER_T
T15Node Text WRF_PPW_VIEW_MEMBER_TCHAR100WRF_PPW_VIEW_MEMBER_T
T16Node Text WRF_PPW_VIEW_MEMBER_TCHAR100WRF_PPW_VIEW_MEMBER_T
T17Node Text WRF_PPW_VIEW_MEMBER_TCHAR100WRF_PPW_VIEW_MEMBER_T
T18Node Text WRF_PPW_VIEW_MEMBER_TCHAR100WRF_PPW_VIEW_MEMBER_T
T19Node Text WRF_PPW_VIEW_MEMBER_TCHAR100WRF_PPW_VIEW_MEMBER_T
T20Node Text WRF_PPW_VIEW_MEMBER_TCHAR100WRF_PPW_VIEW_MEMBER_T

Key field Non-key field



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

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

How to access SAP table WRF_PPW_VIEWMEMBER_STY

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