TFKDO_TYP SAP (Job Type Customizing) Table details

Dictionary Type: Table
Description: Job Type Customizing




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




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

TFKDO_TYP is a standard SAP Table which is used to store Job Type Customizing data and is available within R/3 SAP systems depending on the version and release level.

The TFKDO_TYP table consists of various fields, each holding specific information or linking keys about Job Type Customizing data available in SAP. These include JOBGRUPPE (Group for Grouping Jobs (Job Commander)), FB_START (Start Module for Job Type), FB_REORG (Function Module for Reorganization), XSTART (Start Modifier for a Job Type Reorganization Run).. 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 = TFKDO_TYPT


SAP TFKDO_TYP 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
JTYPEJob category JTYPE_KKCHAR2JTYPE_KK
JOBGRUPPEGroup for Grouping Jobs (Job Commander) JGROUPCHAR8TFKDO_GRPFKJO_GROUP_DM
FB_STARTStart Module for Job Type FKJO_FB_START_KKCHAR30TFDIRFUNCNAME
FB_REORGFunction Module for Reorganization FKJO_FB_REORG_KKCHAR30TFDIRFUNCNAME
XSTARTStart Modifier for a Job Type Reorganization Run FKJO_REORG_STARTCHAR1FKJO_REORG_START_KK
REORGTYPEReorganization Module Category FKJO_REORG_TYPECHAR1REORGTYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFKDO_TYP
INTO CORRESPONDING FIELDS OF WA_TFKDO_TYP
WHERE...

How to access SAP table TFKDO_TYP

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