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

dynamic button

Former Member
0 Likes
655

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

4 REPLIES 4
Read only

Former Member
0 Likes
631

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

Read only

former_member194669
Active Contributor
0 Likes
631

You need to use "Dynamic function Texts" functionality of GUI status

http://help.sap.com/saphelp_nw04/Helpdata/EN/d1/801e3a454211d189710000e8322d00/frameset.htm

a®

Read only

0 Likes
631

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

Read only

0 Likes
631

I think that's not possible. You can change the text in a gui status button dynamically

a®