WebDynpro and VC  doubts

Hi All,
I have got some requirement.please look into this
The requirement is in this way:
We have a transaction in R/3 called as CN22(Network Change).In this transaction user is having different activity tabs and under each activity user is supposed to fill some limited fields and submit so that it can update corresponding Backend tables.
The problem is user has to navigate to so many tabs in R/3 to fill these limited fields .This requirement we want to capture in Portals such that all needed fields and menu items can be loaded on a single portal page so that user can have a good interface and at a maximum he needs to scroll down to input these fields.
Whenever user updates these fields on portal page it should update SAP database in the same way it use to update through R/3.
My understanding in this case is it can be achieved by developing an application in web-dynpro and integrating this into the portal.  Is there any other alternative method to do this?
Can Visual composer in portals be used in this scenario to give flexible UI interface?
Thanks in Advance

Hi Rani,
> From your last reply i can make out that Visual
> Composer has to be <b>compulsarily</b> used to
> Connect to R/3 from portal.
An big advantage of VC is that you can connect every system.
> Other thing is with VC I can have 2 options
> 1. WD(web Dynpro), if i use WD i have to develop this
> application in java and connect this to R/3 using
> required BAPI.Am i rite?
You don't need any knowledge of programming languages for VC, but if you haven't BAPIs, RFCs or something else you need for your requirements then you have to programm them.
You can write an RFC in ABAP or an webservie in Java.
When you have the BAPI then you must not develop an ABAP RFC. Instead you have to drag & drop your application in VC.
> 2.If I Use Flash with VC,do I still need RFC/BAPI to
> connect it to R/3?please confirm on this.
You must connect R/3 in portal, you must have a source system to get data in VC. It makes no difference if you use flash or webdynpro.
Another question, have you installed VC yet? - I get the impression, that you haven't installed it.
I advise you to install VC and try it out, then you get a feeling, what is possible and what I wrote.
I think for your requirements VC is a good tool for fast developing.
Best Regards,
Marcel

