MSS, Webdynpro for Java(EHP4) , Webdynpro for ABAP

Hi Experts,
We have EHP 4.0 with MSS in Java webdynpro iviews and are primarily interested in the ECM portions of MSS. 
We wants to stay with EHP 4.0 standard iViews and make minor changes to accommodate their business conditions u2013 without making any enhancements directly on the Java iViews. No setup for Netweaver Developer Studio environment or other tools for Java development.
We have to achieve the following without enhancing the Java iViews directly. Making use of existing standard error messages and RFC calls are some of the solutions suggested by the client.
1.)Display error messages on the Java iViews based on some employee infotype consistency checks
2.)Disable employees for input when they fail consistency checks
3.) For employees with multiple performance ratings, display a Java-less popup which will have a table of information as a u2018display onlyu2019 window.
Can anyone help me on any of the above given points.
Thanks,Shilpa.

Hi,
I wouldn't call myself an expert with WDJ but we've made some changes to the XSS WebDynpro's without modifying the SAP delivered WebDynpro's. This was mostly done by creating a new page layout and adding javascript to it. By placing the XSS WebDynpro's in the new pages we could manipulate some parts of the functionality.
However, now that we have NWDI in place we prefer the route where we modify the application instead of workiarounds.
Marcel

Similar Messages

  • Any difference between webdynpro for java and webdynpro for abap ?

    Hi all:
       I would like to build one small system in EP.
       I can choose to use webdynpro for java and webdynpro for abap.
       I would like to ask any major difference between webdynpro for abap and webdynpro for java ?
       Is fpm supported in webdynpro for abap ?

    Hi,
    see this thread,
    ABAP Vs JAVA WebDynpro
    Regads,
    J.Joe

  • For ESS which one is better ? (Webdynpro for Java or Webdynpro for ABAP)

    Hello ,
    For developing Employee Self Service(ESS) which one is preffered Is webdynpro for java and webdynpro for ABAP ? Why ?
    What are the differences ?? Please give me clearly.
    Thanks
    Risha

    Hello Olivier  ,
    Thank you  for gvg quick reply.
    For dessert which one is preferred : apple pie or chocolate pudding ?   - I  am not able to decide
    Actually I have requirement for developing ESS in Portal. I am new to ESS and heard presently using WDA for ESS.
    I did't get reasons why using WDA. basically I am from WD for Java.
    If possible give me differences.
    Thanks
    Risha

  • Changes in Webdynpro for Java MDM appl for Italian

    Dear Expert,
    I came across one requirement in my project where in we have to rollout our existing MDM applicaiton in Italian. The current code is working very fine in English but now we have to modify our code to work with Italian as well.
    In our SAP landscape the Vedor/Master is created from the Portal(Customized Webdynpro for Java code). I got following document on this requirement but i want some more guidense on this...
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0e8aedc-cdfe-2c10-6d90-bea2994455c5?quicklink=index&overridelayout=true
    Thanks and Regards,
    M.D.Sahu

    Just giving you few more detail about my issueu2026.
    For a multilingual text field I have written the code like below u2013
    MultiregionValue multiregionValue = new MultiregionValue();
    multiregionValue.setValue(Region_Properties.getRegionCode(),new StringValue(wdContext.currentRequestInformationElement().getMDM_CITY()));
    NewRec.setFieldValue(FID_MDM_CITY,multiregionValue);
    Which is working fineu2026.
    But the following code for multilingual Lookup field is not working..
    LookupValue lookUpValue = new LookupValue(wdContext.currentAccountGroupElement().getId());
    multiregionValue.setValue(Region_Properties.getRegionCode(),new LookupValue(wdContext.currentAccountGroupElement().getId()););
    NewRec.setFieldValue(FID_AccountGroup,multiregionValue);
    I am getting following error while running this codeu2026
    Can not set value of type 'LOOKUP' to MultiregionValue of type 'STRING
    Please help to get it resolved.

  • WebDynpro for Java: Standard Components for SM02 en rrMX?

    Hi,
    Are there standard Components WebDynpro for Java for the transaction codes SM02(SM02_READ_MESSAGES) and RRMX(?)?
    Which Business Package do i have to use?
    Kind regards,
    Joris Meeuwsen

    Hi Hussain
    1)Log into  <b>SDM</b>
    2) Goto Undeployment tab and select your project to undeploy and select START
    3)Restart the server
    4) Deploy your application once again
    Best Regards
    Chaitanya.A

  • WebDynpro for Java and GuideProcedure for workflow.

    Hi All,
    I need inputs on how to create Webdynpro java screns for GP and create a workflow using them .
    I will be thankfull if someone could help to know how to send an email notification also in this workflow scenario.
    Thanks and Regards,
    Sai

    Hello,
    WebDynpro Java will be 'exposed' as callable objects - these callable objects are assigned to particular actions in a business process designed. First off, read through Guided Procedures and how processes are designed.
    As for the e-mail, there's a template to send e-mails via Guided Procedures -- you can define that e-mail via a template available with a particular callable object.
    For more details on implementing the scenario, look through the context menu of this tutorial:
    [http://help.sap.com/saphelp_nw70ehp1/helpdata/en/b1/019742ad14c46ae10000000a155106/frameset.htm]
    Goodluck.
    Regards,
    Jan

  • I am looking for Java-based technology for building nice looking Web apps

    Hi everybody,
    As written in subject - I would like to use some nice web technology, based on Java. I would like to build good-looking web pages. I have tried a bit of Dojo or JQuery (generally this is Ajax I think). Could someone point me what is the relation between Java application/technology and presentation layer of the application? For example, could I easily build nice Web application only with JSF? Or should I connect it with some Ajax-based library?
    If Ajax is best solution - what are your favourite Ajax implementations?
    What about other technologies: portlets, EJB? Thanks in advance for some info - even general.

    DCVer wrote:
    As written in subject - I would like to use some nice web technology, based on Java. I would like to build good-looking web pages. I have tried a bit of Dojo or JQuery (generally this is Ajax I think). I think you need to start to learn the basics properly. I've summed up several links here: [http://forums.sun.com/thread.jspa?threadID=5404443].
    Could someone point me what is the relation between Java application/technology and presentation layer of the application? For example, could I easily build nice Web application only with JSF? Or should I connect it with some Ajax-based library?Java/JSF is entirely server side.
    JS/Ajax is entirely client side.
    In JSF world there are several component libraries with builtin ajaxical (and skinnability -this also covers "nice looking" as you say) support, such as RichFaces and IceFaces. Give their homepage and demo's a look.
    If Ajax is best solution - what are your favourite Ajax implementations?I myself have jQuery on #1.

  • Question about SSO (for Java Dialog instance) for Portal EP 6.0 SP 20

    Hi All
    I have following question.
    We are running Portal 6.0 SP 20. We have JAVA (Portal) CI+DB running on single host SAPQP1 and Two JAVA Dialog Instances (J2EE Application servers) running on separate host namely SAPAP35 and SAPAP36.
    I was able to configure SSO between SAPQP1 (CI+DB) and ECC R/3 system (QC1). SSO is working fine. Users can access all ESS/MSS data in portal when they use Portal URL running on SAPQP1 (http://sapqp1.xxxxx.com:50000/irj).
    But when users try to access ESS/MSS data via portal (URL) running on SAPQP35 (http://sapap35.xxxxx.com:50000/irj) and SAPAP36 ((http://sapap36.xxxxx.com:50000/irj) SSO does not work, i.e it system asks user id and password.
    So , how I can configure SSO between SAPAP35 and SAPAP36 JAVA Dialog instances and ECC R/3?

    Hi Sandip,
    obviously you already configured QC1 to accept Tickets issued by the Java Engine on SAPQP1. Did you imported the public (java) certificates from SAPAP35 and SAPAP36 into your ECC System? The certicficates need to be added in client 000 to your System PSE and in your production client to your ACL.
    Regards,
    Enno

  • Webdynpro for ABAP vs WD for Java

    How different is WD for ABAP from WD for Java?
    I have a good knowledge of WD for Java and I know ABAP. But how good and efficient is WD for ABAP? Would it be better to use WD for ABAP or WD for Java for SAP based portal development?
    Thanks in advance,
    Reena

    <i>
    1. We can embedd the Web Dynpro for ABAP applications in SAP screens in ABAP environment. I don't think it is possible using java web dynpro.
    </i>
    Yes, you probably can, since the application can be fired simply by a URL, there is not reason that you couldn't have an HTML control in your dynpro and point to this URL. 
    To answer the original question,  the development model for each is pretty much the same, just two different flavors.  I think that some things make WDA better, one being that it is totally integrated into the ABAP development workbench and the Transport/change control system.  On the WDJ side, you development locally and "deploy" your changes using the DTR and CBS.  I'm not exactly comfortable with this quite yet, which is why I like WDA better..
    Another thing is that we have some built in stuff with WDA, like automatic search help functionality,  ALV Grid, and Select-option functionality.  I do believe that SAP is working on some of these for WDJ.
    Regards,
    Rich Heilman

  • Is WebDynpro for Java going away?

    Hi,
    Is SAP planning to completely Switch from Webdynpro for java to webdynpro ABAP? What is the future for Webdynpro for java in that case? Like old ITS technology will SAP completely remove support for WebDynpro for Java development!
    With Regards,
    Nitesh Shelar

    Please refer ht[WD for Java going away??|WD for Java going away??]

  • Book for webdynpro for java

    Suggest me some good books in webdynpro for java, which are available in india.
    Send me some useful documents also

    <b>Hi
    Check these links and you may get some idea
    What is Web Dynpro?
    What is Web Dynpro?
    Why WebDynpro ?
    Why WebDynpro ?
    Why webdynpro and not BSP or JSP?
    Why  webdynpro and not BSP or JSP?
    BSP to WEB Dynpro
    BSP to WEB Dynpro
    Benifits of using Webdynpro
    Benifits of using Webdynpro
    Java vs. ABAP
    Java vs. ABAP
    regarding Java related webdynpro
    regarding Java related webdynpro
    Web Dynpro vs. Struts - a few questions
    Web Dynpro vs. Struts - a few questions
    What kind of applications are being developed with Web Dynpro?
    What kind of applications are being developed with Web Dynpro?
    This url links to a short pdf file describing the Webdynpro Java
    "Inside WebDynpro Java" Pdf File 2.50 MB (54Pages) really Good One for Beginners
    http://searchsap.techtarget.com/searchSAP/downloads/SAPPRESS.pdf
    Regards,
    Chandran</b>

  • Abap WebDynpro or Java WebDynpro

    Hi All!
    Which differenced are existing between Abap WebDynpro
    and Java WebDynpro. Is it e.g. possible whether
    one IView which has been created through Abap
    technology combinable or adaptable with an Ivew which has been
    created through Java Technology? Or is it a decision in principle
    (policy decision)at the bgeinning of a project which one you take ?
    Regards
    sas

    Hi sas,
    Read this article:
    http://www.sapfrontend.com/webdynpro-for-java-or-webdynpro-for-abap/
    Also have a look at the following links:
    Java vs. ABAP
    ABAP or Java?
    /people/oliver.mayer/blog/2006/06/14/web-dynpro-abap-or-java
    Bye
    Ankur

  • Notification Service in Web Dynpro for Java?

    Hello Experts,
    I'm new on the topic "web dynpro for java" and have a question about a real-time-notification of web dynpro clients.
    In web dynpro for abap ther is apparently a new solution called "Notification Service" (since NW 7.0 Ehp2).
    Details: http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/f0802995-3433-2c10-2787-d7db51352891&overridelayout=true
    But I found no hints how to solve the problem of a real-time notification in web dynpro for java.
    Requirements for short: The server can trigger a refresh in one or more web dynpro clients.
    Requirements a liitle more extended:
    1. A web dynpro is running in a browser and shows data it gets from a DataBase table1
    2. Now a function module1 is started by an event and changes the data in table1 on the server side, the web dynpro does not know about this event or the changes made by external components.
    3. These changed data should be visible immediately in the running web dynpro after the event occurd --> trigger a refresh of the web dynpro from the function module1?
    All I actually know is that: The web dynpro can update its context with the new data from table1 after a refresh of the gui (wddomodifiyview). Using a timed trigger I can get new data after x seconds (same way --> context update and gui refresh). Is there another way to refresh the web dynpro (that noticed requirements of #3) ?
    Regards,
    Anja Hormann

    I recommend that you create another Web Dynpro application with this Timer to execute an RFC. This application would be in a Web Dynpro iView hidden from your SAP EP and shoot an event that would be captured by another application.
    However I would take great care with this type of application.
    And to answer your question at the moment, to my knowledge, there is no solution for this kind of integration between the ABAP and JAVA.
    regards,
    Angelo

  • The future of WD for Java

    Hi Colleagues,
    I've heard that SAP is planning to stop using WDJ in 2 or 3 years. Does it mean that it will be no longer supported? Does SAP plan to go on with WDA?

    Hi,
    Check the Following Blog and Thread:
    Web Dynpro: ABAP or Java?
    WD for Java vs WD for ABAP
    Regards,
    Siddharth

  • XDK for PL/SQL vs XDK for Java

    Hi ,
    I am trying to find what version of XDK and whether it is for java or PL/SQL. I am confused after what I saw in our environment. Please clarify..
    When I run the getReleaseVersion() and do a
    select xmlversion from dual,
    I get
    Oracle XDK Java 9.0.1.1.0A Production
    Does this mean we have XDK for Java? not for PL/SQL?
    I also see PL/SQL packages for XMLDOM,XMLGEN.XMLPARSER,XSLPROCESSOR,DBMS_XMLQUERY,DBMS_XMLSAVE.
    Does this mean I have/not XDK for PL/SQL??
    Please clarify.

    XDK for PL/SQL is built based on XDK for Java. So that's why you got the result. It should also reflect the version you use.

Maybe you are looking for