Code: Alles auswählen.
At selection-screen on xy_datum.
if faktura = '0000000000000000'.
message w000(za).
endif.
Warum "faktura"? Die Felder von xy_datum heißen xy_datum-low und -high.KleinerEisbaer hat geschrieben:Im Quellcode habe ich direkt vor Start-of-Selection folgendes stehen:Code: Alles auswählen.
At selection-screen on xy_datum. if faktura = '0000000000000000'. message w000(za). endif.