RNPA10_VW SAP (IS-H: Clinical Process Builder - Screen Elements) Structure details

Dictionary Type: Structure
Description: IS-H: Clinical Process Builder - Screen Elements




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




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

RNPA10_VW 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 "IS-H: Clinical Process Builder - Screen Elements" 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_RNPA10_VW TYPE RNPA10_VW.

The RNPA10_VW table consists of various fields, each holding specific information or linking keys about IS-H: Clinical Process Builder - Screen Elements data available in SAP. These include VIEWTYPE (IS-H: Type of Screen Element), VIEWID (Identification of a View), TXT (IS-H: Text for Screen Element), SORTID (Priority of View in Work Environment).. 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 (character-type)


SAP RNPA10_VW 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
WPLACEIDIdentification of the Work Environment NWPLACEIDCHAR40CHAR40
VIEWTYPEIS-H: Type of Screen Element ISH_WPADM_TYPECHAR3NVIEWTYPE
VIEWIDIdentification of a View NVIEWIDCHAR10CHAR10
TXTIS-H: Text for Screen Element ISH_WPADM_TEXTCHAR50N1WCHAR50
SORTIDPriority of View in Work Environment NVPRIONUMC3NUMC3
TYPTXTIS-H: Text for Screen Element Type ISH_WPADM_TYPE_TXTCHAR15TEXT15
DISPIS-H: Indicator Show Screen Element ISH_WPADM_DISPCHAR1XFELD
OPTFOLDIS-H: Dialog Element Folder ISH_WPADM_FOLDCHAR1XFELD
OPTTABIS-H: Dialog Element Tab Page ISH_WPADM_TABCHAR1XFELD
OPTSCRIS-H: Dialog Element Subscreen ISH_WPADM_SCRCHAR1XFELD
FUNPBOIS-H: Function Module to Initialize Subscreen ISH_WPADM_FPBOCHAR30Assigned to domainFUNCNAME
FUNCHKIS-H: Function Module for Change Check of Subscreen ISH_WPADM_FCHKCHAR30Assigned to domainFUNCNAME
FUNPSAVFunction Module for Checking Data Before Save ISH_WPADM_FPSAVCHAR30Assigned to domainFUNCNAME
FUNSAVIS-H: Function Module to Save the Subscreen Data ISH_WPADM_FSAVCHAR30Assigned to domainFUNCNAME
FUNREQUFunction Module for Required Entry Field Check ISH_WPADM_FREQUCHAR30Assigned to domainFUNCNAME
UPD_FLAGIS-H: Indicator that data record was modified ISH_MODIFYCHAR1XFELD
FORM_NAMEIS-H: Form Name for Service Entry ISH_FORM_NAMECHAR15N_SRVF01
VIEWIDSRVIdentification of a View NVIEWIDCHAR10CHAR10
FUNOKIS-H: Function Module to Pass OK CODE to Subscreen ISH_WPADM_FOKCHAR30Assigned to domainFUNCNAME
FUNCURIS-H: Function Module to Set the Cursor From Subscreen ISH_WPADM_FCURCHAR30Assigned to domainFUNCNAME
PATRLIS-H: Indicator that Subscreen is Patient-Related ISH_WPADM_PATRLCHAR1XFELD
CASRLIS-H: Indicator that Subscreen is Case-Related ISH_WPADM_CASRLCHAR1XFELD
MOVRLIS-H: Indicator that Subscreen is Movement-Related ISH_WPADM_MOVRLCHAR1XFELD
MINVSIZEMinimum Height of a Subscreen ISH_WPADM_MINVSIZENUMC3NUMC3
MAXVSIZEHeight of a Subscreen ISH_WPADM_VSIZENUMC3NUMC3

Key field Non-key field



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

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

How to access SAP table RNPA10_VW

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