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

Regarding set pf status

Former Member
0 Likes
345

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

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

Former Member
0 Likes
322

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