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

about picture control

Former Member
0 Likes
689

hi

i need to insert pictur control for the some interface can you tel me how should i do it?

Regard

Thanushi

1 ACCEPTED SOLUTION
Read only

Nawanandana
Active Contributor
0 Likes
658

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

3 REPLIES 3
Read only

Nawanandana
Active Contributor
0 Likes
659

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

Read only

0 Likes
658

thnx nawa... it was mor help ful to me

regard

thanushi

Read only

Former Member
0 Likes
658

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.