GMBILLING_PLAN SAP (GM BILLING plan) Structure details

Dictionary Type: Structure
Description: GM BILLING plan




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




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

GMBILLING_PLAN 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 plan" 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_PLAN TYPE GMBILLING_PLAN.

The GMBILLING_PLAN table consists of various fields, each holding specific information or linking keys about GM BILLING plan data available in SAP. These include GRANT_NBR (Grant), SHORT_DESC (Shorter description of the grant), FPLNR (Billing plan number / invoicing plan number), AFDAT (Billing date for billing index and printout).. 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_PLAN 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
ICON_STATUSStatus GM_ICON_STATUSCHAR132SYCHAR132
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
SHORT_DESCShorter description of the grant GM_SHORT_DESCRIPTIONCHAR20
FPLNRBilling plan number / invoicing plan number FPLNRCHAR10Assigned to domainFPLNR
AFDATBilling date for billing index and printout FKDATDATS8DATUM
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
INVOICING_CATEGBilling Categories of a Grant GM_INVOICING_CATEGCHAR1GM_INVOICING_CATEGORIES
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
BLOCK_STATUSBlock FAKSPCHAR2Assigned to domainFAKSP
TEST_MODETest Mode GM_RRB_TESTCHAR1BOOLE
ST_CODE 0
ST_TEXTText Field TEXT50CHAR50TEXT50
GENERAL_MSGGM Billing General Status GM_RRB_MSGCHAR50CHAR50
FPLTRItem for billing plan/invoice plan/payment cards FPLTRNUMC6Assigned to domainFPLTR
FPROZPercentage of value to be invoiced FPROZDEC5(2) PRZ32
MLSTNMilestone number MLST_ZAEHLNUMC12NUM12
MLBEZUsage MILESTONECHAR5Assigned to domainMILESTONE
FAKSPBilling block for billing plan/invoice plan dates FAKSP_FPCHAR2Assigned to domainFAKSP
FKDATSettlement date for deadline BFDATDATS8DATUM

Key field Non-key field



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

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

How to access SAP table GMBILLING_PLAN

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