BUPT_BSP_FS_FYEAR_DETAIL SAP (Fiscal Year Data) Structure details

Dictionary Type: Structure
Description: Fiscal Year Data




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




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

BUPT_BSP_FS_FYEAR_DETAIL 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 "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_BUPT_BSP_FS_FYEAR_DETAIL TYPE BUPT_BSP_FS_FYEAR_DETAIL.

The BUPT_BSP_FS_FYEAR_DETAIL table consists of various fields, each holding specific information or linking keys about Fiscal Year Data data available in SAP. These include PARTNR (Business Partner Number), FISCAL_YR (Fiscal Year), CURRENCY (Balance Sheet Currency), CAP_STOCK (Amount of Authorized Capital Stock for Company).. 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: Can be enhanced (character-type or numeric)


SAP BUPT_BSP_FS_FYEAR_DETAIL 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
OBJECT_KEYObject Key FSBP_DTE_BSP_OBJECTKEYCHAR100
PARTNRBusiness Partner Number BP_PARTNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
FISCAL_YRFiscal Year BAPIBP_BUSIN_YNUMC4GJAHRGJAHR
CURRENCYBalance Sheet Currency BAPIBP_BAL_CURCUKY5Assigned to domainWAERS
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
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

Key field Non-key field



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

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

How to access SAP table BUPT_BSP_FS_FYEAR_DETAIL

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