SAP COOBJ_RECEIVER_FLAGS Sender: Possible Fields in Posting Variant Table data and field list

COOBJ_RECEIVER_FLAGS 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 "Sender: Possible Fields in Posting Variant" 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_COOBJ_RECEIVER_FLAGS TYPE COOBJ_RECEIVER_FLAGS.

The COOBJ_RECEIVER_FLAGS table consists of various fields, each holding specific information or linking keys about Sender: Possible Fields in Posting Variant data available in SAP. These include XR_LSTAR (Show activity type), XR_AUFNR (Show order), XR_AFPOS (Show order item), XR_VORNR_AUF (Show Order Operation)... 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. .

COOBJ_RECEIVER_FLAGS 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 COOBJ_RECEIVER_FLAGS 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 COOBJ_RECEIVER_FLAGS 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
XR_KOSTLShow cost center X_KOSTL_FADE_INCHAR1XFELD
XR_LSTARShow activity type X_LSTAR_FADE_INCHAR1XFELD
XR_AUFNRShow order X_AUFNR_FADE_INCHAR1XFELD
XR_AFPOSShow order item X_AFPOS_FADE_INCHAR1XFELD
XR_VORNR_AUFShow Order Operation X_VORNR_AUF_FADE_INCHAR1XFELD
XR_PS_PSP_PNRShow work breakdown structure element (WBS element) X_PS_PSP_PNR_FADE_INCHAR1XFELD
XR_KSTRGShow cost object X_KSTRG_FADE_INCHAR1XFELD
XR_NPLNRShow network X_NPLNR_FADE_INCHAR1XFELD
XR_VORNRShow network activity X_VORNR_FADE_INCHAR1XFELD
XR_KDAUFShow sales order X_KDAUF_FADE_INCHAR1XFELD
XR_KDPOSShow sales order item X_KDPOS_FADE_INCHAR1XFELD
XR_PAOBJNRShow profitability segment X_PAOBJNR_FADE_INCHAR1XFELD
XR_PRZNRShow business process X_PRZNR_FADE_INCHAR1XFELD
XR_PROCNRShow production process X_PROCNR_FADE_INCHAR1XFELD
XR_MATNRShow material X_MATNR_FADE_INCHAR1XFELD
XR_WERKSShow plant X_WERKS_FADE_INCHAR1XFELD
XR_BEMOTShow accounting indicator X_BEMOT_FADE_INCHAR1XFELD
XR_RECIDShow cost type X_RECID_FADE_INCHAR1XFELD
XR_BUKRSShow company code of the real estate object X_BUKRS_FADE_INCHAR1XFELD
XR_SWENRShow real estate asset group X_SWENR_FADE_INCHAR1XFELD
XR_SGRNRShow property for immo business unit X_SGRNR_FADE_INCHAR1XFELD
XR_SGENRShow real estate buildings X_SGENR_FADE_INCHAR1XFELD
XR_SMENRShow real estate rental unit X_SMENR_FADE_INCHAR1XFELD
XR_SMIVEShow Real Estate Lease-Out X_SMIVE_FADE_INCHAR1XFELD
XR_SVWNRShow management contract X_VVSSVWNR_FADE_INCHAR1XFELD
XR_SNKSLShow real estate service charge key X_SNKSL_FADE_INCHAR1XFELD
XR_SEMPSLShow real estate settlement unit X_SEMPSL_FADE_INCHAR1XFELD
XR_DABBZShow reference date of the real estate object settlement X_DABBZ_FADE_INCHAR1XFELD
XR_RECNNRShow Contract Number of Real Estate X_RECNNR_FADE_INCHAR1XFELD
XR_GEBERShow Fund X_GEBER_FADE_INCHAR1XFELD
XR_FKBERShow Functional Area X_FKBER_FADE_INCHAR1XFELD
XR_GRANT_NBRShow Grant X_GRANT_FADE_INCHAR1XFELD
XR_BUDGET_PDShow Budget Period X_BUDGET_PERIOD_FADE_INCHAR1XFELD
XR_CUSTOMERShow Customer Fields X_CUSTOMER_FADE_INCHAR1XFELD
XR_STOPStop Flag for Varying Processing X_STOP_FLAGCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table COOBJ_RECEIVER_FLAGS

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

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