HRPDV_S_SHOW_VIEW SAP (HR PDV Show View Category Configuration) Structure details

Dictionary Type: Structure
Description: HR PDV Show View Category Configuration




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




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

HRPDV_S_SHOW_VIEW 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 "HR PDV Show View Category Configuration" 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_HRPDV_S_SHOW_VIEW TYPE HRPDV_S_SHOW_VIEW.

The HRPDV_S_SHOW_VIEW table consists of various fields, each holding specific information or linking keys about HR PDV Show View Category Configuration data available in SAP. These include SHOW_CAT (HR PDV Show Category), SHOW_CAT_TEXT (HR PDV Show Category Text), SHOW_CAT_TEXT_TT (Tool Tip Text), HAS_SUBVIEWS (Item Selected).. 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 HRPDV_S_SHOW_VIEW 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
ITEM_INDEXSequence Number of Item in Box Area HRPDV_ITEM_INDEXINT410INT4
SHOW_CATHR PDV Show Category HRPDV_SHOW_CATCHAR15CHAR15
SHOW_CAT_TEXTHR PDV Show Category Text HRPDV_SHOW_CAT_TEXTCHAR40TEXT40
SHOW_CAT_TEXT_TTTool Tip Text HRPDV_TOOL_TIPCHAR60TEXT60
HAS_SUBVIEWSItem Selected HRPDV_SELECTEDCHAR1FLAG
IS_SELECTEDItem Selected HRPDV_SELECTEDCHAR1FLAG
IS_DEF_SELECTEDIs Selected HIER_VIS_IS_SELECTEDCHAR1FLAG
DATA_VIEWS 0
NAV_NODE_TYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
OBJ_NODE_TYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
LEVEL_NAV_OBJLevel to reach from Nav to Obj HIER_VIS_LEVEL_OTYPENUMC2NUMC2
IS_DISABLEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE

Key field Non-key field



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

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

How to access SAP table HRPDV_S_SHOW_VIEW

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