GMBDGT_ED_S_HEADER SAP (GM Budgeting --> Entry Document Header) Structure details

Dictionary Type: Structure
Description: GM Budgeting --> Entry Document Header




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




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

GMBDGT_ED_S_HEADER is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "GM Budgeting --> Entry Document Header" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_GMBDGT_ED_S_HEADER TYPE GMBDGT_ED_S_HEADER.

The GMBDGT_ED_S_HEADER table consists of various fields, each holding specific information or linking keys about GM Budgeting --> Entry Document Header data available in SAP. These include PROCESS (GM Budgeting User Interface Process), WAERS (Currency Key), BDGT_VERSION (Plan/Budget Version), BDGT_REASON_CODE (Plan/Budget Reason Code).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP GMBDGT_ED_S_HEADER structure 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
DOC_TYPEBudget Document Type GM_BDGT_DOC_TYPECHAR2Assigned to domainGM_BDGT_DOC_TYPE
PROCESSGM Budgeting User Interface Process GM_BDGT_PROCESSCHAR4Assigned to domainGM_BDGT_PROCESS
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BDGT_VERSIONPlan/Budget Version GM_BDGT_VERSIONCHAR3Assigned to domainALPHACOVERSIGM_BDGT_VERSION
BDGT_REASON_CODEPlan/Budget Reason Code GM_BDGT_REASON_CODECHAR2Assigned to domainGM_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_ORIGINOrigin Plan/Budget Version GM_BDGT_VERSION_ORIGINCHAR3Assigned to domainALPHACOVERSIGM_BDGT_VERSION
POSTING_DATEPosting Date in the Document BUDATDATS8DATUM
WF_STATUSWorkflow status GM_WORKFLOW_STATUSCHAR1GM_WORKFLOW_STATUS
TEXTHeader Description GM_HDR_TEXTCHAR50TEXT50
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
BDGT_STATUSBudget Status: Unreleased/Released GM_BDGT_STATUSCHAR1GM_BDGT_STATUS
DOC_DATEDocument Date in Document BLDATDATS8DATUM
DOCSTATEStatus of a Budget Entry Document GM_BDGT_DOCSTATECHAR1GM_BDGT_DOCSTATEGM_BDGT_DOCSTATE
REV_STATUSReversal Status GM_BDGT_RSTATCHAR1GM_BDGT_RSTAT
REV_REFNRReversal reference budget document number GM_BGDT_REV_REFNRCHAR10ALPHABELNR
DIM_ORDERGrant Budget Layout Sequence GM_BDGT_LAYOUTCHAR5GM_BUDGET_LAYOUT
AWORGReference Organizational Units AWORGCHAR10AWORG
AWREFReference Document Number AWREFCHAR10ALPHAAWREF
AWSYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
OBJECTIDGUID BAPIGUIDCHAR32SDOK_DOCID
DOCUMENT_CLASSStorage Location of Document in SRM (Content Model) BAPIDCLASSCHAR10Assigned to domainSDOK_CLASS

Key field Non-key field



How do I retrieve data from SAP structure GMBDGT_ED_S_HEADER using ABAP code?

As GMBDGT_ED_S_HEADER is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on GMBDGT_ED_S_HEADER as there is no data to select.

How to access SAP table GMBDGT_ED_S_HEADER

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