COIOB SAP (Conversion of Object Number and Object Data) Structure details

Dictionary Type: Structure
Description: Conversion of Object Number and Object Data




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




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

COIOB 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 "Conversion of Object Number and 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_COIOB TYPE COIOB.

The COIOB table consists of various fields, each holding specific information or linking keys about Conversion of Object Number and Object Data data available in SAP. These include DATBI (Valid To Date), OBART (Object Type), SCOPE (Object Class), AUFNR (Order Number).. 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 COIOB 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
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
DATBIValid To Date DATBIDATS8DATUM
OBARTObject Type J_OBARTCHAR2Assigned to domainJ_OBART
SCOPEObject Class SCOPE_CVCHAR2SCOPESCOPE_CVPCO
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AFPOSOrder Item Number CO_POSNRNUMC4CO_POSNR
AUTYPOrder category AUFTYPNUMC2AUFTYP
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
POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
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
HOARTType of origin object (EC-PCA) HOARTNUMC2HOARTPCH
ERKRSOperating concern ERKRSCHAR4Assigned to domainERKRSERB
PAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
COPARCO Partner Update COPARCHAR1COPAR
PLINTIndicator for Integrated Planning PLINTCHAR1XFELD
XSTATStatistical Object Indicator CO_XSTATCHAR1BOOLE
LOGSYSTEMLogical system of object LOGSYSOCHAR10Assigned to domainALPHALOGSYS
SWENRSite Number SWENRCHAR8Assigned to domainSWENRSWENRWEHMCWE
SGENRBuilding Number SGENRCHAR8Assigned to domainSGENRSGENRGEBMCGE
SGRNRProperty Number for BE SGRNRCHAR8Assigned to domainSGRNRSGRNRGRSMCGR
SMENRNumber of Rental Unit SMENRCHAR8Assigned to domainSMENRSMENRMEHMCME
SMIVELease-Out Number SMIVECHAR13ALPHAVVSMIVEMIVMRTA
SNKSLService Charge Key SNKSLCHAR4Assigned to domainALPHASNKSLNKLREFXCLSNKSL
SEMPSLSettlement Unit SEMPSLCHAR5Assigned to domainALPHASEMPSLEMPMCEM
SVWNRManagement Contract Number VVSVWNRCHAR13Assigned to domainALPHAVVSVWNRVWVMCVW
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
DABRZReference Date for Settlement DABRBEZDATS8DDAT
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
RSARTRecord type RSARTCHAR1RSART
RECNNRReal Estate Contract Number RECNNRCHAR13ALPHARECNNRRECNNR

Key field Non-key field



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

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

How to access SAP table COIOB

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