GMIA_LIST SAP (LIST OUTPUT of GMIA LINE ITEMS) Structure details

Dictionary Type: Structure
Description: LIST OUTPUT of GMIA LINE ITEMS




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




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

GMIA_LIST 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 "LIST OUTPUT of GMIA LINE ITEMS" 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_GMIA_LIST TYPE GMIA_LIST.

The GMIA_LIST table consists of various fields, each holding specific information or linking keys about LIST OUTPUT of GMIA LINE ITEMS data available in SAP. These include GL_SIRID (Record number of the line item record), RTCUR (Currency Key), RUNIT (Base Unit of Measure), RBUKRS (Company 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 or numeric)


SAP GMIA_LIST 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
GL_SIRIDRecord number of the line item record GU_RECIDCHAR18OBJNROBN
RTCURCurrency Key RTCURCUKY5Assigned to domainWAERSFWS
RUNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
RBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RGRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
GRANT_SHORT_DESCRIPTIONShorter description of the grant GM_SHORT_DESCRIPTIONCHAR20
RSPONSORED_PROGSponsored Program GM_SPONSORED_PROGCHAR20Assigned to domainGM_SPONSORED_PROGGM_SPONSORED_PROG
SPONSORED_PROG_TEXTSponsored Program Description GM_PROGRAM_TEXTCHAR30TEXT30
RSPONSORED_CLASSSponsored Class GM_SPONSORED_CLASSCHAR20Assigned to domainGM_SPONSORED_CLASSGM_SPONSORED_CLASS
SPONSORED_CLASS_TEXTSponsored Class Description GM_CLASS_TEXTCHAR30TEXT30
RFUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FUND_TEXTDescription FM_BESCHRCHAR40TEXT40
RVALUETYPE_9GM Value Type GM_VALUETYPECHAR2GM_VALUETYPEGMVALUETYPE
VALUETYPE_TEXTValue Type Text GM_VALUETYPE_TXTCHAR40TEXT40
TSLValue in Transaction Currency VTCUR9CURR17(2) WERTV9
HSLValue in local currency VLCUR9CURR17(2) WERTV9
MSLQuantity QUAN1QUAN15(3) MENG8
SGTXTItem Text SGTXTCHAR50TEXT50
BUDATPosting Date in the Document BUDATDATS8DATUM
REFDOCNRReference document number of an accounting document REFBELNRCHAR10ALPHABELNRBLN
REFRYEARReference fiscal year REFGJAHRNUMC4GJAHRGJAHRGJR
REFDOCLNSix-digit number of the reference posting line REFBUZEI6NUMC6BUZEI6BUZ
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
GL_ACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
COSTCENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
ORDERIDOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
FUNDS_CTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
CMMT_ITEMCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FAREAFunctional Area FM_FAREACHAR16Assigned to domainFKBERFBE
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
LOEKZDeletion Indicator GM_LOEKZCHAR1CHAR1_X
BILLING_STATUSBilling Status for Item GM_BILLING_STATUSCHAR1GM_BILLING_STATUS
BILLING_BLOCK_9Billing Block Flag for an Item GM_BILLING_BLOCKCHAR1GM_BILLING_BLOCK
BLOCK_STATUSGM: block status GM_BLOCK_STATUSCHAR132SYCHAR132
BILLING_STATUS_ICONGM: Billing Status Icon GM_BILLING_STATUS_ICONCHAR132SYCHAR132

Key field Non-key field



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

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

How to access SAP table GMIA_LIST

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