This is a test message to test the length of the message box.
Login
|

Kommentar verfassen

Das Schreiben von Kommentaren ist nur registrierten Benutzern erlaubt, die Registrierung ist kostenlos und erfordert keine E-Mail Adresse und kann schnell hier durchgeführt werden.

wenn schon modern, dann auch als Einzeiler!

Enno - 16.07.2024 - 10:09

rt_result = VALUE #( FOR GROUPS grp OF fieldname IN it_rsselect
 GROUP BY ( fieldnm = fieldname-fieldnm )
  ( property = grp-fieldnm
    select_options = VALUE  #( FOR selopt IN it_rsselect WHERE ( fieldnm = grp-fieldnm )
      ( sign   = selopt-sign
        option = selopt-option
        low    = selopt-low
        high   = selopt-high ) ) ) ).