TNVSL SAP (IS-H: Rules for Determining Multiplication Factors) Table details

Dictionary Type: Table
Description: IS-H: Rules for Determining Multiplication Factors




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




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

TNVSL is a standard SAP Table which is used to store IS-H: Rules for Determining Multiplication Factors data and is available within R/3 SAP systems depending on the version and release level.

The TNVSL table consists of various fields, each holding specific information or linking keys about IS-H: Rules for Determining Multiplication Factors data available in SAP. These include EINRI (Institution), FALAR (IS-H: Case Type), TARIF (IS-H: Service Catalog Identification Key), TAGRU (IS-H: Service Category).. 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: Can be enhanced (character-type or numeric)


SAP TNVSL 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
FALARIS-H: Case Type FALLARTCHAR1FALLART
TARIFIS-H: Service Catalog Identification Key TARIDCHAR2TNK01ALPHATARIDTAK
TAGRUIS-H: Service Category TAGRUPPECHAR9TN20ALPHAISH_TAGRU
LEISTService in Service Catalog TARLSCHAR10NTPKALPHATARLSTAL
KTARTIS-H: Insurance Provider Type (e.g. Private, Statutory) KOSTR_ARTCHAR3TN18ALPHAKOSTR_ART
KOSTRIS-H: Insurance Provider KH_KOSTRCHAR10NGPAALPHARI_KUNNRKOT
VTRTYIS-H: Insurance Contract Scheme ISH_VTRTYCHAR6TN16ALPHAISH_VTRTY
ERBOEIS-H: Organizational Unit that Performs the Service ERBOECHAR8NORGALPHAORGID
BEWTYMovement Category ISH_MBEWTYCHAR1ISH_MBEWTY
BWARTIS-H: Movement Type RI_BWARTCHAR2TN14BRI_BWART
ENDDTValidity End Date of a Multiplication Factor Rule ISH_VSEDDTDATS8DATUM
BEGDTIS-H: Validity Start Date of Multiplication Factor Rule ISH_VSBGDTDATS8DATUM
TARASIS-H: Multiplication Factor TARAS6DEC6(3) ISH_TARAS6

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNVSL
INTO CORRESPONDING FIELDS OF WA_TNVSL
WHERE...

How to access SAP table TNVSL

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