SAP COBL_RECEIVER Receiver Object Information Table data and field list

COBL_RECEIVER 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 "Receiver Object Information" 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_COBL_RECEIVER TYPE COBL_RECEIVER.

The COBL_RECEIVER table consists of various fields, each holding specific information or linking keys about Receiver Object Information data available in SAP. These include KOSTL (Cost Center), LSTAR (Activity Type), AUFNR (Order Number), AFPOS (Order Item 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. .

COBL_RECEIVER structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP COBL_RECEIVER structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the COBL_RECEIVER table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AFPOSOrder Item Number CO_POSNRNUMC4CO_POSNR
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
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
IMKEYRecipient real estate object EIMKEYCHAR8IMKEY
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
PAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
PRZNRBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
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
OWAERCurrency Key OWAERCUKY5Assigned to domainWAERSOWS
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
SEGMENTSegment for Segmental Reporting FB_SEGMENTCHAR10Assigned to domainALPHAFB_SEGMENT
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
BEMOTAccounting Indicator BEMOTCHAR2Assigned to domainBEMOT
HRKFTOrigin Group as Subdivision of Cost Element HRKFTCHAR4Assigned to domainHRKFT

Key field Non-key field



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

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

How to access SAP table COBL_RECEIVER

Within an ECC or HANA version of SAP you can also view further information about COBL_RECEIVER and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).