‎2008 Jul 11 3:02 PM
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.
‎2008 Jul 11 3:25 PM
By attaching dynamic documents with ur custom container u can do this. For details pl. check the package SDYNAMICDOCUMENTS.
Regards,
Joy.
‎2008 Jul 11 3:25 PM
By attaching dynamic documents with ur custom container u can do this. For details pl. check the package SDYNAMICDOCUMENTS.
Regards,
Joy.
‎2008 Jul 17 3:08 PM
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!