VTI_ULWMA SAP (Option/Future Master Data for Underlying with master record) Structure details

Dictionary Type: Structure
Description: Option/Future Master Data for Underlying with master record




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




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

VTI_ULWMA 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 "Option/Future Master Data for Underlying with master record" 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_VTI_ULWMA TYPE VTI_ULWMA.

The VTI_ULWMA table consists of various fields, each holding specific information or linking keys about Option/Future Master Data for Underlying with master record data available in SAP. These include URANTYP (Underlying contract type), URFHA (Underlying transaction), USGSART (Product type of underlying), XUSGSART (Text (30 Characters)).. 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: Cannot Be Enhanced


SAP VTI_ULWMA 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
URANTYPUnderlying contract type TI_URANTYPCHAR1RANTYP
URFHAUnderlying transaction TB_URFHACHAR13Assigned to domainALPHAT_RFHAFAU
USGSARTProduct type of underlying TB_USGSARTCHAR3Assigned to domainVVSART
XUSGSARTText (30 Characters) TEXT30CHAR30TEXT30
USFHAARTTransaction Type of Underlying TB_USFHAARCHAR3Assigned to domainT_SFHAART
XUFATEXTName of Transaction Type TB_FATEXTCHAR30T_XTEXT30
URFHAZUUnderlying activity TB_URFHAZUNUMC5T_RFHAZU
USFGZUTYPUnderlying activity category TB_USFGZUTNUMC2Assigned to domainT_SFGZUTY
XUTEXTName of activity category of underlying TB_XUTTEXTCHAR30TEXT30
USL1FHABAMain flow type 1 TB_SL1FHABCHAR4Assigned to domainSBEWART
USL2FHABAMain flow type 2 TB_SL2FHABCHAR4Assigned to domainSBEWART
USANLFUnderlying product category TB_USANLFNUMC3Assigned to domainVVSANLF
S1BEWARTFlow type, flow 1 (main flow) TB_S1BWARTCHAR4TZB0ASBEWART
URFHAZB1Flow (underlying) TB_URBEWANUMC4T_RFHAZB
T1BEWARTName of flow type XBEWARTCHAR30TEXT30
URGATTClass for option/future underlying TI_URGATTCHAR13Assigned to domainALPHAT_URGATT
XUNDELName 1 TB_NAME1CHAR30TEXT30
UASTUECKNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
BPRICEPrice per unit TB_BPRICECURR13(2) WERTV7
WPRICEPrice currency TB_WPRICECUKY5TCURCWAERS
DZTERMPayment or Delivery Date TB_DZTERMDATS8DATUMT33
SINDEARTIndex Type Indicator SINDEARTCHAR5T094AWBIND
BINDEXIndex point per monetary unit BINDEXCURR13(2) BWHR
RINDWHRIndex currency RINDWHRCUKY5TCURCWAERS
VVBASISIndex base VVBASISDEC8(3) DEC5_3
PWKURSSecurity price for percentage quotation PWKURSDEC10(7) PWKURS
BNWHRNominal amount BNWHRCURR13(2) WERTV7
SNWHRCurrency of nominal amount SNWHRCUKY5TCURCWAERS
DLTERMDelivery/Settlement date TB_DLTERMDATS8DATUM

Key field Non-key field



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

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

How to access SAP table VTI_ULWMA

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