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

Blinking image in abap

Former Member
0 Likes
864

hello Friends,

I want to display the bliking image in the workbench.

plese guide me.

vanu

hello Friends,

I want to display the bliking image in the workbench.

plese guide me.

vanu

7 REPLIES 7
Read only

Former Member
0 Likes
775

Hi,

Please be specific in your requirement.

Where you want to display the image, in your Z program?

Search for Picture Control, it may help you acheive your requirement.

Regards

Karthik D

Read only

0 Likes
775

hello Karthik,

i want to add Blinking image in my Z prg. i have already upload the bliking image through OAER tcode but

when i call in my Z prg its not bliking.

please solve my problm or give me any other idea.

vanu.

Read only

0 Likes
775

I've never seen anything in SAP blink. Perhaps it is just not possible.

Read only

0 Likes
775

May be you can try HTML Viewer.

Demo program : RSDEMO_HTML_VIEWER

I am sure you can display a blinking picture(GIF) from your desktop, but you need to investigate so as to display from OAER.

Regards

Karthik D

Read only

Former Member
0 Likes
775

HI Vandana,

There might not be any way to full fill your requirment, when you say blinking

that means dynamic which i havent heard.

Anyways go to DWDM txcode there you can fine lot of example on graphics

even i have checked but there is no provision for blinking actually.

CHeers!!

VEnk@

Read only

Former Member
0 Likes
775

Hello friemds,

Thanks a lot for your reply.

i have aleady upload the blinking image n its blink in the tcode OAER.

but when i add in my Z prg and Excute its not blink.

Demo Prg : RSDEMO_HTML_VIEWER Image are there but they not blink.

In the txn code DWDM there are many ways to display the image but no one is blinking image.

please give me some idea how can i do that ??

vanu

Read only

0 Likes
775

Copy that program RSDEMO_HTML_VIEWER and change the Image names (Eg: object_url = 'SAP_AG.GIF' )

with some gif animations of your own.