RESCAJROSU_X SAP (Adjustment Data per RO/SU and Additional Fields) Structure details

Dictionary Type: Structure
Description: Adjustment Data per RO/SU and Additional Fields




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




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

RESCAJROSU_X 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 "Adjustment Data per RO/SU and Additional Fields" 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_RESCAJROSU_X TYPE RESCAJROSU_X.

The RESCAJROSU_X table consists of various fields, each holding specific information or linking keys about Adjustment Data per RO/SU and Additional Fields data available in SAP. These include MANDT (Client), METHREFSUGUID (Reference to Process-Specific Data for Adjustment Record), METHREFGUID (Adjustment Record for Adj.Record with This GUID), METHREFROGUID (Adjustment Record for Adj.Record with This GUID).. 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 RESCAJROSU_X 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
METHREFSUGUIDReference to Process-Specific Data for Adjustment Record REAJMETHREFGUIDRAW16RECAGUID
METHREFGUIDAdjustment Record for Adj.Record with This GUID RESCADJMGUIDRAW16Assigned to domainRECAGUID
METHREFROGUIDAdjustment Record for Adj.Record with This GUID RESCADJMGUIDRAW16Assigned to domainRECAGUID
SCS_ROCN_GUIDRental Object or Contract, Depending on Rental RESCROCNGUIDRAW16RECAGUID
SETTLGUIDGeneric Key of Process RECAPROCESSGUIDRAW16Assigned to domainRECAGUID
SCS_SU_GUIDSU within SCS, for a Period and Measurement Type RESCSUGUIDRAW16RECAGUID
SUOBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
PFROMStart of Settlement Period RESCSETTLEVALIDFROMDATS8RECADATE
PTOEnd of Settlement Period RESCSETTLEVALIDTODATS8REDATRECADATEEND
SCS_PERIOD_GUIDRental Periods RESCPERIODGUIDRAW16RECAGUID
ACTUALPFROMStart of Current Settlement Period RESCACTUALVALIDFROMDATS8RECADATE
ACTUALPTOEnd of Current Settlement Period RESCACTUALVALIDTODATS8REDATRECADATEEND
CNOBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
AVERAGECOSTSSUAverage Costs of a Settlement Period RESCACOSTSSETTLEMENTCURR15(2) RECACURR
APPORTVALUEROReference Factor of Rental Object RESCAPPORTVALUERODEC20(8) RESCAPPORTVALUE
APPORTVALUESUOverall Reference Factor of Settlement Unit RESCAPPORTVALUESUDEC20(8) RESCAPPORTVALUE
MEASAVERAGEMeasurement Type REBDMEASCHAR4TIVBDMEASALPHAREBDMEASREBDMEASREBDMEAS
TENANTPARTOLDTenant Share per SU as Percentage RESCPTENANTDEC5(2) PANTEIL
AVERPARTICCOSTSProportional Average Costs RESCAVERPARTICCOSTSCURR15(2) RECACURR
COSTSSETTLEMENTCosts of a Settlement Period RESCCOSTSSETTLEMENTCURR15(2) RECACURR
LOC_KEYRegional Location Key for Heating Value Days RESCLOCKEYCHAR10TIVA2ETH10RESCLOCKEY
HEATINGVALUEDAYSHeating value percentage rate VVHEIZWRTDEC5(2) DEC3_2
BASEBasis Amount for Part-Inclusive Rent RESCSBASEAMOUNTCURR15(2) RECACURR
COSTSPERYEARCosts Projected for One Year RESCCOSTSPERYEARDEC22(8) RESCSHCURR
COSTSCHANGEChange to Costs in Percentage RESCCOSTSCHANGEDEC5(2) RECAPROZ3_2
CHANGEPRICEChange Amount Due to Cost Change RESCCHANGEPRICEDEC22(8) RESCSHCURR
COSTSAFTERCHANGECosts After Consideration of Percentage Cost Change RESCCOSTSCOSTSCHANGEDEC22(8) RESCSHCURR
APPORTVALUEOLDReference Factor of Rental Object in Settlement Period RESCAPPORTVALUEOLDDEC20(8) RESCAPPORTVALUE
APPORTVALUENEWReference Factor of RO in Current Settlement Period RESCAPPORTVALUENEWDEC20(8) RESCAPPORTVALUE
MEASCHANGEMeasurement Type REBDMEASCHAR4TIVBDMEASALPHAREBDMEASREBDMEASREBDMEAS
COSTSAPPORTCHGCosts Taking Change in Measurement into Consideration RESCCOSTSAPPORTCHANGEDEC22(8) RESCSHCURR
TENANTPARTNEWTenant Share per SU as Percentage RESCPTENANTDEC5(2) PANTEIL
COSTSTENANTPARTCosts after Consideration of Tenant Share RESCCOSTSTENANTPARTDEC22(8) RESCSHCURR
MAXCOSTSNEWMaximum Costs Value per Settlement Unit for SCS RESCSMAXCOSTSUCURR15(2) RECACURR
COSTSMAXCOSTSCosts Taking Maximum Costs into Consideration RESCCOSTSMAXCOSTSDEC22(8) RESCSHCURR
BASENEWBasis Amount for Part-Inclusive Rent RESCSBASEAMOUNTCURR15(2) RECACURR
COSTSBASECosts After Consideration of Part-Inclusive Rent RESCCOSTSBASEDEC22(8) RESCSHCURR
COSTSFORSUCosts of Settlement Unit for a Rental Object RESCCOSTSFORSUDEC22(8) RESCSHCURR
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
XSUName of settlement unit RESCXSUCHAR60RECAXLDESCRIPTION
XMMEASCHANGEName of Measurement Type - Medium-Length REBDXMMEASCHAR30RECAXMDESCRIPTION
XSMEASCHANGEName of Measurement Type - Short REBDXSMEASCHAR15RECAXSDESCRIPTION

Key field Non-key field



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

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

How to access SAP table RESCAJROSU_X

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