GMBDGTDISTHDR SAP (GM Budgeting GM-FM Distribution Header) Table details

Dictionary Type: Table
Description: GM Budgeting GM-FM Distribution Header




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




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

GMBDGTDISTHDR is a standard SAP Table which is used to store GM Budgeting GM-FM Distribution Header data and is available within R/3 SAP systems depending on the version and release level.

The GMBDGTDISTHDR table consists of various fields, each holding specific information or linking keys about GM Budgeting GM-FM Distribution Header data available in SAP. These include GRANT_NBR (Grant), ID (GM Budgeting distribution ID), GM_LINE (GM Budget Line), GM_TYPE (GM Budgeting GM-FM Distribution Type).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP GMBDGTDISTHDR 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
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
IDGM Budgeting distribution ID GM_DIST_IDCHAR10GM_DIST_ID
GM_LINEGM Budget Line GM_LINECHAR6DOCLN6
GM_TYPEGM Budgeting GM-FM Distribution Type GM_BDGT_DIST_TYPECHAR1GM_BDGT_DIST_TYPE
FM_TYPEGM Budgeting GM-FM Distribution Type GM_BDGT_DIST_TYPECHAR1GM_BDGT_DIST_TYPE
GM_EDITGM Budgeting Editable Flag GM_BDGT_EDIT_FLAGCHAR1GM_BDGT_EDIT_FLAG
FM_EDITGM Budgeting Editable Flag GM_BDGT_EDIT_FLAGCHAR1GM_BDGT_EDIT_FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM GMBDGTDISTHDR
INTO CORRESPONDING FIELDS OF WA_GMBDGTDISTHDR
WHERE...

How to access SAP table GMBDGTDISTHDR

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