‎2008 Apr 08 10:19 AM
Hi there,
if I build a select-screen i can use
SELECTION-SCREEN BEGIN OF BLOCK ... WITH FRAME ... TITLE ...
So it is possible to set the frame title dynamic (using INITIALIZATION).
But how can solve this if i have a "real" abap-dynpro ?
Thanks.
Thomas
‎2008 Apr 08 11:11 AM
simply you define a textfield with input disabled property. Then you populate text dynamically in PBO....
‎2008 Apr 08 11:11 AM
simply you define a textfield with input disabled property. Then you populate text dynamically in PBO....
‎2008 Apr 08 11:56 AM
But a "simple textfield" (input enabled or not) is'nt a frame-title and i have to set the title of a frame dynamic.
‎2008 Apr 08 12:22 PM
Damn SAP
You are right. If you set the program attribute "Output field" you will get a warning:
Setting attribute output field leads to conversion to Box (Output Field). Continue converting program?
If you continue you can set at pbo the title-text...
Thanks a lot...
Thomas