WDJ application perfomance

Hi,
I have a problem with custom WDJ application loading.
Issue is, while user click on a button1 in 'DC1', 'DC2' will be called with RFC data.
DC2 tooks more than 1 min to load the application where as If I directly execute DC2, it took 5 to 6 sec to load the application.
After made changes in JCo connection parameters, in DEV application is loading with in 5 seconds but the same changes in Q portal not working.
The only difference I found here is, DEV WAS portal having single server node where as 'Q' having two server nodes. No changes are identical other than this.
No log file updated to check.
Much appreciate your quick reply.
Thanks,
dev

hi dev ,
you need not enable anything , you have to append sap-wd-showinfo at the end of your application url , i.e after the question mark.
and in the status bar you will get
Browser :7 (Parsing 3,HTML:4, JSBefore :0, JSAfter 0)J2EE :5 Back-end:0 Estimated Response size:6kb
can u paste the URL that ur using and , another one what you can do is instead of calling rfc as the page loads , try to put a button and onclick of that button call the rfc , and see the status bar.
Regards
Govardan Raj S

Similar Messages

  • Pass parameters from JSP Dyn Page to WDJ Application

    Hi,
    I am trying to pass parameters from my JSPDyn Page to WDJ Application.
    I am using NWDS 7.1 EHP1
    My code is :
    function to_WEBDYNHK()
          EPCM.relaxDocumentDomain();
          EPCM.doNavigate
        ('ROLES://pcd:portal_content/Himanshu.Himanshu/TestDynUIApp?DynamicParameter="hkparam%3Dqwertyuio"');
    This method is being called on click of a button.
    hkparam is the parameter in question.
    The JSPDyn page is an iView and the WDJ application is a page and both have been assigned to a role.
    In the properties of the WDJ Page, I have removed DymanicParameter from "Do not Forward These Parameters To Web Dynpro" property.
    However I am getting null as the value of hkparam in my WDJ application.
    The code used is :
    IWDRequest request = WDProtocolAdapter.getProtocolAdapter().getRequestObject();
           String param1= request.getParameter("hkparam");
    What seems to be missing here.
    Please help.
    I went through the documentation on SDN but it does not seem to help.
    TIA,
    Himanshu

    Hi Himanshu,
    Try this code.
    EPCM.doNavigate("ROLES:portal_content/Himanshu.Himanshu/TestDynUIApp?hkparam=Dmypass1123")
    if the parameter is hkparam and the value to be passed is Dmypass1123. You need not change any design time property of the WD page, and WDProtocolAdapter should retrive the parameter.
    Regards,
    Vishweshwara P.K.M.

  • WDJ application deployed but not listed

    Hi experts,
    we've upgraded our AS Java running the Portal and a custom WDJ application from NW7.02 to NW7.40
    I expected some problems with the custom application but not the kind we've ran into. We did not do any recompilation of any kind just to see what would happen. The application actually deploys fine according to the logs (both from telnet as well as from NWDS) but it's nowhere to be found. I've deployed both the .ear as well as the generated .SDA file. In both cases the deployement log show "Success".
    I can see the application in the telnet LIST_APP command (status: started) but it doesn't show in the list of the WDJ applications in the WD Content Administration, nor in the Portal Content section for WDJ applications.
    Any ideas what could have happened?
    Much obliged
    Marcel Rabe

    i think you are wasting time.
    if the app is not migrated how you can expect it to be working....

  • XI web service WDJ Application

    Hello everyone,
    I am trying out the tutorial -
    How To Develop a Simple Web Service Application Using SAP
    NetWeaver Developer Studio & SAP XI 3.0
    I have done all the steps as mentioned to consume the XI Web service using WDJ. However I am unable to find a way of providing the XI server authentication (username/ pw) to execute the Web service.
    If I try to execute the WebService using tools like Altova XML spy it asks for XI server authentication. I know I must try to provide the same using my WDJ application. Can you please tell me the way of doing this.
    Thanks and Regards,
    Ashwin Bhat

    I found a possible solution:
    Following is mentioned in Riyaz Sayyads Blog.
    /people/riyaz.sayyad/blog/2006/05/08/consuming-xi-web-services-using-web-dynpro-150-part-ii
    XI does not accept unauthenticated requests. Hence, you have to pass the logon credentials along with the request. For this add following lines of code in the executeRequest_CDWS_MI_CDWS_MI( ) method implementation of the Component Controller:
    <!code>  wdContext.currentRequest_CDWS_MI_CDWS_MIElement().modelObject()._setUser(“username");
    <!code>  wdContext.currentRequest_CDWS_MI_CDWS_MIElement().modelObject()._setPassword(“password");
    I will try this out tomorrow at work (at home now). Will keep everyone updated of the results. Thanks.

  • SRM's WDJ application is not taking custom theme

    Hi All,
    I'm working on the Portal branding. We have SRM BP deployed in our portal. I've created custom theme and desktop for the user.
    I'm able to see the portal's different section as per custom theme. WDA/WDJ application's UI which is opening in the content area of portal is also showing as per theme.
    When I'm trying to access the SRM BP portal content which is the collection WDA/WDJ application, inside portal content area showing as per theme. But one WDJ Iview related to MDM catlog data is opening in new window, in that WDJ UI is not taking custom theme color. UI is showing default theme "tradeshow".
    I tried few SAP note(Note 1446099 - Web Dynpro application not displayed in customer theme) to synch the patch of portal and WDJ stylsheet but no luck.
    Pl share your input to solve the issue.
    Thanks!!!
    Deepak

    Hi Shishil,
    Thanks for reply. Yes MDM component is in the same server.
    I've tried below option to fix the issue but no luck:-
    >Note 1446099 - Web Dynpro application not displayed in customer theme
    >Note 1012065 - Technical Web Dynpro configuration in SAP NetWeaver 7.1
    >Note 1000889 - CSS Style Sheet Integration of Web Dynpro and the Portal
    >http://help.sap.com/saphelp_nw70/helpdata/en/1e/535d420447e054e10000000a155106/frameset.htm
    When i tried to set the default Web Dynpro theme by modifying the sap.theme.default property, which is also located in the Propertysheet default folder with the below URL, no success:-
    http://<host>:<port>//irj/portalapps/com.sap.portal.themes.lafservice /themes/portal/sap_chrome.
    Deepak!!!

  • Failing to initialize an RFC in WDJ application

    Dear All,
    I have created an RFC enabled function module in $TMP.
    I am trying to invoke this RFC passing a paramter value in my WDJ application.
    The RFC is not even getting initialized and the entire thing ends with a null pointer exception.
    Please help me out.
    Regards,
    Prosenjit.

    Hi,
    Can you print the following messages in catch block and let us know what is the exact exception it is throwing after model execution.
    try
    Zcno_Rfc_Test_Input setNode = new Zcno_Rfc_Test_Input();
    wdContext.nodeZcno_Rfc_Test_Input().bind(setNode);
    wdContext.currentRequestZcno_Rfc_Test_InputElement().modelObject().execute();
    catch(Exception e)
    wdComponentAPI.getMessageManager().reportException("Error Message "+e.getMessage,true);
    wdComponentAPI.getMessageManager().reportException("Error Cause "+e.getCause,true);
    Regards,
    Saleem

  • Implementation Business Objects in CAF and developing WDJ application

    Hi Experts,
    I've read some articles about SAP CE CAF from SDN and I'm making some exercises according those guidence. Right now I have a problem and want to get suggestion from you. 
    As you know, from CE 7.1.1, the CAF support importing the Business Object through EJB model. So when develop a WDJ application using caf, we can using these procedures:
    (Implementing business objects in CAF and developing WebDynpro application)
    1) Create business objects or application service.
    2) Generate EJB Implementation class for business objects or app service.
    3) Create a WebDynpro application
    4) Importing the EJB model using the template.
    5) Create the UI for the app.
    My problem is: In the business object or application serivice, if the operation parameter type is integer, after we generate the EJB class, the type will changed to String. After the WDJ UI is created, the application test failed. The integer field could not passed to the BO successfully.
    If all the parameters type are string in the operation, there's no problem.  But when I use Integer or Date, the EJB class will change the type and the WDJ app will failed.
    I've also test the scenario in CE enviroment including 7.3 also failed. So I'm a little confused which step was wrong. I don't know whether you've seen such problem before, if you could give any suggestion, it'll be very appreciated!

    Hi, Winters.
       I got the same program, try to parse into the type which you want in AS operation.
    BR.
    Louis Huang.

  • Can any bady send the WDJ application on event handler & plug  parameters?

    Hi,
    Experts,
    I have no idea no WDJ Event handler and plug parameters usage if any bady can send me few WDJ application or scenarios which is based on event handler parameters and plug parameters and method parameters. 
    Thans in advance,
    Shaber Ahmed.

    Hi
    Use this pdf(Example) for event handler
    http://www.sappro.com/downloads/WebDynproJava.pdf
    for plug parameters usage
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/91b6ad90-0201-0010-efa3-9626d2685b6e?overridelayout=true
    Thanks

  • Theme for standalone WDJ application

    Dear Experts,
    We are on SAP Portal 7.4, and we have developed a WDJ application using NWDS 7.31.
    I have a requirement where I will like to use the Portal theme SAP_CORBU to the standalone webdynpro application.
    I have tried using the application parameter sap-cssurl=http://<MyHost>:50000/irj/portalapps/com.sap.portal.themes.lafservice/themes/portal/sap_corbu
    But this does not work.
    I have also tried whether this method works for other themes like sap_chrome or not.
    It does not work.
    Request you to please suggest.
    Warm Regards,
    Upendra Agrawal

    SAP_CORBU is supported only if you use Unified Rendering Lightspeed. Set iView parameter Stylesheet to ls and check Supply Portal Stylesheet. See below for how the pre EHP5 Who's Who Web Dynpro Java application looks like with SAP_CORBU. As always you should use SAP_CORBU only with applications that support it. In case of custom application, you will have to adhere to known restrictions with SAP_CORBU. See SAP notes 1681286 and 1852400 for details.

  • Editing Tree UI for MDM Hierarchy tables ina WDJ application

    Hi ,
    We have a requirement where MDM hierarchy tables are displayed using a tree UI in WDJ application.
    However, tree UI is used only for the display purpose. Is there anyway or any other UI available
    using which we can achive edit option in the tree as well?
    Not only this, we are supposed to provide functionality to support moves across the nodes of hierarchy.
    Like PC move or SBU move from one hierarchy to another.
    First of all, can we achive this in WDJ or MDM WebDynpro COnfigurator? If we can, then how? Any links or pointers for this?
    Thank You,
    Apoorva Dave

    You could use a Tree UI element together with a detail view for editing the selected tree node. Or you could use a "TreeTable" which is a Web Dynpro Table with a TreeByNestingTableColumn.

  • Integrating WPC pages in WDJ application

    Friends,
    I have created a WPC page. I need to integrate this page into a WDJ application.
    Please let me know how to do that. I am new to WPC and WDJ.
    Thanks and Regards.

    Hi,
    how exactly do you want to integrate WPC pages in WDJ? They can be integrated by many ways (url, iview etc.).
    best,
    --epexpert

  • Creating WDJ application for touchscreen devices

    Hello All,
    I need to develop one app with Web dynpro java which will be tested from touchscreen hardware. I checked the normal WDJ application on that machine and its working fine.
    But now the requirement is to provide the touchpad (as we see in touchscreen mobiles). And after clicking the input field, keyboard type touch pod opens up at the bottom of the screen and the selected values from the touchpad should be copied to the selected input field in sequence.
    Kindly help and suggesst some path to implement this asap.
    Regards
    Mandeep

    One option (the more correct), would be to use some application installed on the touchscreen device to carry out this task of 'keyboard'. However, you can put a button beside the input field (containing the image of a keyboard) and clicking this button opens a popup that simulates a keyboard, similar to the input field of the Google page.
    Regards,
    Angelo

  • Stateful WDJ application

    Hello Experts,
    I would appreciate any help or suggestions for the following scenario:
    I am developing two WDJ application using NWDS 7.0 SP7.  Both of these applications will be consumed by the Portal and accessed by two different Workset-->Pages. 
    The first application will allow the user to populate a "Shopping Cart" with products.  The Second application will allow the user to create a Customer Account.
    I would like the Portal user to be able to:
    - Populate a shopping cart
    - Access the "Customer Application" via the Portal CustomerWorkset-->Page
    - Return back to the "Shopping Application" through the ShoppingWorkset-->Page
    - See original Shopping Cart items.
    Can anyone please help me achieve this?  By default, it appears that when I return to the "Shopping Application", the app is reset.  If possible, I would like to avoid a creating Dictionary or EBJ components.
    Thank you for your time.
    Kind Regards,
    Matt

    hi dev ,
    you need not enable anything , you have to append sap-wd-showinfo at the end of your application url , i.e after the question mark.
    and in the status bar you will get
    Browser :7 (Parsing 3,HTML:4, JSBefore :0, JSAfter 0)J2EE :5 Back-end:0 Estimated Response size:6kb
    can u paste the URL that ur using and , another one what you can do is instead of calling rfc as the page loads , try to put a button and onclick of that button call the rfc , and see the status bar.
    Regards
    Govardan Raj S

  • Include WDJ application in Scheduler task

    Hi all,
    I would like to schedule an WDJ application : I have the par file for scheduler task, and the ear for web dynpro application,
    How can I include the ear in par ? shall I do this in portapp.xml ?
    Any code snippest ?
    Thanks
    Benjamin - Ben.J.

    Ben,
    I don't think that we can a WD application to run periodically.
    But there is an option to run a job periodically using KM Scheduler and schedule the same in portal.
    You can create a KM Schedler application using NWDS and deploy this into portal. Basically, this a PAR based application.
    To schedule a job in portal: System Admin -> System Config -> Knowledge Management -> Content Management -> Global Services -> Scheduler Task -> set the time table to schedule.
    Ram

  • Download WDJ application into local file from portal

    hi all,
    i have to download one WDJ application which is running in portal, and modifiy the same.
    how to do that,
    Thanks
    Bala

    Hi,
    Go through the following links
    [How to get source code from portal app]
    [Restore source code from ear file;
    [http://help.sap.com/saphelp_nw2004s/helpdata/en/9c/8a9383a2aeda4a962446d3c29b9e19/frameset.htm]
    Regards
    Raghu

Maybe you are looking for

  • ITunes update error 7 (windows error 1114) on Windows Vista Home Premium SP2

    I have been trying to update iTunes for the past month. I admit that I had not been keeping up with the updates for about a year but now that I want to update it, I am getting an error. Computer: hp Pavilion dv6700 Notebook PC, Intel Core2 CPU T8100

  • ORA-03113 and ORA-07445 ACCESS_VIOLATION (again)

    On: 10g Windows 2003 server IIS 6 ASP.NET 2.0 Oracle client 10.2.0.1.0 ODAC 10.2.0.2.21 odp.net 2.102.2.20 Validate Connection=true;Min Pool Size=0 in connection string All odp.net connection, command and parameter objects are closed/disposed after u

  • RMAN errors

    2 dbs backups are failing with these errors , looking for command to fix this.... RMAN-03009: failure of sql command on default channel at 04/14/2010 09:02:56 RMAN-11003: failure during parse/execution of SQL statement: ALTER SYSTEM ARCHIVE LOG CURRE

  • SPP and e-learning content integration with LMS

    HI, I urgently need help. We have developed e-learning content in SPP. The LMS is Moodle. I am linking the SPP published course into Moodle. when I launch the course from moodle, the user is asked to log onto the spp server. IS there anyway I can get

  • Recycle bin message in CS 4

    HI I created a manual connection for my client the other day because their connection became corrupt. She had 3 draft pages. When the new connection wa created - it recognized that she had drafts and said they would be placed in the recycle bin. I se