BAPI107602_MAPPING SAP (Mapping with VWPAnle) Structure details

Dictionary Type: Structure
Description: Mapping with VWPAnle




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




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

BAPI107602_MAPPING 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 "Mapping with VWPAnle" 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_BAPI107602_MAPPING TYPE BAPI107602_MAPPING.

The BAPI107602_MAPPING table consists of various fields, each holding specific information or linking keys about Mapping with VWPAnle data available in SAP. These include CLASSIFICATION (Classification of bond), NOMINAL_VALUE (Nominal value), TRADING_UNIT (Nominal per trading unit), ISSUER_CALL (Issuer call 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BAPI107602_MAPPING 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
SECURITY_CATEGGeneral Security Classification ALWPKLCHAR3TW22ALWPKL
CLASSIFICATIONClassification of bond SWPKLASSNUMC3TW01SWPKLASS
NOMINAL_VALUENominal value BAPI_BNOMSDEC23(4) BAPICURR
TRADING_UNITNominal per trading unit BAPI_BNHAEDEC23(4) BAPICURR
ISSUER_CALLIssuer call date DKEMIDATS8DATUM
BONDHOLDER_CALLBondholder call date DKOBLDATS8DATUM
SECONDARY_LOANSSecondary loans ID VVJNACHRCHAR1JANE
DRAWINGDrawing Indicator JAUSLCHAR1JANEI
DRAWING_DATEDrawing date DAUSLDATS8DATUM
CONV_PERIOD_FROMConversion period until DWAFBDATS8DATUM
CONV_PERIOD_TOConversion period from DWAFVDATS8DATUM
CONV_RATIO_NOMConversion ratio - Numerator BWAVZDEC9(4) DEC5_4
CONV_RATIO_DENConversion ratio - Denominator BWAVNDEC9(4) DEC5_4
CONV_PREMIUMConversion premium BAPI_BAUFPDEC23(4) BAPICURR
CURR_MARKUPCurrency markup RWAUFCUKY5Assigned to domainWAERS
CURR_MARKUP_ISOISO currency code ISOCDCHAR3ISOCD
CUM_EX_INDICATORCum/ex indicator SCUEXNUMC1SCUEX
NUM_OF_WARRANTSNumber of warrants per nominal value BOPHENUMC3NUM03

Key field Non-key field



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

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

How to access SAP table BAPI107602_MAPPING

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