VTVRTKO08 SAP (RM: Include Header Information FGET) Structure details

Dictionary Type: Structure
Description: RM: Include Header Information FGET




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




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

VTVRTKO08 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 "RM: Include Header Information FGET" 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_VTVRTKO08 TYPE VTVRTKO08.

The VTVRTKO08 table consists of various fields, each holding specific information or linking keys about RM: Include Header Information FGET data available in SAP. These include RMBEWREG (Valuation Rule), GFORM (Transaction Form), GDETAIL (Transaction form - Detail information), KATEKZ (Indicator for spot and forward transactions).. 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: Not classified


SAP VTVRTKO08 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
RMBEWREGValuation Rule TVRTBEWREGCHAR8TVRTBEWREG
GFORMTransaction Form TVRTGFORMNUMC3TVRTGFORM
GDETAILTransaction form - Detail information TVRTGDETAILNUMC3TVRTGDETAIL
KATEKZIndicator for spot and forward transactions TVRTKATEKZCHAR1TVRTKATEKZ
AGGRKZIndicator for aggregated transactions TVRTAGGRKNZCHAR1TVRTAGGRKNZ
DBLFZStart of Term DBLFZDATS8DATUM
DELFZEnd of Term DELFZDATS8DATUM
SFGTYPRM: Buy/sell indicator TVRTSFGTYPNUMC3TVRTSFGTYP
SNOTTYPEQuotation type for option, future, security etc. TB_NOTTYPECHAR1T_NOTTYPE
SNOMWHRCurrency of nominal amount TVRTNOMWAECUKY5Assigned to domainWAERS
BNOMINALNominal amount TV_NOMINALCURR17(2) T_BETRAG
ASTUECKNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
WGSCHFT1Currency of Outgoing Side TB_WGSCHF1CUKY5Assigned to domainWAERS
WGSCHFT2Currency of Incoming Side TB_WGSCHF2CUKY5Assigned to domainWAERS
BNOMI1Nominal amount of outgoing side TV_NOMI1CURR17(2) T_BETRAG
BNOMI2Nominal amount of incoming side TV_NOMI2CURR17(2) T_BETRAG
BSALDOResidual balance of a contract (account) TV_BSALDOCURR17(2) T_BETRAG
DEFSZDate of fixed period end VVDEFSZDATS8DATUM
RANLSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
RHANDPLExchange VVRHANDPLCHAR10Assigned to domainVVRHANDPLWHP
IDXSecurities Index IDXCHAR10CHAR10
IDXVALIndex value TVRTIDXVALDEC15(6) VVPKTKUR
BPIDXValue of an index point TVRTBPIDXCURR17(2) T_BETRAG
SPIDXCurrency of Value of an Index Point TVRTSPIDXCUKY5Assigned to domainWAERS
KKURSWPCurrent price of futures contract/option on futures contract TVRTKURSFUTDEC15(6) VVPKTKUR
SSHLNGShort/long indicator TVRTSSHLNGCHAR1TVRTSSHLNG
SEZWHRCurrency of external commitment capital TVRTSEZWHRCUKY5Assigned to domainWAERS
BEZWHRAmount of external commit. capital in currency TVRTBEZWHRCURR17(2) T_BETRAG
RIDEXTRTEXTExternal Identifier for External Risk Object TVRTTEXTCHAR20CHAR20
BVAMAAmount of variation margin TVRT_BVAMACURR17(2) TVRT_AMOUNT
SVAMACurrency of Variation Margin TVRT_SVAMACUKY5Assigned to domainWAERS
APKENNZIndicator: Asset/Liability Transaction TVRTAKTPASCHAR1TVRTAKTPAS

Key field Non-key field



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

As VTVRTKO08 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 VTVRTKO08 as there is no data to select.

How to access SAP table VTVRTKO08

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