TNNLACTIV SAP () Table details

Dictionary Type: Table
Description:




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




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

TNNLACTIV 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 TNNLACTIV table consists of various fields, each holding specific information or linking keys about data available in SAP. These include EINRI (Institution), INTNR (IS-H: Alternative Identification of Service Catalog Item), BEGDT (), ENDDT ().. 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 TNNLACTIV 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 MANDTCLNT3Assigned to domainMANDT
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
INTNRIS-H: Alternative Identification of Service Catalog Item TAEXTNRCHAR12CHAR12
BEGDT ISH_NL_ACT_BEGDTDATS8DATUM
ENDDT ISH_NL_ACT_ENDDTDATS8DATUM
ZPK ISH_NL_ZPKNUMC2
WBMV ISH_NL_WBMVCHAR4ISH_NL_WBMV
MED_UNITIS-H: Unit of Measure for Service TA_EINHUNIT3Assigned to domainCUNITMEINS
MED_QNTY ISH_NL_MED_QNTYDEC6(2) ISH_DECV42
CLAIM ISH_NL_CLAIM_CODECHAR4ISH_NL_CLAIM
IND_ADD_ON ISH_NL_IND_ADD_ONCHAR1ISH_NL_IND_ADD_ON
ACT_DESC ISH_NL_ACT_DESCCHAR200TEXT200
ZPK_DESC ISH_NL_ZPK_DESCCHAR200TEXT200

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNNLACTIV
INTO CORRESPONDING FIELDS OF WA_TNNLACTIV
WHERE...

How to access SAP table TNNLACTIV

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