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

Module Pool Controls

Former Member
0 Likes
434

Hi,

Now I am working in Module Pool program,

How we can decleare components like textfield, Input/Output field, Dropdown list box, Check Boxes, Radio button,Push button, Box, Subscreen, Tabstrip control, Status icon etc

just like

Declearing Table control like

controls: tc100 type tableview using screen 100.

Regards

Nausal

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
412

Hi,

You no need to have to declare controls for other components except table control & tabstrips.

3 REPLIES 3
Read only

Former Member
0 Likes
413

Hi,

You no need to have to declare controls for other components except table control & tabstrips.

Read only

Former Member
0 Likes
412

Hi,

For ex: if you are using Input/output field, then you have to give some name in the properties in the Layout of the screen. say, you have given p_name1 or directly t001w-name1.

Then in the program you have to declare p_name1 type t001w-name1 and for t001w-name1 no need of declaring in the program you can use directly.

Thanks!

Brunda.

Read only

Former Member
0 Likes
412

Thanks for every one