WebDynPro ABAP in adobe flex client

Hi,
I have some WebDynPro ABAP applications.
I want to run them in adobe flex client as rendering medium.
Is it possible.
Best Regards
Sid

>
Robert Gaertner wrote:
> Good to know. That kinda sounds as if the webdynpro app itself will not have to be modified at all. Does this apply to CE webdynpro only or will be NW7.0 webdynpro apps supported the same way? How's the xBCML code generated? Will the CE be an requirement?
That is correct - the apps do not have to be modified in any way.  Web Dynpro was designed years ago with this kind of future in mind.  The application rendering is separated in layers. One of those layers is the UI rendering itself.  It was strickly designed so that we could "plug-in" new rendering engines over time. 
So what technically happens is nice bit of OO magic.  There are multiple implementations of each UI elment rendering class, but they all have the same interface.  That way the rendering engine can determine what kind of client it is building the UI for at runtime and substitute a different rendering engine by calling the correct subclass.  The first rendering engine that SAP supplied for Web Dynpro is what is called the Unified Renderer.  This is what produces the HTML and JavaScript UI that we run today in the browser.  In NW 7.0 EnhP1 ABAP and NW 7.1 CE EnhP1 we have actually rewritten this Unified Renderer completely - improving performance and adding in more AJAX functionality.  So this same plug-in rendering technology can be used to seemlessly overhaul the HTML renderer as well. 
With this plug-in rendering technology we were able to build an XML based renderer.  This XML formatted output is what we call xBCML (Extensible Business Client Markup Language).  Actually if you compare the two rendering engines it is much easier to build an XML description of the UI then it is to build HTML/JavaScript. This nice, neutral XML description of the UI elements and their properties can then be sent to the client machine over HTTP/HTTPS and interpreted by different technologies.  We use this same XML format within a Flex, Silverlight, and .Net Client Renderer.  This is how SAP has built the Flex Client, Flash Islands, Silverlight Islands, and the NetWeaver Business Client Smart Client Renderer.
On the ABAP side of the house for Web Dynpro we are bringing all of this new rendering technology to the 7.0 release via Enhancement Packages.  The dependency of the Business Suite to run on top of NetWeaver 7.0 is a pretty much a driving factor to make sure that new Web Dynpro technology for ABAP must make it into the 7.0 code line to be effective.
The Java side is less clear.  We have really focused future enhancements to Java Web Dynpro within the 7.1 CE codeline.  Our current plans are to deliver this functionality to WD Java via CE  (some of it is already there in CE 7.1 and some will come later with CE 7.1 EnhP1). I would be a little suprised to see a backport effort to 7.0 Java given the focus on CE.  I realize that this leaves ESS/MSS in a strange location - so if there was customer demand around that application it might be the only thing to lead to a selective backport - but I certainly can't confirm that this will happen.

