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: 

Regarding set pf status

Former Member
0 Kudos

Hi,

I have 2 pushbuttons in my appli.tool bar.

Thye are 1. Select all 2. De select all

I am displaying the output with checkbox.

Ex: checkbox,matnr,maktx,meins.

I want to select all the check boxes at a time and deselect all chk boxes at a time once the list is displayed.

Please suggest me with some example.

Thanks,

Srik

1 REPLY 1

Former Member
0 Kudos

Put all the checkboxes as 'X' when u select 1st push button on the app toll bar

means

p1 = 'X'.

p2 = 'X' like that

p1,p2 are the name of the check boxes

write the code under AT user-command event