Similar Messages

  • Document Upload into Webdynpro and transfer to SAP R/3?

    Hi Gurus,
    I have a requirement to offer a Document uploading option through Java webdynpro screen.
    I have referred the below link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00062266-3aa9-2910-d485-f1088c3a4d71
    which has the steps till uploading the document into Webdynpro
    And also I need to offer an option of listing the attachments(that have been attached by the end user into to the JAVA webdynpro form) with the DELETE option ,How to do that?
    Now my requirement is to pass the document into SAP R/3? is there any RFC for that?
    Thanks in Advance,
    Dharani

    Hi Dharani,
    If we want to add Excel into Java webdynpro screen, then we are trying to create a table with invidual cells. This can be easily possible at Java Portal Perspective using Jakarta HSSF POI API.
    But we require at Webdynpro so , we can use the Context  feature available at Webdynpro to load the table. now we can load the table data into an excel and we can display it to end users in the form of Excel..
    to achieve this functionality pls use the below link
    Exporting table data to MS-Excel Sheet(enhanced Web Dynpro Binary Cache)
    Just in case if u need to achive through Portal Perspcetive in NWDS pls use this.
    Create an excel file from JAVA using HSSF api
    the advantage of these two methods is we can create mutable tables i.e. each cell of the table is accessable and can be modifed with using the code.
    Hope this will be helpful.
    Regards,
    Shaila

  • Importing Development Component - Webdynpro and Guided Procedures

    Hi All,
    I created a development component project of type  "Webdynpro". I created callable Object in guided procedures and the Process is working fine. I want to import the same project into another Nwds (another workspace).
    I tried the following steps.
    1. File - import - Multiple Existing project into workspace.
    2. Imported the DC.
    I have already added all the Gp jarfiles. But after importing, and rebuilding the project, it gives me only webdynpro and components,views.. It is not showing me as a normal webdynpro project. It is not showing me the GP Api's, the "USED DC's". which i created in the other project.
    When i am creating a new project, it is working fine.Can anyone please help me in resolving this issue? How can i import a DC (gp) into webdynpro?
    Thanx and Regards,
    Divya

    Hi,
    Take a look at this [thread|/thread/119966 [original link is broken];
    Dick.

  • WebDynpro and EP on two servers?

    hi all
    How logical is it to hav webdynpro and EP on 2 different servers.
    If it is, how can they be connected?
    What are the drawbacks if any?
    Thank you.
    regards
    vln

    hi vln,
    there are two ways you can access.
    1. where wd applications are deployed you can access directly using webdynpro iview
    2. here applications are deployed on the different engine.
    here you have to create an system in the System Administration  ->  System Configuration  ->  System Landscape,
    then create an alias for the above , then make use of this alias system in ur WD iview.
    go through the following link for further help on how create the system and use in portal for diefferent system
    http://help.sap.com/saphelp_nw04/helpdata/en/74/d5e7418192c717e10000000a155106/content.htm

  • CAF with ABAP Webdynpro and ECC 6.0 ?

    Hello,
    I'm a newbie with CAF. I understand that we can create business logic (BO) and use kind of UI (VC, Webdynpro).
    My question : is it possible to use CAF to generate ABAP Webdynpro and can we use CAF with ECC 6.0 / netweaver 7.0 ?
    Regards,
    Aurélien
    Edited by: Aurélien HENRY on Jan 16, 2008 2:34 AM

    Hi intruder,
    you can check the sap note 367676.
    if helpful rewards points are appreciated

  • Share Configuration Manager Entries between WebDynpro and EJB

    Hi there,
    I have an annoying problem: I would like to have a WebDynpro as full-blown configuration interface for my EJBs. As steted in the docu, it is not possible to share configurations between applications.
    With EJB and Web Modules I would just place them in the same Enterprise Application. But I cannot as WebDynpro projects to enterprise applications (as far as I know).
    Does anyone have a clou about I could manage this issue?
    Thanks!
    helge

    Hi Maksim,
    at the link you've provided it is described how to use the Configuration Manager within an EJB Module.
    My Problem is that I want to use it from an WebDynpro Application. But there I don't have a META-INF\application-j2ee-engine.xm to configure the dependency.
    This itself is not a problem since you can also access the Configuration Manager via JNDI.
    My problem now is that the EJB Module (more precise the enterprise application where the EJB Module is included) needs to share the configurtion with the Dynpro. But vi JNDI you only get the ApplicationConfigurationManager - which is application specific.
    So the question is how I could share the configuration between WebDynpro and EjbModule...
    Regards,
    helge

  • Displaying both ABAP webdynpro and Java Webdynpro tasks in the UWL

    Hi,
    We have two an issue when trying to get the UWL to process two different types of workflow tasks : ABAP webdynpro and Java webdynpro. 
    Examples of these tasks are:
    TS12300097 u2013 LeaveRequestApprover u2013 Java Webdynpro
    TS17900100 - ASR_PROCESS_EXECUTE u2013 ABAP webdynpro
    We have two backend systems configured
    SAP_ECC_Financials u2013 This has the WAS host pointing to the java stack (xxx:50000)
    SAP_ECC_Workflow u2013 This has the WAS host pointing to the ABAP stack (xxx.80xx)
    In transaction SWFVISU all the tasks which use Java webdynpro have been configured to use the u2018Javau2019system (SAP_ECC_Financials) using the SYSTEM_ALIAS parameter
    In the UWL configuration the system SAP_ECC_Workflow has been registered
    In addition to this all u2018Javau2019 tasks have had an extra UWl config XML created to ensure that the SYSTEM_ALIAS is set to SAP_ECC_Financials
    The system SAP_ECC_Workflow has been re-registered
    The UWL cache has been cleared
    However when we try to launch the java webdynpro tasks the system is trying to access the ABAP stack (It is still trying to access the Web AS location for the system SAP_ECC_Workflow even though the system alias was specified as SAP_ECC_Financials )
    The ABAP webdynpro tasks (in this case a HCM process and form) are launched correctly
    If we try the reverse (i.e  register the Java system SAP_ECC_Financials and change the SYSTEM_ALIAS parameter for the ABAP webdynpro tasks to system SAP_ECC_Workflow)  then the reverse happens.  The java tasks can be launched and the ABAP tasks cannot.
    Does anyone have a solution to this problem.  Surely other people have implemented both ABAP and Java webdynpro workflows?
    Any help much appreciated
    Andrew

    Thanks  a lot for all your replies..
    The workitem type registration has been done already, but still it doesn't work..
    But here is the actual problem...
    There is a link 'Execute Workitem' in the inbox of the approver, or the second level manager...
    In the leave application, when we click on this link it is taking to the portal as the task is the Webdynpro Java application task. Whereas, when using ABAP webdynpro application task, it is taking to R/3 - which means that the user cannot access this link without R/3 access. The users are given only portal access, they don't have access to backend R/3.
    The requirement is that the link has to take the user to portal directly instead of R/3 - i.e it should ask only for the portal id and password.
    Since it was working fine with leave application, I changed the task to Java webdynpro task, but I think the Java Webdynpro application is not deployed in the server.
    Please can anybody suggest.
    Best Regards,
    Sushmitha

  • Firefox 2.0 - Problems with Webdynpro and HTML iviews

    Hello all,
    We have implemented the SAP Netweaver portal 7.0 SP 10. Everything works fine on IE 6.0 and 7.0. When we tested it on Firefox 2.0, we encountered the following problems:
    1. The links on the detailed navigation area are missing
    2. Web Dynpro applications dont work very well. Eg: Clicking on "Next" button does not take you to the next view, OVS does not work etc.
    3. SAP transaction iViews(HTML) don't show up at all.
    Although the <a href="https://websmp108.sap-ag.de/~sapidb/011000358700001936242005E#391,7,SAP NetWeaver 7.0 (2004s) Browser Support                                 For End Users and Admin Functionality">PAM</a> indicates that Firefox 2.0 is supported for Webdynpro and HTML iviews, I am not sure why this is happening. Can someone help?
    Thanks and Regards,
    Reena

    Adobe are working on updating their add-on for Firefox 4 - http://kb2.adobe.com/cps/896/cpsid_89622.html
    McAfee have released a version of the Site Advisor for Firefox 4, but this add-on has caused problems for some people such as not being able to permanently hide the add-ons bar and issues with the back button not consistently working.

  • WebDynpro and JSPDynpage

    Hi all,
      Could any one please send me some documents on how to communicate between WebDynpro and JSPDynpage. Are there any examples in help.sap.com
    Thanks.

    Hi Neha,
    You should use EPCF (Enterprise Portal Client Framework),
    which allows communication between iViews <b>on the same page</b> in the client side.
    In jspDynpage it is used in the form of javascript methods, as described here:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/771fa290-0201-0010-3d93-865e66cc6d7e
    In Web-Dynpro you have java methods (which, I guess, are finally rendered also to javascript methods),
    which are available from the class <b>WDPortalEventing</b>,
    as described here:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d35bb690-0201-0010-988a-d669c8530518
    Note that the jspDynpage iView must be in URL Isolation for EPCF methods to work.
    Hope that helps,
    Yoav.

  • How to connect SAP user to a webdynpro and how to pass parameters ?

    Hello,
    I have two technical questions :
    1) How to recognize user from Portal and to get his pernr from SAP Backend (SSO to configure with SAP R/3 ?, use a bapi to get the pernr with the name and firstname of the portal user ?)
    2) How to open a new window in a webdynpro application (one view and you click on a row of a table, i have to open a new window (frame in my browser))
    Thanks a lot for your answers
    Cheers
    Aurelien

    Hi
    For ur Second Question if u want a popup Window this is how u do it.
    IWDWindowInfo windowInfo = wdComponentAPI.getComponentInfo().findInWindows(<<Window Name u have defined while creating component>>);
               IWDWindow window = wdComponentAPI.getWindowManager().createWindow(windowInfo,true);
               wdContext.currentVnControllerDetailsElement().setVaWindowInst(window);
               window.setWindowPosition(WDWindowPos.CENTER);
               window.setWindowSize(700,400);
               window.open();
    Here vaWindowInst is of type IWDWondow . This u can have in Java NAtive type
    com.sap.tc.webdynpro.services.session.api.IWDWindow
    If it is External Window Then i shall give u the code for the same.
    get Back

  • SSO between WebDynpro and Servlet on the same machine

    Hi,
    I have an WebDynpro application running in our portal which makes some calls using RFC to a backend system. The RFC connection is obtained using DestinationService and SAP Logon Ticket is used for authentication.
    This app should call a servlet on the same instance which also uses RFC to get some data from the backend.
    Now, wenn I call the servlet from the WebDynpro, the exception java.lang.IllegalStateException: No SAP logon ticket found comes up. Does anyone have an idea how to configure the servlet-webapp to accept logon tickets?
    Thanks in advance
    Thorsten

    this must mean that your windows drive is formatted NTFS. NTFS drives are not natively writable from OS X (only readable). However, you can install Macfuse and [NTFS-3g|http://macntfs-3g.blogspot.com> (both are free) to make them writable.

  • WebDynpro and Java EE 5

    Hi all,
    I want to ask before I will spend time with installation if it is posible to deploy and run WebDynpro applications on the latest Application Server and use Java EE 5 services?
    I want to use WebDynpro for GUI, but backend should use EJB3. How can I do this?
    Thank a lot for an answer.
    martin

    Robin,
    I created a simple WebDynPro, just a screen with a message.
    I created the archive in NW 2004s.
    When I tried to deploy it in the Deploy View of JAVA EE 5 Studio, it failed with this message:
                S U M M A R Y
    ~~~~~~~~~~~~~~~~~~~
    Successfully deployed:           0
    Deployed with warnings:           0
    Failed deployments:                1
    ~~~~~~~~~~~~~~~~~~~
    An error occurred while deploying the deployment item 'local_TestWDP'.; nested exception is:
         java.rmi.RemoteException:  class com.sap.engine.services.dc.gd.DeliveryException: An error occurred during deployment of sdu id: local_TestWDP
    sdu file path: C:\Documents and Settings\PCleary\Documents\SAP\workspace\TestWDP\TestWDP.ear
    version status: NEW
    deployment status: Admitted
    description:
              1. Error:
    Error occurred while deploying ear file C:\Documents and Settings\PCleary\Documents\SAP\workspace\TestWDP\TestWDP.ear.
    Reason: Exception while validating application local/TestWDP.
    No one of the [] containers, which processed it, returned deployed component names.
    The registered containers in this moment were [com.sap.security.ume, app_libraries_container, Cache Configuration Upload, servlet_jsp, dbcontentcontainer, connector, Cluster File System, JMSConnector, Monitoring Configurator, dbschemacontainer, appclient, orpersistence, JDBCConnector, EJBContainer, webservices_container, scheduler~container].
    Possible reasons :
         1.An AS Java service, which is providing a container, is stopped or not deployed.
         2.The containers, which processed it, are not implemented correct. They deployed or started initially the application, but didn't return deployed components in the application deployment info.
    . Cannot deploy it.; nested exception is:
         java.rmi.RemoteException:  class com.sap.engine.services.deploy.server.utils.DSRemoteException: Error occurred while deploying ear file C:\Documents and Settings\PCleary\Documents\SAP\workspace\TestWDP\TestWDP.ear.
    Reason: Exception while validating application local/TestWDP.
    No one of the [] containers, which processed it, returned deployed component names.
    The registered containers in this moment were [com.sap.security.ume, app_libraries_container, Cache Configuration Upload, servlet_jsp, dbcontentcontainer, connector, Cluster File System, JMSConnector, Monitoring Configurator, dbschemacontainer, appclient, orpersistence, JDBCConnector, EJBContainer, webservices_container, scheduler~container].
    Possible reasons :
         1.An AS Java service, which is providing a container, is stopped or not deployed.
         2.The containers, which processed it, are not implemented correct. They deployed or started initially the application, but didn't return deployed components in the application deployment info.
    1. File:C:\Documents and Settings\PCleary\Documents\SAP\workspace\TestWDP\TestWDP.ear
         Name:TestWDP
         Vendor:local
         Location:LOKAL
         Version:0.2007.02.28.16.20.56
         Deploy status:Aborted
         Version:NEW
         Description:
              1. Error:
    Error occurred while deploying ear file C:\Documents and Settings\PCleary\Documents\SAP\workspace\TestWDP\TestWDP.ear.
    Reason: Exception while validating application local/TestWDP.
    No one of the [] containers, which processed it, returned deployed component names.
    The registered containers in this moment were [com.sap.security.ume, app_libraries_container, Cache Configuration Upload, servlet_jsp, dbcontentcontainer, connector, Cluster File System, JMSConnector, Monitoring Configurator, dbschemacontainer, appclient, orpersistence, JDBCConnector, EJBContainer, webservices_container, scheduler~container].
    Possible reasons :
         1.An AS Java service, which is providing a container, is stopped or not deployed.
         2.The containers, which processed it, are not implemented correct. They deployed or started initially the application, but didn't return deployed components in the application deployment info.
              2. The deployment item could not be delivered. The reason is: An error occurred during deployment of sdu id: local_TestWDP
    sdu file path: C:\Documents and Settings\PCleary\Documents\SAP\workspace\TestWDP\TestWDP.ear
    version status: NEW
    deployment status: Admitted
    description:
              1. Error:
    Error occurred while deploying ear file C:\Documents and Settings\PCleary\Documents\SAP\workspace\TestWDP\TestWDP.ear.
    Reason: Exception while validating application local/TestWDP.
    No one of the [] containers, which processed it, returned deployed component names.
    The registered containers in this moment were [com.sap.security.ume, app_libraries_container, Cache Configuration Upload, servlet_jsp, dbcontentcontainer, connector, Cluster File System, JMSConnector, Monitoring Configurator, dbschemacontainer, appclient, orpersistence, JDBCConnector, EJBContainer, webservices_container, scheduler~container].
    Possible reasons :
         1.An AS Java service, which is providing a container, is stopped or not deployed.
         2.The containers, which processed it, are not implemented correct. They deployed or started initially the application, but didn't return deployed components in the application deployment info.
    . Cannot deploy it.
    Exception:
    com.sap.engine.services.dc.api.deploy.DeployException: DeploymentException.
    Reason: An error occurred while deploying the deployment item 'local_TestWDP'.; nested exception is:
         java.rmi.RemoteException:  class com.sap.engine.services.dc.gd.DeliveryException: An error occurred during deployment of sdu id: local_TestWDP
    sdu file path: C:\Documents and Settings\PCleary\Documents\SAP\workspace\TestWDP\TestWDP.ear
    version status: NEW
    deployment status: Admitted
    description:
              1. Error:
    Error occurred while deploying ear file C:\Documents and Settings\PCleary\Documents\SAP\workspace\TestWDP\TestWDP.ear.
    Reason: Exception while validating application local/TestWDP.
    No one of the [] containers, which processed it, returned deployed component names.
    The registered containers in this moment were [com.sap.security.ume, app_libraries_container, Cache Configuration Upload, servlet_jsp, dbcontentcontainer, connector, Cluster File System, JMSConnector, Monitoring Configurator, dbschemacontainer, appclient, orpersistence, JDBCConnector, EJBContainer, webservices_container, scheduler~container].
    Possible reasons :
         1.An AS Java service, which is providing a container, is stopped or not deployed.
         2.The containers, which processed it, are not implemented correct. They deployed or started initially the application, but didn't return deployed components in the application deployment info.
    . Cannot deploy it.; nested exception is:
         java.rmi.RemoteException:  class com.sap.engine.services.deploy.server.utils.DSRemoteException: Error occurred while deploying ear file C:\Documents and Settings\PCleary\Documents\SAP\workspace\TestWDP\TestWDP.ear.
    Reason: Exception while validating application local/TestWDP.
    No one of the [] containers, which processed it, returned deployed component names.
    The registered containers in this moment were [com.sap.security.ume, app_libraries_container, Cache Configuration Upload, servlet_jsp, dbcontentcontainer, connector, Cluster File System, JMSConnector, Monitoring Configurator, dbschemacontainer, appclient, orpersistence, JDBCConnector, EJBContainer, webservices_container, scheduler~container].
    Possible reasons :
         1.An AS Java service, which is providing a container, is stopped or not deployed.
         2.The containers, which processed it, are not implemented correct. They deployed or started initially the application, but didn't return deployed components in the application deployment info.
         at com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.deployItems(DeployProcessorImpl.java:734)
         at com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.deploy(DeployProcessorImpl.java:220)
         at com.sap.ide.eclipse.deployer.dc.deploy.DeployProcessor70.deploy(DeployProcessor70.java:111)
         at com.sap.ide.eclipse.j2ee.engine.deploy.view.deploy.action.DeployAction$DeployActionJob.run(DeployAction.java:223)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
    Caused by: com.sap.engine.services.dc.cm.deploy.DeploymentException: An error occurred while deploying the deployment item 'local_TestWDP'.; nested exception is:
         java.rmi.RemoteException:  class com.sap.engine.services.dc.gd.DeliveryException: An error occurred during deployment of sdu id: local_TestWDP
    sdu file path: C:\Documents and Settings\PCleary\Documents\SAP\workspace\TestWDP\TestWDP.ear
    version status: NEW
    deployment status: Admitted
    description:
              1. Error:
    Error occurred while deploying ear file C:\Documents and Settings\PCleary\Documents\SAP\workspace\TestWDP\TestWDP.ear.
    Reason: Exception while validating application local/TestWDP.
    No one of the [] containers, which processed it, returned deployed component names.
    The registered containers in this moment were [com.sap.security.ume, app_libraries_container, Cache Configuration Upload, servlet_jsp, dbcontentcontainer, connector, Cluster File System, JMSConnector, Monitoring Configurator, dbschemacontainer, appclient, orpersistence, JDBCConnector, EJBContainer, webservices_container, scheduler~container].
    Possible reasons :
         1.An AS Java service, which is providing a container, is stopped or not deployed.
         2.The containers, which processed it, are not implemented correct. They deployed or started initially the application, but didn't return deployed components in the application deployment info.
    . Cannot deploy it.; nested exception is:
         java.rmi.RemoteException:  class com.sap.engine.services.deploy.server.utils.DSRemoteException: Error occurred while deploying ear file C:\Documents and Settings\PCleary\Documents\SAP\workspace\TestWDP\TestWDP.ear.
    Reason: Exception while validating application local/TestWDP.
    No one of the [] containers, which processed it, returned deployed component names.
    The registered containers in this moment were [com.sap.security.ume, app_libraries_container, Cache Configuration Upload, servlet_jsp, dbcontentcontainer, connector, Cluster File System, JMSConnector, Monitoring Configurator, dbschemacontainer, appclient, orpersistence, JDBCConnector, EJBContainer, webservices_container, scheduler~container].
    Possible reasons :
         1.An AS Java service, which is providing a container, is stopped or not deployed.
         2.The containers, which processed it, are not implemented correct. They deployed or started initially the application, but didn't return deployed components in the application deployment info.
         at com.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:186)
         at com.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:47)
         at com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:177)
         at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)
         at com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:76)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.performDeploy(DeployerImpl.java:624)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doDeploy(DeployerImpl.java:483)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:206)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:153)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImplp4_Skel.dispatch(DeployerImplp4_Skel.java:807)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:253)
         at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:109)
         at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:841)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:125)
         at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:59)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:168)
    Caused by: java.rmi.RemoteException:  class com.sap.engine.services.dc.gd.DeliveryException: An error occurred during deployment of sdu id: local_TestWDP
    sdu file path: C:\Documents and Settings\PCleary\Documents\SAP\workspace\TestWDP\TestWDP.ear
    version status: NEW
    deployment status: Admitted
    description:
              1. Error:
    Error occurred while deploying ear file C:\Documents and Settings\PCleary\Documents\SAP\workspace\TestWDP\TestWDP.ear.
    Reason: Exception while validating application local/TestWDP.
    No one of the [] containers, which processed it, returned deployed component names.
    The registered containers in this moment were [com.sap.security.ume, app_libraries_container, Cache Configuration Upload, servlet_jsp, dbcontentcontainer, connector, Cluster File System, JMSConnector, Monitoring Configurator, dbschemacontainer, appclient, orpersistence, JDBCConnector, EJBContainer, webservices_container, scheduler~container].
    Possible reasons :
         1.An AS Java service, which is providing a container, is stopped or not deployed.
         2.The containers, which processed it, are not implemented correct. They deployed or started initially the application, but didn't return deployed components in the application deployment info.
    . Cannot deploy it.; nested exception is:
         java.rmi.RemoteException:  class com.sap.engine.services.deploy.server.utils.DSRemoteException: Error occurred while deploying ear file C:\Documents and Settings\PCleary\Documents\SAP\workspace\TestWDP\TestWDP.ear.
    Reason: Exception while validating application local/TestWDP.
    No one of the [] containers, which processed it, returned deployed component names.
    The registered containers in this moment were [com.sap.security.ume, app_libraries_container, Cache Configuration Upload, servlet_jsp, dbcontentcontainer, connector, Cluster File System, JMSConnector, Monitoring Configurator, dbschemacontainer, appclient, orpersistence, JDBCConnector, EJBContainer, webservices_container, scheduler~container].
    Possible reasons :
         1.An AS Java service, which is providing a container, is stopped or not deployed.
         2.The containers, which processed it, are not implemented correct. They deployed or started initially the application, but didn't return deployed components in the application deployment info.
         at com.sap.engine.services.dc.gd.impl.ApplicationDeployer.performDeployment(ApplicationDeployer.java:162)
         at com.sap.engine.services.dc.gd.impl.GenericDeliveryImpl.deploy(GenericDeliveryImpl.java:54)
         at com.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:157)
         ... 16 more
    Caused by: java.rmi.RemoteException:  class com.sap.engine.services.deploy.server.utils.DSRemoteException: Error occurred while deploying ear file C:\Documents and Settings\PCleary\Documents\SAP\workspace\TestWDP\TestWDP.ear.
    Reason: Exception while validating application local/TestWDP.
    No one of the [] containers, which processed it, returned deployed component names.
    The registered containers in this moment were [com.sap.security.ume, app_libraries_container, Cache Configuration Upload, servlet_jsp, dbcontentcontainer, connector, Cluster File System, JMSConnector, Monitoring Configurator, dbschemacontainer, appclient, orpersistence, JDBCConnector, EJBContainer, webservices_container, scheduler~container].
    Possible reasons :
         1.An AS Java service, which is providing a container, is stopped or not deployed.
         2.The containers, which processed it, are not implemented correct. They deployed or started initially the application, but didn't return deployed components in the application deployment info.
         at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:302)
         at com.sap.engine.services.dc.gd.impl.ApplicationDeployer.performDeployment(ApplicationDeployer.java:150)
         ... 18 more

  • Adobe Document Services - WebDynPro and Javascript error

    Hello,
    I am a new to ADS. I just finished installing a test ADS and made some test, non interactive forms in WebDynPro.
    I have several webdynpro views and some of them embed also a PDF object rendered from ADS and have noticed that in some clients, when attempting to navigate away from the view that contains the PFD by clicking on buttons, a JavaScript "Access denied" error is thrown and no action is taken.
    My only option is to have the view containing the PDF with no buttons to navigate away.
    If the WebDynPro App is embedded in Portal, things go even worst.
    Anybody else has seen this ? Any advice on how to solve this problem ?
    Regards
    Vitaliano Trecca

    Hi Vitaliano,
    Firstly let me tell you that I am not an expert in this, but somethings that I have tried are listed below.
    The buttons that you press are present in the Adobe Form right.
    I was using WAS SP9, Adobe 7.0, and xACF_SP11, I think there was initially a problem with ACF itself, some dlls were not correct.
    I would suggest that you uninstall ACF, and manually remove the dll's if it doesnt remove automatically. Try reinstalling ACF and see.
    I believe you should also move to higher version other than SP9 atleast to SP10 because I faced some other additional problems in SP9, which are fixed in SP10.
    Regards,
    Pavan

  • Webdynpro and eventing from team viewer

    Hi.
    We are trying to add new fields to the MSS "General Data" iView (com.sap.pct.hcm.eeprofilegeneraldata.par) and are considering the following approaches:
    1.) Write additional java code to retrieve the data we need and display it on the iview.
    2.) Create a new iview from scratch using webdynpro.
    At the moment we are leaning towards option 2 as we do not have much java experience and have found webdynpro relatively easy to use. But my question is....how difficult would it be for a webdynpro iview to pick up the eventing from the standard Team Viewer iview? I would want to make sure that when a user clicks an employee on the Team Viewer, his/her data would show up in the new webdynpro iview. Any details on how to go about this would be appreciated.
    Thanks in advance,
    Chris

    Hi Chris
    If you are creating a new  iview from the scratch to display the details you had to have the epcf subscribe function. Here you get the parameter passed from the first iview. For this the raise event have to be fired from the MSS iview. So in the Msssiview You write the code for Raiseevent ON click of the button.
    <b>Event Sending from par</b>
    EPCM.raiseEvent("urn:com.sap.tc.webdynpro.example.reponamespace","linkclickevent",variable);
    <b>
    Event Receving on Webdynpro</b>
    WDPortalEventing.subscribe("urn:com.sap.tc.webdynpro.example.reponamespace","linkclickevent",wdThis.wdGetEpcflistenAction());
    public void onActionepcflisten(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent, java.lang.String dataObject )
        //@@begin onActionepcflisten(ServerEvent)
    //    wdContext.currentContextElement().setName(dataObject);
    //      wdComponentAPI.getMessageManager().reportSuccess("listen eventfired......");
         wdComponentAPI.getMessageManager().reportSuccess("dataobj is....."+dataObject);
        //@@end
    (The variable dataObject cannot be changed to other name)
    Regards
    Geogi

  • Webdynpro and BW 3.5

    I am looking to see what opportunities there are for using Webdynpro in BW3.5.
    One of my colleagues works on a BW 7 system and he has written a ABAP Webdynpro program. It would be great to have that same program for BW 3.5. I am aware that I need the SAP Netweaver Developer Studio but I wondered if you could only write Java based programs with this version?
    Our BASIS services are external so it is difficult to get any answers from them without a lengthy process and a quote/bill etc.  Is there any way I can check that the appropriate services are running for such a program to work?
    Ian.

    Hi Nene,
    MDM features the master-data consolidation scenario, which is - among other things - aimed at consolidating master data (from BI or other client systems) in order to enable cross-group analyses (e.g. global spend). For an overview presentation, see https://service.sap.com/~sapidb/011000358700001932012005E.
    See also the master-data consolidation scenario description, provided at https://service.sap.com/instguidesnw04 -> <i>Planning</i> -> <i>SAP MDM</i>.
    In addition, see the MDM <i>5.5 SP03 Scenario and Process Guide</i> at https://service.sap.com/instguidesnw04 -> <i>Operations</i> -> <i>SAP MDM</i>.
    For detailed information about the BI integration as of MDM 5.5 SP03, see my SDN blog about the recorded expert session on this topic: https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2990. [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]
    Hope this helps.
    Best regards,
    Markus

Maybe you are looking for

  • Centralised Payment _ Precautions to be taken

    Under One Company Code there are around 10 profit centers and right now all payments/receipts vendors/customers are being released/received from those profit centers only.   HR is also implemented and HR postings are being made to those 10 profit cen

  • How can i get games on my ipod?

    how can i get games on my ipod?

  • Paid off furniture and update to $0 balance i lost 7 points on equifax how??

    I had got a acceptance now furniture loan from Bobs furniture. I paid it ontime for 6 months and now reporting to all 3 bureus i went up 3 points on transunion. 1 on experian and i lost 7 points on equifax why?? It was a $1700 installemnt loan i paid

  • Download Error...Mac OS X 10.8.2

    I just signed up for Creative Cloud and trying to initiate install first app, but I keep getting 'Download Error. contact support' even after cleaning out all adobe apps using CSCleanerTool. I am using Mac OS X (10.8.2).

  • [SOLVED] How to turn off monitor at CLI

    Hi     I've been trying to find a way to turn off my monitor, but the solutions I've found were almost all for X environment.     The best hint I've got was add following lines to /etc/rc.local: setterm -blank 1 setterm -powersave on setterm -powerdo