SAP FSBP_EI_FYEAR_INFO_DATA External FS-BP Interface: Fiscal Year Data Table data and field list

FSBP_EI_FYEAR_INFO_DATA 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 "External FS-BP Interface: Fiscal Year Data" 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_FSBP_EI_FYEAR_INFO_DATA TYPE FSBP_EI_FYEAR_INFO_DATA.

The FSBP_EI_FYEAR_INFO_DATA table consists of various fields, each holding specific information or linking keys about External FS-BP Interface: Fiscal Year Data data available in SAP. These include FISCAL_YR (Fiscal Year), CURRENCY (Balance Sheet Currency), ISO_CODE (ISO currency code), DT_ST_MTG (Date of Annual Stockholders Meeting)... 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. .

FSBP_EI_FYEAR_INFO_DATA structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FSBP_EI_FYEAR_INFO_DATA structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the FSBP_EI_FYEAR_INFO_DATA table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
FSBP_FYEAR_INFO_DATA 0
FISCAL_YRFiscal Year BAPIBP_BUSIN_YNUMC4GJAHRGJAHR
CURRENCYBalance Sheet Currency BAPIBP_BAL_CURCUKY5WAERS
ISO_CODEISO currency code ISOCDCHAR3ISOCD
DT_ST_MTGDate of Annual Stockholders Meeting BAPIBP_GE_ME_DDATS8DATUM
FY_STARTFiscal Year Start Date BAPIBP_B_Y_BEGDATS8DATUM
FY_ENDFiscal Year End Date BAPIBP_B_Y_ENDDATS8DATUM
CLOSINGYear-End Closing BAPIBP_ANN_ACCCHAR1XFELD
DT_CLOSINGYear-End Closing Date for Fiscal Year BAPIBP_A_ACC_DDATS8DATUM
CONS_ACCTSDate of Consolidated Financial Statements of Group Company BAPIBP_C_FST_DDATS8DATUM
CAP_STOCKAmount of Authorized Capital Stock for Company BAPIBP_CAP_STKCURR15(2) WERTV8
STOCK_CAPAmount of Issued Stock Capital for Company BAPIBP_SHA_STKCURR15(2) WERTV8
PART_CERTSAmount of Participation Certificates Outstanding for Company BAPIBP_PRS_STKCURR15(2) WERTV8
EQUITYCAPAmount of Equity Capital for Company BAPIBP_EQUITYCURR15(2) WERTV8
GR_CONTRIBGross Premium BAPIBP_GROSS_ACURR15(2) WERTV8
NET_CONTRNet Premium BAPIBP_NET_ACURR15(2) WERTV8
SALESAmount of Annual Sales for Company BAPIBP_TURNOVRCURR15(2) WERTV8
SURPLUSAmount of Annual Net Income/Net Loss for Company BAPIBP_NET_INCURR15(2) WERTV8
DIVIDENDDividend/Profit Distribution Amount for Company BAPIBP_DIV_DISCURR15(2) WERTV8
DEBT_RATIODebt Ratio in Years BAPIBP_DEBTS_FDEC6(3) DEC3_3
PROFITAmount of Annual Profit/Loss for Organization BAPIBP_PROFITCURR15(2) WERTV8
BS_TOTALAmount of Balance Sheet Total for Company BAPIBP_BAL_AMTCURR15(2) WERTV8
CAP_RESAmount of Capital Reserve for Company BAPIBP_CAP_RESERVCURR15(2) WERTV8
RETEARNSTAmount of Legal Revenue Reserves for Company BAPIBP_REVENUE_RESERV_LEGCURR15(2) WERTV8
RETEARNOSRevenue Reserves for Own Stock BAPIBP_REVENUE_RESERV_OWN_SHARCURR15(2) WERTV8
RETEARNARTAmount of Statutory Revenue Reserve for Company BAPIBP_REVENUE_RESERV_BY_LAWSCURR15(2) WERTV8
RETEARNOTHAmount of Other Revenue Reserves for Company BAPIBP_REVENUE_RESERV_OTHERSCURR15(2) WERTV8
P_L_FORWRDAmount of Profit/Loss Carried Forward for Company BAPIBP_FORWARD_PROFIT_LOSSCURR15(2) WERTV8
SUB_LIABAmount of Subordinated Liabilities for Company BAPIBP_LIABILIT_SECONDCURR15(2) WERTV8
TOTCAPRETNReturn on Total Capital Employed for Company in Percent BAPIBP_RETURN_TOTAL_CAP_EMPLDEC5(2) BP_RETURN_CAPITAL
DEBT_CLDebt Clearance Period in Years BAPIBP_REDUC_LONG_TERMDEC5(2) BP_RETURN_CAPITAL
FIN_COEFFFinancing Coefficient in Percent BAPIBP_COEFF_FINANCEDEC5(2) BP_RETURN_CAPITAL
EQUIT_RATEquity Ratio of Company in Percent BAPIBP_EQUITY_CAPITDEC5(2) BP_RETURN_CAPITAL
STAFF_COUNTNumber of Employees in Company BAPIBP_STAFF_CNTNUMC7NUM7

Key field Non-key field



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

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

How to access SAP table FSBP_EI_FYEAR_INFO_DATA

Within an ECC or HANA version of SAP you can also view further information about FSBP_EI_FYEAR_INFO_DATA and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).