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 Elements - Module pool

Former Member
0 Likes
1,169

Hi All,

I am doing a module pool program and wants to declare element list in screen 100.

Here I can add only one, how can I add more screen elements.

Thanks

Veni.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
840

Hello Veni,

U have to add the element like u do in VB. In the screen u can add the Pushbutton,Text bar, Table control, Tab strip. For everything u need to assign the Fcode.

Vasanth

5 REPLIES 5
Read only

amit_khare
Active Contributor
0 Likes
840

Hi,

When you initially create a screen there is only one element allowed that is for OK code, but as you start adding the fields on the screen in layout editor automatically rows for them will be added to Element List.

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
841

Hello Veni,

U have to add the element like u do in VB. In the screen u can add the Pushbutton,Text bar, Table control, Tab strip. For everything u need to assign the Fcode.

Vasanth

Read only

0 Likes
840

Hi,

I added OK_Code, now I wants to add CREATE, CHANGE, DISPLAY. How to insert anothor line to add, it is not comming automatically. All are deselected.

Thanks

Veni.

Read only

0 Likes
840

Click on the layout editor tab on the toolbar.

This will open the graphical screen editor for editing which is similar to VB.

Add these pushbuttons there on screen and then comeback after saving & activating it to element list.

You can find rows for them there.

Regards,

Amit

reward all helpful replies.

Read only

0 Likes
840

Thank you Amit. It solved my problem.

-Veni.