Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

module pool

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

2 REPLIES 2

Former Member
0 Kudos

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

Former Member
0 Kudos

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