Code: Alles auswählen.
SET PF-STATUS 'SCREEN_100_200' EXCLUDING: 'SAVE', 'SHOW', 'EDIT'.
Code: Alles auswählen.
SET PF-STATUS 'SCREEN_100_200' EXCLUDING 'SAVE'.
SET PF-STATUS 'SCREEN_100_200' EXCLUDING 'SHOW'.
SET PF-STATUS 'SCREEN_100_200' EXCLUDING 'EDIT'.
Code: Alles auswählen.
data excl type standard table of syucomm.
append: 'SHOW' to excl,
'EDIT' to excl,
'SAVE' to excl.
set pf-status '1000' excluding excl.