TFK8103 SAP (Source Transaction Type) Table details

Dictionary Type: Table
Description: Source Transaction Type




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




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

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

The TFK8103 table consists of various fields, each holding specific information or linking keys about Source Transaction Type data available in SAP. These include SRCTAID_INT (Assign Source Transaction ID Internally (as GUID_22)), XMANUALCAPT (Manual Capture Possible), XSINGLEBIT (Individual Processing of Billable Items Allowed), SRCTATYPE_MAIN (Primary Source Transaction Type).. 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: Can be enhanced (character-type)

Text table = TFK8103T


SAP TFK8103 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
SRCTATYPESource Transaction Type SRCTATYPE_KKCHAR5SRCTATYPE_KK
SRCTAID_INTAssign Source Transaction ID Internally (as GUID_22) SRCTAID_INT_KKCHAR1XFELD
XMANUALCAPTManual Capture Possible SRCTA_XMANUALCAPT_KKCHAR1XFELD
XSINGLEBITIndividual Processing of Billable Items Allowed SRCTA_XSINGLEBIT_KKCHAR1XFELD
SRCTATYPE_MAINPrimary Source Transaction Type SRCTATYPE_MAIN_KKCHAR5TFK8103SRCTATYPE_KK
FUNCTIONFunction Module for Displaying Source Transaction SRCTA_FUNC_KKCHAR30

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFK8103
INTO CORRESPONDING FIELDS OF WA_TFK8103
WHERE...

How to access SAP table TFK8103

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