RNWP_PREREG_LIST_ISHMED SAP (i.s.h.med: Field Catalog Prereg. List (View Type 010)) Structure details

Dictionary Type: Structure
Description: i.s.h.med: Field Catalog Prereg. List (View Type 010)




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




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

RNWP_PREREG_LIST_ISHMED 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 "i.s.h.med: Field Catalog Prereg. List (View Type 010)" 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_RNWP_PREREG_LIST_ISHMED TYPE RNWP_PREREG_LIST_ISHMED.

The RNWP_PREREG_LIST_ISHMED table consists of various fields, each holding specific information or linking keys about i.s.h.med: Field Catalog Prereg. List (View Type 010) data available in SAP. These include VISOEAKT (OU of Current Visit), AFNOEAKT_KB (Admitting Org. Unit Current (Short Description)), VISOEAKT_KB (OU of Current Visit (Short Description)), AFNOEAKT_K (Admitting Org. Unit Current (Identifier)).. 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 RNWP_PREREG_LIST_ISHMED 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
AFNOEAKTCurrent Admitting Organizational Unit N1AFNOEAKTCHAR8Assigned to domainALPHAORGID
VISOEAKTOU of Current Visit N1VISOEAKTCHAR8Assigned to domainALPHAORGID
AFNOEAKT_KBAdmitting Org. Unit Current (Short Description) N1AFNOEAKT_KBCHAR12TEXT12
VISOEAKT_KBOU of Current Visit (Short Description) N1VISOEAKT_KBCHAR12TEXT12
AFNOEAKT_KAdmitting Org. Unit Current (Identifier) N1AFNOEAKT_KCHAR5ORGKZ
VISOEAKT_KOU of Current Visit (Identifier) N1VISOEAKT_KCHAR5ORGKZ
ICON_ANFClinical Orders/Requests Exist (Icon) N1ANFV_ICONCHAR50TEXT50
ICON_DOCDocument Exists (Icon) N1DOKV_ICONCHAR50TEXT50
MEDDOK_ICONMedical Document Exists (Icon) N1MEDDOKV_ICONCHAR50TEXT50
LABDOK_ICONLaboratory Document Exists (Icon) N1LABDOKV_ICONCHAR50TEXT50
VKLEIServices N1VKLEICHAR75CHAR75
LKTARService Group - Catalog Identification N1LKPTARIDCHAR2Assigned to domainALPHATARID
LKLSTService Group - Identification N1LKPTARLSCHAR10Assigned to domainALPHATARLS
LKBEZFirst Service Text of Service N1LKPTARKTXT1CHAR40LEIKTXT
VKLEIBEZDescription of Services N1VKLEITXT1CHAR75CHAR75
VKLEILOKLocalization of Service N1LSLOK_STRCHAR20CHAR20
PREREGROTreatment Room N1PREREGROCHAR8Assigned to domainALPHABAUID
PREREGROSNShort Name of Treatment Room N1PREREGROSNCHAR12TEXT12
PREREGDRDuration in Minutes for a Treatment Appointment N1PREREGDRNUMC4ISH_DZEIT
RISK_ICONRisk Factors Exist (Icon) N1RISK_ICONCHAR50TEXT50
STATUSStatus (Short Form) N1STATUS_KCHAR4TEXT4
STATUS_TEXTStatus Name N1STATUS_TXTCHAR30ISH_TEXT30
TRTGPFiller (Business Partner) N1CORDTRTGPCHAR10Assigned to domainALPHARI_KUNNR
TRTGP_TXTName of Order Filler (Employee/Business Partner) N1TRTGP_TXTCHAR50TEXT50
PRIOPriority N1PRICHAR3CHAR3
APRIEPriority N1PRICHAR3CHAR3
APRITXTTexts for Priorities N1PRIOTXTCHAR15TEXT15
CPOSQUESTQuestion for an Order Item N1CPOSQUESTCHAR50TEXT50
CPOSQUESTIONIDQuestion ID for an Order Item N1CPOSQUESTIONIDCHAR32SYSUUID_C

Key field Non-key field



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

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

How to access SAP table RNWP_PREREG_LIST_ISHMED

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