BP021 SAP (Fiscal Year Information) Table details

Dictionary Type: Table
Description: Fiscal Year Information




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




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

BP021 is a standard SAP Table which is used to store Fiscal Year Information data and is available within R/3 SAP systems depending on the version and release level.

The BP021 table consists of various fields, each holding specific information or linking keys about Fiscal Year Information data available in SAP. These include PARTNR (Business Partner Number), BUSINESS_Y (Fiscal year), BAL_SH_CUR (Balance Sheet Currency), GEN_MEET_D (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. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BP021 table 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
MANDTClient MANDTCLNT3T000MANDT
PARTNRBusiness Partner Number BP_PARTNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
BUSINESS_YFiscal year BP_BUSIN_YNUMC4GJAHRGJAHR
BAL_SH_CURBalance Sheet Currency BP_BAL_CURCUKY5TCURCWAERS
GEN_MEET_DDate of Annual Stockholders Meeting BP_GE_ME_DDATS8DATUM
BU_Y_BEGINFiscal Year Start Date BP_B_Y_BEGDATS8DATUM
BU_Y_ENDFiscal Year End Date BP_B_Y_ENDDATS8DATUM
ANNUAL_ACCYear-End Closing BP_ANN_ACCCHAR1XFELD
ANNU_ACC_DYear-End Closing Date for Fiscal Year BP_A_ACC_DDATS8DATUM
CONS_FST_DDate of Consolidated Financial Statements of Group Company BP_C_FST_DDATS8DATUM
CAPI_STOCKAmount of Authorized Capital Stock for Company BP_CAP_STKCURR15(2) WERTV8
SHAR_STOCKAmount of Issued Stock Capital for Company BP_SHA_STKCURR15(2) WERTV8
PRSH_STOCKAmount of Participation Certificates Outstanding for Company BP_PRS_STKCURR15(2) WERTV8
EQUITYAmount of Equity Capital for Company BP_EQUITYCURR15(2) WERTV8
GROSS_AMNTGross Premium BP_GROSS_ACURR15(2) WERTV8
NET_AMOUNTNet Premium BP_NET_ACURR15(2) WERTV8
TURNOVERAmount of Annual Sales for Company BP_TURNOVRCURR15(2) WERTV8
NET_INCOMEAmount of Annual Net Income/Net Loss for Company BP_NET_INCURR15(2) WERTV8
DIV_DIS_AMDividend/Profit Distribution Amount for Company BP_DIV_DISCURR15(2) WERTV8
DEBTS_FACTDebt Ratio in Years BP_DEBTS_FDEC6(3) DEC3_3
DIS_PROFITAmount of Annual Profit/Loss for Organization BP_PROFITCURR15(2) WERTV8
BAL_AMOUNTAmount of Balance Sheet Total for Company BP_BAL_AMTCURR15(2) WERTV8
STAFF_COUNTNumber of Employees in Company BP_STAFF_CNTNUMC7NUM7
CAP_RESAmount of Capital Reserve for Company BP_CAP_RESERVCURR15(2) WERTV8
REV_RES_LEGAmount of Legal Revenue Reserves for Company BP_REVENUE_RESERV_LEGCURR15(2) WERTV8
REV_RES_OWN_SHRRevenue Reserves for Own Stock BP_REVENUE_RESERV_OWN_SHARESCURR15(2) WERTV8
REV_RES_BY_LAWSAmount of Statutory Revenue Reserve for Company BP_REVENUE_RESERV_BY_LAWSCURR15(2) WERTV8
REV_RES_OTHERSAmount of Other Revenue Reserves for Company BP_REVENUE_RESERV_OTHERSCURR15(2) WERTV8
FORW_PROFIT_LOSSAmount of Profit/Loss Carried Forward for Company BP_FORWARD_PROFIT_LOSSCURR15(2) WERTV8
LIABILIT_SECONDAmount of Subordinated Liabilities for Company BP_LIABILIT_SECONDCURR15(2) WERTV8
RET_TOT_CAP_EMPLReturn on Total Capital Employed for Company in Percent BP_RETURN_TOTAL_CAP_EMPLDEC5(2) BP_RETURN_CAPITAL
REDUC_LONG_TERMDebt Clearance Period in Years BP_REDUC_LONG_TERMDEC5(2) DEC3_2
COEFF_FINANCEFinancing Coefficient for Company in Percent BP_COEFF_FINANCEDEC5(2) DEC3_2
EQUITY_CAPITEquity Ratio of Company in Percent BP_EQUITY_CAPITDEC5(2) BP_EQUITY_CAPITAL

Key field Non-key field



How do I retrieve data from SAP table BP021 using ABAP code

The following ABAP code Example will allow you to do a basic selection on BP021 to SELECT all data from the table
DATA: WA_BP021 TYPE BP021.

SELECT SINGLE *
FROM BP021
INTO CORRESPONDING FIELDS OF WA_BP021
WHERE...

How to access SAP table BP021

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