COACC_OBJ SAP (CO account assignment objects) Structure details

Dictionary Type: Structure
Description: CO account assignment objects




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




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

COACC_OBJ 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 "CO account assignment objects" 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_COACC_OBJ TYPE COACC_OBJ.

The COACC_OBJ table consists of various fields, each holding specific information or linking keys about CO account assignment objects data available in SAP. These include GJAHR (Fiscal Year), BUKRS (Company Code), GSBER (Business Area), WERKS (Plant).. 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: Not classified


SAP COACC_OBJ 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
BUDATPosting Date in the Document BUDATDATS8DATUM
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
PRZNRBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AUFPSOrder Item Number CO_POSNRNUMC4CO_POSNR
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
KZVBRConsumption Posting KZVBRCHAR1KZVBR
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
KSTRGCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
NPLNRNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLInternal counter CIM_COUNTNUMC8CIM_COUNT
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
DABRZReference Date for Settlement DABRBEZDATS8DDAT
PAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
CO_KAKSTAccount Assignment Type: Cost Center CO_KAKSTNUMC1CO_KONTKZ
CO_KAAUFAccount assignment type: Order CO_KAAUFNUMC1CO_KONTKZ
CO_KAPROProject account assignment type CO_KAPRONUMC1CO_KONTKZ
CO_KAKTRAccount Assignment Type: Cost Object CO_KAKTRNUMC1CO_KONTKZ
CO_KANPLAccount Assignment Type: Network CO_KANPLNUMC1CO_KONTKZ
CO_KAIMOAccount Assignment Type: Real Estate Object CO_KAIMONUMC1CO_KONTKZ
CO_KAKDAAccount Assignment Type: Sales Order CO_KAKDANUMC1CO_KONTKZ
CO_KAERGBusiness segment account assignment type CO_KAERGNUMC1CO_KONTKZ
CO_KAABSAccount assignment type: reconciliation object CO_KAABSNUMC1CO_KONTKZ
CO_KAPRZAccount Assignment Type: Business Process CO_KAPRZNUMC1CO_KONTKZ
CO_KASATAccount Assignment Type Not Used CO_KASATNUMC1CO_KONTKZ

Key field Non-key field



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

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

How to access SAP table COACC_OBJ

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