‎2007 Aug 13 8:28 AM
Hi All ,
I have a project specific requirement to load images from application server. We are going to have a folder on application server which will contain say 10 images. The requirement is that user will enter the directory path on the Screen and based on that we need to fetch all the images stored inside that dir amd show them to the user either as hyperlink or the small icons and whenever user clicks on the same he should be able to see the enlarged image. SO can any one help me meeting this requirement ...
Thanx!!!
‎2007 Aug 13 9:48 AM
Hi,
No need of application server.
Use transaction SMW0 to upload images. Assign them name.
use CL_GUI_PICTURE class to display the image.
Do a search on the above class name & you will find sample program in SDN.
Best regards,
Prashant
‎2007 Aug 13 10:24 AM
Hi,
Thanx for your reply..
But my problem is that we have images stored in Application server from the FTP server at runtime. So need to fetch them from the application server only.
We also tried the SWM0 tran but its not helping us in this scenario.