GMCOA SAP (Special GL accounts in chart of accounts for grants mgmt) Table details

Dictionary Type: Table
Description: Special GL accounts in chart of accounts for grants mgmt




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




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

GMCOA is a standard SAP Table which is used to store Special GL accounts in chart of accounts for grants mgmt data and is available within R/3 SAP systems depending on the version and release level.

The GMCOA table consists of various fields, each holding specific information or linking keys about Special GL accounts in chart of accounts for grants mgmt data available in SAP. These include CHRT_ACCTS (Chart of Accounts), GRANT_TYPE (Grant Type), COST_REIMBURSE (Grant cost reimbursement account), IDC_RECOVERY_CLA (Specific Class to Allocate IDC Reimbursements).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP GMCOA 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
CHRT_ACCTSChart of Accounts KTOPLCHAR4T004KTOPLKPLC_KTOPL
GRANT_TYPEGrant Type GM_GRANT_TYPECHAR2GMGRTYPEGM_GRANT_TYPEGM_GRANT_TYPEGMGRANTTYPES
COST_REIMBURSEGrant cost reimbursement account GM_COST_REIMBURSECHAR10SKA1ALPHASAKNRGL_ACCT_CA
IDC_RECOVERY_CLASpecific Class to Allocate IDC Reimbursements GM_IDC_RECOVERY_CLASSCHAR20GMSPCLASSGM_SPONSORED_CLASSGM_SP_CLASS
IDC_EXPENSEIndirect Cost Expense Account GM_IDC_EXPENSECHAR10SKA1ALPHASAKNRGL_ACCT_CA
IDC_EXPENSE_CLASSpecific Class to allocate IDC expenses GM_IDC_EXPENSE_CLASSCHAR20GMSPCLASSGM_SPONSORED_CLASSGM_SP_CLASS
DUMMY_CASHCash Clearing Account [ Bank account] GM_DUMMY_CASHCHAR10SKA1ALPHASAKNRGL_ACCT_CA
IDC_CREDITIndirect Cost Credit Account GM_IDC_CREDITCHAR10SKA1ALPHASAKNRGL_ACCT_CA
IDC_CREDIT_CLASSIndirect Cost Sponsored Class for Credits IDC_CREDIT_CLASSCHAR20GMSPCLASSGM_SPONSORED_CLASSGM_SP_CLASS
IDC_DEBITIndirect Cost Debit Account IDC_DEBITCHAR10SKA1ALPHASAKNRGL_ACCT_CA
IDC_DEBIT_CLASSIndirect Cost Sponsored Class for Debits IDC_DEBIT_CLASSCHAR20GMSPCLASSGM_SPONSORED_CLASSGM_SP_CLASS

Key field Non-key field



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

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

SELECT SINGLE *
FROM GMCOA
INTO CORRESPONDING FIELDS OF WA_GMCOA
WHERE...

How to access SAP table GMCOA

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