N2DGAIPR SAP () Table details

Dictionary Type: Table
Description:




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




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

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

The N2DGAIPR table consists of various fields, each holding specific information or linking keys about data available in SAP. These include EINRI (Institution), QSSST (), PRTNR (), AVBAR (Surg: Type of Complication).. 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)


SAP N2DGAIPR 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
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
QSSST N2_DGSTBEZCHAR10CHAR010
PRTNR N2_DGPRTNRNUMC14NUM14
AVBARSurg: Type of Complication N2_TYPKOMPCHAR1N2_TYPKOMP
ERDAT N2_DGERDATDATS8RI_DATUM
KRHIDIdentNo. of a Hospital for DGAI Export N2_KHIDENTNUMC5N2_KHIDENT
VERSTHospital Care Level N2_VERSORGNUMC1N2_VERSORG
VODATStart Date (from Date) N2_DATEBDATS8RI_DATUM
BIDATEnd Date (To-Date) N2_DATEEDATS8RI_DATUM
DATNMLocal file for upload/download LOCALFILECHAR128LOCALFILE
TSTLF N2_DGTSTLFCHAR1XFELD
WIELF N2_DGWIELFCHAR1XFELD
WPRTN N2_DGWPRTNNUMC14NUMC14
EXPKZ N2_DGEXPKZCHAR1XFELD
BEAKZ N2_DGBEAKZCHAR1XFELD
ANZML N2_DGSTAFDNUMC10NUMC10
ANZKO N2_DGSTAFDNUMC10NUMC10
ANZFE N2_DGSTAFDNUMC10NUMC10
ANZEK N2_DGSTAFDNUMC10NUMC10
ANZEF N2_DGSTAFDNUMC10NUMC10
RUEDT N2_DGRUEDTDATS8RI_DATUM
RUEST N2_DGRUESTCHAR2N2_DGRUEST
RUEAK N2_DGSTAFDNUMC10NUMC10
RUEFK N2_DGSTAFDNUMC10NUMC10
RUEBM N2_DGRUEBMCHAR50TEXT50
ANKLSAnchor Service Indicator N1ANKLSCHAR1N1ANKLS

Key field Non-key field



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

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

SELECT SINGLE *
FROM N2DGAIPR
INTO CORRESPONDING FIELDS OF WA_N2DGAIPR
WHERE...

How to access SAP table N2DGAIPR

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