‎2007 Jul 02 8:33 AM
Hi all,
I'm creating a dynpro dynamically at runtime using STEP-LOOP and structure SVALD.
Everything goes perfect but I have a doubt: can I convert to checkbox at runtime a field created authomatically? and to radiobutton? how do I tell to the program those properties dynamically?
Thanks in advance.
Regards.
Urtzi.
‎2007 Jul 02 8:36 AM
HI,
You need to execute this code in PBO module not in PAI module. So save your ok_code and then check for that in the PBO module and execute this code
Regards
‎2007 Jul 02 8:36 AM
HI,
You need to execute this code in PBO module not in PAI module. So save your ok_code and then check for that in the PBO module and execute this code
Regards
‎2007 Jul 02 8:39 AM
Hi skk,
I've the code in PBO.
My problem is that I don't know how to say to the program that one field be a checkbox or radiobutton...not in the screen painter but programming...
thanks.
urtzi
‎2007 Sep 10 9:37 AM