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

Set dynpro frame title dynamic

Former Member
0 Likes
1,603

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

1 ACCEPTED SOLUTION
Read only

former_member283648
Participant
0 Likes
944

simply you define a textfield with input disabled property. Then you populate text dynamically in PBO....

3 REPLIES 3
Read only

former_member283648
Participant
0 Likes
945

simply you define a textfield with input disabled property. Then you populate text dynamically in PBO....

Read only

0 Likes
944

But a "simple textfield" (input enabled or not) is'nt a frame-title and i have to set the title of a frame dynamic.

Read only

0 Likes
944

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