Configuration webdynpro aplication.

Dear,
I'm having this error in the implementation of WebDynpro application
Could you help me.
thanks!
The URL http://rjsrvsapd155:8000/sap/bc/webdynpro/sap/zz_pfa_bapiflight was not called due to an error.
Note
The following error text was processed in the system ECD : Die URL enthält keine vollständige Domainangabe (rjsrvsapd155 statt rjsrvsapd155.).
The error occurred on the application server rjsrvsapd155_ECD_00 and in the work process 0 .
The termination type was: RABAX_STATE
The ABAP call stack was:
Method: CHECK of program CX_FQDN=======================CP
Method: STARTUP_CHECKS of program CL_WDR_UCF====================CP
Method: CONSTRUCTOR of program CL_WDR_UCF====================CP
Method: CREATE of program CL_WDR_UCF====================CP
Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
Module: %_HTTP_START of program SAPMHTTP
Leonardo.

Abhimanyu,
I'm reconfiguring the URL for us to do further tests.
Leonardo Vasconcelos

Similar Messages

  • URL Error for all Webdynpro Aplication's

    Hi,
    i can nor run any webdynpro aplication und i recive follow Errorlog in "st11"
    in hostfile are 2 IP-adress registrated:
    127.0.0.1       localhost
    10.10.0.10      AFLAKI
    and all services are aktive.
    What can i do ?
    14.07.2009                                             RSTR0006: Display Developer Traces                                                    1       

    Hi Reza,
    First try to check your SAP portal is properly opening or not.
    If not, then please check your computer name and update the host file.
    For updating host file --> Go to START > Run > Enter "Drivers" then etc->host file. update your IP and computer name.
    Hope this will help.
    Thanks
    Arun

  • Is it possible to configure Webdynpro in Netweaver ABAP/JAVA trial version.

    Hai, all
    Can anyone clear me that, is it possible to configure Webdynpro in Netweaver ABAP and Netweaver JAVA trial versions.

    Hello Senthil ,
    It possible to configure Webdynpro in Netweaver ABAP trial version.
    SAP NetWeaver 7.0 ABAP Trial Version (incl. Web Dynpro ABAP) is available on SDN Download .
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/cfc19866-0401-0010-35b2-dc8158247fb6">to Download !</a>
    Regards ,
    Santosh

  • Is it possible to configure Webdynpro in Netweaver ABAP/JAVA trial vers

    Is it possible to configure Webdynpro in Netweaver ABAP/JAVA trial version.

    Hello Senthil ,
    It possible to configure Webdynpro in Netweaver ABAP trial version.
    SAP NetWeaver 7.0 ABAP Trial Version (incl. Web Dynpro ABAP) is available on SDN Download .
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/cfc19866-0401-0010-35b2-dc8158247fb6">to Download !</a>
    Regards ,
    Santosh

  • How to configure Webdynpro for ABAP Launch for Travel Request workflow UWL

    Hello,
    We are on SAP ECC 6 EHP4, SAP Netweaver 7.01 SP5, for portal BP1.41. When we are running travel request in this new Webdynpro for ABAP in UWL it will lead from an attachment to PR05 trx. I would think that it would gve another screen where the manager can check a travel request. Is the standard SAP solution leading to this trx. PR05? We have tried to customize the task 20000189 in SWFVISU but it doesn't give us any results.
    I would appreciate if you can give me an advice whether SAP standard solution will lead to PR05 or is there any other options what we haven't discovered yet. Otherwise we have to start customize it.
    Regards, Paivi

    Hi,
    Please follow the below configuration steps for ABAP proxy:
    ABAP Proxy configuration:
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    Thnx
    Chirag

  • Problem in using the RFC model in webdynpro aplication

    Hi,
    I am trying to access FM CRIF_GET_EMPLOYEE_FOR_USER from the backend system in webdynpro application in two different ways
    1.By using JCO classes in a java class
    IRepository repository;
      public int getPernr(String user)
      int ret = 0;
    String user = "SRESP5";
      double pool = Math.random()*100000000;
    //     the repository we gonna be using
      try{
    //      Add a connection pool for the specified system
         wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess(""+pool);
      JCO.addClientPool(
      "DE1", //alias for this pool
      100,
    //     max. number of connections
      "540", //SAP client
      "", //userid
      "", //password
      "EN", //language
      "sapde1ci.zrh.swissre.com", //host name
      "10" //system number
    //      Create a new repository
      repository = JCO.createRepository(
      "MYRepository", "DE1");
      wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess(
         "ExceptionwwwwwwxSS");
      catch(JCO.Exception ex) {
      wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess(
      "Exceptionwwwwwwx"+ex.getMessage());
      JCO.Client client =
      null;
      try{
    //      Get a function template from the repository
         wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess(
         "SSS");
    //     wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess("ExceptWWWW");
      JCO.Function function = repository.getFunctionTemplate(
      "Z_CRIF_GET_EMPLOYEE_FOR_USER").getFunction();
      wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess(
         "ddd"+function); 
         wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess("ExceptioWWW");
    //      Fill in input parameters
      JCO.ParameterList input = function.getImportParameterList();
      input.setValue(user,
      "USER_NAME" );
    //     input.setValue(String.valueOf(new Date()), "BEGINDATE" );
    //     input.setValue(String.valueOf(new Date()), "ENDDATE" );
    //      Get a client from the pool
         wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess("ExceptionQQ");
      client = JCO.getClient(
      "DE1");
    //     wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess("Exception");
    //      Execute function the remote system
      try{
       client.execute(function);
      }catch(Exception e){
         wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess("dd"+e.getMessage());
      wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess(
       "Exceptionw"); 
    //      Print return message
      ret=function.getExportParameterList().getInt(
      "EMPLOYEENUMBER");
      System.out.println(
      "3");
      System.out.println(
      "RETURN MESSAGE: " + ret);
      wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess(
         "SSSWSS");
      catch(Exception ex) {
      System.out.println(
      "Caught an exception333: " + ex);
      finally{
    //      Always release client !!!
      //JCO.releaseClient(client);
      JCO.removeClientPool("DE1");
    //     try
      return ret;
    it is returning the PERNR of the username passed as an input parameter.
    2.But when I am trying to use an adaptive RFC model and it is giving NO_EMPLOYEENUMBER_FOUND
    here is the code
    in view
    public void wdDoInit()
        //@@begin wdDoInit()
         wdThis.wdGetTestAppController().executeBapi();
        //@@end
    In Controller
    public void wdDoInit()
        //@@begin wdDoInit()
        Z_Crif_Get_Employee_For_User_Input input = new Z_Crif_Get_Employee_For_User_Input();
         wdContext.nodeZ_cr().bind(input);
              input.setUser_Name("SRESP5");
        //@@end
    public void executeBapi( )
        //@@begin executeBapi()
         try{
                        wdContext.currentZ_crElement().modelObject().execute();
                        wdContext.nodeOutput().invalidate();
                      }catch(Exception e){
                   wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess("User111:"+e.getMessage());
        //@@end
    please help me in solving this issue.points will be awarded for sure for the helpful answer.
    Bala

    Hi,
    Change this line of code:
    wdContext.nodeZ_cr().bind(input);
    to
    wdContext.nodeZ_Crif_Get_Employee_For_User_Input().bind(input);
    Try executing your application now.
    Regards,
    Murtuza

  • Dateformat: Date Picker configuration WebDynpro

    Hi,
    Anybody knows how to change dateformat in JavaScript code of a webdynpro application?.
    All my applications generates the following code:
    ur_system = ;
    I need to change "dateformat: 1" to dateformat: 2".
    Thanks.

    Hi,
    The current session locale is picked from the one which is present and has the highest priority
    Its in this order..
    1.URL
    2.User ID
    3.Browser
    4.Default Locale Property
    5.WD system
    6.VM Default
    7.Final locale
    Check if all the values are set in dd/mm/yyyy format.
    ( Not sure if this will solve your problems )
    Regards
    Bharathwaj
    Message was edited by: Bharathwaj R

  • WebDynpro configuration steps for E-Recruiting

    Hi,
    I'm implementing SAP E-Recruiting 6.04. My systems include ECC600, Portal 701, and I already setup TREX 700 and connected to SAP sucessfully.
    What are steps I should follow to configure WebDynpro ABAP for my E-Recruiting?
    Also, how would I configure on Portal for E-Recruiting?
    Please help me steps by steps.
    Thanks in advance.

    Hi Shamrin,
    in the attachment of the note 997181 you can find useful information.
    Kind regards, Antje

  • ABAP Webdynpro Configuration

    Hi Experts ,
    How to Configure WebDynpro in ECC6
    My system configuration is ECC6 EHP4
    NetWeaver 701
    Thanks
    Ujjwal

    Hi Kumar,
    Activate your services in sicf and ad the FQDN in the host file.
    Active Services in SICF - Developing, Configuring, and Adapting Applications - SAP Library
    Regards,
    Nikhil

  • Error while trying to call a ABAP webdynpro appl. as a link on html form

    Hi,
      When I am trying to call a ABAP Webdynpro aplication as a link on html form. I get the following error
    Error when processing your request
    What has happened?
    The URL http:///sap/bc/webdynpro/form_ap/ (Path of ABAP webdynpro application) was not called due to an error.
    Note
    The following error text was processed in the system DRD : Error in Web Dynpro Runtime System
    The error occurred on the application server DRD_06 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: GET_REQUEST_INPLUG_PARAMETERS of program CL_WDR_CLIENT_APPLICATION=====CP
    Method: INIT of program CL_WDR_CLIENT_APPLICATION=====CP
    Method: IF_WDR_RUNTIME~CREATE of program CL_WDR_MAIN_TASK==============CP
    Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP 
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system DRD in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server DRD_06 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server DRD_06 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 102 -u:  -l: E -s: DRD -i: DRD06 -w: 0 -d: 20081002 -t: 032939 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    Any help will be greatly appreciated.
    Thanks
    RM

    RM,
    url clearly shows that it is unable to get host and port.check how you are building that url in html page
    Thanks
    Bala Duvvuri

  • Team Viewer and WebDynpro IView

    Hi all,
    I have a two iViews, the first I use a team viewer and the second a WebDynpro Aplication. I want selected a employee in the team viewer and pass your key in the web dynpro Iview.How can i proceed?
    Thanks
    Ivo

    Thanks Armin!

  • ABAP WebDynpro-Trial System in a LAN(not with localhost)

    Hello Basis experts,
    i have installed the WebDynpro ABAP Trial system(NW 2004s) successfully on my laptop.
    Now,I want to lauch the WebDynpro Aplications from an other Client in my private Network(not with http://localhost:8000...). When i try to access WebDynpro via IP-Adress i get the Web-Dynpro Error message that I need a full qualified domain with extension for Web-Dynpro for ABAP.Can i solve this on the Trial-system? Any ideas?
    PS: The other client is a Nintendo WII Game-Console.
    I have installed Opera for devices(http://www.opera.com/products/devices) on the WII and now i want to lauch a WebDynpro Test-Application with the movement of my hands via Nunchuk and WII-Remote;-)
    Frank

    Hello Frank,
    Usually you could add an entry to the 'hosts' file on the pc from where you call the server.
    For instance, if the application server bears the name "appserver" with ip 192.168.0.1 and the client is called "client" with ip 192.168.0.2, you have to add an entry to the 'hosts' file on the "client". This file can be found under Windows in %WINDIR%\System32\Drivers\etc
    The entry looks like:
    192.168.0.1      appserver.example.domain
    After this you can call the WebDynpro from the "client" by using appserver.example.domain as full qualified domain name.
    Not sure whether this works on your Nintendo WII (especially how to find your hosts file).
    Hope this helps anyway,
    Klaus

  • ESS:WebDynpro Based Personal Information iviews.?

    Hi All,
    I am configuring ESS Personal Information. Using Ecc 5.0 , mySAP ERP 2004 60.2 ESS BP and EP6.0. Has anybody configured WebDynpro based Personal Information for country specific India version( country code:40)..Am able to get ITS based Personal Information,but clients are asking for WebDynpro based iviews
    Any inputs on this will be a great help..
    Thanks & Regards,
    Mahesh.M.R

    Hi Girish,
    We are using EP 6.0 and we have downloaded standard Business Packages of mySAP ERP 2004 60.2. SAP had told that webDynpro based iviews were not present earlier and now they have released the patch for  Personal Info for india country version..
    The patch has been applied by the basis person.
    The error what we get is:
    <i>  com.sap.dictionary.runtime.DdException: Type com.sap.xss.hr.per.in.family.model.types.Hcmt_Bsp_Pa_In_R0021 does not exist</i>
    We dont have Netweaver Developer Studio and dont know WebDynpro.
    So how can i proceed further..
    Regards,
    Mahesh.M.R

  • Webdynpro ABAP Travel and Expenses

    Hi All,
             I have configured Webdynpro ABAP Travel and Expenses with ESS 1.41. I am able to submit an expense request and view the PDF form when I click on the Display form in the request. I am using the standard worklfow WS20000040 for trip approval. When I submit a trip it comes back to the employee for for the trip consistent check. In this step when I click on the "Display Form" button I am getting the error "Value null of URL parameter SAP_FITV_PERSNO has the wrong type".
    I followed the steps mentioned in the migration guide attached to the note 1076144 and I have uploaded the XML file provided for EHP4 in the portal.
    XML
    ===
        <Action name="com.sap.pct.erp.mss.tra.action.DisplayExpenseForm" groupAction="" handler="SAPWebDynproABAPLauncher" referenceBundle="com.sap.pct.erp.mss.tra.DisplayForm" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="toolbar=no,menubar=no">
          <Properties>
            <Property name="WebDynproApplication" value="FITV_TRIP_FORM"/>
            <Property name="SAP_FITV_TRIPCMP" value=""/>
            <Property name="SAP_FITV_TRIPNO" value=""/>
            <Property name="System" value="System_Alias"/>
            <Property name="WebDynproNamespace" value="sap"/>
            <Property name="display_order_priority" value="10"/>
            <Property name="SAP_FITV_PERSNO" value="${item.EmployeeNumber}"/>
          </Properties>
        </Action>
    But if I hard code the TRIP number and Personnel number the PDF forms opens correctly.
    XML
    ===
        <Action name="com.sap.pct.erp.mss.tra.action.DisplayExpenseForm" groupAction="" handler="SAPWebDynproABAPLauncher" referenceBundle="com.sap.pct.erp.mss.tra.DisplayForm" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="toolbar=no,menubar=no">
          <Properties>
            <Property name="WebDynproApplication" value="FITV_TRIP_FORM"/>
            <Property name="SAP_FITV_TRIPCMP" value=""/>
            <Property name="SAP_FITV_TRIPNO" value="123456789"/>
            <Property name="System" value="System_Alias"/>
            <Property name="WebDynproNamespace" value="sap"/>
            <Property name="display_order_priority" value="10"/>
            <Property name="SAP_FITV_PERSNO" value="00945892"/>
          </Properties>
        </Action>
    The bindings in the workflow are correct, I am not sure why the values are not being passed from the UWL to the FITV_TRIP_FORM application.
    If you have encountered this issue, can you please let me know how you fixed this.
    Thanks,
    Anand

    Hello krupanand,
    We are also facing the same issue.
      But still we are facing the issue.  we have implimented the note 1076144 but not 1239932.
    Is it mandatory to impliment  the second note.
    The reason we didnt impliment note 1239932 is that,  we are not using FITV_POWL_TRIPS  application.
    we are using the UWL iview for travel workitems
    Kindly help in sorting this issue.
    BR,
    Harthi

  • Webdynpro for abap inecc5.0

    hai experts!
    can u tell me is it possible to configure webdynpro for abap in ecc5.0 ?
    if yes can u tell me in detail?
    byeee

    hi kiran..
        it is not possible to configure web dynpro abap in ecc 5.
    --regards,
      alex b justin

Maybe you are looking for

  • Windows XP Conversion Kit

    Hi all I have a new T61 with Windows Vista Ultimate. I would like to downgrade to Windows XP. I got three CD's with the Notebook 1. Rescue and Recovery CD P/N 43R4481 2. Product Recovery CD for T61 .. P/N 44Y4003 3. Supplemental Product Recovery CD f

  • EAP_TLS not successful, getting X509 decrypt error - certificate signature failure

    Hi I am trying EAP-TLS authentication on ACS 5.1. I have placed the Root CA of the device certitifcate on ACS. But getting this error. OpenSSLErrorMessage=SSL alert code=0x233=563 ; source=local ; type=fatal ; message="X509 decrypt error - certificat

  • New iopd on an existing account

    My daughter got a new ipod and wants to replace her old one with it on her itunes account. Is this possible? How do you remove an old ipod and add a new ipod to an existing account?

  • Netweaver 7.0 ABAP Trail Version can't be started.

    Hi Gurus, I downloaded the ABAP trail version from SDN and installed it in a VMware machine running Win2003 server enterprise version. However, each time I wanted to start the application server, I got a timeout error. Console output looks like: ====

  • Problems downloading adobe reader

    Can anyone help me. I recently purchased a new PC and tried yesterday to download adobe reader. I had to click on the 'if the download does not start click here' but when I did I was given an option to save or cancel... there was no option to RUN. I