FMABP_DATA SAP (Automatic Budget Posting Data) Structure details

Dictionary Type: Structure
Description: Automatic Budget Posting Data




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




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

FMABP_DATA 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 "Automatic Budget Posting 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_FMABP_DATA TYPE FMABP_DATA.

The FMABP_DATA table consists of various fields, each holding specific information or linking keys about Automatic Budget Posting Data data available in SAP. These include SENDER_DATA (Automatic Budget Posting Sender Data Indicator), RLDNR (Ledger), WRTTP (Value Type), VRGNG (CO Business Transaction).. 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 FMABP_DATA 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
BUDGET_RELEVANTAutomatic Budget Posting Relevancy Indicator FM_FLG_ABP_RELEVANCYCHAR1XFELD
SENDER_DATAAutomatic Budget Posting Sender Data Indicator FM_FLG_ABP_SENDERCHAR1XFELD
RLDNRLedger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
WRTTPValue Type FM_WRTTPCHAR2FM_WRTTP
VRGNGCO Business Transaction CO_VORGANGCHAR4Assigned to domainJ_VORGANG
VBUND_FLGCompany ID of trading partner flag for BL FM_VBUND_FLGCHAR1FM_VBUND_FLG
PROCESSBudgeting Process BUKU_PROCESS_UICHAR4Assigned to domainBUKU_PROCESS_UI
VERSIONBudget version BUKU_VERSIONCHAR3Assigned to domainALPHACOVERSIBP2
DOCTYPEBudget entry document type BUED_DOCTYPECHAR4Assigned to domainBUED_DOCTYPEDOTY
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
RBUDTYPEBudget Type BUKU_BUDTYPECHAR4CHAR4BUTY
RBUDVALTYPEBCS Value Type BUKU_VALTYPECHAR2Assigned to domainBUKU_VALTYPE
RFUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
RBUDGET_PDFM: Receiver Budget Period FM_EBUDGET_PERIODCHAR10FMBUDGETPDFM_BUDGET_PERIODBUDPER
RFUNDSCTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
RCMMTITEMCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
RFUNCAREAFunctional Area FM_FAREACHAR16Assigned to domainFKBERFBE
RMEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
RGRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
RUSERDIMCustomer Field for FM Actual and Commitment Data FM_USERDIMCHAR10CHAR10
SBUDTYPEBudget Type BUKU_BUDTYPECHAR4CHAR4BUTY
SBUDVALTYPEBCS Value Type BUKU_VALTYPECHAR2Assigned to domainBUKU_VALTYPE
SFUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
SBUDGET_PDFM: Sender Budget Period FM_SBUDGET_PERIODCHAR10FMBUDGETPDFM_BUDGET_PERIODBUDPER
SFUNDSCTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
SCMMTITEMCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
SFUNCAREAFunctional Area FM_FAREACHAR16Assigned to domainFKBERFBE
SMEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
SGRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
SUSERDIMCustomer Field for FM Actual and Commitment Data FM_USERDIMCHAR10CHAR10
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERIOPeriod CO_PERIONUMC3PERBLVPE
BUDATPosting Date in the Document BUDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
TRBTRBudget amount in transaction currency TVALXX9CURR17(2) WERTV9
FKBTRBudget amount in local currency LVALXX9CURR17(2) WERTV9
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
TRANRFunds Management Transaction Number FM_TRANRCHAR16CHAR16
CFLEVCarryforward level FM_CFLEVCHAR1FM_CFLEV
NEG_BUDGET_AMOUNTNegative (Reduce) Budget amount indicator FM_NEG_BDGT_AMOUNTCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table FMABP_DATA

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