VTBFKTLOG SAP (Treasury: Sequence of Functions for Activity Processing) Table details

Dictionary Type: Table
Description: Treasury: Sequence of Functions for Activity Processing




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




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

VTBFKTLOG is a standard SAP Table which is used to store Treasury: Sequence of Functions for Activity Processing data and is available within R/3 SAP systems depending on the version and release level.

The VTBFKTLOG table consists of various fields, each holding specific information or linking keys about Treasury: Sequence of Functions for Activity Processing data available in SAP. These include BUKRS (Company Code), RFHA (Financial Transaction), DFUNKTION (Function execution date for activity editing), TFUNKTION (Execution time of activity processing function).. 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 VTBFKTLOG 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 MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RFHAFinancial Transaction TB_RFHACHAR13VTBFHAALPHAT_RFHAFANVTBA
DFUNKTIONFunction execution date for activity editing TB_DFUNKTDATS8DATUM
TFUNKTIONExecution time of activity processing function TB_TFUNKTTIMS6UZEIT
SFUNKTIONTreasury function identification TB_SFUNKTCHAR4AT60T_FUNKTION
UFUNKTIONUser initiating activity processing function TB_UFUNKTCHAR12SYCHAR12
RFHAZUTransaction activity TB_RFHAZUNUMC5T_RFHAZUFAS

Key field Non-key field



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

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

SELECT SINGLE *
FROM VTBFKTLOG
INTO CORRESPONDING FIELDS OF WA_VTBFKTLOG
WHERE...

How to access SAP table VTBFKTLOG

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