COIOP SAP (Object + partner object + object data) Structure details

Dictionary Type: Structure
Description: Object + partner object + object data




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




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

COIOP 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 "Object + partner object + object data" 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_COIOP TYPE COIOP.

The COIOP table consists of various fields, each holding specific information or linking keys about Object + partner object + object data data available in SAP. These include SCOPE (Object Class), AUTYP (Order category), AUFNR (Order Number), KOKRS (Controlling Area).. 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)


SAP COIOP 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
OBARTObject Type J_OBARTCHAR2Assigned to domainJ_OBART
SCOPEObject Class SCOPE_CVCHAR2SCOPESCOPE_CVPCO
AUTYPOrder category AUFTYPNUMC2AUFTYP
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
KSTRGCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
PSPNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLInternal counter CIM_COUNTNUMC8CIM_COUNT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
OWAERCurrency Key OWAERCUKY5Assigned to domainWAERSOWS
VNAMEJoint Venture JV_NAMECHAR6T8JVALPHAJV_NAMEJVV
RECIDRecovery Indicator JV_RECINDCHAR2T8JJALPHAJV_RECIND
EGRUPEquity group JV_EGROUPCHAR3T8JFALPHAJV_EGROUPGJE
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
ZPSPNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
AOTYPReconciliation Object AOTYPCHAR2AOTYPAOTYP
VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
PRZNRBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
DABRZReference Date for Settlement DABRBEZDATS8DDAT
KWAERControlling area currency KWAERCUKY5Assigned to domainWAERSKWS
HOARTType of origin object (EC-PCA) HOARTNUMC2HOARTPCH
ERKRSOperating concern ERKRSCHAR4Assigned to domainERKRSERB
PAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
LOGSYSTEMLogical system of object LOGSYSOCHAR10Assigned to domainALPHALOGSYS
XSTATStatistical Object Indicator CO_XSTATCHAR1BOOLE
POBARTObject Type J_OBARTCHAR2Assigned to domainJ_OBART
PSCOPEPartner object class PSCOPE_CVCHAR2SCOPESCOPE_CV
PAUTYPOrder category AUFTYPNUMC2AUFTYP
PAUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
PKOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
PKOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PLSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
PKSTRGCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
PPSPNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
PAUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
PAPLZLInternal counter CIM_COUNTNUMC8CIM_COUNT
PBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
PGSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
PWERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PVNAMEJoint Venture JV_NAMECHAR6T8JVALPHAJV_NAMEJVV
PRECIDRecovery Indicator JV_RECINDCHAR2T8JJALPHAJV_RECIND
PEGRUPEquity group JV_EGROUPCHAR3T8JFALPHAJV_EGROUPGJE
PPRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PZPSPNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
PAOTYPReconciliation Object AOTYPCHAR2AOTYPAOTYP
PVBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
PPOSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
PPRZNRBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
PHOARTType of origin object (EC-PCA) HOARTNUMC2HOARTPCH
PERKRSOperating concern ERKRSCHAR4Assigned to domainERKRSERB
PPAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
PLOGSYSTEMLogical system of partner object LOGSYSPCHAR10Assigned to domainALPHALOGSYS
PXSTATStatistical Object Indicator CO_XSTATCHAR1BOOLE
PIMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY

Key field Non-key field



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

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

How to access SAP table COIOP

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