RNPRUEFZ SAP (IS-H: ALV Structure for Program RNPRUEFZ) Structure details

Dictionary Type: Structure
Description: IS-H: ALV Structure for Program RNPRUEFZ




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




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

RNPRUEFZ 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: ALV Structure for Program RNPRUEFZ" 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_RNPRUEFZ TYPE RNPRUEFZ.

The RNPRUEFZ table consists of various fields, each holding specific information or linking keys about IS-H: ALV Structure for Program RNPRUEFZ data available in SAP. These include PNAME (IS-H: Module Pool Name), DYNNR (Dynpro Number), FCODE (IS-H: Function Code for Screen Modification), VCODE (IS-H: Processing Mode).. 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 RNPRUEFZ 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
AUSGABEInput line DLINECHAR132F4CHAR132
PNAMEIS-H: Module Pool Name NDYM_PROGCHAR40Assigned to domainPROGRAMM
DYNNRDynpro Number RI_DYNNRCHAR4ALPHAISH_DYNNR
FCODEIS-H: Function Code for Screen Modification RI_FCODECHAR6RI_FCODE
VCODEIS-H: Processing Mode ISH_VCODECHAR3ISH_VCODE
FNAMEField name FNAM_____4CHAR132DYNFNAM
GRP1Modification group 1 GRP1_____4CHAR3GRP1_____4
GRP3Modification group 1 GRP1_____4CHAR3GRP1_____4
OLD_MODIS-H: Field Attribute String FELDMCHAR255FELDM
FELDMIS-H: Field Attribute String FELDMCHAR255FELDM

Key field Non-key field



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

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

How to access SAP table RNPRUEFZ

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