FMDC_FUND_BUDGET_PERIOD SAP (FMDC: Info to get a valid Budget Period for a Fund) Structure details

Dictionary Type: Structure
Description: FMDC: Info to get a valid Budget Period for a Fund




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




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

FMDC_FUND_BUDGET_PERIOD 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 "FMDC: Info to get a valid Budget Period for a Fund" 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_FMDC_FUND_BUDGET_PERIOD TYPE FMDC_FUND_BUDGET_PERIOD.

The FMDC_FUND_BUDGET_PERIOD table consists of various fields, each holding specific information or linking keys about FMDC: Info to get a valid Budget Period for a Fund data available in SAP. These include FUND (Fund), POSTING_DATE (Posting Date in the Document), COMPANY_CODE (Company Code), CO_AREA (Controlling Area).. 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)


SAP FMDC_FUND_BUDGET_PERIOD 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
FM_AREAFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
POSTING_DATEPosting Date in the Document BUDATDATS8DATUM
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
ACCOUNT_NUMBERG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
ASSETMain Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
SUB_ASSETAsset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
COST_ELEMENTCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
COST_CENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
ORDER_NUMBEROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
COMMIT_ITEMCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FUND_CENTERFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FUNCTION_AREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
ORDER_NUMBER_NPNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
ORDER_NUMBER_NVRouting number of operations in the order CO_AUFPLNUMC10AUFPL
ORDER_POSNR_NVGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
ORDER_NUMBER_SDSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
ORDER_POSNR_SDSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
ORDER_NUMBER_PMOrder Number of a Maintenance Order PMAUFNRCHAR12Assigned to domainALPHAAUFNR
TRANSACBusiness Transaction J_VORGANGCHAR4Assigned to domainJ_VORGANG
TRANSAC_TYPETransaction Type RMVCTCHAR3Assigned to domainRMVCT
FIVORFinancial transaction FIVORNUMC2FIVOR
REVERSEDOCIdentifier for reversal document CO_STFLGCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table FMDC_FUND_BUDGET_PERIOD

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