N2AD_REACT SAP (Allergy Documentation - Reactions) Table details

Dictionary Type: Table
Description: Allergy Documentation - Reactions




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




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

N2AD_REACT is a standard SAP Table which is used to store Allergy Documentation - Reactions data and is available within R/3 SAP systems depending on the version and release level.

The N2AD_REACT table consists of various fields, each holding specific information or linking keys about Allergy Documentation - Reactions data available in SAP. These include PATNR (IS-H: Patient Number), ALLERGY_SEQNO (Entry Sequence of an Allergy), REACT_SEQNO (Entry Sequence of an Allergic Reaction), REA (Allergic Reaction).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP N2AD_REACT table 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
MANDTClient MANDTCLNT3T000MANDT
PATNRIS-H: Patient Number PATNRCHAR10N2AD_PATALPHAPATNRPAT
ALLERGY_SEQNOEntry Sequence of an Allergy N2AD_ALLERGY_SEQNONUMC5N2AD_ALLERGYN2AD_SEQNO
REACT_SEQNOEntry Sequence of an Allergic Reaction N2AD_REACT_SEQNONUMC5N2AD_SEQNO
REAAllergic Reaction N2AD_REACHAR2TN2AD_REAALPHAN2AD_REA
BCHID_REABasic Catalog: Catalog Key N1BCHIDCHAR33ISH_UUID_P
BCPID_REABasic Cat.: Item Key N1BCPIDCHAR33ISH_UUID_P
SOAAllergic Reaction Severity N2AD_SOACHAR2TN2AD_SOAALPHAN2AD_SOA
BCHID_SOABasic Catalog: Catalog Key N1BCHIDCHAR33ISH_UUID_P
BCPID_SOABasic Cat.: Item Key N1BCPIDCHAR33ISH_UUID_P
EREASONChange Reason, Code N_EREASONCHAR1N_EREASON
CREATE_DATEIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
CREATE_TIMEIS-H: Time when Data Record Created ISH_ERTIMTIMS6UHRZT
CREATE_USERIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATE_DATEIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPDATE_TIMEIS-H: Time Data Record was Last Changed ISH_UPTIMTIMS6UHRZT
UPDATE_USERIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
CANCEL_DATEIS-H: Cancellation Date STORNO_DATDATS8RI_DATUM
CANCEL_TIMEIS-H: Time Data Record Canceled ISH_CANTIMTIMS6UHRZT
CANCEL_USERIS-H: Name of User who Canceled Data Record STORN_USERCHAR12USNAM
CANCEL_REASONCancellation Reason N2AD_CANCEL_REASONCHAR1N2AD_CANCEL_REASON
CANCEL_FLAGIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
TIMESTAMPTimestamp in Short Form (YYYYMMDDhhmmss) ISH_TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



How do I retrieve data from SAP table N2AD_REACT using ABAP code

The following ABAP code Example will allow you to do a basic selection on N2AD_REACT to SELECT all data from the table
DATA: WA_N2AD_REACT TYPE N2AD_REACT.

SELECT SINGLE *
FROM N2AD_REACT
INTO CORRESPONDING FIELDS OF WA_N2AD_REACT
WHERE...

How to access SAP table N2AD_REACT

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