N2AD_PAT SAP (Allergy Documentation - Overall Allergy Status (OAS)) Table details

Dictionary Type: Table
Description: Allergy Documentation - Overall Allergy Status (OAS)




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




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

N2AD_PAT is a standard SAP Table which is used to store Allergy Documentation - Overall Allergy Status (OAS) data and is available within R/3 SAP systems depending on the version and release level.

The N2AD_PAT table consists of various fields, each holding specific information or linking keys about Allergy Documentation - Overall Allergy Status (OAS) data available in SAP. These include PATNR (IS-H: Patient Number), STATE_TOTAL (Overall Allergy Status (OAS)), STATE_COMMENT (Comment for Overall Allergy Status (OAS)), STATE_COMMENT_LT (Indicator that Long Text Exists).. 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_PAT 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 PATNRCHAR10NPATALPHAPATNRPAT
STATE_TOTALOverall Allergy Status (OAS) N2AD_STATE_TOTALCHAR1N2AD_STATE_TOTAL
STATE_COMMENTComment for Overall Allergy Status (OAS) N2AD_STATE_COMMENTCHAR50TEXT50
STATE_COMMENT_LTIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
NOANumber of Allergies N2AD_NOANUMC5NUMC
DOKU_RESETAllergy Documentation Reset N2AD_DOKU_RESETCHAR1ISH_ON_OFF
DRUG_EXISTDrug Allergy Exists N2AD_DRUG_EXISTCHAR1ISH_ON_OFF
PASS_EXISTAllergy Passport Exists N2AD_PASS_EXISTCHAR1ISH_ON_OFF
DIAG_EXIST'Allergy Diagnoses Exist' Indicator N2AD_DIAG_EXISTCHAR1ISH_ON_OFF
RESPONSIBLEEmployee Responsible N1MITARBCHAR10Assigned to domainALPHARI_KUNNRVMA
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_PAT using ABAP code

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

SELECT SINGLE *
FROM N2AD_PAT
INTO CORRESPONDING FIELDS OF WA_N2AD_PAT
WHERE...

How to access SAP table N2AD_PAT

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