Downloading Sample Java webdynpro projects from SDN.

Hi All,
       I'm practising some java webdynpro examples from SDN. Now am doing Exercise on "Using Validating and Non-Validating Actions". This help document is in the url https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/edf6ea90-0201-0010-7696-a68662381c12
In this document, they have asked to download the webdynpro project named "WDActions.zip" ( Reference : Page 12 in the document ).
Where i can find this project in the sdn?
Can any one help me?
Thanks in advance

Hi,
try here:
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c87806865f26?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d#6 [original link is broken]
kind regards
Stefanie

Similar Messages

  • Cannot deploy webdynpro project from SP11 of developer studio

    Hi All,
    I have recently upgraded was java from SP09 to SP11 of netweaver 2004s. I have also upgraded developer studio to SP11. Now I cannot deploy webdynpro project from upgraded developer studio. SP09 developer studio can still deploy webdynpro projects.
    Please help.
    Thanks in advance .
    Raktim

    Hi,
       R u trying to deploy an old DC in the upgraded studio? Is the same happening for deploying any newly created local webdynpro project? Create a simple local project and check if same problem occurs.
    Regards,
    Vijai

  • How to access custom JAVA webdynpro application from an iPad?

    Hi,
    We are trying to access custom JAVA webdynpro application from an iPad, but nothing is opening up from the iPad browser.
    What can be the possible reasons for this? Any kind of SICF enablement or opening up of ports in the network?
    Any inputs are welcome!!
    TIA,
    Regards
    Deepthi

    Hi,
    it is possible to show Java Web Dynpro applications on a mobile device in general, but the controls and the ui should be optimized for the mobile device.
    Safari devices are not officially supported so far for Mobile Web Dynpro.
    Supported are Windows Mobile devices and Blackberry devices. I also got some good results with Symbian devices.
    You can find more inforamtion on Mobile Always Connected at:
    ht[http://help.sap.com/saphelp_nwce711core/helpdata/en/7d/28fa3e7cb1d861e10000000a114084/content.htm|http://help.sap.com/saphelp_nwce711core/helpdata/en/7d/28fa3e7cb1d861e10000000a114084/content.htm]
    Best Regards,
    Stefan

  • Cannot download abap webdynro  trial version from sdn

    I am unable to download the netweaver abap webdynpro trial version from SDN .I am using the link in Download section
    connection gets reset after some time. Can some one plz let me know how to download this
    Edited by: rahul v on Mar 19, 2008 6:25 PM

    Hi,
    Use this link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/80fd9a0a-e306-2a10-c896-b84c77c13ed2
    to download. I could able to download both the trial parts.
    Hope this helps u.
    Regards,
    Ramya

  • Sample Java WebDynPro calling Customer Details BAPI does not work

    Hi,
    I have created a sample application (referring SAP's tutorials for Java WebDynPro) which invokes the BAPI_BUPA_ADDRESS_GETDETAIL Bapi.( for reading Customer Address details)
    I've made only one view which takes in BusinessPartner as the input and a form for the output.
    Have created a model for this purpose and a custom controller.
    I've mapped the appropriate fields for both the contexts of View and the Custom Controller.
    The Application has been built and deployed on the server. The Jco connections have been configured and tested.
    However, Nothing happens when the user enters a business partner input and clicks on the related button to bring up the output.
    This WebDynPro has been designed the exact same way as the SAP provided tutorial at
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c87806865f26?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d#15 [original link is broken]
    Code has been implemented in the implementation tabs of the view and the custom controller the same way too.
    Any ideas?
    Thanks,
    Raman

    Implementation tab of Custom Controller
      public void wdDoInit()
        //@@begin wdDoInit()
        Bapi_Bupa_Address_Getdetail_Input input = new Bapi_Bupa_Address_Getdetail_Input();
        wdContext.nodeBapiCall().bind(input);
        input.setBusinesspartner(new String());
        //@@end
      public void executeBapi( )
        //@@begin executeBapi()
        try
             wdContext.currentBapiCallElement().modelObject().execute();
             wdContext.nodeOutput().invalidate();         
        catch (Exception ex)
             ex.printStackTrace();
        //@@end
    Custom Controller Binding With Model
    Context
      *BapiCall
        *Output
           *Bapiadtel $$$
             *Field A
             *Field B and so on
        *BusinessPartner $$$
    Fields marked with $$$ above are mapped to Bapi_Bupa_Address_GetDetail_Input's Bapiadtel and BusinessPartner.
    View Binding with Custom Controller
    Context
      *BapiStart
        *Output
           *Bapiadtel @@@
             *Field A
             *Field B and so on
        *BusinessPartner @@@
    Fields marked with @@@ above are mapped to BapiCall's(Custom Ctrllr) Bapiadtel and BusinessPartner.
    Thanks.

  • Hundreds of errors when loading Java WEBDynpro project .

    Hello all,
    Almost a year ago, we built some custom webdynpro iviews. Until now everything works fine, but the customer has requested some minor changes .
    So I connected to the dev server and loaded the track we had created for this project. The problem is that when we create a project from the DTR, in order to edit it, we get a load of errors, which were ofcourse not occurring when we compiled the project .
    For example, this is an error in my Custom Controller "ZHRCOS_P0002_CONTR"
    The code was automatically generated by the system when it was created, so if I try to change anything I get the message "This Code is Derived, do you really want to change it?"
    inside the code there is the function
    infoRecords = GCIContext.createModelNode("Records", true, CMICardinality.MANY, CMICardinality.ZERO_TO_ONE, true, ... etc .
    There I get the message
    "CMICardinality.MANY cannot be resolved"
    I would think that some necessary packages were not loaded during the "Create project" procedure, although I loaded all the dependencies .
    But, what I actually see, is that the class <CMICardinality> exists, only that instead of having the constant <MANY>, it has the constant <CARDINALITY_MANY> .
    This is something I cannot understand, because the Dynpros were compiled almost one year ago and they are still working fine. Why do I get those problems ?

    Thank you both, but I have already tried these approaches. I also tried with other projects and I have the same problem .
    Also I noticed that the visual editor seems to have a problem, but I do not know if it is connected to the above .
    "Unhandled event loop exception"
    I have changed my NWDS to 7.2, but I don't think that the studio version would have any impact on the building of the webdynpro.
    Edited by: Markos Daskalakis on Nov 2, 2010 3:51 PM

  • Not able to download SAP Widget Development Tools from SDN

    Hi,
    I am trying to download the SAP Widget Development Tools from SDN from the URL [http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/100ad59a-7b6b-2a10-8ab5-e6078fa8e5b8]
    But on navigating to this URL and click on the link Click here for download, I am getting a page with a 404 error.
    Can I get any alternate URL from which I can download the SAP Widget Development Tools ?
    Thanks and Regards,
    Saurabh.

    Hi Gali,
    Thanks for your reply. Kindly let me know if you have any heads up on this.
    Thanks and Regards,
    Saurabh.

  • Calling JAVA webdynpro applications from SAP Business workflow

    Experts,
    Is it possible to call JAVA webdynpro application as a task from SAP Business workflow? If yes, please pass on any links to relevant documents.
    Thanks,
    Deepak

    Hello,
    You would probably want to use UWL in the portal. From UWL you can launch tasks from portal, and with proper configuration (for example with the help of transaction SWFVISU) you can easily start web dynpro applications from UWL.
    I suggest you go trough the SAP documentation about UWL. Start for example here:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/39/a1bb5c4c0d4ab4a417e87ef35f1efa/frameset.htm
    Regards,
    Karri

  • How to call Java WebDynpro iViews from Portal (Portal Content Directory)

    Hello everybody,
    I am trying to call a Java WebDynpro iView, which was created within the Enterprise Portal and is stored in the portal content directory (pcd).
    I have created an HTML-iView in VC, where I have put in the pcd-link into the default-url field (pcd:portal_content/com.sap.pct/every_user/com.sap.pct.cprxrpm.ppmdc/com.sap.pct.cprxrpm.iviews/com.sap.pct.cprxrpm.iviews_cprojects/com.sap.pct.cprxrpm.cpr_projects). This iView is calling the cProjects WebDynpro Application. But after I run my model, the portal page is running and running, but nothing happens.
    I did the same with transactional iView, which was also created in the Portal before. I have also created an HTML-iView in VC, where I have put in the pcd-link into the default-url field (pcd:portal_content/IBU_content/SAP_for_Service_Provider/com.sap.pct.issp.ps.professional_services/com.sap.pct.issp.prs.iviews/com.sap.pct.issp.prs.display_sd). This is working fine!
    What I also tried is to call another VC-Model with an HTML-iView. Here I have put-in into the default-url field the pcd-location of my VC-model (pcd:portal_content/IBU_content/SAP_for_Service_Provider/com.sap.pct.issp.vcmodels/com.myComp.myProduct.1DM9.CreateEngagement/com.myComp.myProduct.iviews/com.myComp.myProduct.1G62.Cprojects_neu). This is also running fine!
    Now I do not understand the difference between this three objects. There are all iViews within the portal but the WebDynpro iView is not callable through a HTML-iView in VC.
    Could you help me in this case? Your help is very appreciated!
    Thank you in advance.
    Best regards,
    Aylin.

    Hi Marcel,
    when you mean the preview within the portal, yes, it is working fine.
    URL is not the way to solve my problem. I am working with IDES-Systems. This is our Demo System within SAP. I have to build my VC-Model in a Master IDES-System which will be transported than into the other IDES-Systems. The URL of the WD is not the same in the other systems. It is changing depending on the several Sysems. But the pcd-location is in all systems the same. Therefore I have to specify the pcd-location of the application.
    Is there a restriction with WD within VC?
    If we can do some kind of a netmeeting, I can show you my problem exactly.
    Thank you.
    Regards,
    Aylin.

  • XMII v12 Sample Project in SDN Downloads

    I downloaded and installed the xMII v12 Sample Project from SDN.   Hoping to use it to gain a better understanding of the workbench.
    I followed the instructions provided and was able to successfully import the project, and setup the required datasources.  However I began getting errors such as 'Template not found'.  After some digging I was able to figure out the problem.
    The project installs as 'Sample', with all files deployed under the 'Sample' root.  Unfortunately when the root is referenced within the htm, irpt etc... files it is spelled out as 'Samples' causing the template not found errors.
    Here's some html from OrdersSPC.htm, notice VALUE="Samples/SPC/Ord..."
    <APPLET NAME="SPCChart" CODEBASE="/XMII/Classes" CODE="iSPCChart" ARCHIVE="illum8.zip" WIDTH="760" HEIGHT="460" MAYSCRIPT>
    <PARAM NAME="QueryTemplate" VALUE="Samples/SPC/OrdersSPCQuery">
    <PARAM NAME="DisplayTemplate" VALUE="Samples/SPC/OrdersSPCChart">
    </APPLET>
    Although changing all the 'Samples' to 'Sample' did give me some time to better understand the workbench, it just made me wish for a global find and replace function. 
    Is there something I'm missing?  Would there have been a better way to fix this?
    So the intent of my post is to bring this to someones attention so it can be fixed, and provide a resolution to anyone having the same difficulty.
    Regards,
    Rod Hoffman

    From the URL
    [https://www.sdn.sap.com/irj/sdn/manufacturing-tools]
    Select xMII 12.0 Sample Projects and Tools,  under that I had difficulty with the sample project specfically.  I don't see an author, it just states "SAP Evaluation Software".
    Here is the full URL for the specific download.
    [v12 Sample Project|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/c0f4027d-b180-2a10-8daf-e0a78c7a9735 [original link is broken]]
    Rod

  • JCO Sample from SDN gives Import Errors

    Hi,
      I downloaded the code for JCO connection from SDN. It had really good documentation explaining the step by step. But when i imported the PAR file into eclipse it looks for lot of imports which i couldn't find. The imports are,
    import com.sap.security.api.IPrincipal;
    import java.util.Enumeration;
    import javax.naming.NamingException;
    import com.sapportals.portal.pcd.gl.IPcdContext;
    import com.sapportals.portal.pcd.gl.IPcdAttributes;
    import com.sapportals.portal.pcd.gl.IPcdAttribute;
    import com.sapportals.portal.prt.jndisupport.InitialContext;
    import com.sapportals.iviewserver.systemlandscape.service.ISystemLandscapeService;
    import com.sapportals.iviewserver.systemlandscape.service.IDesigntimeSystemLandscapeService;
    import com.sap.portal.pcm.system.ISystems;
    import com.sap.portal.pcm.system.ISystem;
    import com.sapportals.connector.execution.structures.IStructureFactory;
    Can some Expert help me out in finding this imports?
    Thank you
    arun

    Thanks Will,
      But the thread you gave me as link is concerned with Javax and HTMLB and a different project. I downloaded a different PAR file from SDN for jca.SampleComponent.par.
      It has the following imports in its java file,
    import com.sap.security.api.IPrincipal;
    import java.util.Enumeration;
    import javax.naming.NamingException;
    import com.sapportals.portal.pcd.gl.IPcdContext;
    import com.sapportals.portal.pcd.gl.IPcdAttributes;
    import com.sapportals.portal.pcd.gl.IPcdAttribute;
    import com.sapportals.portal.prt.jndisupport.InitialContext;
    import com.sapportals.iviewserver.systemlandscape.service.ISystemLandscapeService;
    import com.sapportals.iviewserver.systemlandscape.service.IDesigntimeSystemLandscapeService;
    import com.sap.portal.pcm.system.ISystems;
    import com.sap.portal.pcm.system.ISystem;
    import com.sapportals.connector.execution.structures.IStructureFactory;
    I tried to import this JARs,
    .../additional-lib/connector.jar
    .../additional-lib/com/sapportals/connectorframework/framework/GenericConnector.jar
    .../additional-lib/com/sapportals/connectorframework/framework/ConnectorHelper.jar
    .../additional-lib/jta.jar
    .../portalapps/com.sap.portal.ivs.connectorservice/lib/com.sap.portal.ivs.connectorserviceapi.jar
    But it didn't solve the problem.It looks for more JAR files.
    My email is [email protected]
    Thank you
    arun

  • Launch Java WebDynpro from R/3 with SSO

    Have a situation where I need to launch a Java WebDynpro application from directly from R/3 via the URL. I know this can be done via cl_gui_frontend_services=>execute, however, I do not know the implications in an SSO environment. If the R/3 system issues a logon ticket, does this automatically get passed to the WebDynpro application, or is this more involved?
    Thanks.

    Hi Todd,
    I believe the whole perpose of SSO is to free the user from remembering mutliple userids and passwords.
    Once logged in, I guess you should be able to access URLs cause the system authenticates you in the underlying R/3 system.
    There is some additional config to be done, you can check the following link, I think its what you are looking for.
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/02/4b528f2a8d11d5991f00508b6b8b11/frameset.htm
    Regards,
    Siddhesh

  • How to call Java Webdynpro from UWL

    Hi All,
    How to Call the Java Webdynpro Application from UWL by task?
    I Know about the TX - SWFVISU, briefly explained about the parameters to be maintanied for approval task from workflow.
    What all the necessary parameters (settings) to be maintained while Developing Java WD Application?
    Thanks in advacne
    Ganesh

    Hi Ganesh,
    See if the following threads help:
    /thread/623279 [original link is broken]
    Webdynpro to UWL
    Bye
    Ankur
    xxxxxx (please read forum rules)
    Edited by: Armin Reichert on Jan 17, 2008 10:19 AM

  • Can't add a webdynpro project to DTR...

    Hi at all,
    I've posted this already to WebDynpro but I don't know how to move it because it is maybe better to post it here.
    I have created a local webDynpro application and as I got access to my DTR I added it to it. Everything was looking fine until I said that I want to remove the application from my client and created the project again.
    On creating the WebDynpro project, the NWDS give me some error messages that some files are readonly!
    (Web Dynpro Generation: Existing output file .../roadmap/RoadmapComponent.java is read-only!)
    After that I removed the readonly flag in the windows explorer and rebuilded the project. But on the next checkin and sync from the DTR I got the same message.
    I deleted the webdynpro project from the DTR and made sure that all files of my local copy were writable.
    But still, if I create the project on the DTR, there are some files that are readonly if I sync them from there...
    Does anyone know what the DTR is doing there, why it's automatically setting some files to readonly and how to solve that problem???
    I read a lot in SDN how to add a project in the DTR, but all that doesn't solve my problem. I have no idea what I can do else.
    I'm appreciated for answers.
    Regards,
    Dennis

    Hi Roy,
    usually you need all your source folders, whatever they are named. For a Par I would assume src.api, src.core and dist. for a regular Java project src (or src/packages).
    If you are working with development component you must include the .dcdef file and the def folder. If the cfg contains files you should also add that.
    As negative list: you should not include the bin folder (where NWDS/Eclipse puts generated classes), nor any folder starting with gen (e.g. gen_wdp for WebDynpro projects should not be checked in. The gen folder itself should never be checked in either, it contains the build results from a local DC build).
    Marc

  • How to create Table Popins inside a table using Java Webdynpro

    Hi All,
    I am working on a Java Webdynpro project and one of our requirements is to create Table popins inside the Table. I need to popin data beneath the row based on a value selected from the DropDown Box which is one of the  column in the Table.
    Also, I need to display vertical scrollbar instead of  Table Footer to scroll thru the table rows. Any ideas.........
    I would appreciate if you can let me know how can I do this. I am working on the 7.0 version of Java Webdynpro.
    Thanks for your time and consideration!
    Regards,
    Madhavi

    Hi,
    Please refer the following link:
    Re: Table popins
    step by step procudure to create table popin on lead select.
    thanks & regards,
    Manoj
    Edited by: Manoj Kumar on Apr 1, 2008 10:17 AM

Maybe you are looking for

  • Skype & Lync - change of access edge fqdn

    Hi! We had to change our access edge FQDN and now our Skype&Lync connectivity is not working (Lync can send messages you can read in skype but you cant answer - and there is no correct presence shown) I tried to change the FQDN via the provision proc

  • Recovery upto Certain time for Database

    Hi, For database ERSP(10.2.0.4) we usually have a hot backup everyday. It finishes off everyday @23:00. An archivelog backup everyday , every 2 hrs. For 29th June: hot backup was successful @ 23:00. This is the latest hot backup of ERSP database avai

  • Can not turn on sound as there is continuous music playing

     HP Pavillon g7 notebook pc.   somehow when listening to a video the music that was playing got stuck on. It play all the time so I am unable to listen to anything. It must have attached itself to something. Any suggestions how to fix this

  • File permissions ias902, text_io, unix again

    Is there any good reason why the permissions for a file written by text_io gets the permission "rw r" and not "rw r r" when the umask is set to 022 for the oracle user. It seem that the umask is not used at all when using text_io. How can we get the

  • BOM and production order

    CAn somebody give me the steps for creating BOM alongwith routing  in SAP and also the steps involved in creating a Production order // Please give me all the t Codes //Iam basically a finance and costing consultant Iam trying to create a test scenar