2006 Nov 28 5:54 AM
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.
2006 Nov 28 6:10 AM
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
2006 Nov 28 6:11 AM
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
2006 Nov 28 6:32 AM
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