VWSFHAPO_SE SAP (Transaction: Other Screen Fields from Securities View) Structure details

Dictionary Type: Structure
Description: Transaction: Other Screen Fields from Securities View




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




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

VWSFHAPO_SE 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 "Transaction: Other Screen Fields from Securities View" 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_VWSFHAPO_SE TYPE VWSFHAPO_SE.

The VWSFHAPO_SE table consists of various fields, each holding specific information or linking keys about Transaction: Other Screen Fields from Securities View data available in SAP. These include WHWBETR (Local currency), DBESTANDX (Position value date), DVALUTX (Calculation date), KZWKURS_FROM (Currency Key for Currency Conversion: Source Currency).. 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 VWSFHAPO_SE 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
XINCLIndicator date inclusive VVXINCLCHAR1XFELD
WHWBETRLocal currency TB_WHWBETRCUKY5Assigned to domainWAERS
DBESTANDXPosition value date TB_DBESTANDXCHAR10T_XDATUM
DVALUTXCalculation date TB_DVALUTXCHAR10T_XDATUM
KZWKURS_FROMCurrency Key for Currency Conversion: Source Currency TB_WFROMCUKY5Assigned to domainWAERS
KZWKURS_TOCurrency key for curreny conversion: Target currency TB_WTOCUKY5Assigned to domainWAERS
KHWKURS_FROMCurrency Key for Currency Conversion: Source Currency TB_WFROMCUKY5Assigned to domainWAERS
KHWKURS_TOCurrency key for curreny conversion: Target currency TB_WTOCUKY5Assigned to domainWAERS
KBWKURS_FROMCurrency Key for Currency Conversion: Source Currency TB_WFROMCUKY5Assigned to domainWAERS
KBWKURS_TOCurrency key for curreny conversion: Target currency TB_WTOCUKY5Assigned to domainWAERS
XHBETRAmount as text field TM_XBETRAGCHAR18T_XBETRG18
XEBETRAmount as text field TM_XBETRAGCHAR18T_XBETRG18
XBBETRAmount as text field TM_XBETRAGCHAR18T_XBETRG18
XFLG_DEALFLOWCheckbox XFELDCHAR1XFELD
WZBETR_NEWPayment Currency TB_WZBETRCUKY5Assigned to domainWAERS
SRUNIT_NEWCurrency Unit of the Rate TB_RUNITCHAR5Assigned to domainVVSRUNIT
DEFECT_RATENegative interest rate DEFECTRATEDEC10(7) DECV3_7
DEFECT_RATE_NEWNegative interest rate DEFECTRATEDEC10(7) DECV3_7
ZUONR_NEWAssignment Number DZUONRCHAR18ZUONR
INDEX_VALUE_PIndex Value (Independent of Basis) TIDX_INDEX_VALUE_NO_RATIODEC18(12) TIDX_INDEX_VALUE_NO_RATIO
INDEX_VALUE_UIndex Value (Independent of Basis) TIDX_INDEX_VALUE_NO_RATIODEC18(12) TIDX_INDEX_VALUE_NO_RATIO
SKALIDWT_TEXTObject Text FKTEXTCHAR60TEXT60
XASTUECKNumber of Units as Text TB_XUNITSCHAR20T_XUNITS20
XNWHR_ORGAmount as Text Field TB_XNWHR_ORGCHAR18T_XBETRG18
WNWHR_ORGNominal Currency TPM_NOMINAL_CURRCUKY5Assigned to domainWAERS
BNWHR_NEWNominal amount TB_BNWHRCURR13(2) WERTV7
BNWHR_MINNominal amount TB_BNWHRCURR13(2) WERTV7
WNWHR_MINNominal Currency TPM_NOMINAL_CURRCUKY5Assigned to domainWAERS
BNWHR_MAXNominal amount TB_BNWHRCURR13(2) WERTV7
WNWHR_MAXNominal Currency TPM_NOMINAL_CURRCUKY5Assigned to domainWAERS
INDEX_PRICE_PIndicator: Security Price Including Price Index Value TB_INDEX_PRICECHAR1CHAR1
INDEX_PRICE_UIndicator: Security Price Including Price Index Value TB_INDEX_PRICECHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table VWSFHAPO_SE

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