SAP BAPI_STR_BUPA_FS_FISCYEAR2 FSBP: BAPI Structure for Fiscal Year Data Table data and field list

BAPI_STR_BUPA_FS_FISCYEAR2 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 "FSBP: BAPI Structure for 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_BAPI_STR_BUPA_FS_FISCYEAR2 TYPE BAPI_STR_BUPA_FS_FISCYEAR2.

The BAPI_STR_BUPA_FS_FISCYEAR2 table consists of various fields, each holding specific information or linking keys about FSBP: BAPI Structure for Fiscal Year Data data available in SAP. These include CURRENCY (Balance Sheet Currency), ISO_CODE (ISO currency code), DT_ST_MTG (Date of Annual Stockholders Meeting), FY_START (Fiscal Year Start 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. .

BAPI_STR_BUPA_FS_FISCYEAR2 structure Technical Details:

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


SAP BAPI_STR_BUPA_FS_FISCYEAR2 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 BAPI_STR_BUPA_FS_FISCYEAR2 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
FISCAL_YRFiscal Year BAPIBP_BUSIN_YNUMC4GJAHRGJAHR
CURRENCYBalance Sheet Currency BAPIBP_BAL_CURCUKY5Assigned to domainWAERS
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_STK2DEC28(9) BAPICUREXT
STOCK_CAPAmount of Issued Stock Capital for Company BAPIBP_SHA_STK2DEC28(9) BAPICUREXT
PART_CERTSAmount of Participation Certificates Outstanding for Company BAPIBP_PRS_STK2DEC28(9) BAPICUREXT
EQUITYCAPAmount of Equity Capital for Company BAPIBP_EQUITY2DEC28(9) BAPICUREXT
GR_CONTRIBGross Premium BAPIBP_GROSS_A2DEC28(9) BAPICUREXT
NET_CONTRNet Premium BAPIBP_NET_A2DEC28(9) BAPICUREXT
SALESAmount of Annual Sales for Company BAPIBP_TURNOVR2DEC28(9) BAPICUREXT
SURPLUSAmount of Annual Net Income/Net Loss for Company BAPIBP_NET_IN2DEC28(9) BAPICUREXT
DIVIDENDDividend/Profit Distribution Amount for Company BAPIBP_DIV_DIS2DEC28(9) BAPICUREXT
DEBT_RATIODebt Ratio in Years BAPIBP_DEBTS_FDEC6(3) DEC3_3
PROFITAmount of Annual Profit/Loss for Organization BAPIBP_PROFIT2DEC28(9) BAPICUREXT
BS_TOTALAmount of Balance Sheet Total for Company BAPIBP_BAL_AMT2DEC28(9) BAPICUREXT
CAP_RESAmount of Capital Reserve for Company BAPIBP_CAP_RESERV2DEC28(9) BAPICUREXT
RETEARNSTAmount of Legal Revenue Reserves for Company BAPIBP_REVENUE_RESERV_LEG2DEC28(9) BAPICUREXT
RETEARNOSRevenue Reserves for Own Stock BAPIBP_REVENUE_RESERV_OWN_SHA2DEC28(9) BAPICUREXT
RETEARNARTAmount of Statutory Revenue Reserve for Company BAPIBP_REVENUE_RESERV_BY_LAWS2DEC28(9) BAPICUREXT
RETEARNOTHAmount of Other Revenue Reserves for Company BAPIBP_REVENUE_RESERV_OTHERS2DEC28(9) BAPICUREXT
P_L_FORWRDAmount of Profit/Loss Carried Forward for Company BAPIBP_FORWARD_PROFIT_LOSS2DEC28(9) BAPICUREXT
SUB_LIABAmount of Subordinated Liabilities for Company BAPIBP_LIABILIT_SECOND2DEC28(9) BAPICUREXT
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 BAPI_STR_BUPA_FS_FISCYEAR2 using ABAP code?

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

How to access SAP table BAPI_STR_BUPA_FS_FISCYEAR2

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

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