2009 Mar 04 3:19 AM
hi
i need to insert pictur control for the some interface can you tel me how should i do it?
Regard
Thanushi
2009 Mar 04 3:26 AM
hi
Chek this sample program it wil be help ful to u
SAP_PICTURE_DEMO_DRAG_DROP
SAP_PICTURE_DEMO
SAP_PICTURE_DEMO_ICON
Regard
nawa
hi
i need to insert pictur control for the some interface can you tel me how should i do it?
Regard
Thanushi
2009 Mar 04 3:26 AM
hi
Chek this sample program it wil be help ful to u
SAP_PICTURE_DEMO_DRAG_DROP
SAP_PICTURE_DEMO
SAP_PICTURE_DEMO_ICON
Regard
nawa
2009 Mar 04 3:36 AM
2009 Mar 04 3:28 AM
Hi,
Define a Custom Container which is of type ref to cl_gui_custom_container.
take a reference variable for picture.of type ref to cl_gui_picture.
CREATE OBJECT container
EXPORTING container_name = 'CUSTOM_CONTAINER'
lifetime = lifetime.
CREATE OBJECT picture
EXPORTING parent = container
lifetime = lifetime.
Refer to the link
http://help.sap.com/saphelp_erp2004/helpdata/en/9b/d080c09fc111d2bd68080009b4534c/frameset.htm
REgards,
jaya.