TIVAJRLRASRCHA SAP (Increases/Reductions per Characteristic Categ. and Space) Table details

Dictionary Type: Table
Description: Increases/Reductions per Characteristic Categ. and Space




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




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

TIVAJRLRASRCHA is a standard SAP Table which is used to store Increases/Reductions per Characteristic Categ. and Space data and is available within R/3 SAP systems depending on the version and release level.

The TIVAJRLRASRCHA table consists of various fields, each holding specific information or linking keys about Increases/Reductions per Characteristic Categ. and Space data available in SAP. These include RLRA (Representative List of Rents), RLRACHARACTCATE (Characteristic Category (Increase/Reduction Category)), RLRASEQNO (Sequence Number), RLRAAMOUNTCH (Area Price per Characteristic).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TIVAJRLRASRCHA table 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
RLRARepresentative List of Rents REAJRLRACHAR6TIVAJRLRAALPHAREAJRLRA
RLRACHARACTCATECharacteristic Category (Increase/Reduction Category) REAJRLRACHARACTCATECHAR6TIVAJRLRACHCTALPHAREAJRLRACHARACTCATE
RLRASEQNOSequence Number REAJRLRASEQNONUMC2NUMC2
RLRAAMOUNTCHArea Price per Characteristic REAJRLRAAMOUNTCHARACTDEC19(6) RECDUNITPRICE
RLRAAMTCHCTMAXMaximum Area Price per Characteristic Category REAJRLRAAMOUNTCHCTMAXDEC19(6) RECDUNITPRICE
RLRACHARACTMAXMaximum Number of Characteristics to Be Considered in Categ. REAJRLRACHARACTMAXINT13INT1
RLRAAREAFROMArea from REAJRLRAAREAFROMQUAN17(4) REBDMEASVALUE
RLRAAREATOArea to REAJRLRAAREATOQUAN17(4) REBDMEASVALUE
RLRAMAXPOINTSIZMaximum number of points to be considered per class REAJRLRAMAXPOINTSIZDEC19(6) RECDUNITPRICE
RLRAPOINTCHCTPoints for Characteristic Category REAJRLRAPOINTCHCTDEC5(2) DECV5_2
RLRAPERWEIGHTPercentage weighting of a characteristic REAJRLRAPERCENTWEIGHTDEC5(2) DECV3_2
RLRAAMTCHABSPrice per Characteristic REAJRLRAAMTCHARACTABSCURR15(2) RECACURR
FIXFITCHARACTFixtures and Fittings Characteristic REBDFIXFITCHARACTCHAR6TIVBDCHARACTALPHAREBDFIXFITCHARACT
RLRAAMOUNTCHFSField Status for Increase/Reduction on Object REAJRLRASRCHAFSTATCHAR1REAJRLRASRCHAFSTAT
RLRAPERWEIGHTFSField Status for Increase/Reduction on Object REAJRLRASRCHAFSTATCHAR1REAJRLRASRCHAFSTAT
RLRAAMTCHABSFSField Status for Increase/Reduction on Object REAJRLRASRCHAFSTATCHAR1REAJRLRASRCHAFSTAT

Key field Non-key field



How do I retrieve data from SAP table TIVAJRLRASRCHA using ABAP code

The following ABAP code Example will allow you to do a basic selection on TIVAJRLRASRCHA to SELECT all data from the table
DATA: WA_TIVAJRLRASRCHA TYPE TIVAJRLRASRCHA.

SELECT SINGLE *
FROM TIVAJRLRASRCHA
INTO CORRESPONDING FIELDS OF WA_TIVAJRLRASRCHA
WHERE...

How to access SAP table TIVAJRLRASRCHA

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