TIPAB SAP (Darwin Real Est.: Comp.code-depend. parameters for rent adj.) Table details

Dictionary Type: Table
Description: Darwin Real Est.: Comp.code-depend. parameters for rent adj.




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




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

TIPAB is a standard SAP Table which is used to store Darwin Real Est.: Comp.code-depend. parameters for rent adj. data and is available within R/3 SAP systems depending on the version and release level.

The TIPAB table consists of various fields, each holding specific information or linking keys about Darwin Real Est.: Comp.code-depend. parameters for rent adj. data available in SAP. These include BUKRS (Company Code), AVGLMIN (Minimum number of comparative apartments in comparison), AMNZUST (Minimum no.of months from date of adjustment run to approval), AMNIXGAB (No.months,pre-dat.valid-as-from dte to pgrm run dte (index)).. 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 TIPAB 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 MANDTCLNT3MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
AVGLMINMinimum number of comparative apartments in comparison AVGLMINDEC2DEC2
AMNZUSTMinimum no.of months from date of adjustment run to approval AMNZUSTDEC2DEC2
AMNIXGABNo.months,pre-dat.valid-as-from dte to pgrm run dte (index) AMNIXGABDEC2DEC2
JIXANPOBRent can only be adjusted on an upward basis (indicator) JIXANPOBCHAR1XFELD
MWSKZSales tax indicator default value for private rent agrmnt VVWMWSKZCHAR2T007AMWSKZ
GMWSKZSales tax indicator setting for commercial rent agreement VVGMWSKZCHAR2T007AMWSKZ
VVAMNVZGSCS: No.of months for determin.eff.-from date for new AP VVAMNVZGDEC2DEC2
VVJVZZGBInd. for adv.pmnt adjustment to take account of pmnts made VVJVZZGBCHAR1JANE
RPROMHGYearly rent surcharge percentage rate VVRPROMHGNUMC2NUMC2
JGVSTOPTInput tax opting (indicator) VVJVSTOPTCHAR1JANE
GSVSTSONDInput tax opting reason SVSTSONDCHAR1TIV63SVSTSOND

Key field Non-key field



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

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

SELECT SINGLE *
FROM TIPAB
INTO CORRESPONDING FIELDS OF WA_TIPAB
WHERE...

How to access SAP table TIPAB

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