FMBUDTXT_KEY SAP (Budget Text Key Customizing) Table details

Dictionary Type: Table
Description: Budget Text Key Customizing




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




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

FMBUDTXT_KEY is a standard SAP Table which is used to store Budget Text Key Customizing data and is available within R/3 SAP systems depending on the version and release level.

The FMBUDTXT_KEY table consists of various fields, each holding specific information or linking keys about Budget Text Key Customizing data available in SAP. These include APPLIC (Application for Budget Text), FM_AREA (Financial Management Area), BUDCAT_STATE (Field Status to build the key of the Budget Text), FUND_STATE (Field Status to build the key of the Budget Text).. 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 FMBUDTXT_KEY 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
CLIENTClient MANDTCLNT3T000MANDT
APPLICApplication for Budget Text FMKU_BUDTXT_APPLICCHAR2FMKU_BUDTXT_APPLIC
FM_AREAFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
BUDCAT_STATEField Status to build the key of the Budget Text BUDTXT_STATECHAR1BUDTXT_STATE
FUND_STATEField Status to build the key of the Budget Text BUDTXT_STATECHAR1BUDTXT_STATE
FUNDSCTR_STATEField Status to build the key of the Budget Text BUDTXT_STATECHAR1BUDTXT_STATE
CMMTITEM_STATEField Status to build the key of the Budget Text BUDTXT_STATECHAR1BUDTXT_STATE
FUNCAREA_STATEField Status to build the key of the Budget Text BUDTXT_STATECHAR1BUDTXT_STATE
GRANT_NBR_STATEField Status to build the key of the Budget Text BUDTXT_STATECHAR1BUDTXT_STATE
MEASURE_STATEField Status to build the key of the Budget Text BUDTXT_STATECHAR1BUDTXT_STATE
USERDIM_STATEField Status to build the key of the Budget Text BUDTXT_STATECHAR1BUDTXT_STATE
VERSION_STATEField Status to build the key of the Budget Text BUDTXT_STATECHAR1BUDTXT_STATE
FISCYEAR_STATEField Status to build the key of the Budget Text BUDTXT_STATECHAR1BUDTXT_STATE
BUDTYPE_STATEField Status to build the key of the Budget Text BUDTXT_STATECHAR1BUDTXT_STATE
FORM_NAMESmart Forms: Form Name TDSFNAMECHAR30STXFADMTDSFNAMESSFNAME
FLG_LANGUAGEBudget Text language indicator BUDTXT_LANGUAGECHAR1FLAG
FORM_NAME_ADOBEName of Form Object FPNAMECHAR30FPNAME
FORMTYPEForm Formatting Type FPTOOLTYPECHAR1FPTOOLTYPE
ALLOWED_CHANGESpecify Editing Mode for Budget Texts BUDTXT_EDIT_MODECHAR1BUDTXT_EDIT_MODE
BUDGET_PD_STATEField Status to build the key of the Budget Text BUDTXT_STATECHAR1BUDTXT_STATE

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMBUDTXT_KEY
INTO CORRESPONDING FIELDS OF WA_FMBUDTXT_KEY
WHERE...

How to access SAP table FMBUDTXT_KEY

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