VTMWRK0 SAP (View of Transaction for Collective Processing and Reporting) Structure details

Dictionary Type: Structure
Description: View of Transaction for Collective Processing and Reporting




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




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

VTMWRK0 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "View of Transaction for Collective Processing and Reporting" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_VTMWRK0 TYPE VTMWRK0.

The VTMWRK0 table consists of various fields, each holding specific information or linking keys about View of Transaction for Collective Processing and Reporting data available in SAP. These include BUKRS (Company Code), RFHA (Financial Transaction), SANLF (Product Category), SFGTYP (Transaction 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP VTMWRK0 structure 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_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
SANLFProduct Category SANLFNUMC3TZAFVVSANLF
SFGTYPTransaction Category TB_SFGTYPNUMC3AT01T_SFGTYP
SGSARTProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
SFHAARTFinancial Transaction Type TB_SFHAARTCHAR3AT10T_SFHAARTT02C_AT10
KONTRHBusiness Partner Number TB_KUNNR_NEWCHAR10BUT000ALPHABU_PARTNERBPABUPA
XKONTRHName and address of business partner TB_XKONTRHCHAR80TEXT80
RMAIDMaster Agreement TB_RMAIDCHAR10VTBMAALPHAT_RMAIDTMAVTMA
RPORTBPortfolio RPORTBCHAR10TWPOBRPORTBT50H_RPORTB_CORE
ZUONRFinance Project TB_TFPROJCHAR13T_TFPROJ
WGSCHFTCurrency of transaction TB_WGSCHFTCUKY5TCURCWAERS
DBLFZTerm Start TB_DBLFZDATS8DATUM
SFGZUSTTTransaction Activity Category TB_SFGZUTYNUMC2AT02T_SFGZUTYC_AT02
DELFZTerm End TB_DELFZDATS8DATUM
RDEALERTrader RDEALERCHAR12TZDEARDEALER
PZINSInterest rate TM_PZINSDEC10(7) DEC3_7
SZSREFReference Interest Rate SZSREFCHAR10Assigned to domainZIREFKU
FORMULAFTR: Interest Formula TB_IRATE_FORMULACHAR100TEXT100
BANLAGEAmount or balance TM_BSALDOCURR13(2) T_BSALDO
BSUMMESingle or totaled amount TM_BSUMMECURR15(2) WERT8
BZINSSingle or totaled amount TM_BSUMMECURR15(2) WERT8
XNPVCALName of NPV calculation TB_XNPVCALCHAR30TEXT30
AMNT_DELTAFTR Facility: Amount Above/Below the Limit TB_FC_AMOUNT_DELTACURR17(2) T_POS_AMOUNT
AMNT_LIMITFTR Facility: Limit Amount on Key Date TB_FC_AMOUNT_LIMITCURR17(2) T_POS_AMOUNT
AMNT_USEDFTR Facility: Utilization on Key Date TB_FC_AMOUNT_USEDCURR17(2) T_POS_AMOUNT
AMNT_FREEFTR Facility: Amount Available on Key Date TB_FC_AMOUNT_FREECURR17(2) T_POS_AMOUNT
AMNT_OVERFTR Facility: Overdraft Amount on Key Date TB_FC_AMOUNT_OVERCURR17(2) T_POS_AMOUNT

Key field Non-key field



How do I retrieve data from SAP structure VTMWRK0 using ABAP code?

As VTMWRK0 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on VTMWRK0 as there is no data to select.

How to access SAP table VTMWRK0

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