FMFG_ABP_HDR_DEF SAP (ABP Budget Entry Document default attributes) Table details

Dictionary Type: Table
Description: ABP Budget Entry Document default attributes




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




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

FMFG_ABP_HDR_DEF is a standard SAP Table which is used to store ABP Budget Entry Document default attributes data and is available within R/3 SAP systems depending on the version and release level.

The FMFG_ABP_HDR_DEF table consists of various fields, each holding specific information or linking keys about ABP Budget Entry Document default attributes data available in SAP. These include FIKRS (Financial Management Area), FISCAL_YEAR (Fiscal Year), APPLICATION (Application area for automated budget postings), PROCESS_UI (Budgeting Process).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP FMFG_ABP_HDR_DEF table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
FIKRSFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
FISCAL_YEARFiscal Year GJAHRNUMC4FMFG_ABPGJAHRGJAHRGJR
APPLICATIONApplication area for automated budget postings FM_ABP_APPLICATIONCHAR4FM_ABP_APPLICATION
PROCESS_UIBudgeting Process BUKU_PROCESS_UICHAR4BUPROCESS_UIBUKU_PROCESS_UI
VERSIONBudget version BUKU_VERSIONCHAR3TKVSALPHACOVERSIBP2
DOCTYPEBudget entry document type BUED_DOCTYPECHAR4FMEDDOCTYPEBUED_DOCTYPEDOTY
HEADER_TEXTHeader Text for Budget Entry Document BUED_HDTEXTCHAR50TEXT50
REASON_REVReason for Reversal of Budget Document FMREV_STGRDCHAR2Assigned to domainSTGRDFSG
RBUDTYPE_TWOSIDEBudget Type (receiver) FMBCCF_BUDTYPE_RCVRCHAR4FMBUDTYPECHAR4BUTY
RPERIODPosting period (Receiver) FMBCFF_POPER_RCVRNUMC3POPER
RDISTRKEYDistibution key for receiver FMBCCF_SPRED_RCVRCHAR4T821SSPRED
RITEM_TEXTItem Text SGTXTCHAR50TEXT50
SBUDTYPE_TWOSIDEBudget Type (Sender) FMBCCF_BUDTYPE_SNDRCHAR4FMBUDTYPECHAR4BUTY
SPERIODPosting period (Sender) FMBCFF_POPER_SNDRNUMC3POPER
SITEM_TEXTItem Text SGTXTCHAR50TEXT50
APPLCLASSApplication class for DD objects (not used) APPLCLASSCHAR4Assigned to domainAPPLCLASSAPP
SUBCLASSSubgroup by Application Class ABADRSUBCLASSCHAR2ABADRSUBCLAS
ABADRSTRATIDStrategy ID ABADRSTRATIDCHAR4TABADRABADRSTRATID
ABADRENVStrategy (Strategy Environment for Calling Derivation Tool) FM_KEDR_ENVCHAR32FMTABADRHABADRENV

Key field Non-key field



How do I retrieve data from SAP table FMFG_ABP_HDR_DEF using ABAP code

The following ABAP code Example will allow you to do a basic selection on FMFG_ABP_HDR_DEF to SELECT all data from the table
DATA: WA_FMFG_ABP_HDR_DEF TYPE FMFG_ABP_HDR_DEF.

SELECT SINGLE *
FROM FMFG_ABP_HDR_DEF
INTO CORRESPONDING FIELDS OF WA_FMFG_ABP_HDR_DEF
WHERE...

How to access SAP table FMFG_ABP_HDR_DEF

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