GMHBDGTHEADER SAP (Budget Header: Held Documents) Table details

Dictionary Type: Table
Description: Budget Header: Held Documents




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




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

GMHBDGTHEADER is a standard SAP Table which is used to store Budget Header: Held Documents data and is available within R/3 SAP systems depending on the version and release level.

The GMHBDGTHEADER table consists of various fields, each holding specific information or linking keys about Budget Header: Held Documents data available in SAP. These include OWNER_USER (Record Created by), BDGT_DOC_NBR (Budget Document Number), DOC_TYPE (Budget Document Type), PROCESS (GM Budgeting User Interface 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP GMHBDGTHEADER 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
OWNER_USERRecord Created by GM_CREATED_BYCHAR12USNAM
BDGT_DOC_NBRBudget Document Number GM_BDGT_DOC_NBRCHAR10Assigned to domainGM_BDGT_DOC_NBRBDGT_DOC_NBR
DOC_TYPEBudget Document Type GM_BDGT_DOC_TYPECHAR2GMBDGTDOCTYPEGM_BDGT_DOC_TYPE
PROCESSGM Budgeting User Interface Process GM_BDGT_PROCESSCHAR4GMBDGTHDRPRCSSGM_BDGT_PROCESS
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
BDGT_VERSIONPlan/Budget Version GM_BDGT_VERSIONCHAR3TKVSALPHACOVERSIGM_BDGT_VERSION
BDGT_REASON_CODEPlan/Budget Reason Code GM_BDGT_REASON_CODECHAR2GMBDGTREASONCDGM_BDGT_REASON_CODE
ENTRY_DATECreated on GM_CREATED_ONDATS8GM_CREATED_ON
ENTRY_TIMETime UZEITTIMS6UZEIT
ENTRY_USERRecord Created by GM_CREATED_BYCHAR12USNAM
APPROVAL_DATEGM Approval Date GM_APPROV_DATEDATS8DATE
APPROVAL_TIMEGM Approval Time GM_APPROV_TIMETIMS6TIME
BDGT_ORIGINGM Budgeting Origin of the Document GM_BDGT_ORIGINCHAR1GM_BDGT_ORIGIN
BDGT_VER_ORIGINPlan/Budget Version GM_BDGT_VERSIONCHAR3Assigned to domainALPHACOVERSIGM_BDGT_VERSION
POSTING_DATEPosting Date in the Document BUDATDATS8DATUM
STATUSWorkflow status GM_WORKFLOW_STATUSCHAR1GM_WORKFLOW_STATUS
TEXTHeader Description GM_HDR_TEXTCHAR50TEXT50
GRANT_NBRGrant GM_GRANT_NBRCHAR20GMGRALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
BDGT_STATUSBudget Status: Unreleased/Released GM_BDGT_STATUSCHAR1GM_BDGT_STATUS
DOC_DATEDocument Date in Document BLDATDATS8DATUM
DIM_ORDERGrant Budget Layout Sequence GM_BDGT_LAYOUTCHAR5GM_BUDGET_LAYOUT

Key field Non-key field



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

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

SELECT SINGLE *
FROM GMHBDGTHEADER
INTO CORRESPONDING FIELDS OF WA_GMHBDGTHEADER
WHERE...

How to access SAP table GMHBDGTHEADER

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