FKK_KONTL_LINK SAP (Link Table: Document <> Variable Additional Account Assigmts) Table details

Dictionary Type: Table
Description: Link Table: Document <> Variable Additional Account Assigmts




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




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

FKK_KONTL_LINK is a standard SAP Table which is used to store Link Table: Document <> Variable Additional Account Assigmts data and is available within R/3 SAP systems depending on the version and release level.

The FKK_KONTL_LINK table consists of various fields, each holding specific information or linking keys about Link Table: Document <> Variable Additional Account Assigmts data available in SAP. These include OPBEL (Number of Contract Accts Rec. & Payable Doc.), OPUPK (Item number in contract account document), OP (Item Refers to Table DFKKOP), IDENT (GUID in 'CHAR' format with upper-/lowercase (!)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FKK_KONTL_LINK table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
OPUPKItem number in contract account document OPUPK_KKNUMC4OPUPK_KK
OPItem Refers to Table DFKKOP XISOP_KKCHAR1XFELD
IDENTGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22

Key field Non-key field



How do I retrieve data from SAP table FKK_KONTL_LINK using ABAP code

The following ABAP code Example will allow you to do a basic selection on FKK_KONTL_LINK to SELECT all data from the table
DATA: WA_FKK_KONTL_LINK TYPE FKK_KONTL_LINK.

SELECT SINGLE *
FROM FKK_KONTL_LINK
INTO CORRESPONDING FIELDS OF WA_FKK_KONTL_LINK
WHERE...

How to access SAP table FKK_KONTL_LINK

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