Accessing XI Web Service in Web DynPro

Hi Experts,
         I have a scenario wherein, I will have to access a Web Service that created in XI.
My Finding still now,
1. I have a web service which is created in XI System.
2. Created a Logical Destination in the Visual Administrator. We have given the wsdl URL, system ID, Client and Basic Authentication Information.
3. When we test the Web Service in the Visual Admin, we get a Message Reponse 200, but the content type says Unknown
4. When we test the Web Service in the SOAP Sonar Web Service Testing Tool, we are getting the correct solution
5. After that, we tried creating an Adaptive Web Service Model, using the WSDL URL.
6. When we deploy the application, we get the following error
Exception on creation of service metadata for WS metadata destination 'POItems' and WS interface 'POitem_WS_OUT'. One possible reason is that the metadata destination 'POItems' has not been properly configured; check configuration
When I tried to access a BAPI that is exposed as a Web Service by default, I end up in the following error
Exception on execution of web service with WSDL URL 'http://mycomp01:1001/sap/bc/soap/wsdl11?services=ZBAPI_POITEM_GETLIST&sap-client=800' with operation 'ZBAPI_POITEM_GETLIST' in interface '{urn ap-com ocument ap:rfc:functions}ZBAPI_POITEM_GETLISTPortType'
I have also tried to create a Deployable Web Service using the WSDL file in the Web Service Perspective. Once I deploy the ear file, it appears in the Visual Admin, but when I try testing it I get an error with Response Code 500
Note: I have tried to create an Adaptive Web Service model for the following Link : http://www.webservicex.net/WeatherForecast.asmx?wsdl that is availbale in the net using a logical destination that refers to the same WSDL URL, the application is working fine.
Server/Studio Config details
J2EE - 7.0
NWDS 2004s SP 12
JDK - 1.4.2_09
Please suggest a solution for the above problem or it would be helpful if you can give links that helps in creating a Web DynPro Application to access the XI Web Service. We have followed as per this Link :
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b2bc0932-0d01-0010-6d8e-cff1b2f22bc7
Regards,
Mathan MP

Vaishali,
never did this before, but some general ideas:
Do you have an WSDL for that web service? Then simply use your NWDS and select New --> Portal Service --> From WSDL (or similar). What I mean is the following: NWDS can read WSDL files and will automatically generate a proxy for you that actually generates an ordinary portal service. This portal service then can be called by standard means in SAP EP.
Regards,
Dominik

