WD ABAP: Regarding the url

Hi,
I just installed the netwear2004s for ABAP. My intention is to learn webdynpro. I installed this on a different machine. When I tried to execute some demo web dynpro, I am facing an error regarding the url. The url its trying starts with localhost:....., whereas it should be the system number of that system. When I changed 'localhost' to the corresponding system number, I am able to get the screens
How to change to the system number instead of "localhost"?
Thank you in anticipation.
S V Raja

Hi,
after installation, did you carry out the necessary configuration settings? See http://help.sap.com/saphelp_nw2004s/helpdata/en/43/e86de5008b4d9ae10000000a155369/frameset.htm
Regards, Heidi
PS: See also http://help.sap.com/saphelp_nw2004s/helpdata/en/8c/780741375cf16fe10000000a1550b0/frameset.htm
Message was edited by: Heidi von Geisau

Similar Messages

  • WD ABAP - Reading the URL Parameters for FPM application

    Hi,
    As per the Custom requirment,
    I want to pass URL parameters for WD ABAP application (sap/bc/webdynpro/dbm/app_veh_cus_search) which uses FPM.
    example: sap/bc/webdynpro/dbm/app_veh_cus_search?Customer=12345&fromExternal=true
    I am facing difficulty in reading the URL parameters.
    How to read/get the URL Parameters for an FPM WD ABAP application????
    Observation:
    I tried reading the parameter in Window --> HANDLEDEFAULT method. But could NOT read the Parameters from here for FPM application whereas if I create a Z Custom application then I could read the URL Parameters. so the issue is in reading the URL Parameters for FPM application.
    Kindly support
    Regards,
    Hussain

    Hi Hussain,
    You can do this either with the methods of interface if_fpm_parameter...
    DATA lo_param TYPE REF TO if_fpm_parameter.
    lo_param = cl_fpm_factory=>get_instance( )->mo_app_parameter.
    CALL METHOD lo_param->get_value
        EXPORTING
            iv_key   = parameter_name
        IMPORTING
            ev_value = parameter_value.
    or a more generic approach using class cl_wd_runtime_services...
    cl_wd_runtime_services=>get_url_parameter
    Cheers,
    Amy

  • Specifications for the report regarding the invoiced quantity.

    Hi all SAP gurus,
    I want to give specifications to the abaper regarding the layout of a report. The details are sales order, materials in it, order quantity, invoiced qty, balance qty and stock against the balance qty.
    I want to know the table & field name  where the qty is getting updated. Suppose order qty is 20, today i invoice 5 qty. The balance is 15. When i run the report, in the invoiced qty column the system should show 5. Tomorrow i invoice 10 qty, the balance will be 5. When i run the report again, in the invoiced qty column, the system should show 15.
    Where is the data stored regarding the updated qty which is already invoiced.
    The scenario is MTS. Is it possible to show the exact available qty in the balance qty. column some material may be confirmed for other sales order also.
    Regards,
    Allabaqsh G. Patil

    Hi
    Need to understand couple of more things before i tell you the fields as are you considering report Based ON invoice or delivery as you are saying that order quantity is 20 and invoice is 5 , ( do you mean to say delivered quantity is 5)
    secondly since this report is for stock are you taking into the account of all the pending orders not yet delivered , partially deliverd.
    Hope  you understand this as this report could change every minute the order is delivered
    And as per my knowledge there is no such table which can give  you that information , you need to write a logic which will consider the open orders, partially delivery , and stuff into .....hope i am in Sync with what you are asking
    Cheers

  • Construct the URL to launch a specific C-project from ABAP Report.

    Hi All,
    For one of my ABAP applications, I want to open a specific C-project in the browser from an ABAP Report.
    Constructing some URL, I could navigate to the list of all the C-projects that we have in portfolio.
    Now to navigate to a particular C-project in that, I don't know how to proceed. To be specific, I don't know how to pass the C-project ID in the URL and make it understand which project I want to open.
    When we right click on any field in the NWBC, in the technical help, we have "URL Start Parameter". Can these be used to construct the URL?
    I have attached the screen shot of the URL Start parameters that I see in NWBC.
    Regards..
    Piyush R. Sakharkar

    I think you are using “Content-Type” header or an “Accept” header.
    You should be using “Accept: application/xml” for that request
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center
    Canada
    Follow us on Twitter

  • Regarding the Authorization in ABAP-HR

    Hi all,
        I want to know about the Authorizations in the ABAP-HR. If any body is having any material regarding the can you plz share with me...
    thanks in advance,
    Suresh

    Hi Kutam,
    Chk these Links....
    Can i have the list of infotypes .
    abap hr
    http://www.asug.com/client_files/Calendar/Upload/HR_STRUCTURAL_AUTHORIZATIONS.ppt
    Reward Points if Useful
    All the Best
    Gokul

  • Regarding the PPT or documents to give session regarding the HR- ABAP

    Hi all,
      Well and wish same from you.. Can please share the PPT or documents to give session regarding the HR- ABAP.
    Thanks ,
    Suresh

    Hi ,
      Please send to my personal id [email protected].
      Thanks in advance..
    Suresh.

  • Get the URL to call a webdynpro in ABAP

    Hi,
    how can I get the URL that is generated automatically for a webdynpro?
    When creating a webdynpro a URL where I can call it is automatitcally created - how to get this URL in my ABAP coding?
    Many thanks for every suggestion,
    C.

    Try this code.
    data :lc_webdynprourl type ref to CL_WD_UTILITIES.
    data :lv_url type string.
    create object lc_webdynprourl.
    CALL METHOD CL_WD_UTILITIES=>CONSTRUCT_WD_URL
      EXPORTING
        APPLICATION_NAME               = 'Test'   "Your web dynpro applicaiton name
       IN_HOST                       =
       IN_PORT                       =
       IN_PROTOCOL                   =
       IN_PARAMETERS                 =
       IN_CLIENT                     =
       IN_FORWARD_ACCESSIBILITY_FLAG =
         NAMESPACE                     = 'sap'
      IMPORTING
       OUT_HOST                      =
       OUT_PORT                      =
       OUT_PROTOCOL                  =
       OUT_LOCAL_URL                 =
         OUT_ABSOLUTE_URL              = lv_url.
    Good luck,
    Krishna

  • Why does Test-EcpConnectivity throws a warning regarding the internal URL property not being set, when in fact it is set?

    Hello,
    I have setup an Exchange 2013 CU6 environment which contains the following:
    1 machine with client access role
    3 machine with mailbox role
    1 machine with both client access and mailbox server role.
    When I run the Test-EcpConnectivity against the machine which has both roles I get the following:  
    WARNING: The test couldn't test the internal URL of this virtual directory, because the InternalURL property isn't set.
    But when I run "Get-EcpVirtualDirectory|fl" against the same machine, it shows that internal url property is set.
    Why is this happening and how can it be solved?

    Hi,
    The Test-OwaConnectivity cmdlet has been deprecated. It is recommended to use the
    Get-ServerHealth cmdlet to monitor server state.
    Regarding the parameter of Get-ServerHealth
    http://technet.microsoft.com/en-SG/library/jj218703(v=exchg.150).aspx
    Refer to this similar thread
    https://social.technet.microsoft.com/Forums/en-US/e952a854-647e-4f88-b54c-449c82c1c82e/testowaconnectivity-fails-cannot-find-internalurl-property?forum=exchangesvrdeploy
    Best Regrads.

  • Regarding the clusters  in HR - ABAP

    Hi All,
                  Anybody is having the documents regarding the clusters. If so can u please share with me…?
    Thanks & Regards,
      Suresh

    Hi Suresh,
    Go through  the following link.You will get a brief knowledge about clusters in HR
    www.hrexpertonline.com/downloads/12-04.doc .
    Regards,
    Deepthi Reddy

  • Regarding bookmark the url

    Hi
    Problem Statement:
    There are two systems A(www.A.com) and B(www.B.com). Both the sites are secure accessible through login. A site users has provision to navigate to B site but they cannot login directly to B site. They have to login first to A site and navigate to B site, there is a link provided to it.
    When the user has login to A site and navigates to B site, the A system will do authentication and B site and opens the B site. When A site user is currently in B site and book marks (add to favourite) the url (url will be on B site). The next time when A site user opens the site from the book mark, he/ she will see the login page of B site. Actually it should show the A site login page, since the A site user can login to only A site.
    What I tried was, I added an intermediate page with frame so that when user navigates to the B site, the url in the address bar remains the same as A site. The A site user can book mark only A site url.
    <html>
    <frameset >
    <frame src="httpProcessorServlet?cmd_processForm" />
    </frameset>
    </html>
    httpProcessorServlet - is the servlet which does the authentication to B site and redirects to B site after successful authentication.
    But here I am getting authentication failure error when I use the intermediate page as mentioned above.
    Please suggest how to solve this problem?
    Thanks
    Chandrashekar

    My guess is that the httpProcessorServlet verifies that the user has logged in to the A site before it allows access to the B site. If the user has bookmarked the frame page and then accesses the bookmark without logging into site A what ever httpProcessorServlet is using to validate the user is not there which causes the authenication error.
    The frame page needs to check if the user has logged in and if not send the user to the A site login page first.

  • How can we hide the URL with Webdispatcher after SSO redirect

    Repost in correct forum
    We have setup SSO with Kerberos and SPNEGO for NWBC and now we want to expose it to the internet via SAP Webdispatcher.
    NWBC is on a singelstack ABAP system on server1 and we have configured a standalone J2EE system on server 2 for isuing the saplogon ticket.
    This works fine with the redirect from icf NWBC -> Error Pages -> Logon Error -> Redirec to URL (Form Fields) http://server2:port/redirect/redirect.jsp
    on server2 we have a java application (redirect/redirect.jsp) witch has %response.sendRedirect("http://server1:port/nwbc")%
    Problem is that when the webdispatcher calls http://server1:port/nwbc the URL in the browser is hidden with MYDOMAIN.COM/nwbc but when the Logon-error (no saplogon ticket yet) is redirecting to  http://server2:port/redirect/redirect.jsp the browser is showing the actual URL http://server2:port/redirect/redirect.jsp and also when returning to NWBC the browser is showing http://server1:port/nwbc.
    And we don't wan't to expose hostnames (server1 and server2) to the internet.
    I got this answer:
    This question belongs to the SAP NetWeaver Application Server space, this space is for NWSSO topics only, the separately licensed product from SAP.
    Regarding your question you have to configure Web Dispatcher for both AS JAVA and AS ABAP and refer to Web Dispatcher URLs only. That includes ICF node configuration and the redirect servlet. The URL generation in AS ABAP needs to be configured so that URLs are generated to point to the Web Dispatcher. Use table HTTPURLLOC for that.
    But how do I set up webdispatcher for both ABAP http://server1:port/nwbc (this is working fine before SSO config.) and JAVA http://server2:port/redirect/redirect.jsp?
    This is my profile on webdispatcher:
    SAPSYSTEMNAME = SID
    SAPGLOBALHOST = LOCALHOST
    SAPSYSTEM = XX
    INSTANCE_NAME = INS
    DIR_CT_RUN = $(DIR_EXE_ROOT)\$(OS_UNICODE)\NTAMD64
    DIR_EXECUTABLE = $(DIR_CT_RUN)
    #SAP Cryptolib
    DIR_INSTANCE = D:\usr\sap\SID\INS
    ssl/ssl_lib = D:\usr\sap\SID\INS\sec\sapcrypto.dll
    ssf/ssfapi_lib = D:\usr\sap\SID\INS\sec\sapcrypto.dll
    sec/libsapsecu = D:\usr\sap\SID\INS\sec\sapcrypto.dll
    ssf/name = SAPSECULIB
    wdisp/ssl_encrypt = 0
    icm/HTTPS/verify_client=0
    wdisp/add_client_protocol_header = true
    wdisp/auto_refresh = 120
    wdisp/max_servers = 100
    ssl/server_pse = D:\usr\sap\SID\INS\sec\sid2SSL.pse
    rdisp/mshost = <ip for abap server1
    ms/http_port = <ms http port for abap server1
    # Configuration for large scenario
    icm/max_conn = 16384
    icm/max_sockets = 16384
    icm/req_queue_len = 6000
    icm/min_threads = 100
    icm/max_threads = 250
    mpi/total_size_MB = 500
    mpi/max_pipes = 21000
    # SAP Web Dispatcher Ports
    is/HTTP/default_root_hdl = abap
    icm/HTTP/j2ee_0 = PROT=HTTP,HOST=Server2,PORT=5xxxx
    icm/server_port_1 = PROT=HTTP,HOST=localhost,PORT=xxxxx
    icm/server_port_0 = PROT=HTTPS,HOST=mydomain,PORT=xxx
    icm/HTTP/mod_0 = d:\usr\sap\SID\SYS\profile\filter_rules.txt
    icm/HTTP/admin_0 = PREFIX=/sap/admin,DOCROOT=$(DIR_DATA)$(DIR_SEP)icmandir,AUTHFILE=$(icm/authfile),PORT=xxxxx,HOST=LOCALHOST
    and this is the filter_rules.txt
    # Rules
    if %{HTTP_HOST}  RegIMatch MYDOAMIN.COM*
    RegIRewriteUrl ^/$ /sap/bc/nwbc?sap-client=200
    if %{HTTP_HOST}  RegIMatch mydomain.com*
    RegIRewriteUrl ^/$ /sap/bc/nwbc?sap-client=200
    if %{HTTPS_HOST}  RegIMatch MYDOMAIN.COM*
    RegIRewriteUrl ^/$ /sap/bc/nwbc?sap-client=200
    if %{HTTPS_HOST}  RegIMatch mydomain.com*
    RegIRewriteUrl ^/$ /sap/bc/nwbc?sap-client=200
    I am new to this area

    You can use Web Dispatcher for multiple systems, in your case one AS ABAP and one AS JAVA. See the documentation, Implement one webdispatcher for multiple systems - Basis Corner - SCN Wiki and Name-based virtual hosts and one SAP Web Dispatcher to access multiple SAP systems.

  • ITSmobile service pass system/port/client dynamically in the URL

    Hi all,
        The ITSmobile service we have created redirects to another service in different server using ~redirectURL.
    so the ~redirectURL =  http://splhrd398.baplc.com:8005/sap/bc/gui/sap/its/zdemo_mobile?sap-client=150
    is there anyway to pass
    system : splhrd398.baplc.com ( This is the name of  the different server)
    port no: 8005
    sap-client=150
    dynamically in the URL.
    because when we transport the same to Testing and production. i need to know whether we have to do manually .
    If you have  any option to do  dynamically let me know.
    please throw some light,
    thanks  in advance
    Deepak

    Hi ,
    Create a technical system and bussienss system of type WEB AS ABAP and use this bussiness system for source system in XI and try it.
    Thanks & Regards,
    Sekhar

  • ABAP calling HTTPS URL using CL_HTTP_CLIENT

    Hello,
    I have a requirement where I will have to call a URL inside an ABAP or BSP passing some query parameters  program and then the response will be a big string with all the data I need.
    I found I can use CL_HTTP_CLIENT thanks to Brian weblog.
    The URL is HTTPS, the technical contact told me that I would need to encrypt the data in SSL and after pass to the URL as a query parameter.
    Also the response will be encrypted so I will need to convert from SSL before being able to interpret it.
    He also said that I need to install a certificate on my webas server, and use this certificate.
    So my doubts are:
    Do the class CL_HTTP_CLIENT automatic convert the data to SSL?
    How do I install and use such certificate?
    Regards,
    Mauricio

    check out this weblog (under subheading <b>Release 620</b>) to understand how you can load the certificate and use the same with cl_http_client call
    /people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap
    Regards
    Raja

  • WebDynpro ABAP for the first time u2013 it is not working at all

    Dear all,
    I imported in my IDES system the demos from the course NET310.
    1). When I activate, for example the NET310_ALV_D1 application, I get error: u2018Field u201CWDCTX_CONNECTIONu201D unknownu2019.  I have the same problem in the rest of the demos.
    I solve the problem by replacing u201Cif_componentcontroller=>wdctx_connectionu201D   with 'CONNECTION':
    *lo_nd_connection = wd_context->get_child_node( name = if_componentcontroller=>wdctx_connection ).
    lo_nd_connection = wd_context->get_child_node( name = 'CONNECTION' ).
    So already here I doubt, that my WAS is ok.
    2). When I successfully activate the above mention application and start it, everything is ok, meaning the URL is connected and the MS Explorer gets response from the WAS till I get a error message, that there is some problem with the page. Below you find the relevant error messages from ST22 and the MS Explorer.
    Actually I get the same error when I try any other, like the most simple u201EHello worldu201C, WD ABAP application
    Do you have any idea where my problems could be?
    Thanks in advance,
    Valentin
    MS EXPLORER
    Details zum Fehler auf der Webseite
    Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
    Zeitstempel: Sun, 25 Oct 2009 15:32:50 UTC
    Meldung: Ungültiges Argument.
    Zeile: 9
    Zeichen: 13
    Code: 0
    URI: http://sap-ides.com:8001/sap/public/bc/webdynpro/ssr/SAPWebFramework.js?00011
    Meldung: Ungültiges Argument.
    Zeile: 9
    Zeichen: 13
    Code: 0
    URI: http://sap-ides.com:8001/sap/public/bc/webdynpro/ssr/SAPWebFramework.js?00011
    Meldung: Ungültiges Argument.
    Zeile: 9
    Zeichen: 13
    Code: 0
    URI: http://sap-ides.com:8001/sap/public/bc/webdynpro/ssr/SAPWebFramework.js?00011
    Meldung: Ungültiges Argument.
    Zeile: 9
    Zeichen: 13
    Code: 0
    URI: http://sap-ides.com:8001/sap/public/bc/webdynpro/ssr/SAPWebFramework.js?00011
    ST22:
    Laufzeitfehler         OBJECTS_OBJREF_NOT_ASSIGNED
    Ausnahme               CX_SY_REF_IS_INITIAL
    Datum und Zeit         25.10.2009 01:59:17
    Kurztext
         Zugriff über 'NULL' Objektreferenz nicht möglich.

    Hi,
    You can also check the WD_THIS attribute of the view. Double click on the associated type of the attribute. It would be something like IF_<View_name>. There look for the field declaration.
    constants:
        wdctx_ CONNECTION  type string value `CONNECTION `.
    You should also raise a message with SAP as this is supposed to be a standard object.
    Regards
    Prasenjit

  • Why the URL gets removed from the WAS ?

    Hi,
    I deployed a WebDynpro and when I call the URL (for example: http://server:50000/webdynpro/dispatcher/local/WD11111/MyApp), I get that the application is not found.
    So I deploy it again and it works for few days and after I get the same error message.
    How can I solve the problem.
    Thanks in advance.

    Hi,
    fully qualified domain name
    Regards, Heidi
    PS: For Web Dynpro ABAP, see http://help.sap.com/saphelp_nw2004s/helpdata/en/67/be9442572e1231e10000000a1550b0/frameset.htm
    Message was edited by: Heidi von Geisau

Maybe you are looking for