BAPI_FTR_STRUCTURE_SL SAP (FTR: BAPI Structure for Data from Structure Tab Page) Structure details

Dictionary Type: Structure
Description: FTR: BAPI Structure for Data from Structure Tab Page




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




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

BAPI_FTR_STRUCTURE_SL 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 "FTR: BAPI Structure for Data from Structure Tab Page" 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_BAPI_FTR_STRUCTURE_SL TYPE BAPI_FTR_STRUCTURE_SL.

The BAPI_FTR_STRUCTURE_SL table consists of various fields, each holding specific information or linking keys about FTR: BAPI Structure for Data from Structure Tab Page data available in SAP. These include SECURITY_ACCOUNT (Securities Account), LENDING_SECURITY_ACCOUNT (Securities Account), POSITION_VALUATION_CLASS (General Valuation Class), START_TERM (Term Start).. 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 BAPI_FTR_STRUCTURE_SL 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_IDSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
SECURITY_ACCOUNTSecurities Account VRLDEPOCHAR10Assigned to domainRLDEPODEP
LENDING_SECURITY_ACCOUNTSecurities Account VRLDEPOCHAR10Assigned to domainRLDEPODEP
POSITION_VALUATION_CLASSGeneral Valuation Class TPM_COM_VAL_CLASSNUMC4Assigned to domainTPM_COM_VAL_CLASSCVC
START_TERMTerm Start TB_DBLFZDATS8DATUM
END_TERMTerm End TB_DELFZDATS8DATUM
NOMINAL_AMOUNTNominal Amount BAPITM_BNWHRDEC23(4) BAPICURR
NOMINAL_AMOUNT_CHARAmount as text field TM_XBETRAGCHAR18T_XBETRG18
NUMBER_UNITSNo. of Units for Financial Instruments TB_ASTUECKDEC15(5) ASTUECK
PRICESec. Price Without Curr. Reference for Unit/Price Quotation BAPITM_BUPRCDEC15(6) VVPKTKUR
PRICE_UNITCurrency Unit of the Rate TB_RUNITCHAR5Assigned to domainVVSRUNIT
BASE_PRICEPayment Amount BAPITB_BZBETRDEC23(4) BAPICURR
BASE_PRICE_CHARAmount as text field TM_XBETRAGCHAR18T_XBETRG18
BASE_PRICE_CURPayment Currency TB_WZBETRCUKY5Assigned to domainWAERS
BASE_PRICE_CUR_ISOISO currency code ISOCDCHAR3ISOCD
EXCHANGE_RATEPayment currency rate TB_KZWKURSDEC9(5) EXCRTUKURS
EXCHANGE_FROM_CURCurrency Key for Currency Conversion: Source Currency TB_WFROMCUKY5Assigned to domainWAERS
EXCHANGE_FROM_CUR_ISOISO currency code ISOCDCHAR3ISOCD
EXCHANGE_TO_CURCurrency key for curreny conversion: Target currency TB_WTOCUKY5Assigned to domainWAERS
EXCHANGE_TO_CUR_ISOISO currency code ISOCDCHAR3ISOCD
FLOW_TYPEFlow Type TB_SFHAZBACHAR4Assigned to domainSBEWART
IS_LENDING_REVENUE_AMOUNTCheckbox XFELDCHAR1XFELD
AMOUNTCondition Item Currency Amount BAPIBKONDDEC23(4) BAPICURR
AMOUNT_CHARCondition amount TM_XBKONDCHAR18T_XBETRG18
AMOUNT_CURCurrency of Condition Item SWHRKONDCUKY5Assigned to domainWAERS
AMOUNT_CUR_ISOISO currency code ISOCDCHAR3ISOCD
INTEREST_RATEPercentage rate for condition items PKONDDEC10(7) DECV3_7
INTEREST_CALC_METHInterest Calculation Method SZBMETHCHAR1SZBMETH
FREQUENCY_CATEGORYFrequency Indicator TB_SRHYTHMNUMC1T_SRHYTHM
FREQUENCYDefined Frequency in Days or Months TB_ARHYTMNUMC3NUMC03
START_INCLUSIVECalculation Period: Start Inclusive vs. End Inclusive TB_SINCLBECHAR1T_SINCLBE
SHIFT_DUE_DATE_TO_ENDShift Due Date Back to End of Term TB_SFRANZECHAR1XFELD
WKDAY_SHIFT_VALUEDATEWorking Day Shift for Calculation Day TB_SVWERKNUMC1T_SWERK
WKDAY_SHIFT_DUEDATEWorking Day Shift for Due Date TB_SFWERKNUMC1T_SWERK
ROUND_AMNT_GENFLOWRounding of Amount from Generated Flows TB_SRNDNGCHAR1TFM_SROUND
INTEREST_CALENDARInterest Calendar TFMSKALIDWTCHAR2Assigned to domainWFCIDH_TFACD
PERIOD_OF_NOTICEPeriod of Notice TB_AKUENDNUMC2T_AKUEND
PERIOD_OF_NOTICE_UNITUnit of Period of Notice TB_SKUENDNUMC1T_SKUEND

Key field Non-key field



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

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

How to access SAP table BAPI_FTR_STRUCTURE_SL

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