2009 Apr 28 4:35 PM
Hi Guys,
I have a question . In my dynpro I have 3 button (button_expand1, button_expand2, button_expand3, button_expand4 ) with your texts. Button_expand4 is invisible
I would like to know if it's possible when my table prps-stufe = 3. replace button_expand1 for button_expand4 (invisible) with the same text. I try it and it works but the text of the button is not in the correct place
because if the button_expand1 is invisible and button_expand4 visible . There is an space between the text and button so I would like solve it.
Thanks in advance.
Best regards
Ana
2009 Apr 28 4:42 PM
Hi ,
assign the mod -id groups by double clicking the text ..
and write the logic in the PBO..
and assign the Function key for the text box so when ever the text box is selected the event is triggered
and the screen invisible or visible works.
write the screen logic in PBO by using the Function key assigned for Text box..
Regards,
Prabhudas
2009 Apr 28 4:46 PM
You need to use "Dynamic function Texts" functionality of GUI status
http://help.sap.com/saphelp_nw04/Helpdata/EN/d1/801e3a454211d189710000e8322d00/frameset.htm
a®
2009 Apr 28 5:08 PM
Hi ,
I can't use attributes of the expand_button because I 'd changed the looking of my dynpro (the button was
different to others).
I would like to know if it's possible to put the text and button in a position (x,y,z) manually (abap programmer) and depends on the condition change that position.
Thanks a lot.
Ana
2009 Apr 28 5:24 PM
I think that's not possible. You can change the text in a gui status button dynamically
a®