Application Development and Automation 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: 
Read only

module pool

Former Member
0 Likes
414

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
Read only

Former Member
0 Likes
389

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
Read only

Former Member
0 Likes
390

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

Read only

Former Member
0 Likes
389

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