‎2010 Feb 20 7:52 AM
Dear all,
I would like to know if it is anyhow possible to dynamically change text or descriptions of objects within a dynpro. I am not interested in changing a textfield, but for example the description of a button or tab.
I really appreciate your help.
Best regards from Vienna.
‎2010 Feb 20 8:10 AM
Are you looking for change of button text created thru pf- status ? then you need to create the function text as dynamic while creating PF-status.
other wise create a dynamic text in the button on the screen. then there is roundway will be create 2 buttons with different texts and according your condition hide the button using Loop at screen
a®
‎2010 Feb 20 8:34 AM
Hey,
no I am not looking for to change a button through pf-status. I am really talking about a screen element such as a button. My main problem is that I would like to dynamically change the descriptions of the tabs within a tab strip. That would help me a lot if anyone could answer this question.
Best regards
‎2010 Feb 20 8:39 AM
Then you may need to look into this WIKI
http://wiki.sdn.sap.com/wiki/display/ABAP/DynamicTabstripin+ABAP
a®