TIPAL SAP (RE: Tenancy Law/Country-Dependent Parameters for Rent Adj.) Table details

Dictionary Type: Table
Description: RE: Tenancy Law/Country-Dependent Parameters for Rent Adj.




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




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

TIPAL is a standard SAP Table which is used to store RE: Tenancy Law/Country-Dependent Parameters for Rent Adj. data and is available within R/3 SAP systems depending on the version and release level.

The TIPAL table consists of various fields, each holding specific information or linking keys about RE: Tenancy Law/Country-Dependent Parameters for Rent Adj. data available in SAP. These include SMIETR (Tenancy law), AJHRANP (No. of years increase in percent. refer to (before key date)), PERHJHR (Normal rent cap in percentage (apartments after key date)), PPROJHR (Legally permitted percentage increase per year).. 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: Not classified


SAP TIPAL 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
SMIETRTenancy law SMIETRCHAR5TIV03SMIETR
AJHRANPNo. of years increase in percent. refer to (before key date) AJHRANPDEC2DEC2
PERHJHRNormal rent cap in percentage (apartments after key date) PERHJHRDEC7(2) DEC5_2
PPROJHRLegally permitted percentage increase per year PPROJHRDEC7(2) DEC5_2
PZUABMAXMax. surch./reduct. for rental unit for rep. rent list adj. VVPZUABMAXDEC4(2) DEC2_2
DSTCHERHKey date for reduced limit VVDSTCHERHDATS8DATUM
AJHRANPRNo. yrs which reduced increase refers to on percentage basis VVAJHRANPRDEC2DEC2
PERHJHRRReduced limit in percent (apartments before key date) VVPERHJHRRDEC7(2) DEC5_2
BFEKAPABMinimum rent per square unit for reduced capping limit VVBFEKAPABCURR9(2) WERT5
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
BFEABSMax.capping limit for apartm. before key date/under min.amnt VVBFEABSCURR9(2) WERT5
AMONMINDMinimum interval between two rent adjustments in months VVAMONMINDNUMC3NUMC03
SBESANPASpecial Features of Tenancy Law VVSBESANPANUMC2VVSBESANPA
SKOARTOUSwiss adjustment: Condition type for typical local rent VVSKOARTOUNUMC4TZK01SKOART
SKOARTRSAdjustment Switzerland: Cond.type reserve from ref./apprec. VVSKOARTRSNUMC4TZK01SKOART
AJAHRNEURnt adj. by points: No.of years w/o building age reduction VVAJAHRNEUDEC2DEC2
PMAXUSURYExcessive Rent Limit VVPMAXUSURYDEC5(2) DEC3_2
PDEFUSURYDefault value for excessive rent limit VVPDEFUSURYDEC5(2) DEC3_2
SKOTYPBKCondition category 'Operating costs' for rent adjustment VVSKOTYPBKNUMC3TIK02SKOTYP
SKOTYPAOCondition cat 'Surcharges' for rent adjustment VVSKOTYPAONUMC3TIK02SKOTYP
SKOARTFBCondition type 'False occupancy charge' VVSKOARTFBNUMC4TZK01SKOART
SKOARTAZCondition type 'Settlement payment' VVSKOARTAZNUMC4TZK01SKOART
JMONMINDAlways calculate minimum interval from beginning of month VVJMONMINDDECHAR1FLAG
JINDBASEIndex-Linked Adj. Based on Index Level, Rent at Rental Start VVJINDBASECHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TIPAL
INTO CORRESPONDING FIELDS OF WA_TIPAL
WHERE...

How to access SAP table TIPAL

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