2007 Sep 21 11:49 AM
hi,
iam working in module pool programming.
i have 2 screens, in second screen i have a tab strip with 9 tabs,
and a table control in each tab.
my requirement is , when iam in going to second screen,
i have to disable SAVE button on Application tool bar.
it is urgent, points wil be rewarded for useful answers
bye
kirthi
2007 Sep 21 11:57 AM
HI,
In the Second screen you will have the PF-STATUS in the PBO event, double click on the PF-status, then there delete the SAVE button then in your secodn screen it will be in Disable
Regards
Sudheer
2007 Sep 21 11:57 AM
HI,
In the Second screen you will have the PF-STATUS in the PBO event, double click on the PF-status, then there delete the SAVE button then in your secodn screen it will be in Disable
Regards
Sudheer
2007 Sep 21 6:02 PM
Hello, Kirthi,
In your SET PF-STATUS line, you can either add a EXCLUDING 'SAVE' addition, or declare an internal table, append the 'SAVE' okcode (and others, if you wish) to the itab, and then use the addition EXCLUDING itab.
Regards,
Andre