How to display multiple images in a sequence.
You can display images in sequence where each click on the image willdisplay a different image. To demonstrate this functionality, please do the following:
Open the Easy Access script file and add the following code:
image([4,2], 'test&##.gif');
Name the images to be displayed in the appropriate sequence. Since the image name is test&##, any image whose name begins with test will be displayed in the sequence specified by the numbers appended to the image names. SO we wil naem our images as 'test1', 'test2', test3' and so forth.
Save your changes and refresh the SAP screen.
Click on each image in sequence. They will display in the order of their numbers.