BAPI_0036_FM_DATA_GET SAP (Fiscal year distribution (get detail)) Structure details

Dictionary Type: Structure
Description: Fiscal year distribution (get detail)




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




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

BAPI_0036_FM_DATA_GET 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 distribution (get detail)" 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_0036_FM_DATA_GET TYPE BAPI_0036_FM_DATA_GET.

The BAPI_0036_FM_DATA_GET table consists of various fields, each holding specific information or linking keys about Fiscal year distribution (get detail) data available in SAP. These include SUB_ITEM_NUM (Budget entry document subitem (BAPI)), GRANT_NBR (Grant), FUND (Fund), FUNDS_CTR (Funds Center).. 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: Cannot Be Enhanced


SAP BAPI_0036_FM_DATA_GET 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
ITEM_NUMGM Budget entry document (BAPI) GMED_DOCLINECHAR6DOCLN6
SUB_ITEM_NUMBudget entry document subitem (BAPI) GMED_DOCSUBLINECHAR6DOCLN6
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
FUNDFund BP_GEBERCHAR10FMFINCODEBP_GEBERFIC
FUNDS_CTRFunds Center FISTLCHAR16FMFCTRFISTLFIS
CMMT_ITEMCommitment Item FM_FIPEXCHAR24FMCIFM_FIPEXFPS
FUNC_AREAFunctional Area FM_FAREACHAR16TFKBFKBERFBE
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
FM_AREAFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
FISC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
TRANS_CURRTransaction Currency TWAERCUKY5TCURCWAERSFWS
TRANS_CURR_ISOISO currency code ISOCDCHAR3ISOCD
TOTAL_AMOUNTCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
DISTKEYGM budgeting Distribution key GM_SPREDCHAR4T821SSPRED
ITEM_TEXTItem Text SGTXTCHAR50TEXT50
BUDGET_PERIODFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

How to access SAP table BAPI_0036_FM_DATA_GET

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