VIAJRECRLRAFF_TAB SAP (Adjustment Record RLRAFF: Non-Key Fields) Structure details

Dictionary Type: Structure
Description: Adjustment Record RLRAFF: Non-Key Fields




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




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

VIAJRECRLRAFF_TAB 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 Record RLRAFF: Non-Key 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_VIAJRECRLRAFF_TAB TYPE VIAJRECRLRAFF_TAB.

The VIAJRECRLRAFF_TAB table consists of various fields, each holding specific information or linking keys about Adjustment Record RLRAFF: Non-Key Fields data available in SAP. These include PROCESSGUID (Generic Key of Process), INTRENO (Internal Key of Real Estate Object), RLRA (Representative List of Rents), RLRACHARACTCATE (Characteristic Category (Increase/Reduction Category)).. 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 VIAJRECRLRAFF_TAB 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
RECRLRAGUIDGeneric Key of Adjustment Record for RLRA REAJRECRLRAGUIDRAW16RECAGUID
PROCESSGUIDGeneric Key of Process RECAPROCESSGUIDRAW16RECAGUID
INTRENOInternal Key of Real Estate Object RECAINTRENOCHAR13RECAINTRENO
RLRARepresentative List of Rents REAJRLRACHAR6TIVAJRLRAALPHAREAJRLRA
RLRACHARACTCATECharacteristic Category (Increase/Reduction Category) REAJRLRACHARACTCATECHAR6TIVAJRLRACHCTALPHAREAJRLRACHARACTCATE
FIXFITCHARACTFixtures and Fittings Characteristic REBDFIXFITCHARACTCHAR6TIVBDCHARACTALPHAREBDFIXFITCHARACT
RLRAAMTARMOAmount for each area unit for a fixtures & fittings charact. REAJRLRAFFVALUFEDEC19(6) RECDUNITPRICE
FIXFITCHNOTUSEFixtures and Fittings Characteristic Is Not Used REAJFIXFITCHNOTUSECHAR1RECABOOL
FIXFITCHCOUNTNumber of characteristics in a characteristics category REAJRLRACLASSIZENUMC4NUMC4
FIXFITCHFROMDate: Valid From REBDVALIDFROMDATS8RECADATEBEG
FIXFITCHTODate: Valid To REBDVALIDTODATS8REDATRECADATEEND
RLRAAMTARAmount for each area unit for a fixtures & fittings charact. REAJRLRAFFVALUFEDEC19(6) RECDUNITPRICE
RLRAPERWEIGHTPercentage weighting of a characteristic REAJRLRAPERCENTWEIGHTDEC5(2) DECV3_2
MAXAMTCHCTMaximum Area Price per Characteristic Category REAJRLRAAMOUNTCHCTMAXDEC19(6) RECDUNITPRICE
FIXFITCHMAXMaximum Number of Characteristics to Be Considered in Categ. REAJRLRACHARACTMAXINT13INT1
RLRACHCTWEIGTWeighting Factor of Characteristic Categ. as Percentage REAJRLRACHCTWEIGHTDEC5(2) DECV3_2
RLRASIGNAmenities Level Sign for Fixt./Fitt. Charact. of RUs REAJRLRASIGNCHAR1REAJRLRASIGN
RLRASIGNABSAssessment of Fixt./Fitt. Char. Relative to Amenities Level REAJRLRASIGNABSDEC5(2) DECV3_2
FIXFITCHCURRCurrency Key WAERSCUKY5TCURCWAERSFWS
RLRAMEASArea Type for the Characteristic Category REAJRLRAMEASCHAR4TIVBDMEASALPHAREBDMEASREBDAREAMEAS
RLRAUNITArea Unit for Characteristic Category REAJRLRAUNITUNIT3T006CUNITMEINSREBDAREAUNIT
RLRACHCTDIVISORDivisor for Group Points REAJRLRACHCTDIVISORDEC5(2) DECV3_2
RLRAPOINTWEIGHTSpecified No. of Points for Weighting the Characteristic REAJRLRAPOINTWEIGHTDEC7(2) RECADECV52
RLRAPOINTMINMin. No. of Points That Characteristic Is Weighted With REAJRLRAPOINTMINDEC7(2) RECADECV52
RLRAPOINTMAXMax. No. of Points That Characteristic is Weighted With REAJRLRAPOINTMAXDEC7(2) RECADECV52
RLRAPOINTMIDMean Point Value That Characteristic Is Weighted With REAJRLRAPOINTMIDDEC7(2) RECADECV52
CHARACTWEIGHTNo. of Points That Fixt/Fitting Characteristic Weighted With REBDCHARACTWEIGHTDEC7(2) RECADECV52
CHCTWEIGHTSUMTotal Points per Characteristic Category REAJCHARACTWEIGHTSUMDEC7(2) RECADECV52
CHCTWEIGHTRESResult in Points per Characteristic Category REAJCHARACTWEIGHTRESDEC7(2) RECADECV52
FIXFITCHGROUPFixtures/Fittings Characteristic Group REAJRLRAGRPCHCTCHAR6TIVAJCHCTGROUPALPHAREAJRLRAGRPCHCT
RLRAAMTCHABSPrice per Characteristic REAJRLRAAMTCHARACTABSCURR15(2) RECACURR
RELEVANTBUFixtures and Fittings Charateristic Relevant for Building REBDRELEVANTBUCHAR1RECABOOL
RELEVANTROFixt. and Fittings Characteristic Relevant for Rental Object REBDRELEVANTROCHAR1RECABOOL
RLRACHCTTABLERepresentative List of Rents Table REAJRLRACHCTTABLECHAR4REBDXTXTFROM
CHCTGRPSUMTotal Points per Characteristics Group REAJCHARACTGRPSUMDEC7(2) RECADECV52
CHCTGRPRESResult in Points for Each Characteristic Group REAJCHARACTGRPRESDEC7(2) RECADECV52
CHARACTCOUNTNumber of Fixtures/Fittings Characteristics REBDCHARACTCOUNTINT13INT1

Key field Non-key field



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

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

How to access SAP table VIAJRECRLRAFF_TAB

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