AVWPANLE SAP (Change Doc. Structure for Table VWPANLE; Created Manually) Structure details

Dictionary Type: Structure
Description: Change Doc. Structure for Table VWPANLE; Created Manually




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




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

AVWPANLE 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 "Change Doc. Structure for Table VWPANLE; Created Manually" 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_AVWPANLE TYPE AVWPANLE.

The AVWPANLE table consists of various fields, each holding specific information or linking keys about Change Doc. Structure for Table VWPANLE; Created Manually 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: Can be enhanced (character-type or numeric)


SAP AVWPANLE 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
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table AVWPANLE

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