FKK_VT_I_AL SAP (CT: Items of Provider Contract - Structure) Structure details

Dictionary Type: Structure
Description: CT: Items of Provider Contract - Structure




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




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

FKK_VT_I_AL 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: Items of Provider Contract - Structure" 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_AL TYPE FKK_VT_I_AL.

The FKK_VT_I_AL table consists of various fields, each holding specific information or linking keys about CT: Items of Provider Contract - Structure data available in SAP. These include VTKEY (Identification of a Provider Contract), GPART (Business Partner Number), ERDAT (Date on Which Record Was Created), ERTIM (Time at which the object was created).. 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 or numeric)


SAP FKK_VT_I_AL 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
VTKEYIdentification of a Provider Contract VTKEY_KKCHAR20Assigned to domainALPHAVTKEY_KKVTKEYFKKVT_F4
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERTIMTime at which the object was created ERTIM_KKTIMS6UZEIT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
VALFR_IValid From VALID_FRD_KKDATS8DATS
VALTO_IValid To VALID_TOD_KKDATS8DATS
CANCLTime of Reversal (Time Stamp) CANCELLATION_TSTMP_KKDEC15TZNTSTMPS
VTITTText for Provider Contract Item VTITT_KKCHAR50TEXT50
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
PPACCPrepaid Account PPACC_KKCHAR12ALPHAPPACC_KK8PPACCFKKPREPACC_F4
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
VBER1Contract: Sales Area Attribute 1 VBER1_KKCHAR4VKBER_KK
VBER2Contract: Sales Area Attribute 2 VBER2_KKCHAR4VKBER_KK
BUKRSCompany Code for Authorization Check BUKRS_AUTH_KKCHAR4Assigned to domainBUKRSBUKC_T001
BUKRS_ICompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
SEGMTSegment for Segmental Reporting SEGMT_KKCHAR10Assigned to domainALPHAFB_SEGMENT
STDSPContract: Standard Division STDSP_KKCHAR2Assigned to domainSPART
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
PRDNRProduct Number PRDNR_KKCHAR40Assigned to domainPRDNR_KKPRDNR
CYCLEBilling Cycle CYCLE_KKCHAR4Assigned to domainCYCLE_KK
CYCLE_DAYDay of Period End CYCLE_DAY_KKCHAR2CYCLE_DAY_KK
CYCLE_DATEContract: Date of Original Start of Period CYCLE_DATE_KKDATS8CYCLE_DATE_KK
VALTO_PREValid To (Time Stamp) VALID_TO_KKDEC15TZNTSTMPS
VTTRGGroup of IDs VTTRG_KKNUMC6Assigned to domainVTTRG_KK
MAKEYIdentification of Master Agreement MAKEY_KKCHAR10Assigned to domainALPHAMAKEY_KKMAKEYFKKMA_F4
MAPRDCustom Product or Product Range MAPRD_KKCHAR40MAPRD_KK
SRVRPRecipient of Service SRVRP_KKCHAR10Assigned to domainALPHABU_PARTNER
PTSRLPartner Settlement Rule PTSRL_KKCHAR4Assigned to domainPTSRL_KK
BEGRUAuthorization Group BEGRUCHAR4BEGRU

Key field Non-key field



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

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

How to access SAP table FKK_VT_I_AL

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