TFK090A SAP (Mass Activity Types) Table details

Dictionary Type: Table
Description: Mass Activity Types




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




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

TFK090A is a standard SAP Table which is used to store Mass Activity Types data and is available within R/3 SAP systems depending on the version and release level.

The TFK090A table consists of various fields, each holding specific information or linking keys about Mass Activity Types data available in SAP. These include EVE_ITVL (Event for Interval Processing of Mass Activity), EVE_PARA (Activity Event: Additional Parameters or Move Parameters), TCODE (Transaction Code), JTYPE (Job category).. 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: Not classified

Text table = TFK090AT


SAP TFK090A 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
AKTYPMass activity type AKTYP_KKCHAR4AKTYP_KKFKKMAT
EVE_ITVLEvent for Interval Processing of Mass Activity EVE_ITVL_KKCHAR4TFKFBMALPHAFBEVE_KK
EVE_PARAActivity Event: Additional Parameters or Move Parameters EVE_PARA_KKCHAR4TFKFBMALPHAFBEVE_KK
TCODETransaction Code TCODECHAR20TSTCTCODETCD
JTYPEJob category JTYPE_KKCHAR2TFKDO_TYPJTYPE_KK
NOIMMENo Immediate Start Allowed NOIMME_KKCHAR1XFELD
NODATEStart Using Date not Permitted NODATE_KKCHAR1XFELD
NOCONTStart via Job Container Not Permitted NOCONT_KKCHAR1XFELD
OBJECTObject for distribution into intervals OBJECT_KKCHAR10TFKDIOBJECT_KK
NO_FIKEYReconciliation Key Not Required NO_FIKEY_KKCHAR1XFELD
HERKFDocument Origin Key HERKF_KKCHAR2TFK001HERKF_KK
RESOBReservation Object RESOB_KKCHAR3RESOB_KK
PER_MANDPeriod selection requested PER_MAND_KKCHAR1XFELD
COTYPCorrespondence Type COTYP_KKCHAR4TFK070ACOTYP_KKCOTYPCOTYP_KK
BEGRUAuthorization Group BEGRUCHAR4BEGRU
FAUSField selection fields FAUS1_KKCHAR50FA050
PARA_ICONIcon in text fields (substitute display, alias) ICON_DCHAR4ICONICON
STRUCTMass activities: Structure of additional parameters FKK_MAD_STRUCTCHAR30DD02LAS4TABDTB
PARAM_IDParameter ID PARAM_IDCHAR20TPARAMEMORYID
FB_ADJUSTFunction module for parameter version adjustment FKK_MAD_FB_ADJUST_KKCHAR30TFDIRFUNCNAME
LEN_LAUFIMass Activities: Permitted Length for Run Identification LEN_LAUFI_KKCHAR1LEN_LAUFI_KK
LAYOUTTab in master records: Tab layout TAB_LAYOUTCHAR4Assigned to domainTAB_LAYOUT
MAX_JOBSMaximum Number of Jobs for an Activity MAX_JOBS_KKINT25INT2
USE_MASS_DOCUse of Mass Postings Function USE_MASS_DOC_KKCHAR1XFELD
APPL_LOG_LEV1Use of Application Log on Level 1 USE_APPL_LOG_ON_LEVEL1_KKCHAR1XFELD
APPL_LOG_LEV2Use of Application Log on Level 2 USE_APPL_LOG_ON_LEVEL2_KKCHAR1XFELD
APPL_LOG_LEV3Use of Application Log on Level 3 USE_APPL_LOG_ON_LEVEL3_KKCHAR1XFELD
APPL_LOG_LEV4Use of Application Log on Level 4 USE_APPL_LOG_ON_LEVEL4_KKCHAR1XFELD
APPL_LOG_LEV5Use of Application Log on Level 5 USE_APPL_LOG_ON_LEVEL5_KKCHAR1XFELD
FREE_SEL_TABTable on Which Free Selection Is Based FREE_SEL_TAB_KKCHAR30DD02LAS4TABDTB
XNOCOMPAUTHCHECKSuppress Authorization Check for Company Codes XNOCOMPAUTHCHECK_KKCHAR1XFELD
SHOW_STD_COUNTDisplay Standard Counter SHOW_STD_COUNT_KKCHAR1X
MAX_ITVL_RETRIESMaximum Number of Repetition Attempts for Interval MAX_ITVL_RETRIES_KKINT25INT2
ALOBJApplication Log: Object Name (Application Code) BALOBJ_DCHAR20Assigned to domainBALOBJBALOBJ
NO_BUDATPosting Date Not Required Field/Empty as Standard NO_BUDAT_KKCHAR1XFELD
DEF_DBLIMITProposal for Block Size for Mass Selection DEF_DBLIMIT_KKINT410SYST_LONG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFK090A
INTO CORRESPONDING FIELDS OF WA_TFK090A
WHERE...

How to access SAP table TFK090A

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