database PCH
Hi Experts,
with the following macros I can restrict the results on the database PCH.
TABLES: objec.
START-OF-SELECTION.
RH-SET-INDEX-INFTY '1007'.
RH-CONDITION-LINE VACAN EQ 'X' SPACE.
RH-SET-INDEX-INFTY-CONDITION.
GET objec.
Is it possible to repeat the macro RH-CONDITION-LINE? I tried to do it that way and only the last line condition seems to be executed.
Is there a documentation regarding the macros for the database PCH?
Any Helpfull answer?
thanks...