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

how to use custom control.

Former Member
0 Likes
731

hi all,

how to use custom controls in screen painter.

can i add image to my screen using custom control.

is there any other way to display image on screen.

give me some notes about custom control.

and sample programs to display image and also the use of custom control.

regards,

bhaskar.

hi all,

how to use custom controls in screen painter.

can i add image to my screen using custom control.

is there any other way to display image on screen.

give me some notes about custom control.

and sample programs to display image and also the use of custom control.

regards,

bhaskar.

3 REPLIES 3
Read only

Former Member
0 Likes
587

Custom control is to display data using controls like grid / tree

For example see these blogs

/people/ravikumar.allampallam/blog/2005/06/01/alv-reporting-using-controls--part-i

/people/ravikumar.allampallam/blog/2005/06/01/alv-reporting-using-controls-control-layouts--part-ii

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

Former Member
0 Likes
587

hi Vinod,

check the below link may be useful for you

http://help.sap.com/saphelp_nw2004s/helpdata/en/2a/755b94ca5911d299af5c9604c10e27/content.htm

mark the helpful answer

Regards,

Naveen

Read only

Former Member
0 Likes
587

hi vinod,

u can use the class <b>cl_gui_picture</b> to work around with pictures on the screen

just define a custom control on the screen

create an object of custom container.

create another object of cl_gui_picture giving container name as the parent name...

u can check out the class using the transn se24....

pls post if additional info is required...

Regards,

Vs