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 label texts on dynpro

Former Member
0 Likes
4,347

Hello,

I created a dynpro with screen painter and want to determine the label texts dynamically from a Z dict table.

I hoped that I could change the text of the labels with loop at screen, but there it isn't possible to do that.

Could you help me here?

Best regards

Tim

1 ACCEPTED SOLUTION
Read only

bbalci
Contributor
1,948

Hello Tim Eisenmann

Use an input field instead of the label

but set "output only" tick on screen painter.

It has the same appearance as label.

I mean double click on the component on the screen painter,

go to "Program" tab at the right screen and tick "Output Only"

Now you can set whatever you want as an input field.

I hope it helps.

Edited by: Bulent Balci on Aug 9, 2010 4:23 PM

Hello Tim Eisenmann

Use an input field instead of the label

but set "output only" tick on screen painter.

It has the same appearance as label.

I mean double click on the component on the screen painter,

go to "Program" tab at the right screen and tick "Output Only"

Now you can set whatever you want as an input field.

I hope it helps.

Edited by: Bulent Balci on Aug 9, 2010 4:23 PM

2 REPLIES 2
Read only

bbalci
Contributor
1,949

Hello Tim Eisenmann

Use an input field instead of the label

but set "output only" tick on screen painter.

It has the same appearance as label.

I mean double click on the component on the screen painter,

go to "Program" tab at the right screen and tick "Output Only"

Now you can set whatever you want as an input field.

I hope it helps.

Edited by: Bulent Balci on Aug 9, 2010 4:23 PM

Read only

Former Member
0 Likes
1,948

Thanks!

That is the solution