AVISCAJROSU SAP (Change Doc. Structure Adjustment Record per Rent.Object and) Structure details

Dictionary Type: Structure
Description: Change Doc. Structure Adjustment Record per Rent.Object and




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




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

AVISCAJROSU 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 "Change Doc. Structure Adjustment Record per Rent.Object and" 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_AVISCAJROSU TYPE AVISCAJROSU.

The AVISCAJROSU table consists of various fields, each holding specific information or linking keys about Change Doc. Structure Adjustment Record per Rent.Object and 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 AVISCAJROSU 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
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table AVISCAJROSU

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