RCJ_EIGEN SAP (Attributes ('status') WBS element) Structure details

Dictionary Type: Structure
Description: Attributes ('status') WBS element




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




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

RCJ_EIGEN 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 "Attributes ('status') WBS element" 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_RCJ_EIGEN TYPE RCJ_EIGEN.

The RCJ_EIGEN table consists of various fields, each holding specific information or linking keys about Attributes ('status') WBS element data available in SAP. These include FLAG_RQPU (Ind: Purchase requisitions/reservations not active), FLAG_SCHD (Single-Character Indicator), FLAG_COST (Ind: Object was not completely costed), FLAG_ACCT (WBS element is an account assignment element).. 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 RCJ_EIGEN 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
FLAG_CAPAInd: Object does not have capacity requirements PS_OBJCAPACHAR1FLAG
FLAG_RQPUInd: Purchase requisitions/reservations not active PS_OBJDISPCHAR1FLAG
FLAG_SCHDSingle-Character Indicator CHAR1CHAR1CHAR1
FLAG_COSTInd: Object was not completely costed PS_OBJCALCCHAR1FLAG
FLAG_ACCTWBS element is an account assignment element PS_ACCOUNTCHAR1FLAG
FLAG_BILLWBS element is a billing element PS_BILLINGCHAR1FLAG
FLAG_PLANWBS element is a planning element PS_PLANCHAR1FLAG
FLAG_AUCWBS element assigned to asset under construction PS_AUCCHAR1FLAG
FLAG_CAPSWBS element is assigned to an investment program PS_CAPITALSPCHAR1FLAG
FLAG_CSTAActivity/ element is general costs activity PS_COSTACTCHAR1FLAG
FLAG_WORKActivity is an internally processed (work) activity PS_WORKACTCHAR1FLAG
FLAG_EXTActivity/element is an external activity PS_EXTERNALCHAR1FLAG
FLAG_SUBPWBS element is sub-project PS_SUBPROJCHAR1FLAG
FLAG_SERVActivity is a service activity PS_SERVCHAR1FLAG
FLAG_STATStatistical WBS element PS_XSTATCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RCJ_EIGEN

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