FKK_VT_DYNP SAP (CT: Fields for Display of Provider Contract Using Screen) Structure details

Dictionary Type: Structure
Description: CT: Fields for Display of Provider Contract Using Screen




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




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

FKK_VT_DYNP 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: Fields for Display of Provider Contract Using Screen" 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_DYNP TYPE FKK_VT_DYNP.

The FKK_VT_DYNP table consists of various fields, each holding specific information or linking keys about CT: Fields for Display of Provider Contract Using Screen data available in SAP. These include VALTI (Validity Time of Changes), VALDT_SEL (Validity Date of Changes), VALTI_SEL (Validity Time of Changes), GPTXT (Text for business partner).. 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_DYNP 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
VALDTValidity Date of Changes VALDATE_KKDATS8
VALTIValidity Time of Changes VALTIME_KKTIMS6
VALDT_SELValidity Date of Changes VALDATE_KKDATS8
VALTI_SELValidity Time of Changes VALTIME_KKTIMS6
GPTXTText for business partner GPTXT_KKCHAR55GPTXT_KK
ADTXTBP: Address Description BU_ADDSCCHAR60TEXT60
VTPOS_DATFRValid From (Date) DATFR_KKDATS8DATUM
VTPOS_TIMFRValid From (Time) TIMFR_KKTIMS6TIME
VTPOS_DATTOValid To (Date) DATTO_KKDATS8DATUM
VTPOS_TIMTOValid To (Time) TIMTO_KKTIMS6TIME
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
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
VTBEG_DATEContract Start (Date) VTBEG_DATE_KKDATS8DATUM
VTBEG_TIMEContract Start (Time) VTBEG_TIME_KKTIMS6TIME
VTEND_DATEContract End (Date) VTEND_DATE_KKDATS8DATUM
VTEND_TIMEContract End (Time) VTEND_TIME_KKTIMS6TIME
CYCLE_DAY_TXTText Field of Length 60 TEXT60CHAR60TEXT60
INV_LOCKREASONReason For Invoicing Lock INV_LOCKREASON_KKCHAR1Assigned to domainINV_LOCKREASON_KK
INV_LOCKREASON_TXTDescription of Lock Reason LOCKREASONTEXT_KKCHAR40TEXT40
XTREECheckbox XFELDCHAR1XFELD
XGRIDCheckbox XFELDCHAR1XFELD
XCNCLProvider Contract Item Was Reversed XCNCL_KKCHAR1XFELD
TTZZTTime Zone Text TZNDESCTZNCHAR30TEXT30
TR_DETAILText Field TEXT50CHAR50TEXT50
VTTRIID That Can Be Used to Determine a Provider Contract VTTRI_KKCHAR50VTTRI_KK
VTTRTType of Identification VTTRT_KKCHAR2TFK_VT_TRTVTTRT_KKFKKVT_F4_VTTRT
SRVRPTText for business partner GPTXT_KKCHAR55GPTXT_KK
MABEZName of Master Agreement MABEZ_KKCHAR40TEXT40
MAPRDTLong Text for Product LGTXT_KKCHAR100TEXT100
XRNOWCurrent Date and Time XRNOW_KKCHAR1XFELD
XRVALEntered Date and Time XRVAL_KKCHAR1XFELD
XRNOW_TXTText Field of Length 60 TEXT60CHAR60TEXT60
XRVAL_TXTText Field of Length 60 TEXT60CHAR60TEXT60
VALID_TXTText Field of Length 60 TEXT60CHAR60TEXT60
TSTMP_TXTText length 25 TEXT25CHAR25TEXT25
VTDATLocal Date at Contract Location VTDAT_KKDATS8DATUM
VTTIMLocal Time at Location of Contract VTTIM_KKTIMS6TIME
VTPOS_POSTFollow-On Item VTPOS_POST_KKNUMC6VTPOS_KK
PTSRLTText Field TEXT50CHAR50TEXT50
VTCHRTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
VTKRFTName of Contract VTBEZ_KKCHAR35TEXT35
INV_SCHEDULE_TXTText for Scheduling for Invoicing INV_SCHEDULE_TXT_KKCHAR50TEXT50
PS_POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
PS_POSIDTPS: Short description (1st text line) PS_POST1CHAR40TEXT40
AUFNRTDescription AUFTEXTCHAR40TEXT40
CB_SOLDTO_TXTText for business partner GPTXT_KKCHAR55GPTXT_KK
CB_BILLTO_TXTText for business partner GPTXT_KKCHAR55GPTXT_KK
CB_BEMOT_TXTAccounting Indicator Description BEMOT_TXTCHAR25TEXT25
CB_DZTERM_TXTDescription of terms of payment DZTERM_BEZCHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table FKK_VT_DYNP

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