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

gui status issue

raman_g
Explorer
0 Likes
2,082

how to insert this gui status bar in module pool

8 REPLIES 8
Read only

Arun_Prabhu_K
Active Contributor
0 Likes
2,043

Hello Ram.

Create GUI status, assign function code for required buttons and assign it in PBO of that screen.

Read only

0 Likes
2,043

hi arun

thx for your reply

plz give any ref program for that exam ple

i need gui bar like ...

thx


Read only

0 Likes
2,043

This not a status bar, but a list of icons defined in the dynpro thru SE51, nevertheless you could create a new status or modify an existing one with transaction SE41 (just copy definition of function as in the original dynpro) or add icons to dynpro. Then start coding in PAI module user_command as for any table control.

Regards,

Raymond

Read only

0 Likes
2,043

If you create table control with wizard, those buttons will automatically come.

Read only

former_member196651
Contributor
0 Likes
2,043

Hi Ram,

What you had shown here is not a GUI Status. This is an array of push buttons. For this you have to align the push buttons as shown above and give appropriate Function Codes and use them in the program as you want.

Regards,

Abijith

Read only

0 Likes
2,043

i need to diaplay select all and unselect all 2 buttons

how to select in table wizard

plz tel me

thax

Read only

yogendra_bhaskar
Contributor
0 Likes
2,043

Hi ram g ,

This button will be automatically added to your screen , when you are creating table control using wizard.

while creating TC you will have a tab :

Select additional table maintenance functions



Tick mark Scroll and Select/deselect all option.

and push button will be added automatically.

If you not want it that way , then you can additionally add these push button on your screen

Hope this will help you out .

Note : for Select/deselect all option to be valid , you need to make your TC as mutiple selection in Table control attributes tab.

Regards

Yogendra Bhaskar

Read only

former_member201541
Participant
0 Likes
2,043

Hi,

You can add two push buttons for it and then write the code for the respective buttons.

For Select All use "selection = 'X' " and for Deselect All " selection = '' ".