Description Complete database for Real Estate Features:> Using the VIGETTAB field string, you can decide if you will implementGET events to the GETs that correspond to the database hierarchy. Ifyou decide to do this, you have to check (set the VIGETTAB-J
value to 'X') in the corresponding table. If you require a time-dependent selection, the RFVILSP structure mustbe specified in the program with TABLES. This ensures that a from-date,a to-date and a key date are given as selection options. You can use the VIGETTAB field string to specify the tables in whichthe from-to-date or the key date is/is not evaluated for thetime-dependent tables. If no time-dependent selection is made even oncethe from-to date or key date has been entered, set theVIGETTAB-JDI
value to "X". The from/to-date or the key date is taken into account for tables inwhich a JDI
field is planned in the VIGETTAB field string: (Inthe overview below, "next record" means that the to-date results fromthe from-date of the next record with the same key) Table From date To date Features > VZGPO DBEBEZ DENBEZ/unlimited SPAB1 GBDAT GEDAT/unlimited VIOB27 DGULTAB Next record JEZUORD is taken into account VIOB11 DGAB Next record VIOB40 DGULTAB Next record (also VIOB40_BD, _PY) VIKOKO DGUEL_KK Next record VZZKOPO DGUEL_KP Next record JNULLKON and change DGUEL_KK-date is taken into account VIMIMV DMIBEG DMIEND/DKUEZU/unlimited VIMI54 DGABANRT DBISANRT VIMI55 DGABANRT Next record VIMI38 DATAB Next record VIBEPP DBERVON DBERBIS *) > VIAK03 DGUELEMP of the DAEEND 1. VIAK05 record VIAK05 DGUELEMP Next record VIAK25 DPERBEG DPEREND VIVW01 DVWBEG DVWEND/unlimited *): > Since VIBEPP can also be selected by the due date (in Selectoption), it is recommended deactivating the selection withDBERVON/DBERBIS via VIGETTAB-JDIVIBEPP if you are selecting accordingto due date. > The VIGETTAB field string does not need to be separate in the report.The lower-level VIGSMT field string provides information about thehierarchy branch currently being processed. This contains the primaryand third-party key of the structure to which the data that iscurrently being delivered belongs. The VIGSMT information can be usedas follows:
Example The partner of a business entity as well as the partner for a rentalagreement are used in a report. They should be processed in differentways. GET VIOB01. ... VIGETTAB-JVZGPO = 'X'. ... GET VIMIMV. ... VIGETTAB-JVZGPO = 'X'. " Only necessary if the variable is " explicitly set back to the point in " time such as GET VIMI01 ... " GET VZGPO. CASE VIGSMT-IMKEY. WHEN VIOB01-IMKEY. * Partner for the BE WHEN VIMIMV-IMKEY. * Partner for the rental agreement