REYCCOST2OBJ SAP (Determined Costs for Objects in CAM Recovery) Structure details

Dictionary Type: Structure
Description: Determined Costs for Objects in CAM Recovery




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




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

REYCCOST2OBJ 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 "Determined Costs for Objects in CAM Recovery" 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_REYCCOST2OBJ TYPE REYCCOST2OBJ.

The REYCCOST2OBJ table consists of various fields, each holding specific information or linking keys about Determined Costs for Objects in CAM Recovery data available in SAP. These include MANDT (Client), CAM_EXP_GUID (Cost of CAM Recovery), SETTL_GUID (Unique Key of Settlement), CAM_POOL_GUID (Expense Pool in CAM Recovery).. 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 or numeric)


SAP REYCCOST2OBJ 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
CAM_EXP_GUIDCost of CAM Recovery REYCCOSTGUIDRAW16RECAGUID
SETTL_GUIDUnique Key of Settlement RECASETTLGUIDRAW16RECAGUID
CAM_POOL_GUIDExpense Pool in CAM Recovery REYCPOOLGUIDRAW16RECAGUID
EXPLINEGUIDExpense Type of CAM Pool REYCEXPGUIDRAW16RECAGUID
EXPTYPEExpense Type REYCEXPTYPECHAR4REYCEXPTYPE
EXPTYPE_AJExpense Type REYCEXPTYPECHAR4REYCEXPTYPE
OBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
OBJNR_AJObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
KSTAR_AJCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SERVVALIDFROMStart of Service Period REYCSERVVALIDFROMDATS8RECADATE
SERVVALIDTOEnd of Service Period REYCSERVVALIDTODATS8RECADATE
SERVVALIDFROM_AJStart of Service Period REYCSERVVALIDFROMDATS8RECADATE
SERVVALIDTO_AJEnd of Service Period REYCSERVVALIDTODATS8RECADATE
PGOBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
PGIDParticipation Group RESCPGIDCHAR10ALPHARESCPGIDRESCPGIDRESCPG
PGID_AJParticipation Group RESCPGIDCHAR10ALPHARESCPGIDRESCPGIDRESCPG
NETAMOUNTNet Amount in Object Currency RECONETAMOUNTCURR15(2) RECACURR
AMOUNTTYPEAmount Type REYCAMTTYPENUMC2REYCAMTTYPE
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ADJAMOUNTAdjustment Amount REYCISADJUSTAMTCURR15(2) WERTV8
COSTADJTEXTCAMS COST ADJUSTMENT DESCRIPTION REYCCOSTADJTXTCHAR25TEXT25
FINALAMTFinal Amount REYCISFINALAMTCURR13(2) WERT7
METEREXPMeter Expense REYCMETEREXPCHAR1RECABOOL
METEREXPDISTMeter Expense Distribution REYCMETERDISTCHAR1RECABOOL
NOPGSERVPERIODIndicator to Exclude Items with No PG/Service Per. Assigned REYCNOPGSERVPERIODCHAR1RECABOOL
SEASONALITYKEYSeasonality REYCSEASONKEYCHAR4REYCSEASON
CAM_MS_GUIDCost of CAM Recovery REYCCOSTGUIDRAW16RECAGUID
SHORTFALLLINEShortfall Line Item REYCSHORTFALLLINECHAR1RECABOOL
DELETIONFLAGDeletion Flag - deleted in step 5, should show in step 3 REYCDELETIONFLAGCHAR1RECABOOL
INSERTIONFLAGInsertion Flag - Inserted in Step 5, do not show in step 3 REYCINSERTIONFLAGCHAR1RECABOOL

Key field Non-key field



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

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

How to access SAP table REYCCOST2OBJ

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