GMBDGTSETVERSION SAP (General GM Budgeting Transactions Settings) Table details

Dictionary Type: Table
Description: General GM Budgeting Transactions Settings




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




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

GMBDGTSETVERSION is a standard SAP Table which is used to store General GM Budgeting Transactions Settings data and is available within R/3 SAP systems depending on the version and release level.

The GMBDGTSETVERSION table consists of various fields, each holding specific information or linking keys about General GM Budgeting Transactions Settings data available in SAP. These include UNAME (User Name), BDGT_VERSION (Plan/Budget Version), PL_GM_FLG (Preload GM Budgeting objects flag), PL_FM_FLG (Automatically Preload FM Budgeting Objects Flag in GM Budget).. 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: Cannot Be Enhanced


SAP GMBDGTSETVERSION 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 MANDTCLNT3Assigned to domainMANDT
UNAMEUser Name UNAMECHAR12GMBDGTSETTINGSUNAME
BDGT_VERSIONPlan/Budget Version GM_BDGT_VERSIONCHAR3GMBDGTVERSIONALPHACOVERSIGM_BDGT_VERSION
PL_GM_FLGPreload GM Budgeting objects flag GM_BDGT_PL_GM_FLGCHAR1XFELD
PL_FM_FLGAutomatically Preload FM Budgeting Objects Flag in GM Budget GM_BDGT_PL_FM_FLGCHAR1XFELD
PL_OM_FLGPreload GM Objects Mapper flag in GM Budget GM_BDGT_PL_OM_FLGCHAR1XFELD
SH_TREE_FLGShow GM Budgeting Hierarchy Tab flag GM_BDGT_SH_TREE_FLGCHAR1XFELD
SH_CS_FLGShow GM Budgeting Cost Sharing tab flag GM_BDGT_SH_CS_FLGCHAR1XFELD
SH_IDC_FLGShow GM Budgeting Indirect Cost flag GM_BDGT_SH_IDC_FLGCHAR1XFELD
SH_OM_FLGShow GM Budgeting object mapper flag GM_BDGT_SH_OM_FLGCHAR1XFELD
AMOUNT_TYPEAmount type for GM budgeting GM_BDGT_AMOUNT_TYPECHAR1GM_BDGT_AMOUNT_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM GMBDGTSETVERSION
INTO CORRESPONDING FIELDS OF WA_GMBDGTSETVERSION
WHERE...

How to access SAP table GMBDGTSETVERSION

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