VTBKORTMS SAP (Treasury: TemSe Administration Data for Confirmation Runs) Table details

Dictionary Type: Table
Description: Treasury: TemSe Administration Data for Confirmation Runs




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




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

VTBKORTMS is a standard SAP Table which is used to store Treasury: TemSe Administration Data for Confirmation Runs data and is available within R/3 SAP systems depending on the version and release level.

The VTBKORTMS table consists of various fields, each holding specific information or linking keys about Treasury: TemSe Administration Data for Confirmation Runs data available in SAP. These include BBUKR (Company Code), LAUFD (SWIFT: Date of Confirmation Run), LAUFI (Additional identification), DTKEY (Additional field for the TemSe key fields).. 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: Can be enhanced (character-type or numeric)


SAP VTBKORTMS 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 MANDTCLNT3Assigned to domainMANDT
BBUKRCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
LAUFDSWIFT: Date of Confirmation Run LAUFDTDATS8DATUM
LAUFIAdditional identification LAUFITCHAR6LAUFI
DTKEYAdditional field for the TemSe key fields TDTKEY_DCHAR16TEXT16
LFDNRSequence Number TLFDNUNUMC3NUMC3
RENUMReference Number TB_RENUMCHAR16TEXT16
DTFORFile format for data medium exchange TB_DTFORCHAR10CHAR10
TSNAMTemSe file name TB_TSNAMCHAR20TEXT20
TSDATFile creation date TB_TSDATDATS8DATS
TSTIMFile creation time TB_TSTIMTIMS6UZEIT
TSUSRName of the user who creates the TemSe file TB_TSUSRCHAR12UNAME
DWNAMFile name for download TB_DONAMCHAR255TEXT255
DWDATDate of download TB_DODATDATS8DATS
DWTIMTime of download TB_DOTIMTIMS6UZEIT
DWUSRUser name for carrying out download TB_DOUSRCHAR12TEXT12
REPORTReport Program TB_REPORT_DCHAR40PROGNAME
FSNAMFile name in the file system TB_FSNAMCHAR255TEXT255
USREXIdentifier ###, if data medium modified by user exit TB_USREXCHAR3CHAR3
EDINUMIDoc number TB_EDINUMNUMC16EDI_DOCNUM
KONTRHBusiness Partner Number TB_KUNNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PCPATHFile name for download TB_DONAMCHAR255TEXT255

Key field Non-key field



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

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

SELECT SINGLE *
FROM VTBKORTMS
INTO CORRESPONDING FIELDS OF WA_VTBKORTMS
WHERE...

How to access SAP table VTBKORTMS

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