RNL_GGZ_VAL_LIST SAP () Structure details

Dictionary Type: Structure
Description:




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




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

RNL_GGZ_VAL_LIST 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 "" 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_RNL_GGZ_VAL_LIST TYPE RNL_GGZ_VAL_LIST.

The RNL_GGZ_VAL_LIST table consists of various fields, each holding specific information or linking keys about data available in SAP. These include DBCNR (), SPEM (), BEGDT (), ENDDT ().. 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 RNL_GGZ_VAL_LIST 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
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
DBCNR ISH_NL_DBCNRNUMC10ISH_NL_DBCNR
SPEM ISH_NL_GGZ_SPEMCHAR4Assigned to domainALPHAISH_FACHR
BEGDT ISH_NL_DATDATS8ISH_NL_DAT
ENDDT ISH_NL_DATDATS8ISH_NL_DAT
PAT_NAMEPatient Last Name NNAME_PATCHAR30TEXT30
PAT_GBDATIS-H: Birthdate RI_GBDATDATS8RI_DATUM
PERF_CARETYPE ISH_NL_ZORGTCHAR10Assigned to domainISH_NL_ZORGT
PERF_DIAGN ISH_NL_GGZ_PRF_DGNCHAR3ISH_NL_GGZ_PRF_DGN
PRODGRP ISH_NL_PRODGRPNUMC6NUM6
DECL_CODE ISH_NL_DECLC_VERCHAR10ALPHAISH_NL_DECLCODE
STATUS ISH_NL_STATUSCHAR1ISH_NL_STATUS
MESS_TYPEMessage type: S Success, E Error, W Warning, I Info, A Abort BAPI_MTYPECHAR1SYCHAR01
MESS_IDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MESS_NUMBERMessage Number SYMSGNONUMC3SYMSGNO
MESS_MESSAGEMessage Text BAPI_MSGCHAR220TEXT220
MESS_V1Message Variable SYMSGVCHAR50SYCHAR50
MESS_V2Message Variable SYMSGVCHAR50SYCHAR50
MESS_V3Message Variable SYMSGVCHAR50SYCHAR50
MESS_V4Message Variable SYMSGVCHAR50SYCHAR50

Key field Non-key field



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

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

How to access SAP table RNL_GGZ_VAL_LIST

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