TXI_VWPANLE SAP (Interest-bearing securities) Structure details

Dictionary Type: Structure
Description: Interest-bearing securities




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




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

TXI_VWPANLE 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 "Interest-bearing securities" 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_TXI_VWPANLE TYPE TXI_VWPANLE.

The TXI_VWPANLE table consists of various fields, each holding specific information or linking keys about Interest-bearing securities data available in SAP. These include MANDT (Client), RANL (Security ID number), SANLF (Product Category), SWPKLASS (Classification of bond).. 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 TXI_VWPANLE 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
RANLSecurity ID number WP_RANLCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
SANLFProduct Category SANLFNUMC3Assigned to domainVVSANLF
SWPKLASSClassification of bond SWPKLASSNUMC3TW01SWPKLASS
DEBEGIssue start date DEBEGDATS8DATUM
DENDFFinal due date DENDFDATS8DATUM
BEMIBETIssue volumes BEMIBETCURR10(2) WHRBTRG
BNOMSNominal value BNOMSCURR13(2) BWHR
BNHAENominal per trading unit BNHAECURR13(2) BWHR
RNWHRNominal currency RNWHRCUKY5TCURCWAERS
DKEMIIssuer call date DKEMIDATS8DATUM
DKOBLBondholder call date DKOBLDATS8DATUM
SOPTVERTIndicator whether issuer or bond holder has option right SOPTVERTNUMC1SOPTVERT
BATRTNumber of cutting days BATRTNUMC3NUMC03
SCUEXCum/ex indicator SCUEXNUMC1SCUEX
BOPHENumber of warrants per nominal value BOPHENUMC3NUM03
BAUFPPremium when converting a convertible bond BAUFPCURR13(2) BWHR
RWAUFCurrency markup RWAUFCUKY5TCURCWAERS
DWAFBConversion period until DWAFBDATS8DATUM
DWAFVConversion period from DWAFVDATS8DATUM
BWAVNConversion ratio - Denominator BWAVNDEC9(4) DEC5_4
BWAVZConversion ratio - Numerator BWAVZDEC9(4) DEC5_4
JAUSLDrawing Indicator JAUSLCHAR1JANEI
DAUSLDrawing date DAUSLDATS8DATUM
BEIVOTotal issue amount VVBEIVOCURR13(2) BWHR
ANABTMax. no. of assignments VVANABTNUMC3NUMC03
BMINABTMinimum assignment amount VVMINABTCURR13(2) BWHR
JVERKBESales restriction VVJVERKCHAR1JANEI
BDEBETCoverage amount VVBDEBECURR13(2) BWHR
JWEIMResale to reserve carrier permitted VVJWEIMCHAR1JANEI
JRUECKSubject to return VVJRUECKCHAR1JANEI
JANZWEResale report VVJANZWECHAR1JANEI
JNACHRSecondary loans ID VVJNACHRCHAR1JANE
SET_NAMERedemption Schedule Set RDPT_SET_NAMECHAR15Assigned to domainRDPT_SET_NAMERDPT_SET_NAMERDPT_F4_SET
ROUNDING_RULERounding Rule TPM_ROUNDING_RULECHAR4Assigned to domainTPM_ROUNDING_RULE
POOL_IDPool ID VVPOOLIDCHAR13
EXP_MAT_DATEExpected End of Term VVEXPMATDATEDATS8DATE
TRANCHE_CLASSIFTranche Classification VVTRANCHECLNUMC3VVTRANCHECL
CALC_BEGINStart of Calculation Period DBERVONDATS8DATUM
BEMIBET_CYCUKY for SYST SYCUKYCUKY5SYCUKY
BNOMS_CYCUKY for SYST SYCUKYCUKY5SYCUKY
BNHAE_CYCUKY for SYST SYCUKYCUKY5SYCUKY
BAUFP_CYCUKY for SYST SYCUKYCUKY5SYCUKY
BEIVO_CYCUKY for SYST SYCUKYCUKY5SYCUKY
BMINABT_CYCUKY for SYST SYCUKYCUKY5SYCUKY
BDEBET_CYCUKY for SYST SYCUKYCUKY5SYCUKY

Key field Non-key field



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

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

How to access SAP table TXI_VWPANLE

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