cancel
Showing results for 
Search instead for 
Did you mean: 

Integration of Adobe Flex 3.0 with Webdynpro ABAP

Former Member
0 Kudos

Dear Experts,

This is the first time I am trying to work with Flex and trying to integrate with Webdynpro ABAP.

What I have done is made a 'Starter' project in Flex where I have just embedded an image , downloaded

1. WDIslandsLibrary30.swc

2. WDIslandsLibrary30-debug.swc

included them in the flex project and did Export Release Build.

What I want to do through this project is just to display the image and no data exchange is happening here between Flex and webdynpro.

Next I have made a webdynro project , included the Flash Island and imported the mime object.

When I activate my object and run the application I dont see the image , i can only see a blank window.

Please guide me where I am going wrong.

Regards,

Mamai.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Did you notice a progress bar which indicates the loading of SWF file when you launch web dynpro application?

Make sure you have specified the exact name(case sensitive) of the SWF file in your FlashIsland view.

Check in SICF if the service corresponding to you web dynpro application is active. If its not active, activate the service and test the application. It should work.

Hope this helps!

Best Regards,

Srilatha

Former Member
0 Kudos

Hi Srilatha,

Thanks for your response.

I have specified the exact name(case sensitive) of the SWF file in your FlashIsland view.

But I am not sure of "SICF" you are speaking of .What is it and where do ifind it and how do I activate the service ?

Please help.

Regards,

Mamai.

Former Member
0 Kudos

Hi mamai,

Every webdynpro application has a correponding service. That you can find in SICF transaction.

Goto Transaction SICF, search for the service giving the name of your web dynpro application in Service Name field.

It will show the service and then check if that service is active. If it is inactive, you will see the service as disabled. By right clicking, you will get option to activate. Then Activate and test your web dynpro application. IT should work.

By the way, is the SWF which you uploaded to MIME working when you launch by double clicking in your flex builder?

Hope this helps!

Best Regards,

Srilatha

Former Member
0 Kudos

Hi Srilatha,

When i checked in SICF , i can see the service to be activated, as I can only get option to deactivate the service.The 'activate service' button is disabled.

my flash object is working fine when i run it from flex builder.

When I run the webdynro , i dont get any option for the flash !!

I donno where I am going wrong.Please do help and guide.

Regards,

Mamai.

Former Member
0 Kudos

hi,

then one basic question...did u embed the flashisland view in the window??

If u did that also, try one thing

create one view and add a viewcontainer ui element in that view. Embed that view in your window. And in viewcontainer, embed the flashisland view. Then test the application.

Best Regards,

Srilatha

Former Member
0 Kudos

Hi Srilatha,

I did whatever u said, but it didnt come.

Only a blank window appears when i test the application , not even the progress bar comes for the flash !!

Really donno where am I going wrong.

Please help.

Regards,

Mamai.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Can you run any of the SAP delivered FlashIsland demos? What version of Flex Builder SDK are you building against? Rather than build your own first application, have you tried recreating one of the step by step demos available here on SCN?

Answers (2)

Answers (2)

0 Kudos

Hi Banarji

Ple try this.

In Flex Part

[Bindable]

[Embed(source=".jpg")]

<mx:Image x="" y=" " width=" " id="loader1" autoLoad="true" source=".JPG" height=" "/>

Webdynpro Part

Goto MIME - > add .swf file

I hope.It will work fine.

Regards

Laxmikanth Karunamoorthy

Former Member
0 Kudos

Hi,

I got the very same problem when I wanna test my WDA app via "SE80 -> Right Click on the WDA App. -> Test".

When I search my appliation within SICF and start the app. via "Right Click -> Test Service" everything works fine and I can see my flash island.

Any ideas why the "test" via SE80 is not working in case of flash islands?

Thanks in advance.

Cheers, Alex

Former Member
0 Kudos

Dear Experts,

Please help on the above.

Regards,

Mamai.

Former Member
0 Kudos

Hi,

Please go through this... might helps

Cheers,

Kris.