RN2ALLERGY SAP (ISHMED: Allergies) Structure details

Dictionary Type: Structure
Description: ISHMED: Allergies




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




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

RN2ALLERGY 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 "ISHMED: Allergies" 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_RN2ALLERGY TYPE RN2ALLERGY.

The RN2ALLERGY table consists of various fields, each holding specific information or linking keys about ISHMED: Allergies data available in SAP. These include ATTR (), PATNR (IS-H: Patient Number), ALLERGY_SEQNO (Entry Sequence of an Allergy), BCHID (Basic Catalog: Catalog Key).. 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 RN2ALLERGY 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
OBJ 0
ATTR 0
PATNRIS-H: Patient Number PATNRCHAR10ALPHAPATNRPAT
ALLERGY_SEQNOEntry Sequence of an Allergy N2AD_ALLERGY_SEQNONUMC5N2AD_SEQNO
BCHIDBasic Catalog: Catalog Key N1BCHIDCHAR33ISH_UUID_P
BCPIDBasic Cat.: Item Key N1BCPIDCHAR33ISH_UUID_P
AGRObsolete Allergen Group N2AD_AGRCHAR2ALPHAN2AD_AGR
BCHID_AGRBasic Catalog: Catalog Key N1BCHIDCHAR33ISH_UUID_P
BCPID_AGRBasic Cat.: Item Key N1BCPIDCHAR33ISH_UUID_P
MDTYPDrug Type - Internal Use N2AD_MDTYPCHAR1N2AD_MDTYP
DRUGIDMedication: Mnemonic N1ME_DRUGIDCHAR32SYSUUID_C
AGENTIDMedication: Agent ID N1ME_AGENTIDCHAR32SYSUUID_C
DESCRAllergen N2AD_DESCRCHAR160N2AD_DESCR
DESCR_OTOriginal Text from Catalog N2AD_DESCR_OTCHAR1ISH_ON_OFF
ADCOMMENTComment for Allergy N2AD_ALLERGY_COMMENTCHAR50TEXT50
ADCOMMENT_LTIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
TYPAllergy Type (ID) N2AD_TYPCHAR2ALPHAN2AD_TYP
BCHID_TYPBasic Catalog: Catalog Key N1BCHIDCHAR33ISH_UUID_P
BCPID_TYPBasic Cat.: Item Key N1BCPIDCHAR33ISH_UUID_P
CERAllergic Certainty (ID) N2AD_CERCHAR2ALPHAN2AD_CER
BCHID_CERBasic Catalog: Catalog Key N1BCHIDCHAR33ISH_UUID_P
BCPID_CERBasic Cat.: Item Key N1BCPIDCHAR33ISH_UUID_P
RESPONSIBLEEmployee Responsible N1MITARBCHAR10ALPHARI_KUNNRVMA
EVALUATIONEvaluation of Allergy N2AD_EVALUATIONCHAR1N2AD_EVALUATION
EREASONChange Reason, Code N_EREASONCHAR1N_EREASON
CANCEL_REASONIS-H: Reason for Cancellation ISH_CANREASONCHAR2ISH_CANREASON_TYPE
CANCEL_FLAGIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
NORNumber of Reactions N2AD_NORNUMC5NUMC
CONN 0

Key field Non-key field



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

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

How to access SAP table RN2ALLERGY

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