NLAZ SAP (IS-H: Assign IS-H Service to CO Activity Type) Table details

Dictionary Type: Table
Description: IS-H: Assign IS-H Service to CO Activity Type




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




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

NLAZ is a standard SAP Table which is used to store IS-H: Assign IS-H Service to CO Activity Type data and is available within R/3 SAP systems depending on the version and release level.

The NLAZ table consists of various fields, each holding specific information or linking keys about IS-H: Assign IS-H Service to CO Activity Type data available in SAP. These include EINRI (Institution), KATID (IS-H: Service Catalog Identification Key), LEIID (Service in Service Catalog), OEFAC (IS-H: Departmental OU for Multiple Cost Centers).. 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 NLAZ 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
KATIDIS-H: Service Catalog Identification Key TARIDCHAR2TNK01ALPHATARIDTAK
LEIIDService in Service Catalog TARLSCHAR10NTPKALPHATARLSTAL
OEFACIS-H: Departmental OU for Multiple Cost Centers ISH_ORGE1CHAR8NORGALPHAORGID
OEERBIS-H: Performing organizational unit ISH_ORGE2CHAR8NORGALPHAORGID
ZLARTIS-H: Target Activity Type ISH_ZLARTCHAR6ISH_LSTAR
ENDDTIS-H: Valid-To Date of Assignment ISH_EDTCODATS8RI_DATUM
BEGDTIS-H: Valid-From Date of Assignment ISH_BDTCODATS8RI_DATUM
LEINHActivity Unit LEINHUNIT3T006CUNITMEINS
MEFIXIS-H: Factor for Quantity Conversion ISH_MEFIXQUAN15(3) MENGV8
MESPLIS-H: Service Catalog Column that Contains the Quantity ISH_MESPLCHAR2Assigned to domainALPHATARSP
MEFUBIS-H: Function Module for Determining Quantity ISH_MEFUBCHAR30TFDIRFUNCNAME
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
MOEFUIS-H: Function Module for Determining Quantity ISH_MEFUBCHAR30TFDIRFUNCNAME
MOEFXIS-H: Factor for Quantity Conversion ISH_MEFIXQUAN15(3) MENGV8
MOESPIS-H: Service Catalog Column that Contains the Quantity ISH_MESPLCHAR2Assigned to domainALPHATARSP

Key field Non-key field



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

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

SELECT SINGLE *
FROM NLAZ
INTO CORRESPONDING FIELDS OF WA_NLAZ
WHERE...

How to access SAP table NLAZ

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