‎2009 Mar 21 5:49 AM
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
‎2009 Mar 21 5:55 AM
Hi,
You no need to have to declare controls for other components except table control & tabstrips.
‎2009 Mar 21 5:55 AM
Hi,
You no need to have to declare controls for other components except table control & tabstrips.
‎2009 Mar 21 5:58 AM
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.
‎2009 Mar 21 5:59 AM