V45W SAP (Data Fields for SAPLV45W) Structure details

Dictionary Type: Structure
Description: Data Fields for SAPLV45W




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




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

V45W 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 "Data Fields for SAPLV45W" 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_V45W TYPE V45W.

The V45W table consists of various fields, each holding specific information or linking keys about Data Fields for SAPLV45W data available in SAP. These include KUENDREGEL (Cancellation rule for contract), VFRIST (Cancellation by), VKUTER (Cancellation date), VFRALT (Old cancellation-to date).. 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 V45W 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
KUENSCHEMAAssignment cancellation procedure/cancellation rule VKUES_VEDACHAR4Assigned to domainVKUES_VEDA
KUENDREGELCancellation rule for contract VKREG_VEDACHAR4TVKRVKREG_VEDA
VFRISTCancellation by VFRISTDATS8DATUM
VKUTERCancellation date VKUTERDATS8DATUM
VFRALTOld cancellation-to date VFRALTDATS8DATUM
VKUALTOld cancellation date VKUALTDATS8DATUM
UGLTGCancellation rule invalid ? UGLTGCHAR1CHAR01
ZEKFRText time unit for cancellation base line date TZEKFRCHAR60TEXT60
ZEPDETime unit text for cancellation period TZEPDECHAR60TEXT60
ZEZTRTime unit text for cancellation period TZEZTRCHAR60TEXT60
KUBATText for cancellation baseline date TKUBATCHAR60TEXT60
KUBISText for cancel-to date TKUBISCHAR60TEXT60
ZEAKTText for rule for activity procedure TZEAKTCHAR40TEXT40
ZEVLZTime unit text for contract validity period TZEVLZCHAR12TEXT12
TRVBGText for rule for contract start date TRVBGCHAR40TEXT40
TMENDText rule for start/end of month TMENDCHAR60CHAR60
TRVTEText for rule for contract end date TRVTECHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table V45W

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