GMBDGTLINE SAP (Budget Document Line) Table details

Dictionary Type: Table
Description: Budget Document Line




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




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

GMBDGTLINE is a standard SAP Table which is used to store Budget Document Line data and is available within R/3 SAP systems depending on the version and release level.

The GMBDGTLINE table consists of various fields, each holding specific information or linking keys about Budget Document Line data available in SAP. These include BDGT_DOC_NBR (Budget Document Number), LINE (GM Budget Line), GRANT_NBR (Grant), BDGT_VLDTY_NBR (Budget Validity Number).. 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 or numeric)


SAP GMBDGTLINE 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
BDGT_DOC_NBRBudget Document Number GM_BDGT_DOC_NBRCHAR10GMBDGTHEADERGM_BDGT_DOC_NBRBDGT_DOC_NBR
LINEGM Budget Line GM_LINECHAR6DOCLN6
GRANT_NBRGrant GM_GRANT_NBRCHAR20GMGRALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
BDGT_VLDTY_NBRBudget Validity Number GM_BDGT_VLDTY_NBRCHAR3GM_BDGT_VLDTY_NBR
SPONSORED_PROGSponsored Program GM_SPONSORED_PROGCHAR20GMSPPROGRAMGM_SPONSORED_PROGGM_SPONSORED_PROG
SPONSORED_CLASSSponsored Class GM_SPONSORED_CLASSCHAR20GMSPCLASSGM_SPONSORED_CLASSGM_SPONSORED_CLASS
FIN_OBJECT_TYPEFinancing Object Type GM_FINANCING_OBJECT_TYPECHAR1GM_FINANCING_OBJECT_TYPEGM_FIN_OBJ_TYPE
FINANCING_OBJECTFinancing Object (Internal Number) GM_FINANCING_OBJECTCHAR22Assigned to domainJ_OBJNR
FUNDFund FM_FUNDCHAR10Assigned to domainBP_GEBERFIC
AMOUNTBudget amount in transaction currency TVALXX9CURR17(2) WERTV9
PERC_IDCIndirect Overhead Rate GM_INDIRECT_RATEDEC6(3) GM_INDIRECT_RATE
AMOUNT_IDCBudget amount in transaction currency TVALXX9CURR17(2) WERTV9
TOTAL_AWARDBudget amount in transaction currency TVALXX9CURR17(2) WERTV9
PERC_CSHGM Cost Sharing rate GM_CSTSHRNG_RATEDEC5(2) GM_CSTSHRNG_RATE
AMOUNT_CSHBudget amount in transaction currency TVALXX9CURR17(2) WERTV9
TOTAL_AMOUNTBudget amount in transaction currency TVALXX9CURR17(2) WERTV9
TEXTItem Text SGTXTCHAR50TEXT50
PROCESSProcess GM_BUDGET_PROCESSCHAR4Assigned to domainJ_VORGANG
VALUETYPEGM Value Type GM_VALUETYPECHAR2GMVALUETYPEGM_VALUETYPEGMVALUETYPE
POSTING_DATEPosting Date in the Document BUDATDATS8DATUM
GRANTEE_FYFiscal Year of Grantee Organization GM_GRANTEE_FYNUMC4GJAHRGJAHR
CLASS_TYPESponsored Class Type GM_CLASS_TYPECHAR1GM_CLASS_TYPE
SIGNSign for Line GM_LINE_SIGNCHAR1GM_LINE_SIGN
PARTNER_LINEGM Budget Line GM_LINECHAR6DOCLN6
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
UNIT_OF_MEASUREPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
QUANTITYPurchase Order Quantity BSTMGQUAN13(3) MENG13
PRICE_PER_UNITNet Price in Purchasing Document (in Document Currency) BPREICURR11(2) WERT11

Key field Non-key field



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

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

SELECT SINGLE *
FROM GMBDGTLINE
INTO CORRESPONDING FIELDS OF WA_GMBDGTLINE
WHERE...

How to access SAP table GMBDGTLINE

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