Similar Messages

  • How to save the data to sap abap using Adobe Flex

    Hi Everybody......
    I am new to Adobe flex with sap abap.
          How to save the data in sap abap using Adobe Flex coding is Action Script and using RFC web service.
    Please give me any suggisions on that.
    Thank you
    Venkatesh V

    Hi Venkatesh,
    Try with folowing coding...
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"
         initialize="initApp()">
         <mx:Label x="10" y="23" text="Airline" width="90" id="lblAirline"/>
         <mx:TextInput x="108" y="21" id="txtAirline"/>
         <mx:Button x="10" y="49" label="Get Data" id="btnGetData" enabled="false" click="getData()"/>
         <mx:DataGrid x="10" y="97" id="dgFlightData" dataProvider="">
         </mx:DataGrid>
           <mx:Script>
              <![CDATA[
                   import mx.collections.ArrayCollection;
                   import mx.rpc.AbstractOperation;
                   import mx.rpc.events.FaultEvent;
                   import mx.rpc.soap.LoadEvent;
                   import mx.rpc.events.ResultEvent;
                   import mx.rpc.soap.WebService;
                   [Bindable] public var flightData:ArrayCollection;
        private var flightWS:WebService;
         private function initApp():void{
              flightWS = new WebService();
              flightWS.wsdl = "http://uscib20.wdf.sap.corp:50021/sap/bc/soap/wsdl11?services=ZGTEST&sap-client=000";
            flightWS.addEventListener(FaultEvent.FAULT,onWSError);
              flightWS.addEventListener(LoadEvent.LOAD,onWSDLLoaded);
             flightWS.addEventListener(ResultEvent.RESULT,onFlightWSGotResult);
              flightWS.loadWSDL();
    private function getData():void{
              var operation:AbstractOperation = flightWS.getOperation("ZGTEST");
              var input:Object = new Object();
              input.Airline = txtAirline.text.toUpperCase();
              operation.arguments = input;
              operation.send();
         private function onWSError  (event:FaultEvent):void{
         private function onWSDLLoaded(event:LoadEvent):void{
              btnGetData.enabled = true;
         private function onFlightWSGotResult(event:ResultEvent):void{
              flightData = event.result.SFLIGHT;
              ]]>
         </mx:Script>
    </mx:Application>
    Regards,
    Vinoth

  • Webdynpro for ABAP and Adobe Flex

    Hi,
    Can any one please tell me, if there is any possibility of creating a WebDynpro ABAP application integrated with Adobe Flex? If it is possible then how is this possible and where can I get more information on the same.
    Thanks and Regards
    Nitesh

    Hi Nitesh,
    It is possible to develop applications in the SAP environment using Adobe Flex. For more information, you can cisit the following link: <a href="http://www.sappressbooks.com/product.cfm?account=&product=H1951">Using Adobe Flex to create SAP applications</a>
    Hope this helps.
    Regards,
    Ram

  • Iview from webDynpro ABAP with Adobe interactive form

    Hi gurus.
    Can I make an iview from a webDynpro ABAP that generates an Adobe Interactive Form, and generate this form from the portal as well?
    thanks in advanced,
    Dieuba

    Chintan thanks for your reply.
    Using Adobe Cycler Designer you can design an interactive Form (fields to be filled by the client, buttons, etc.) and you can integrate this with webDynpros ABAP and JAVA. I want to make an iview that connects with this webDynpro and also generates this form to be filled by the user, so it can send the data back to the sap system.

  • ADS Error while calling WebDynpro Abap with Adobe Form

    Hi Experts,
    I have created an Adobe Form and its interface in Transaction SFP. In a WebDynpro Abap Component I created an UI-element "Interactive Form" with the context of my form. So the WebDynpro Context was created automatically. Then I tried to call the WebDynpro Application in  the Internet Explorer but got the error message:
    german(original):
    WebDynpro Exception: Der Aufruf des ADS schlug fehl. Informationen zur Ursache finden Sie im error.pdf auf dem Applikationsserver.
    english:
    WebDynpro Exception: The call of ADS failed. You find information in error.pdf on Application server.
    How can I call error.pdf and what can that be? One WebDynpro Component with the form runs without any problems, the other one doesn't do this. I have no idea if it is a problem with context or server or something else.
    I hope you can help.
    Thanks al lot.
    Best regards,
    Ingmar

    Hi,
    Check the note in this site...
    https://websmp204.sap-ag.de/notes
    Regards,
    <i><b>Raja Sekhar</b></i>

  • Search Help from SAP values using WebDynpro ABAP in ADOBE Interactive Form

    Hi,
    How to populate search help on ADOBE interactive online form which is residing on a WebDynpro ABAP application?
    Thanks & Regards,
    Sandip amar

    HI,
    Adobe from is integraated with R/3 just like smartform.
    So if u use any DDIC tabel field which have inbuilt search help then it will automatically intergrated with Adobe form.
    If not then u have to make at ztable via foreign key or via FM at program level.
    Regards
    ricky

  • Webdynpro ABAP integration with Flex

    Dear All ,
    We are trying to integrate the Flex with ABAP WebDynpro. On the front end there are a set of check-boxes and whenever the user selects one or more check box , we need to make a note of this selection and save this to the database. Data in FlexBuilder is getting stored as ArrayCollection with two columns label and selected.
    We need to integrate the same into SAP using WebDynpro ABAP. We have created a datasource to read the values. Even after giving the identical names in webDynpro the data is not getting populated.
    If any of you has worked on a similar requirement earlier, please revert back .
    Regards,
    Amit Saini

    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

  • SAP Workflow, Webdynpros Abap and NW Business Client

    Hi All,
    Are there good explanations or examples about using Webdynpros Abap in Business Workflow in combination with Netweaver Business client? There is one for using WD4A with UWL, but i'm not sure if this is the same...
    Kind Regards Thomas
    Edited by: tw18399 on Jun 22, 2010 2:29 PM

    Hello !
            Please refer to Practical workflow for SAP - second edition or refer
            http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70648e99-4cc1-2c10-879d-9c61003c69d6?quicklink=elearn&overridelayout=true
    Regards,
    S.Suresh

  • Passing value from Webdynpro ABAP to Adobe form..

    Hi experts,
            In first view of web dynpro, im getting employee id as input and after clicking the create new button, an adobe form is called
    to create the employee details ( in form i used the submit button and i stored the details ). so, in tat form i used the employee id as read only mode and it has to display the value which i given as input. But in tat form im not getting the value from web dynpro..
    can anyone plz help me out for this..
    Thanks in advance..

    Hi,
    Try to set your values in Method->"wddomodify" of the View in which Adobe Form is present. If you want to pass values from one view to another then check this link [Passing Local Parameters between views in an ABAP Web Dynpro Application|http://wiki.sdn.sap.com/wiki/display/stage/PassingLocalParametersbetweenviewsinanABAPWebDynproApplication] or use Context declared in Component Controller.
    Regards
    Pradeep Goli

  • Career in webdynpro with adobe flex

    Hi,
    I have 3+ years of Exp in SAP ABAP.Now i want to go for some advance things in SAP.I have worked on webdynpro and adobe forms.How is webdynpro with Adobeflex career and how is it from market perspective.
    Also there is webdynpro with visual composer.how is the growth in that side.Can I start learning the adobe flex or visual composer or is there something else like CRM,XI,BI that  I should go for.
    Kindly suggest.
    Regards
    Lalit

    hi lalit,
    check the below links to know more on [webdypro abap + felx|http://forums.adobe.com/message/1081492] and [thread|WebDynPro ABAP in adobe flex client; in sdn, [Integration of Flex to sap|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e0765c3d-2f49-2d10-3db3-ad81bca0cd63].
    and about [visual composer.|What is the scope of the Visual Composer;. and the carer in Bi is also good you can check a lot of  threads on Moving to BI,XI,CRM in this forum.
    Regards
    Mahesh

  • Can ABAP web dynpro floor plan manager integrate with adobe flex ?

    Hi All,
    Is it possible to integrate Web dynpro ABAP with adobe flex ?
    Can we integrate the standard ABAP web dynpro floor plan manager screen with adobe flex ?
    Brief about my requirement: I have refer few articals about  ABAP web dynpro is easyely integrate with adobe flex. My client is currently implementing SRM 7.0 for procure to pay process. For your information, standard SRM 7.0 are developed in ABAP Web dynpro floorplan manager. In my client,other processess such as order to cash, resource management etc screen are designed in Web dynpro Java(deployed in SAP EP) to make it more user friendly and good in resolution. My client is very much happy with SRM  7.0 business logic, however not happy with the standard SRM screen. They have asked to redesign SRM screen to make it more user friendly and good in resolution. 
    Thanks in advance. 
    Regards,
    Jennyfer

    It is possible to insert Adobe Flash islands in Web dynpro. You could take a look at the following link for more information on how to implement this:
    Adobe Flash Islands in Web Dynpro ABAP

  • How to Download a PDF file from Webdynpro ABAP Screen

    Hi,
    I have developed a input form in webdynpro - ABAP(Not Adobe),
    As I am not using above services here, but would like to download the information I am capturing into a PDF file.
    can I do it without using adobe interactive forms ?
    thanks
    Siddharth

    Hi siddharth,
    My suggestion would be to create your output as a Smartform and call your Smartform in your View.
    For more Click this link.
    [HOW TO DISPLAY A SMARTFORM AS PDF DOCUMENT IN WEB DYNPRO FOR ABAP|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0de1eb8-0b98-2910-7996-8a3c2fcf6785]
    Regards
    Bulent

  • Integration of Adobe Flex 3.0 with Webdynpro ABAP

    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.

    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

  • Adobe flex integration into abap webdynpro

    hi experts,
    i am new adobe flex development. i am following a tutorial preapred by thomas jung Adobe Flash Islands for Web Dynpro ABAP u2013 Tutorial #1, he used flex 3 to develop the flex application. i am using flex 4 downloaded from adobe. i followed all the steps. what i have observed is when i type import statement the color othe "import" word is not changing to blue ( it does change for other tags). somehow it is not recognising "import" "CDATA"  [BINDABLE] statements. i have added the wsislandlibrary30.swc to the librarypath of the project. i am suspecting whether the version mismatch is causing the issue. please advise
    thanks
    sankar

    Adobe Flex isn't an SAP product therefore I can't really trouble shot problems you are having with their IDE in general. I can tell you that SAP doesn't support Flash Builder 4 for Flash Islands.  We only support Flex SDK 2.x and 3.0-3.3.  You can use Flash Builder 4 but in your project settings you must force build with one of these older SDK versions.

  • SAP NetWeaver 7.01 - ABAP Trial Version - Adobe Flex Islands are missing

    Hello,
    After installing SAP NetWeaver 7.01 - ABAP Trial Version, Enhancement Package 1, I discovered that the Adobe Flex Islands UI element is missing.
    - How/when can I play around with it and integrate Flex applications with my WebDynpro 4 ABAP applications?
    - Is Adobe Flex Islands for WebDynpro 4 ABAP demonstrated at the teched in Berlin? Which session should I attend?
    Any information on the subject would be nice.
    best regards,
    Roelof Jan Bouwknegt

    >
    Roelof Jan Bouwknegt wrote:
    > Hi Thomas,
    >
    > It's working now. Very promising technology. Is it true that I can build now a full featured high perfomant Flex application with a powerful consistent WD4A backend framework? That's too good. Thx for your quick help.
    >
    > best regards,
    > Roelof Jan
    That is true.  Keep in mind however that the Flash Island isn't meant to take up your entire UI.  It is intended to supplement the existing Web Dynpro UI elements.  There are things that WD does better than Flex - Value Help, Translation, Personalization, Accessibility.  Of course there are advantages to using Flex as well - especially for very visual or highly interactive UI element constructs.  Hopefully the combination of Flex and WD gives you the best of both worlds when used in a powerful combination.

Maybe you are looking for

  • Digital Camera Raw update 4.02

    is out in software update. I don;t see it on the Apple site yet however. This from software update

  • Send several pdf attachments has one file

    I sent out an email today with 25 pdf files attached. The person who received it said she had to open each file to see it instead of the whole file being sent has one file. How do you do this?

  • Applying a style the nth line of any paragraph using GREP

    Hi, I'm attempting to apply a character style to the third line of a paragraph that is broken with forced line breaks. By doing a GREP search I can find the first two lines by using the following string: .*\n.*\n So, I reasoned that by I'd be able to

  • Why am I seeing a black frame with a big "X" through it

    I am sure I have not had this problem before. But today when I tried to import a video file into AE (CS5 Windows), and added it to a new composition, the result in the composition was this big black frame with an "X" in it -- and it is also not the a

  • How to download and import a new certificate programmatically?

    Hi everyone, I have implemented an SSL connection to a httpps URL using the example in Qusay H. Mahmoud's excellent article at http://java.sun.com/developer/technicalArticles/Security/secureinternet2/index.html For simpler testing I used a HostNameVe