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

creating objects

Former Member
0 Likes
525

hi ...

how to create a objects to import and export the pictures ????

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
499

you already have a container.. all u have to create a object of call called cl_gui_picture_control....

after creating object of this class you can load picture method..

or if you have not taken a contraine the you can also use cl_gui_picture_container...

i assume you know the syntex to create object and call method (as you have already created for the container)

3 REPLIES 3
Read only

Former Member
0 Likes
499

Hi Pari,

Could you explain more on the problem.. What do you mean by export and import picture.....

Regards,

Prabhu Rajesh

Read only

0 Likes
499

hi Prabhu..

tnx for replaying..

in module pool ...in custom control ....i wants to upload a picture ...

pari

Read only

Former Member
0 Likes
500

you already have a container.. all u have to create a object of call called cl_gui_picture_control....

after creating object of this class you can load picture method..

or if you have not taken a contraine the you can also use cl_gui_picture_container...

i assume you know the syntex to create object and call method (as you have already created for the container)