SECURITY_HEADER_BOND SAP (Financial product parameter structure (bonds)) Structure details

Dictionary Type: Structure
Description: Financial product parameter structure (bonds)




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




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

SECURITY_HEADER_BOND 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 "Financial product parameter structure (bonds)" 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_SECURITY_HEADER_BOND TYPE SECURITY_HEADER_BOND.

The SECURITY_HEADER_BOND table consists of various fields, each holding specific information or linking keys about Financial product parameter structure (bonds) data available in SAP. These include BONDCLASS (Classification of bond), NOMINAL_VALUE_B (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 SECURITY_HEADER_BOND 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_CATEGORYGeneral Security Classification ALWPKLCHAR3TW22ALWPKL
BONDCLASSClassification of bond SWPKLASSNUMC3Assigned to domainSWPKLASS
NOMINAL_VALUE_BNominal Value BNOMS_FWZZCURR13(2) BWHR
TRADING_UNITNominal per trading unit BNHAECURR13(2) BWHR
ISSUER_CALLIssuer call date DKEMIDATS8DATUM
BONDHOLDER_CALLBondholder call date DKOBLDATS8DATUM
SECONDARY_LOANSSecondary loans ID VVJNACHRCHAR1JANE
DRAWINGDrawing Indicator SEC_JAUSLCHAR1ATXF1
DRAWING_DATEDrawing date DAUSLDATS8DATUM
FINAL_DUE_DATEEnd of Term DELFZDATS8DATUM
INCLUSIVE_INDICATORInclusive indicator VVWSINCLCHAR1XFELD
ISSUE_YIELDEffective Interest Rate TB_PYIELDDEC10(7) DECV3_7
YIELD_METHODEffective Interest Method (Financial Mathematics) SEFFMETH_NEWNUMC1SEFFMETH_NEW
YIELD_FREQUENCYInt.sttlmnt frequency for effective int.rate calc.in months VVZVRHYEFFNUMC3NUMC03
INTEREST_CALC_METHODInterest Calculation Method SZBMETHCHAR1SZBMETH
REPAYMENT_TYPERepayment Type Indicator STILGARTNUMC1STILGART
CUTTING_DAYSNumber of cutting days BATRTNUMC3NUMC03
DISCOUNTEDDiscounted SDISKOCHAR1SDISKO
CALENDAR_WTInterest Calendar TFMSKALIDWTCHAR2Assigned to domainWFCIDH_TFACD
ROUNDING_RULERounding Rule TPM_ROUNDING_RULECHAR4TRSC_ROUND_RULETPM_ROUNDING_RULE

Key field Non-key field



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

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

How to access SAP table SECURITY_HEADER_BOND

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