RN2AD_ALLERGY SAP (Allergy Documentation - Allergies) Structure details

Dictionary Type: Structure
Description: Allergy Documentation - Allergies




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




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

RN2AD_ALLERGY 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 "Allergy Documentation - 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_RN2AD_ALLERGY TYPE RN2AD_ALLERGY.

The RN2AD_ALLERGY table consists of various fields, each holding specific information or linking keys about Allergy Documentation - Allergies data available in SAP. These include ALLERGY_SEQNO (Entry Sequence of an Allergy), BCHID (Basic Catalog: Catalog Key), BCPID (Basic Cat.: Item Key), AGR (Obsolete Allergen Group).. 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: Cannot Be Enhanced


SAP RN2AD_ALLERGY 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
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
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_AGRCHAR2Assigned to domainALPHAN2AD_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_TYPCHAR2Assigned to domainALPHAN2AD_TYP
BCHID_TYPBasic Catalog: Catalog Key N1BCHIDCHAR33ISH_UUID_P
BCPID_TYPBasic Cat.: Item Key N1BCPIDCHAR33ISH_UUID_P
CERAllergic Certainty (ID) N2AD_CERCHAR2Assigned to domainALPHAN2AD_CER
BCHID_CERBasic Catalog: Catalog Key N1BCHIDCHAR33ISH_UUID_P
BCPID_CERBasic Cat.: Item Key N1BCPIDCHAR33ISH_UUID_P
RESPONSIBLEEmployee Responsible N1MITARBCHAR10Assigned to domainALPHARI_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

Key field Non-key field



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

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

How to access SAP table RN2AD_ALLERGY

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