Hi,
There is a standard SAP program where I need to disable/hide SAVE button. How can I do it? I know that in a custom Abap report I could call SET PF-STATUS <guistatus> EXCLUDING <save> but this is a standard SAP program and I can't change code there.
Thanks in advance