BPI021_ALG SAP (Business Partner Master: Fiscal Year Information - General) Structure details

Dictionary Type: Structure
Description: Business Partner Master: Fiscal Year Information - General




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




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

BPI021_ALG 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 "Business Partner Master: Fiscal Year Information - General" 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_BPI021_ALG TYPE BPI021_ALG.

The BPI021_ALG table consists of various fields, each holding specific information or linking keys about Business Partner Master: Fiscal Year Information - General data available in SAP. These include GEN_MEET_D (Date of Annual Stockholders Meeting), BU_Y_BEGIN (Fiscal Year Start Date), BU_Y_END (Fiscal Year End Date), ANNUAL_ACC (Year-End Closing).. 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 BPI021_ALG 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
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

Key field Non-key field



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

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

How to access SAP table BPI021_ALG

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