FKK_VT_I_TEXT SAP (CT: Texts for Item of Provider Contract) Structure details

Dictionary Type: Structure
Description: CT: Texts for Item of Provider Contract




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




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

FKK_VT_I_TEXT 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 "CT: Texts for Item of Provider Contract" 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_FKK_VT_I_TEXT TYPE FKK_VT_I_TEXT.

The FKK_VT_I_TEXT table consists of various fields, each holding specific information or linking keys about CT: Texts for Item of Provider Contract data available in SAP. These include VKBEZ (Contract account name), VKORGT (Name), SPARTT (Name), VTWEGT (Name).. 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 FKK_VT_I_TEXT 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
VTPOSContract: Item Number VTPOS_KKNUMC6VTPOS_KK
VKBEZContract account name VKBEZ_KKCHAR35TEXT35
VKORGTName VTXTKCHAR20TEXT20
SPARTTName VTXTKCHAR20TEXT20
VTWEGTName VTXTKCHAR20TEXT20
BUKRSTName of Company Code or Company BUTXTCHAR25TEXT25
PRCTRTGeneral Name KTEXTCHAR20TEXT20
GSBERTBusiness area description GTEXTCHAR30TEXT30
STDSPTName VTXTKCHAR20TEXT20
SEGMTTText Field TEXT50CHAR50TEXT50
PRTXTProduct Short Text SHTXT_KKCHAR40TEXT40
CYCLE_DAY_TXTText Field of Length 60 TEXT60CHAR60TEXT60
SRVRPTText for business partner GPTXT_KKCHAR55GPTXT_KK
MABEZName of Master Agreement MABEZ_KKCHAR40TEXT40
MAPRDTLong Text for Product LGTXT_KKCHAR100TEXT100
PTSRLTText Field TEXT50CHAR50TEXT50
VTKRFTName of Contract VTBEZ_KKCHAR35TEXT35
INV_SCHEDULE_TXTText for Scheduling for Invoicing INV_SCHEDULE_TXT_KKCHAR50TEXT50
CYCLETName of Billing Cycle CYCLE_TXT_KKCHAR50TEXT50
PS_POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
PS_POSIDTPS: Short description (1st text line) PS_POST1CHAR40TEXT40
AUFNRTDescription AUFTEXTCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table FKK_VT_I_TEXT

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