‎2014 May 28 6:20 AM
‎2014 May 28 6:24 AM
Hello Ram.
Create GUI status, assign function code for required buttons and assign it in PBO of that screen.
‎2014 May 28 6:32 AM
hi arun
thx for your reply
plz give any ref program for that exam ple
i need gui bar like ...
thx
‎2014 May 28 6:40 AM
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
‎2014 May 28 6:43 AM
If you create table control with wizard, those buttons will automatically come.
‎2014 May 28 6:42 AM
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
‎2014 May 28 7:34 AM
i need to diaplay select all and unselect all 2 buttons
how to select in table wizard
plz tel me
thax
‎2014 May 28 7:03 AM
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
‎2014 May 28 12:34 PM
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 = '' ".