FMKF_TERM_AVC SAP (Key Figures - FM AVC Term) Table details

Dictionary Type: Table
Description: Key Figures - FM AVC Term




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




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

FMKF_TERM_AVC is a standard SAP Table which is used to store Key Figures - FM AVC Term data and is available within R/3 SAP systems depending on the version and release level.

The FMKF_TERM_AVC table consists of various fields, each holding specific information or linking keys about Key Figures - FM AVC Term data available in SAP. These include KEYFIG (ID of the Key Figure), DATASOURCE (Key Figures - Data source), TERMNUM (Row number), SIGN (Key Figures - Sign of the term).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FMKF_TERM_AVC 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
KEYFIGID of the Key Figure BUKF_KEYFIGCHAR15BUKF_KEYFIG
DATASOURCEKey Figures - Data source BUKF_DATASOURCECHAR4CHAR4
TERMNUMRow number FC_LINENUMNUMC4NUMC04
SIGNKey Figures - Sign of the term BUKF_SIGNCHAR1SIGN_CL
LDNRKey Figures - Ledger BUKF_LDNRCHAR2CHAR2
RCTYKey Figures - Record type BUKF_RCTYCHAR1CHAR1
WFSTATEKey Figures - Workflow Status BUKF_WFSTATECHAR1CHAR1
ALLOCTYPEKey Figures - Assignment type / allocation type (AVC) BUKF_ALLOCTYPECHAR4CHAR4
FISCYEARKey Figures - Fiscal Year BUKF_FISCYEARCHAR4BUKF_YEAR
CEFFYEARKey Figures - Year of cash effectivity BUKF_CEFFYEARCHAR4BUKF_YEAR
PERIODKey Figures - Period BUKF_PERIODCHAR3BUKF_PERIOD

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMKF_TERM_AVC
INTO CORRESPONDING FIELDS OF WA_FMKF_TERM_AVC
WHERE...

How to access SAP table FMKF_TERM_AVC

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