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

Screen Painter / Custom Control

Former Member
0 Likes
645

Greetings,

If I create a custom control in screen painter for my module pool program can I insert text into it from my PAI/PBO ABAP?

Ideally I just want to pass a static text message to the control however I want to make it larger then standard text / font sizes available using standard text field in screen painter. I'd like to use a bold 20 pt font if possible.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
514

By attaching dynamic documents with ur custom container u can do this. For details pl. check the package SDYNAMICDOCUMENTS.

Regards,

Joy.

2 REPLIES 2
Read only

Former Member
0 Likes
515

By attaching dynamic documents with ur custom container u can do this. For details pl. check the package SDYNAMICDOCUMENTS.

Regards,

Joy.

Read only

0 Likes
514

Using the header area of a dynamic document on my screen served this purpose as I was able to control text and size. Many thanks!