GMBILLING SAP (GM BILLING INDEX) Structure details

Dictionary Type: Structure
Description: GM BILLING INDEX




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




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

GMBILLING 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 BILLING INDEX" 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_GMBILLING TYPE GMBILLING.

The GMBILLING table consists of various fields, each holding specific information or linking keys about GM BILLING INDEX data available in SAP. These include GRANT_NBR (Grant), SHORT_DESC (Shorter description of the grant), EXT_REFERENCE (Alternate Grant Identifier), PARTNER (Grant Sponsor).. 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 or numeric)


SAP GMBILLING 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
SELECTION_SIGNGM: SELECTION SIGN for LIST GM_SEL_SIGNCHAR1SELKZ
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
SHORT_DESCShorter description of the grant GM_SHORT_DESCRIPTIONCHAR20
EXT_REFERENCEAlternate Grant Identifier GM_EXTERNAL_REFCHAR24GM_EXTERNAL_REFERENCE
PARTNERGrant Sponsor GM_SPONSORCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
SPONSOR_DESCRIPTIONFull Name BU_NAME1TXCHAR80TEXT80
SALES_ORDERSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
SALESORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
DISTR_CHANDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
DIVISIONDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
BILLING_RULERule Used as a Basis for Billing GM_BILLING_RULENUMC4Assigned to domainGM_BILLING_RULEGM_BILLING_RULE
BILLING_RULE_TXTBilling Rule Description GM_BILLING_RULE_TXTCHAR30TEXT30
AFDATBilling date for billing index and printout FKDATDATS8DATUM
WAERSCurrency Key of Credit Control Area WAERS_CPCUKY5Assigned to domainWAERS
FAKWRGM: BILLING PLAN VALUE GM_BILLING_VALUECURR15(2) WERTV8
GRANT_CURRENCYGrant currency GM_GRANT_CURRENCYCUKY5Assigned to domainWAERS
GRANT_TOTALTotal Grant Value in Sponsor Currency GM_GRANT_TOTALCURR13(2) WERTV7
MLSTNMilestone number MLST_ZAEHLNUMC12NUM12
STATUSGM: Process Status GM_PROCESS_STATCHAR132SYCHAR132

Key field Non-key field



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

As GMBILLING 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 GMBILLING as there is no data to select.

How to access SAP table GMBILLING

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