N2PRZ_GLOB_PAR SAP (IS-H*MED: SPC Hit Lists - Global Parameters) Table details

Dictionary Type: Table
Description: IS-H*MED: SPC Hit Lists - Global Parameters




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




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

N2PRZ_GLOB_PAR is a standard SAP Table which is used to store IS-H*MED: SPC Hit Lists - Global Parameters data and is available within R/3 SAP systems depending on the version and release level.

The N2PRZ_GLOB_PAR table consists of various fields, each holding specific information or linking keys about IS-H*MED: SPC Hit Lists - Global Parameters data available in SAP. These include EINRI (Institution), HIT_MAX (Maximum Number of Entries per Hit List), ORGTY_FA (IS-H: Category of Organizational Unit), LOK_LI (IS-H: Localization of Diagnosis).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP N2PRZ_GLOB_PAR 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
HIT_MAXMaximum Number of Entries per Hit List N2_PRZ_MAXNRNUMC8
ORGTY_FAIS-H: Category of Organizational Unit ORGTYPCHAR2Assigned to domainORGTYPOTY
LOK_LIIS-H: Localization of Diagnosis N2_DIALOCHAR2TN26EALPHAN2_DIALO
LOK_REIS-H: Localization of Diagnosis N2_DIALOCHAR2TN26EALPHAN2_DIALO
LOK_BDIS-H: Localization of Diagnosis N2_DIALOCHAR2TN26EALPHAN2_DIALO
BER_CHECKCheckbox: OU-Related Authorization On/Off N2_PRZ_BER_CHECKCHAR1XFELD
BER_OBJAuthorization Object XUOBJECTCHAR10Assigned to domainXUOBJECTXUO
BER_FLDAuthorization Field XUFIELDCHAR10XUFIELD
ALLOW_KEYCheckbox: Allow SPC Name Change N2_PRZ_ALLOW_KEYCHAR1XFELD
ALLOW_SELCheckbox: Folder Selectable Allowed N2_PRZ_ALLOW_SELCHAR1XFELD
ALLOW_HIECheckbox: Hierarchy Expanded On/Off N2_PRZ_ALLOW_HIECHAR1XFELD
ALLOW_ZEITCheckbox: Time Transfer On/Off N2_PRZ_ALLOW_ZEITCHAR1XFELD
ICN_NFOLDER_CLSDTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
ICN_NFOLDER_OPENTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
ICN_AFOLDER_CLSDTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
ICN_AFOLDER_OPENTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
ICN_OPS_DEFAULTTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
ICN_OPS_CHANGEDTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
ICN_OPS_NILTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE

Key field Non-key field



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

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

SELECT SINGLE *
FROM N2PRZ_GLOB_PAR
INTO CORRESPONDING FIELDS OF WA_N2PRZ_GLOB_PAR
WHERE...

How to access SAP table N2PRZ_GLOB_PAR

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