VSLSECO SAP (Display Structure for Securities Collateral) Structure details

Dictionary Type: Structure
Description: Display Structure for Securities Collateral




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




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

VSLSECO 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 "Display Structure for Securities Collateral" 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_VSLSECO TYPE VSLSECO.

The VSLSECO table consists of various fields, each holding specific information or linking keys about Display Structure for Securities Collateral data available in SAP. These include ASTUECK_NEW (Number of units for unit-quoted securities), BNWHR_NEW (Nominal amount), MARKET_PRICE_TYPE (Security Price Type), MARKET_PLACE (Exchange).. 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 VSLSECO 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
XALKZShort name XALKZCHAR15XKBEZ
ASTUECK_NEWNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
BNWHR_NEWNominal amount BNWHRCURR13(2) WERTV7
MARKET_PRICE_TYPESecurity Price Type VVSKURSARTCHAR2Assigned to domainVVSKURSART
MARKET_PLACEExchange VVRHANDPLCHAR10Assigned to domainVVRHANDPLWHP
MARKET_PRICE_DATERate/Price Date DKURSDATS8DATUM
MARKET_RATEPrice of Unit- or Percentage-Quoted Security VVPKTKURDEC15(6) VVPKTKUR
MARKET_CURRQuotation currency (which prices are in) VVNOTWAERSCUKY5Assigned to domainWAERS
MARKET_VALUE_BWAmount in position currency BBWHRCURR13(2) WERTV7
MARKET_VALUE_HWAmount in local currency BHWHRCURR13(2) WERTV7
SHWHRLocal currency SHWHRCUKY5Assigned to domainWAERS
PUSHBTN1Carrier field for icons ICON_TEXTCHAR132SYCHAR132
FLG_NEWSingle-Character Indicator CHAR1CHAR1CHAR1
MARKSingle-Character Indicator CHAR1CHAR1CHAR1
MANDTClient MANDTCLNT3T000MANDT
COMPANY_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
RANLSecurity ID Number VVRANLWCHAR13VWPANLAALPHAWP_RANLRANSECURITY_F4
VALID_FROMCondition Item Valid From DGUEL_KPDATS8DATUM
ASTUECKNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
BNWHRNominal amount BNWHRCURR13(2) WERTV7
SNWHRCurrency of nominal amount SNWHRCUKY5Assigned to domainWAERS
CRUSEREntered by TB_CRUSERCHAR12SYCHAR12
DCRDATEntered On TB_DCRDATDATS8DATUM
TCRTIMEntry Time TB_TCRTIMTIMS6UZEIT
UPUSERLast Changed by TB_UPUSERCHAR12SYCHAR12
DUPDATChanged on TB_DUPDATDATS8DATUM
TUPTIMTime changed TB_TUPTIMTIMS6UZEIT
FINAL_DUE_DATEEnd of Term DELFZDATS8DATUM
ICONIcon shows if collateral is effective or not ICON_SC_FIDCHAR100CHAR100

Key field Non-key field



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

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

How to access SAP table VSLSECO

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