NAUTHA SAP (IS-H: Include of the authorization fields for AUTHA) Structure details

Dictionary Type: Structure
Description: IS-H: Include of the authorization fields for AUTHA




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




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

NAUTHA 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 "IS-H: Include of the authorization fields for AUTHA" 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_NAUTHA TYPE NAUTHA.

The NAUTHA table consists of various fields, each holding specific information or linking keys about IS-H: Include of the authorization fields for AUTHA data available in SAP. These include N_BAUTY (IS-H: Category of Building Unit (Authorization Field)), N_BEWTY (IS-H: Movement Category (Authorization Field)), N_DIASP (Blocking Indicator for Diagnosis (Authorization Field)), N_DKAT1 (IS-H: ID Key for Diagn. Coding Cat. (Authorization Field)).. 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)


SAP NAUTHA 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
N_BAUIDIS-H: Key of Building Unit (Authorization Field) BAUID_AUTCHAR8Assigned to domainALPHABAUID
N_BAUTYIS-H: Category of Building Unit (Authorization Field) BAUTY_AUTCHAR2Assigned to domainBAUTYPEX
N_BEWTYIS-H: Movement Category (Authorization Field) BEWTY_AUTCHAR1BEWTY
N_DIASPBlocking Indicator for Diagnosis (Authorization Field) DIASP_AUTCHAR1DIASP
N_DKAT1IS-H: ID Key for Diagn. Coding Cat. (Authorization Field) DIAKAT_AUTCHAR2KATID
N_DKEY1IS-H: Diagnosis Code (Authorization Field) DIAID_AUTCHAR30DIAID
N_DIATYIS-H: Diagnosis Category (Authorization Field) DIATY_AUTCHAR1DIATY
N_FCT01Protected Functions in Patient Routing System AUTH_FCT01CHAR2AUTH_FCT01
N_FCT02Protected Functions in Service Entry AUTH_FCT02CHAR2AUTH_FCT02
N_FCT03Protected Functions in Service Request AUTH_FCT03CHAR2AUTH_FCT03
N_FUNCTIS-H: Protected Function in Care Unit Management ISH_FCTAUTCHAR2ISH_FCTAUT
N_EINRIInstitution (Authorization Field) EINRI_AUTCHAR4Assigned to domainALPHAEINRI
N_FALNRIS-H: Case Number (Authorization Field) FALNR_AUTCHAR10Assigned to domainALPHAFALNR
N_FALARIS-H: Case Type (Authorization Field) FALAR_AUTCHAR1FALLART
N_ORGFAIS-H: OU Assigned with Dept. Responsibility (Authoriz.Field) ORGFA_AUTCHAR8Assigned to domainALPHAORGID
N_ORGPFOrg. Unit Assigned for Nursing Care (Authorization Field) ORGPF_AUTCHAR8Assigned to domainALPHAORGID
N_ORGIDIS-H: Identification Key of Org. Unit (Authorization Field) ORGID_AUTCHAR8Assigned to domainALPHAORGID
N_OWNERIS-H: Owner Code HCM Structures (Authorization Field) OWNERCDAUTCHAR2SGOWNERCDE
N_PATNRIS-H: Patient number (authorization field) PATNR_AUTCHAR10Assigned to domainALPHAPATNR
N_PATNM1st Character of Pat. Last Name (Authorization Field) PATNAM_AUTCHAR1TEXT1
GPARTIS-H: Business Partner (Authorization Field) GPART_AUTCHAR10Assigned to domainALPHARI_KUNNR
N_ORGTYIS-H: Category of Organizational Unit (Authorization Field) ORGTY_AUTCHAR2Assigned to domainORGTYP
N_TOMIDIS-H: Technical work organizer - authorization field TOMID_AUTCHAR8Assigned to domainALPHAN_ORGMID
N_PLANBIS-H: Planned/Actual Date of Movement Indicator (Authoriz.) PLANB_AUTCHAR1ISH_PLAN
N_2DTIDDocument Category ID N2_DTIDCHAR10N2_DTIDDTYN2_DTID
N_2MITARBEmployee Responsible N1MITARBCHAR10Assigned to domainALPHARI_KUNNRVMA
N_2ORGDODocumenting Organizational Unit ORGDOCHAR8Assigned to domainALPHAORGIDOED
N_2ORGLAIS-H: Nursing Organizational Unit Requesting the Service ANPOECHAR8Assigned to domainALPHAORGID
N_FUNAMIS-H: Name of Function Module N_FUNCNAMECHAR30Assigned to domainFUNCNAME
N_VIPIS-H: VIP indicator (authorization) VIP_AUTCHAR1XFELD
N_GEARTIS-H MM: Approval Type ISH_MGEARTCHAR2Assigned to domainISH_MGEART
N_2OPBERArea Assignment for a Time Field N2ZPBERCHAR1N2ZPBER
N_2ZPIDArea Assignment for a Time Field N2ZPBERCHAR1N2ZPBER
N_2ZTPIDTime ID N2OZPIDCHAR10Assigned to domainN2OZPID
N_RSFNRIS-H: Risk Factor (Authorization Field) RSFNR_AUTCHAR6Assigned to domainALPHARSFNR
N_ARBPLIS-H: Key of Building Unit (Authorization Field) BAUID_AUTCHAR8Assigned to domainALPHABAUID
N_OPBERIS-H: Identification Key of Org. Unit (Authorization Field) ORGID_AUTCHAR8Assigned to domainALPHAORGID
N_DSPTYIS-H: Scheduling Type for Visit Scheduling ISH_DSPTCHAR8Assigned to domainISH_DSPTC8
N_TALSTService Code (Authorization Field) TALST_AUTCHAR10Assigned to domainALPHATARLS
N_TARIFService Catalog (Authorization Field) TARIF_AUTCHAR2Assigned to domainALPHATARID
N_FCT04Protected Functions in the Preregistration AUTH_FCT04CHAR2AUTH_FCT04
N_VKGOEIS-H: Treatment OU in Preregistration (Authorization Field) N1VKGOE_AUTCHAR8Assigned to domainALPHAORGID
N_AFNOEOrganizational Unit to which Patient Is Admitted N1AFNOECHAR8Assigned to domainALPHAORGID
N_ETROEInitiating Organizational Unit N1ETROECHAR8Assigned to domainALPHAORGID

Key field Non-key field



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

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

How to access SAP table NAUTHA

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