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

Test Symbol within Screen Painter

Former Member
0 Likes
932

Hi,Expert,

we all know we could use screen painter(se51) to draw a screen ,is it

possible to set the text of a label with text symbol (like text-100),not

hard code within the se51?

Thanks a lot

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
836

Hi,

OR...If that is not working..

Try this..

CREATE A I/O field....Then make it output only...in the attributes..

Then pass the I/O field in the PBO.

Thanks

Naren

Hi,Expert,

we all know we could use screen painter(se51) to draw a screen ,is it

possible to set the text of a label with text symbol (like text-100),not

hard code within the se51?

Thanks a lot

4 REPLIES 4
Read only

Former Member
0 Likes
836

Hi,

Try this..

Create a label (V_Text) in SE51..Then in PBO populate the variable V_TEXT..

And declare V_TEXT in the top include of the screen painter..

Thanks

Naren

Read only

0 Likes
836

Hi,Naren,

Thanks your reply.But I don't quite understand your suggestion.

I've draw a element as label named 'V_TEST' ,and I set the value of

V_TEST In 'PBO' eg, V_TEXT = 'TEST_LABEL' , but outcome is not we

want ,It shows like this '#########' , not 'TEST_LABEL', So do I miss

you point?

Thanks very much

Read only

Former Member
0 Likes
837

Hi,

OR...If that is not working..

Try this..

CREATE A I/O field....Then make it output only...in the attributes..

Then pass the I/O field in the PBO.

Thanks

Naren

Read only

0 Likes
836

Hi,Naren

Thanks all the same,I just want label for the following text (I/O field),not two

(I/O field),hehe.