Similar Messages

  • Accessibility in Web Dynpro

    I've been asked to switch on accessibility for web dynpro. These are the steps I've taken so far but they don't seem to have had any effect:
    1) added the WDACCESSIBILITY parameter to an application with a value of X.
    2) The PDF document 'Developing Accessible Applications with SAP Netweaver', in section 4.4.2, tells me to add the following to the end of the url:  '?sap-accessibility=x'. I'm not able to do this on the application properties as the url field is greyed out. After launching the application I added it to the end of the url but it did not seem to make any difference...though I believe it may be that I will not see anything until I try it with a screen reader ?
    3) OSS Note 1412833 (though on a slightly different release to us) talks of having to make changes to table WDY_APP_PROP_DEF in order to get the WDACCESSIBILITY parameter to work. I've done this and I still do not see any change when trying 2) above.
    Does anyone out there have experience in this area that can provide me with some advice ? Am I following the correct steps (am I missing anything ?) and should I be seeing a difference in the aplication or should I only expect to see a change if I use a screen reader ?

    Hi,
    Check that you have added the correct parameters "sap-accessibility=x"
    Also tooltip will only be visible when there is a tab\focus on the UI element.
    Also you can check for accessibility in debug mode by adding param
    sap-accessibility=x&sap-accessibility-debug=x
    After that press CTRLALTSHIFT+A, A yellow coloured status bar will appear at the bottom of your window which will show you the accessibility tooltip for that UI element whenever that UI element gets focus
    Check the [snapshot|http://picasaweb.google.com/lh/photo/j2EDy-AXZfL5Fn-ZaZZUVQ?feat=directlink]
    Also you can have a look at following documentation
    http://www.sapdesignguild.org/resources/acc.asp
    http://www.sapdesignguild.org/resources/Accessibility_Guideline_WebDynpro_external_Version.pdf.
    Also check your IE version should be IE 6.0 or above.
    If all that doesn't helps than time to raise a CSN ticket.
    Regards
    Manas Dua

  • Re:********************Utilization of MS-ACCESS in Web Dynpro for java*****

    Hi all,
    Can anybody tell me how to fetch records from MS-ACCESS in Web Dynpro java.

    Hi,
    Please go through this thread Using MS Access as backend in Webdynpro Application
    Regards,
    ramesh

  • DB access in Web Dynpro Portal Service / or EJB with WebService ?

    Hi,
    I will develop a web dynpro application which will run in the EP and use an DB. How are the best practices in this scenario ? Should I use a Web Dynpro Model (EJB or WebService) for the persistence operations or should I use Portal Services ?
    Regards
    Flo

    Thanks,
    ok some words more... , I want to find out the differences between VC, PDK and Web Dynpro. Most of the parts of the application will be written in Web Dynpro. It´s possible to access portal services in Web Dynpro. But not with a Web Dynpro Model, so will going to use EJB/Webservice.
    But here I have one more question... I am wondering why EJB a n d Webservice in combination !?!? Can´t I only write a Webservice o r a EJB to achieve the DB connectivity ?
    Thanks
    Flo

  • Web Service access from WEB Dynpro

    Hi,
    I have requirement to pass the values from web dynpro to .NET cross application can any body guide me?
    Regards
    Srini.

    hi
    Check for the methods like setuser and set password for your webservice
    Request_<webservicename> request=new Request_<webservicename>();
        wdContext.nodeRequest_<webservicename>().bind(request);
        wdContext.currentRequest_<webservicename>Element().modelObject()._setUser("sdnuser");
         wdContext.currentRequest_<webservicename>Element().modelObject()._setPassword("sdnuser");
         wdContext.node<webservicename>Request().current<webservicename>RequestElement().setRequest(company);
         try
                   wdContext.currentRequest_<webservicename>Element().modelObject().execute();
         catch (Exception e) {
              wdComponentAPI.getMessageManager().reportWarning("Exception:"+e);
    Hope this helps,
    Regards,
    Arun

  • DB access in Web Dynpro application in Portal

    Hi,
    I will develop a web dynpro application which will run in the EP and use an DB. How are the best practices in this scenario ? Should I use a Web Dynpro Model (EJB or WebService) for the persistence operations or should I use Portal Services ?
    Regards
    Flo

    Hi Florian,
    go trrough these docs:
    EJBs in Web Dynpro Application Using Wrapper Class
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00be903b-8551-2b10-c28a-8520400c6451]
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1f5f3366-0401-0010-d6b0-e85a49e93a5c]
    Accessing database table using EJB and web dynpro
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70929198-0d36-2b10-04b8-84d90fa3df9c]
    Oracle Connectivity with EJB using WebDynpro Application
    [https://www.sdn.sap.com/irj/sdn/wiki?path=/display/wdjava/oracle%2bconnectivity%2bwith%2bejb%2busing%2bwebdynpro%2bapplication]
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0b657b7e-0c01-0010-74a4-b71518871800]
    hpe it hlps u...
    Regards
    Khushboo

  • SICF Access for Web Dynpro Development

    Developer wants access to SICF to be able to test any Web Dynpro Development. Currently no developer has access and Basis only gives access when requested - and only for short time. I believe developers should have access. Wondering how others have this setup. Thanks!

    > If a developer creats an app via SE80  - which does the same in ICF for the service  - then SICF access is required.
    Are you sure? Or is the tcode check only appearing somewhere in a trace?
    If that is true, then ICF service developers will anyway be able to start SICF directly. Please check the coding location of the check from the trace, if it is calling FM AUTHORITY_CHECK_TCODE (which I suspect it is...) then verify in SE97 that an SE80 developer can use (limited, coded...) SICF functionality from other contexts without starting it directly.
    What you can also do is protect the ICF services using the authorization group concept (including those you are not using...). If the developer wants to use one (in a new development) then it should be released for them by granting them access to it (authorization object S_ICF_ADM in their role) for development work and then ideally object S_ICF added to the service user they are using for development as well. If they are developing the role for the application together with the application coding development (this is the ideal scenario in my opinion for a knowledgable developer) then give them that access as well in PFCG for the role they are developing.
    I think it can safely be said that most developers can be trusted, but also to do stupid things though... and they enter their own user ID in the connection data..
    That is a reality. If you trust them and train them and collaborate with them to improve security - then they will be your best friends and understand more about security as well (to protect themselves from their own user ID's...).
    This is a very interesting topic. Thanks for raising it.
    Cheers,
    Julius
    ps: I don't like posting links, because I see it as an insult to the person who asked the question as not having done a search and not knowing  what they are talking about. But for the benefit of those who use the search and find this thread... please read this documention (or the one which is relevant for your release - I choose a reasonable release level...).
    http://help.sap.com/saphelp_nw04s/helpdata/en/61/d93822a88e15489a9391f309767366/content.htm
    Edited by: Julius Bussche on Mar 5, 2009 10:31 PM

  • 508 / Accessibility for Web Dynpro

    Hi,
    Does web dynpro support accessibility / 508 ?
    As I have read and heard on teh techEd the web dynpro stack9 will support this, so I can set the property sap-accessibility=x resp. accessibilityDescription="testtext".
    Also in the thread "Keyboard access to UI Element"
    Posted on: Jul 29, 2004 10:27 PM, by user: Armin Reichert
    Accessibility has been addressed and will be supported in the production release.
    So I have download the WAS 6.40 as a 90 days test licence. But in the NW Dev. Studio there is no such a attribute for the GUI elements. Do I have to upgrade? But how?
    Regards Ralph

    Hi Armin,
    thanks for the quick reply.
    What I mean is, that in the presentation PRTL205 of the TechEd2004, on page 30 there is a screenshot from the NW Dev. Studio where you can see a property 'accessibilityDescription' for a GUI Element. Is property is not in the current NW Dev.Studio which you can download from SDN.
    You know, if there is a 'newer' IDE than the one you can download?
    Regards
    Ralph

  • Data access in web dynpro

    Hi all,
    I'm new to web dynpro, i ve to develop web dynpro appliation which has to interact to oracle database(read/write). For example, if i give certain search criteria the application should display matched data in table format. I dont know how to start & where to start. Please help me out.
    thnx regards
    ilan

    Hi
    You can use the Table UIElement for this
    1.Create a node with cardinality 0..n
    2.Create attributes with the same type of database.
    3.Bind the node attributes with the database values
    4.bind the node to the Table UI Element
    See this thread
    Re: problem with displaying records from the database in a table ui element
    See this sample application and help
    https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/f0b0e990-0201-0010-cc96-d7ecd2e51715
    Kind Regards
    Mukesh

  • Issue while accessing two web-dynpro application, ESS/MSS and Payroll

    Hi All,
    We are facing one Critical Server Issue in our systems. Following is the scenerio:-
    Our Portal system was having one Application known as German Payroll application. Before last two week one more application of ESS/MSS i.e. Time Management has been deployed to our system.
    Now the user has two application with two different roles in the portal.
    When user try to navigate from Time Management Application to German Payroll application or German Payroll Application to Time Management Application  then they are facing Critical Server Error issue.
    But once the user try to refresh using CTRL+F5 then the problem got resolved.
    ========================================================================
    German Payroll applications back end server details:P95.
    Time Management Application back end server details: P23
    Steps to reproduce the issue:
    1-login to portalgot to Employee self service tab-wait for 3-5mins
    & than navigate to german payroll applications----& faced crtical
    server errors:
    Log from deafult trace:-
    =======================================================
    1.#0021280FECEE0028000000A400005A4B0004A2FA644F345C#1305096215265#com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent#sap.com/tcwddispwda#com.sap.tc.webdyn
    pro.progmodel.generation.DelegatingComponent#km048893#2758##n/a##fa2a61757b9911e08e660021280fecee#SAPEngine_Application_Thread[impl:3]
    _9##0#0#Fatal#1#/Applications/Xss#
    Java###null
    [EXCEPTION]
    #1#com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException
    at
    com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFCModelClassExecutable.java:107)
    at com.sap.xss.ser.xssmenu.fc.ModelHandler.onInit
    (ModelHandler.java:205)
    at com.sap.xss.ser.xssmenu.fc.wdp.InternalModelHandler.onInit
    (InternalModelHandler.java:428)
    at com.sap.xss.ser.xssmenu.fc.FcXssMenu.setPersonnelNumber
    (FcXssMenu.java:570)
    at com.sap.xss.ser.xssmenu.fc.FcXssMenu.onInit
    (FcXssMenu.java:292)
    at com.sap.xss.ser.xssmenu.fc.wdp.InternalFcXssMenu.onInit
    (InternalFcXssMenu.java:455)
    at com.sap.xss.ser.xssmenu.fc.FcXssMenuInterface.onInit
    (FcXssMenuInterface.java:165)
    System 'P95' is not possible because RFC Metadata was retrieved using
    System 'P23'. Please assure you have configured the RFC Connections
    properly. A Server restart may
    be necessary!#
    ==============================================================
    here is the catch....When user is trying to navigate from ESS tab(using
    custom jcos for Backend system P23) to German payroll(backend system
    P95) after 3 mins ---getting crtical error...Still its using the
    data/metadat jcos connection information of ESS applications from
    cache...that you can see in default trace.
    PS: Standards Jcos are configured for P23 systems:
    ====================================================
    SAP_R3_HumanResources----created with P23
    SAP_R3_HumanResources_MetaData----been created with P23
    SAP_R3_SelfServiceGenerics----been created with P23
    SAP_R3_SelfServiceGenerics_MetaData----been created with P23
    =====================================================
    P95----Germman payroll
    P23---ESS/MSS
    Name of Cutsomn Jcos created for bakcend P95 i.e. german payroll
    A-P95
    =======================================================
    SAP_R3_HumanResources:D95
    SAP_R3_HumanResources_MetaData:D95
    SAP_R3_SelfServiceGenerics:D95
    SAP_R3_SelfServiceGenerics_MetaData:D95 configured with sap-wd-arfc-
    useSys.
    Name of cutom jcos created for backend ESS/MSS P23
    B-P23
    =========================================================
    SAP_R3_HumanResources_MetaData:X23
    SAP_R3_HumanResources:X23
    SAP_R3_SelfServiceGenerics:X23
    SAP_R3_SelfServiceGenerics_MetaData:X23 configured with sap-wd-arfc-
    useSys.
    ========================================================
    Jcos parameter of P23 backend:
    JCo Pool Configuration
    Maximum Pool Size: 50
    Maximum Connections: 100
    Connection Timeout (msec.): 10000
    Maximum Waiting Time (msec.): 30000
    Jcos parameter of P95 backend:
    JCo Pool Configuration :
    Maximum Pool Size: 5
    Maximum Connections: 10
    Connection Timeout (msec.): 10000
    Maximum Waiting Time (msec.): 30000
    ===================================================================
    After more analyzing the situation we found that one web dynrpo component i.e. pcui_gp~xssutils is common to both the application and it is configured to standard JCO i.e.
    SAP_R3_HumanResources
    SAP_R3_HumanResources_MetaData
    SAP_R3_SelfServiceGenerics
    SAP_R3_SelfServiceGenerics_MetaData
    My thinking is that this component is giving us the problem.
    Please provide your comments and solution to rectify this issue.
    Also, let me know in case you need more information.
    Thanks in Advance
    Kuldeep Verma

    Hi
    First try a very simple application with nothing in it just one text saying Hello World
    Run it and see what happens.
    Also check if your url uses FQDN name. something like https:
    company.name.co:50000\.......
    If you do not use the FQDN it will always show a script error on the bottom and some functions will not work e.g
    dropdowns.
    regards
    Yuval.

  • Execute SAP transaction online ( w/o SAP access ) using web dynpro

    Hello,
    We have made a quiz on sap using a module pool program which we want to run online on systems wihtout sap access.
    How to go about it.we have to acces database for users QUIZ ID to run that particular quiz.In the end we are showing graphs for user score and certificate on smartforms.how we will run this transaction on web browser with dynamic interaction with the databse on the systems in same company.
    Thanks & Regards
    Monika

    Hi,
    You can directly call DB via native SQL call. What is a business reason for accessing DB directly without SAP Application server ? Are you looking for a way cheating user license ?
    Regards,
    Masa

  • Anonymous User Access to Web Dynpro ABAP Application

    Dear All,
    I'm not able to set anonymous user access to a WDA application. The requirement is : I have to Call the application if the user clicks a link on the portal (even before logging).
    Please note that I have gone thru note No. 1020795 and 1031159 and have complied and followed all the given steps there.
    Also, I have given anonymous acces to iveiw that i had created.
    Request the gurus around to help, if they have cracked a similiar situation.
    PS : Points are up for grab for any positive helps provided.
    Thankx a Ton in advance.
    Regds,
    Srini

    Hi, Srini,
    A WDA application runs on the WAS. It needs to login to the ABAP core in order o execute. In your case, what you can do is supply a user/passord directly on the service (tcode SICF).
    Hope this helps!
    Regards,
    Andre

  • BI query to be accessed from Web Dynpro Java

    Hello,
    I have a requirement to access a url that fetches data from BI.
    The BI query provides output as an xml file when the query is run in a browser and required authentication credentials are provided.
    I do not wish to use the standard BEx iView approach available in portal.
    Any clue how this can be achieved ??
    Thanks in advance.
    Regards,
    Sudeep

    Hi Avik,
    I imported the project 3-4 times already, moreover I created a fresh project also. Same outcome.
    I am executing the BAPI also. Just now I had restarted the Java Server, let see will that work, this might be pointing to some other server coz I originally configured with other server but shifted to another which i am using right now.
    will get back to you if solution achieved. Thanks.
    Best Regards
    Chander Kararia

  • Restart dialog instances after activating web dynpro abap services (SICF)

    Has anyone encountered a problem where you have to restart the ABAP dialog instances after activating a web dynpro abap service in SICF?
    We're implementing some of the HR Admin, ESS, and MSS ABAP Web Dynpro applications.  What is happening is that when we access these web dynpro abap applications the browser would go into an infinite loop.  This happens only when we have an abap central instance and one or more abap dialog instances.  It doesn't happen when we have just an abap central instance.  The way we fixed it is by restarting just the dialog instances (the central instance was left running), but this isn't an acceptable solution for the production environment.  Is there something else we have to do after activating the web dynpro abap service in SICF?  We tried clearing the cache, but that doesn't work.
    The landscape where this is happening is as follows:
    1. SAP Portal is being used to present the ABAP web dynpro app.  Portal is NW 7.0 SP15
    2. There is a web dispatcher for both the SAP Portal
    3. There is a web dispatcher for the ECC ABAP system.  ECC ABAP system is on NW Basis 7.0 SP14.
    Thanks.
    Regards,
    Mel Calucin
    SAP Portal Architect

    I actually found the same note 30 minutes ago.  I gaveyou full credit though. 
    Thanks!

  • Portal 7.3 & Web Dynpro iView, both accessed from Internet via Web Dispatch

    Hi guru,
    I'd like to know the best (or the correct) way to configure the FQDN and required DNS setting to allow user access ABAP Web Dynpro iview from internet.
    My setup here is very typical:
    One EP 7.3 in intranet, having "ep.internal.mycomp.com" as FQDN (given during installation)
    One SAP ECC in intranet, having "erp.internal.mycomp.com" as SAPLOCALHOSTFULL parameter
    One Web Dispatcher in DMZ, having "service.mycomp.com", and listen to 80 port (later added 8000 port for AS ABAP).
       User access my portal by using http://service.mycomp.com/irj, no problem.
    But problem raised during access WD4A iview, here are my problem and questions:
    [Problem]
    At the beginning, we found that the WD4A iView can only be accessed in intranet, not from internet. Eventhough we register "service.mycomp.com" in public DNS. After some http level analysis, I was shock that the WD4A iview is provided directly by AS ABAP which running this WD4A, EP does not play a "relay" role. (Don't believe the URL bar in your IE, use Tamper Data or HTTP live to check the HTTP requests, you will get it). Since we DO NOT have "erp.internal.mycomp.com" in public DNS, so the iview cannot be displayed. But I DON'T want direct access to my ERP box.
    I don't know a way to get rid of the "erp.mycomp.com" request generated by EP. So I tried to overcome the problem by leveraging the same Web Dispatcher used by EP. And I did make the WDisp -> ERP WD4A work using WDisp's FQDN (ie. service.mycomp.com:8000, also keep original service.mycomp.com:80 to EP), but the iview in EP does not use this FQDN. It use the SAPLOCALHOSTFULL parameter configured in backend ERP.  WDisp does not do any URL replacement for me.
    [Question 1]
    Is there any way to hide WD4A iview in EP (server to server communication only)?
    [Question 2]
    If I can only have "service.mycomp.com" entry in my public DNS, should I change the SAPLOCALHOSTFULL in ERP to "service.mycomp.com"?  I doubt  that it may cause a "loop" situation between WDisp and ERP ?
    [Question 3]
    Is it possible to access WD4A on ERP by two different FQDNs (one for public via WDisp, the other for internal access w/o WDisp) ? I know there is only one SAPLOCALHOSTFULL configuration.
    Anyone have done such integration ? please share your configuraiton. Thanks

    Hay Wei-Shang Ku,
    Many thanks to your prompt reply of this very old post I tried to ask!
    for the /sap/* redirect, think it required to use icm/HTTP/redirect_<xx> parametet in WDISP profile. And i did applied below too to make default WDISP URL go to /irj  (Portal login page).
    icm/HTTP/redirect_0 = PREFIX=/,TO=/irj
    so for "all request to /sap/* will go to ERP":
    icm/HTTP/redirect_0 = PREFIX=/sap/*,TO=/???  (how do you set the TO value here?)
    May i have your WDISP profile setting for reference? Did you make use of parameter wdisp/system_0?
    And here is my overall setting:
    we only have "service.mycomp.com" entry in public DNS.
    1. "service.mycomp.com" is WDISP URL mapped to 1 public IP (we used default http 80 port)
    2. we want user can access JPortal & also backend ERP via WebDynpro iView in JPortal via
       service.mycomp.com  (only port only)
    3. ERP system profile:
        SAPLOCALHOSTFULL = <ERPHOSTNAME>.mycomp.com (not in public DNS)
        icm/server_port_0 = PROT=HTTP,PORT=80$$,TIMEOUT=3600,PROCTIMEOUT=3600
    4. Portal:
        ABAP WebDynpro iView setting -
       System  = XXX (where XXX is alias of system iView)
      System iView setting -
        Logical System Name = ERPCLNTXXX
        ITS host = <ERPHOSTNAME>.mycomp.com:8000
    Thanks again your information, have headache of this issue for long times....
    Gary

  • After applying SP21 the web dynpro is not working (WDTypeNotFoundException)

    Hi
    We have recently applied SP21 to our NW04 system.
    The patch was successfully applied. But while accessing the Web Dynpro, we are getting WDTypeNotFoundException exception.
    The Error Message is as follows :
    +500 Internal Server Error
    Web Dynpro Container/SAP J2EE Engine/6.40
    Failed to process request. Please contact your system administrator.
    Hide
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
    500 Internal Server Error
    Web Dynpro Container/SAP J2EE Engine/6.40
    Failed to process request. Please contact your system administrator.
    Hide
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
    com.sap.tc.webdynpro.services.exceptions.WDTypeNotFoundException: type jp.co.companyname.projectname.pp.fnp09.datapreparemodel.types.Ru_cnfind not found
    at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getDataType(DataTypeBroker.java:224)
    at com.sap.tc.webdynpro.progmodel.context.DataAttributeInfo.init(DataAttributeInfo.java:318)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.addAttribute(NodeInfo.java:517)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.addAttribute(NodeInfo.java:530)
    at jp.co.companyname.projectname.pp.fnp09.main.RawMaterialView.wdDoModifyView(RawMaterialView.java:191)
    ... 28 more
    See full exception chain for details.
    System Environment
    Client
    Web Dynpro Client Type HTML Client
    User agent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.1.4322)
    Version
    DOM version
    Client Type msie6
    Client Type Profile ie6
    ActiveX enabled
    Cookies enabled
    Frames enabled
    Java Applets enabled
    JavaScript enabled
    Tables enabled
    VB Script enabled
    Server
    Web Dynpro Runtime Vendor: SAP, Build ID: 6.4021.00.0000.20070905102710.0000 (release=630_VAL_REL, buildtime=2007-09-19:20:40:15UTC, changelist=460812, host=PWDFM026)
    J2EE Engine 6.40 patchlevel 109749.313
    Java VM Java HotSpot(TM) Server VM, version:1.4.2_13-b06, vendor: Sun Microsystems Inc.
    Operating system Windows 2003, version: 5.2, architecture: x86
    Other
    Session Locale ja
    Time of Failure Mon May 17 18:35:52 JST 2007 (Java Time: 1197884152810)
    Web Dynpro Code Generation Infos
    companyname.co.jp/pp~fnp09
    SapDictionaryGenerationCore 6.4010.00.0000.20040910101802.0000 (release=630_VAL_REL, buildtime=2004-12-09:22:23:41UTC, changelist=280522, host=PWDFM026.wdf.sap.corp) +
    If you have any ideas please let me know.
    thanks and Regards
    Raghunahth L

    Hi raghu,
    You can go to Visual administrator (/usr/sap/<SID>/JCxx/j2ee/admin--go.bat)
    Give administrator credentials..
    Cluster-Server-Services-webdynpro Runtime.
    See if it is stopped.You can see red croos,if it is stopped.If it is,
    Right click on Webdynpro Runtine and  start.
    One more option,you can give a try is start all teh srvices manually through
    telnet
    This can be done with "run' command on you system
    telnet <IP adress> telnet port
    telnet port will be http port ending with 8.
    then give administrtaor credentials.
    then go with these commands,
    jump 0
    add deploy
    list_app
    start_app-all
    Try looki in for detailed error messages in default trace and application logs.
    Loc : /usr/sap/<SID>/JCxx/j2ee/cluster/server0/log
    Regards
    Usha

Maybe you are looking for

  • Text from text module is not appearing in smartform output

    Hi Experts, We are using text modules in one of our smartform to print the sender text . The name of this text module is being dynamically determined during the execution and is coming correctly but still the the text inside the text module is not ap

  • How do I lock in Firefox to English only?

    I live in Japan but cannot read kanji, therefore most of the time am not heading for the pages in Japanese that open up via Firefox after using a search engine. This occurs nine times out of ten. I'm tired of playing hunt and peck trying to find the

  • Acrobat X save metadata to XMP file problem

    I am having no luck saving metadata from a PDF to an XMP file using Acrobat X. This has worked properly for me in previous versions of Acrobat, but since upgrading to Acrobat X 10.1.7 the XMP file is given no name automatically, and when saved is zer

  • How to refer to VO data in controller's processFor Request method

    Hi This is my scenario. On my page, I have a table with a check box against each row. In the processRequest method of controller, I am able to execute the VO query and display the data in the table. In processFormRequest, I want to identify which row

  • G/L picking during account assignment P & Q

    Hi Experts, Please help me to clear one doubt: With Q system is picking G/L account as per OBYC settings corresponding to valuation class of material irrespective of what G/L I enter manually here, a default G/L is picked and its understood. But with