RN2_DYNP_ADPAT SAP (ISHMED: Screen Structure Allergies - Overall Allergy Status) Structure details

Dictionary Type: Structure
Description: ISHMED: Screen Structure Allergies - Overall Allergy Status




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




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

RN2_DYNP_ADPAT 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: Screen Structure Allergies - Overall Allergy Status" 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_RN2_DYNP_ADPAT TYPE RN2_DYNP_ADPAT.

The RN2_DYNP_ADPAT table consists of various fields, each holding specific information or linking keys about ISHMED: Screen Structure Allergies - Overall Allergy Status 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP RN2_DYNP_ADPAT 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
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_REASONIS-H: Reason for Cancellation ISH_CANREASONCHAR2ISH_CANREASON_TYPE
CANCEL_FLAGIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
NO_ALLERGYNo Known Allergies N2AD_NO_ALLERGYCHAR1ISH_ON_OFF
NO_COLLECTIONAssessment Not Possible N2AD_NO_COLLECTIONCHAR1ISH_ON_OFF
COMMENT_LGTXT1Screen Field for Displaying Dynamic Icon ISH_LGTX03CHAR30ISH_ICON
RESP_NAMEEmployee Responsible N2AD_VMA_NAMECHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table RN2_DYNP_ADPAT

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