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: 

gui status issue

raman_g
Explorer
0 Kudos

how to insert this gui status bar in module pool

8 REPLIES 8

karun_prabhu
Active Contributor
0 Kudos

Hello Ram.

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

0 Kudos

hi arun

thx for your reply

plz give any ref program for that exam ple

i need gui bar like ...

thx


0 Kudos

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

0 Kudos

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

former_member196651
Contributor
0 Kudos

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

0 Kudos

i need to diaplay select all and unselect all 2 buttons

how to select in table wizard

plz tel me

thax

yogendra_bhaskar
Contributor
0 Kudos

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

former_member201541
Participant
0 Kudos

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 = '' ".