TVKRT SAP (Descriptions of Cancellation Rules) Table details

Dictionary Type: Table
Description: Descriptions of Cancellation Rules




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




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

TVKRT is a standard SAP Table which is used to store Descriptions of Cancellation Rules data and is available within R/3 SAP systems depending on the version and release level.

The TVKRT table consists of various fields, each holding specific information or linking keys about Descriptions of Cancellation Rules data available in SAP. These include SPRAS (Language Key), KUENDREGEL (Cancellation rule for contract), BEZEICH (Description of cancellation rule for contract), BEZEI_D1 (Description of cancellation rule for printed line 1).. 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: Not classified

Text table for: TVKR


SAP TVKRT 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
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
KUENDREGELCancellation rule for contract VKREG_VEDACHAR4TVKRVKREG_VEDA
BEZEICHDescription of cancellation rule for contract VKRGB_VEDACHAR40TEXT40
BEZEI_D1Description of cancellation rule for printed line 1 BEZEI_D1CHAR60TEXT60
BEZEI_D2Description for cancellation rule for Printed line 2 BEZEI_D2CHAR60TEXT60

Key field Non-key field



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

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

SELECT SINGLE *
FROM TVKRT
INTO CORRESPONDING FIELDS OF WA_TVKRT
WHERE...

How to access SAP table TVKRT

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