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

Creating Dynpro at runtime

Former Member
0 Likes
597

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
548

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

3 REPLIES 3
Read only

Former Member
0 Likes
549

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

Read only

0 Likes
548

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

Read only

0 Likes
548

solved