JBIBP_EI_FYEAR_INFO_D_S SAP (External FS-BP Interface: Fiscal Year Data) Structure details

Dictionary Type: Structure
Description: External FS-BP Interface: Fiscal Year Data




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




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

JBIBP_EI_FYEAR_INFO_D_S 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_JBIBP_EI_FYEAR_INFO_D_S TYPE JBIBP_EI_FYEAR_INFO_D_S.

The JBIBP_EI_FYEAR_INFO_D_S 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. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP JBIBP_EI_FYEAR_INFO_D_S 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
FISCAL_YRFiscal Year JBIBP_BAPIBP_BUSIN_YNUMC4GJAHRGJAHR
CURRENCYBalance Sheet Currency JBIBP_BAPIBP_BAL_CURCUKY5Assigned to domainWAERS
ISO_CODEISO currency code ISOCDCHAR3ISOCD
DT_ST_MTGDate of Annual Stockholders Meeting JBIBP_BAPIBP_GE_ME_DDATS8DATUM
FY_STARTFiscal Year Start Date JBIBP_BAPIBP_B_Y_BEGDATS8DATUM
FY_ENDFiscal Year End Date JBIBP_BAPIBP_B_Y_ENDDATS8DATUM
CLOSINGYear-end Closing Indicator JBIBP_BAPIBP_ANN_ACCCHAR1XFELD
DT_CLOSINGYear-End Closing Date for Fiscal Year JBIBP_BAPIBP_A_ACC_DDATS8DATUM
CONS_ACCTSDate of Existing Consolidated Accounts of Group Company JBIBP_BAPIBP_C_FST_DDATS8DATUM
CAP_STOCKAuthorized Capital Stock JBIBP_BAPIBP_CAP_STKCURR15(2) WERTV8
STOCK_CAPIssued Stock Capital JBIBP_BAPIBP_SHA_STKCURR15(2) WERTV8
PART_CERTSParticipation Certificates Outstanding JBIBP_BAPIBP_PRS_STKCURR15(2) WERTV8
EQUITYCAPEquity Capital JBIBP_BAPIBP_EQUITYCURR15(2) WERTV8
GR_CONTRIBGross Contribution JBIBP_BAPIBP_GROSS_ACURR15(2) WERTV8
NET_CONTRNet Contribution JBIBP_BAPIBP_NET_ACURR15(2) WERTV8
SALESAnnual Turnover JBIBP_BAPIBP_TURNOVRCURR15(2) WERTV8
SURPLUSAnnual Net Income JBIBP_BAPIBP_NET_INCURR15(2) WERTV8
DIVIDENDDividend/Profit Distribution Amount JBIBP_BAPIBP_DIV_DISCURR15(2) WERTV8
DEBT_RATIODebt Ratio JBIBP_BAPIBP_DEBTS_FDEC6(3) DEC3_3
PROFITProfit Reported by Organization JBIBP_BAPIBP_PROFITCURR15(2) WERTV8
BS_TOTALBalance Sheet Total JBIBP_BAPIBP_BAL_AMTCURR15(2) WERTV8
CAP_RESCapital Reserve JBIBP_BAPIBP_CAP_RESERVCURR15(2) WERTV8
RETEARNSTRetained Earnings: Statutory JBIBP_BAPIBP_REVENUE_RESERV_LECURR15(2) WERTV8
RETEARNOSRetained Earnings for Own Stock JBIBP_BAPIBP_REVEN_RES_OWN_SHACURR15(2) WERTV8
RETEARNARTRetained Earnings According to Corporate Articles JBIBP_BAPIBP_REVEN_RES_BY_LAWSCURR15(2) WERTV8
RETEARNOTHOther Retained Earnings JBIBP_BAPIBP_REVENUE_RES_OTHERCURR15(2) WERTV8
P_L_FORWRDProfit/Loss Carried Forward JBIBP_BAPIBP_FORWARD_PROFIT_LOCURR15(2) WERTV8
SUB_LIABSubordinated Liabilities JBIBP_BAPIBP_LIABILIT_SECONDCURR15(2) WERTV8
TOTCAPRETNReturn on Total Capital Employed JBIBP_BAPIBP_RETURN_TOT_CAP_EMDEC5(2) DEC3_2
DEBT_CLDebt Clearance Period JBIBP_BAPIBP_REDUC_LONG_TERMDEC5(2) DEC3_2
FIN_COEFFFinancing Coefficient JBIBP_BAPIBP_COEFF_FINANCEDEC5(2) DEC3_2
EQUIT_RATEquity Ratio JBIBP_BAPIBP_EQUITY_CAPITDEC5(2) DEC3_2

Key field Non-key field



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

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

How to access SAP table JBIBP_EI_FYEAR_INFO_D_S

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