FKK_FICA_VKP SAP (Contract Account: Change-Relevant Fields) Structure details

Dictionary Type: Structure
Description: Contract Account: Change-Relevant Fields




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




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

FKK_FICA_VKP 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 "Contract Account: Change-Relevant Fields" 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_FICA_VKP TYPE FKK_FICA_VKP.

The FKK_FICA_VKP table consists of various fields, each holding specific information or linking keys about Contract Account: Change-Relevant Fields data available in SAP. These include STDBK (Standard Company Code), ABWRE (Alternative Payer), ABWRA (Alternative Payee), EBVTY (Bank Details ID for Incoming Payments).. 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_FICA_VKP 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
OPBUKCompany Code Group OPBUK_KKCHAR4TFK001GOPBUK_KKOPBUK
STDBKStandard Company Code STDBK_KKCHAR4T001BUKRS
ABWREAlternative Payer ABWRE_KKCHAR10BUT000ALPHABU_PARTNERBUPA
ABWRAAlternative Payee ABWRA_KKCHAR10BUT000ALPHABU_PARTNERBUPA
EBVTYBank Details ID for Incoming Payments EBVTY_KKCHAR4CHAR4
ABVTYBank Details ID for Outgoing Payments ABVTY_KKCHAR4CHAR4
EZAWEIncoming Payment Method EZAWE_KKCHAR1CHAR1
AZAWEOutgoing Payment Methods AZAWE_KKCHAR5CHAR5
EIGBVOwn Bank Details EIGBV_KKCHAR25TFK042HEIGBV_KK
ADRNBAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
VKONVContract account used for payment transactions VKONV_KKCHAR12FKKVKALPHAVKONT_KK
GPARVBusiness Partner Acting as Payer in Payment Transactions GPARV_KKCHAR10BUT000ALPHABU_PARTNER
ADRREAddress Number for Alternative Payer ADRRE_KKCHAR10Assigned to domainALPHAAD_ADDRNUM
ADRRAAddress Number for Alternative Payee ADRRA_KKCHAR10Assigned to domainALPHAAD_ADDRNUM
INV_CYCLEBilling Cycle CYCLE_KKCHAR4TFK2607CYCLE_KK
INV_CYCLE_DAYDay of Period End CYCLE_DAY_KKCHAR2CYCLE_DAY_KK
INV_CYCLE_RULEField Is Not Used - CHAR4 CYCLE_RULE_KKCHAR4
INV_CYCLE_STARTStart Date of Billing Cycle in Contract Account CYCLE_STARTDATE_KKDATS8DATS

Key field Non-key field



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

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

How to access SAP table FKK_FICA_VKP

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