VWPANLE SAP (Interest-bearing securities) Table details

Dictionary Type: Table
Description: Interest-bearing securities




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




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

VWPANLE is a standard SAP Table which is used to store Interest-bearing securities data and is available within R/3 SAP systems depending on the version and release level.

The VWPANLE table consists of various fields, each holding specific information or linking keys about Interest-bearing securities data available in SAP. These include RANL (Security ID number), SANLF (Product Category), SWPKLASS (Classification of bond), DEBEG (Issue start date).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP VWPANLE table 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

Key field Non-key field



How do I retrieve data from SAP table VWPANLE using ABAP code

The following ABAP code Example will allow you to do a basic selection on VWPANLE to SELECT all data from the table
DATA: WA_VWPANLE TYPE VWPANLE.

SELECT SINGLE *
FROM VWPANLE
INTO CORRESPONDING FIELDS OF WA_VWPANLE
WHERE...

How to access SAP table VWPANLE

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