Calling portal application via it 's url from R/3 (with authentication)?

Hello,
how to call portal application by its url from R/3 (using ABAP)? How to avoid authentication screen?
Best regards,
Josef Motl

<i>What I want is to call portal application on background (not to call browser).</i>
you can use CL_HTTP_CLIENT class or HTTP_GET or HTTP_POST function modules for the same. (but you need to pass the user id /pwd in the program) (ITS doesnt fit your case)
check out the demo programs.
for CL_HTTP_CLIENT
RSHTTP01
HTTP_GET/POST
RSHTTP20  
RSHTTP70  
RSHTTP90  
Regards
Raja
Message was edited by: Durairaj Athavan Raja

Similar Messages

  • Calling Portal Application Components

    Due to formatting restrictions w/in Portal Application building, I need to be able to create (for example) a report where all headings are blank.
    I'd like to then embed the invocation of the report from a Dynamic Page, where the page will contain all of the formatting for the column headings.
    I've tried embedding the call two ways:
    1) <ORACLE>call RPT_0717092052.show()</ORACLE>
    2) <ORACLE>CALL PORTAL30.RPT_0717092052.show (
    p_arg_names => PORTAL30.wwv_standard_util.string_to_table2('_show_header:_max_rows:_portal_max_rows'),
    p_arg_values => PORTAL30.wwv_standard_util.string_to_table2('YES:25:25'))</ORACLE>
    Neither seems to work.
    Anyone have any ideas how to make this work??

    <i>What I want is to call portal application on background (not to call browser).</i>
    you can use CL_HTTP_CLIENT class or HTTP_GET or HTTP_POST function modules for the same. (but you need to pass the user id /pwd in the program) (ITS doesnt fit your case)
    check out the demo programs.
    for CL_HTTP_CLIENT
    RSHTTP01
    HTTP_GET/POST
    RSHTTP20  
    RSHTTP70  
    RSHTTP90  
    Regards
    Raja
    Message was edited by: Durairaj Athavan Raja

  • Calling other application via forms

    Hi
    Can we call java applications via oracle forms 6i.
    Thanks in advance

    Have you looked at this white paper?
    http://www.oracle.com/technology/products/forms/pdf/269054.pdf
    Maybe it can help

  • Calling an application written in C/C++ from SAP

    Hi
    I have a need to call an application written in C/C++ language in external system from RFC.Can anyone guide me how to do it.

    Try something like this:
    CALL FUNCTION 'WS_EXECUTE'
       EXPORTING
        DOCUMENT                 = ' '
         cd                       = 'c:\temp '
        COMMANDLINE              = ' '
        INFORM                   = ' '
         program                  = 'c:\temp\YourProgHere.exe'
        STAT                     = ' '
        WINID                    = ' '
        OSMAC_SCRIPT             = ' '
        OSMAC_CREATOR            = ' '
        WIN16_EXT                = ' '
        EXEC_RC                  = ' '
      IMPORTING
        RBUFF                    =
       EXCEPTIONS
         frontend_error           = 1
         no_batch                 = 2
         prog_not_found           = 3
         illegal_option           = 4
         gui_refuse_execute       = 5
         OTHERS                   = 6

  • Getting url from content server with sdok-framework (kpro/dms)

    hi,
    I am trying to get an url for a document with the fm SDOK_PHIO_GET_URL_FOR_PUT but it returns no result.
    I feed the fm with an SDOK_CLASS (thats the phio class?) and a SDOK_DOCID (is this the PHIO?).
    I have the PHIO and LOIO (both for KPro DMS) and the DOKNR (SAP DVS) but I can´t get the url to my existing document.
    has anyone an idea?
    or how can I find out where I could find the correct SDOK_CLASS and SDOK_DOCID from my existing document?
    thank you very much.

    Hello Thorsten,
    have you solved the problem meanwhile ? if not, let me know i had the same issue and it is now solved.
    Johannes

  • Calling Portal application from current webdynpro java application

    Hi Experts,
    We are having Portal 7.4 SP6 framework.
    Application-A -> Web-dynpro java program pushing data into R/3 using BAPI.
    Application-B -> Std. WD-ABAP iView template.
    Currently, I am working in web-dynpro java program, where I am pushing some data into R/3 using BAPI in Application-A. And this BAPI data is getting displayed in another z-Tcode and displayed in portal using web-dynpro Abap iView template, which is Application-B
    Now I want to align this application, so that Application- A should call Application-B from within the WD-Java framework. And here Application-A should get closed and open application-B.
    Is there any standard process using Web-dynpro Java to handle such scenario.
    Regards,
    Hanif

    Hi Siddharth,
    Well, I think you can go for Portal Navigation concept.
    Please check the required source code in WDR_TEST_PORTAL_NAV Web Dynpro component. That will illustrate both Page based Navigation and Object based Navigation.
    Hope that should solve your problem.
    Regards
    <i><b>Raja Sekhar</b></i>

  • Calling Portal Application from Custom WD Application

    Hi,
    I'm developing a custom WD Application which has to call the already implemented ESS application such as Personal Information application and I'm struck with the following questions:
    1. Do I have to reuse that particular ESS DC in my current DC?
    2. IF I have reused ESS DC, how could I call that Personal Information IView from my WD Application?
    Please suggest me.
    Regards,
    RN

    RN,
    check this link http://help.sap.com/saphelp_sm32/helpdata/en/b5/424f9c88970f48ba918ad68af9a656/content.htm
    Re: WDPortalNavigation.navigateAbsolute question - urgent!
    http://wiki.sdn.sap.com/wiki/display/WDJava/creatingahomepageasdashboardusingwebdynproiviews
    Thanks
    Bala Duvvuri

  • Help to download files from a website with authentication

    Hi,
    I need to develop a process in java to be able to connect to a website using a username and password and download a zip file on to a local server.
    I am kinda new to socket programming and i am not sure how to go about achieving this.
    I would really appreciate help on this.
    Thanks
    Ankit

    Have a look at the Jakarta Commons HttpClient project. That library includes classes for making HTTP requests with different authentication schemes.
    Or, if you need to download from an FTP server, look at Jakarta Commons Net.

  • How to call  URL from BADDI??

    Hi,
    I have a requirement to call URL from BADI, i tried to use 'CALL BROWSER' function module,
    it works when we are working in GUI, but for portal/PCUI it gives sy-subrc = 2 ( Front end Error)
    How to call a pop up page or URL from poral??
    Thanks,
    Manoj
    Edited by: Manoj Lakhanpal on Sep 27, 2010 10:27 AM

    Hi!
    I'm using this code for calling a browser, you might try out as well...
    MOVE 'http://www.sap.com' TO command.
        CONCATENATE 'url.dll,FileProtocolHandler'
                    command
               INTO command
           SEPARATED BY space.
        MOVE 'rundll32' TO lv_application.
        CALL METHOD cl_gui_frontend_services=>execute
           EXPORTING
             APPLICATION            = lv_application
             PARAMETER              = command
           EXCEPTIONS
             CNTL_ERROR             = 1
             ERROR_NO_GUI           = 2
             BAD_PARAMETER          = 3
             FILE_NOT_FOUND         = 4
             PATH_NOT_FOUND         = 5
             FILE_EXTENSION_UNKNOWN = 6
             ERROR_EXECUTE_FAILED   = 7
             others                 = 8
    Regards
    Tamá

  • How to invoke ADF application URL from OAF?

    Hi guru's,
    We have a developed a custom ADF application using Fusion Middleware 11g.
    We would like to integrate this ADF with existing EBS/OAF application.
    We were able to invoke ADF URL from EBS responsibility with a special function type "ADFx" in R12.1.3.
    Now we need to pass context/profile level parameters from EBS to external ADF application. Like logged in userId/RespId etc...
    We are running ADF application also in same EBS DB and hence want to use same fnd_user/Resp concept in ADF.
    Can anyone help me on how to pass these parameters like userId/RespId from EBS to ADF while invoking ADF application URL?
    If we can append the values to ADF URL, we would be bale to parse them in ADF context. But, i am stuck at passing parameters from EBS.
    How Can we invoke ADF URL from OAF page? is there any specific function available or is it just URL invoke?
    Also, in OAF the logged in user session information is maintained in cookies(if i am correct), is there any way that we can pass the session level values from OAF to ADF?
    Any help in this regard would be a great help!!!
    Thanks

    May be the following link will help you ->
    http://www.oracle-latest-technology.com/2010/12/how-to-dynamically-open-external-url.html

  • Could not connect to my portal application on the server

    Hi,
    I really need someone help me on the following problem.
    I have developed a portal application on my test server (Window 2000 server) using Oracle 817 EE and Oracle 9iAs 10221. It had wroked fine for months until yesterday. Yesterday, I treid to conect to my portal application like before using url(e.g.http://myserver/pls/portal30), but I could not connect to my portal application. The error message that I got from the browser(IE5) is:
    The page cannot be displayed
    Cannot find server or DNS Error
    Internet Explorer
    But, I think that I can connect to the OracleiSuiteHttpServer by using the following url:
    http://myserver/
    becasue I can open the httpserver page by using the above url.
    Your help would be higly appreciated!
    Jeffrey

    Version: 11gR1
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    PL/SQL Release 11.1.0.7.0 - Production
    CORE     11.1.0.7.0     Production
    TNS for Linux: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - Production
    There is not problem in the tnsnames configuration. Because if I login as oracle then I can connect to the db using connectring. Developers are not able to connect from the server(Developer have unix account because they are loading data from sql*loader).

  • Webclipping Portlet in Webcenter portal application

    When creating a web-clipping port-let in Webcenter portal application, we register the url for the webclipping portlet (http://localhost:7101/portalTools/webClipping/providers/webClipping) as Oracle PDK Producer connection as mentioned in Web center portal developer's guide http://docs.oracle.com/cd/E25178_01/webcenter.1111/e10148/jpsdg_pages.htm#CHDJDGIF.
    The content for the web-clipping portlet is to be specified at runtime only.
    Is it possible to define the contents for the web clipping portlet in design time/JDeveloper itself.
    Thanks,
    Navaneeth

    You mean you have exposed the taskflow and consumed it as a portlet in Webcenter ?
    You may want to check it on the Webcenter Portal forum too - WebCenter Portal

  • IDM with WebCenter Portal Application

    Can anybody point me on the basics of using IDM with my WebCenter Portal Application. What are the steps I need for authentication and authorization?

    Hi.
    Is the following documentation helpful?
    Integrating an Enterprise Deployment with Oracle Identity Management - 11g Release 1 (11.1.1.8.0)
    Regards.

  • Calling a web dynpro application via portal using SSO

    Hello Expert,
    i have a requirement where i need to call a web dnpro application via portal.
    But it is asking for user name and password.
    i want to call using single sign on.
    Can u please suggest a way.
    i did the coding like this:-
    CALL METHOD cl_wd_utilities=>construct_wd_url
    EXPORTING
    application_name = l_c_appl_name
    IMPORTING
    out_absolute_url = l_v_gv_url_string.
    l_v_icf_url = l_c_icf_url_val.                      "#EC SYNTCHAR
    CALL METHOD cl_icf_tree=>if_icf_tree~service_from_url
    EXPORTING
    url             = l_v_icf_url
    hostnumber      = l_c_0
    authority_check = space
    IMPORTING
    icfactive       = l_v_m_sso_active.
    IF l_v_m_sso_active = l_c_x .
    CREATE OBJECT o_viewer
    EXPORTING
    parent = o_empty_co.
    CALL METHOD o_viewer->enable_sapsso
    EXPORTING
    enabled = l_c_x
    EXCEPTIONS
    OTHERS  = 0.
    l_v_gv_url_c = l_v_gv_url_string .
    CONCATENATE l_v_gv_url_c l_c_url_string p0022-pernr INTO l_v_gv_url_c.
    CALL METHOD o_viewer->detach_url_in_browser
    EXPORTING
    url        = l_v_gv_url_c
    EXCEPTIONS
    cntl_error = 1
    OTHERS     = 2.
    IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4
    RAISING error_occured.
    ENDIF.
    cl_gui_cfw=>flush( ).
    ENDIF.
    but it is not working
    thanks
    Mahesh

    Hi Mahesh,
    You need to setup a Single Sign On between SAP Portal and ECC system where yoy are doing the development.
    Ask basis team to setup the single sign on and usually this is the job done by Basis teams. Refer the below link to get some idea on SSO setup:
    http://scn.sap.com/community/enterprise-portal/blog/2013/12/15/sso-configuration-between-sap-portal-73-and-ecc-60-ehp-6
    Thanks
    Krishna

  • How to encrypt Password while calling Portal URL from Abap

    Hi all,
    My requirement is to call portal from R/3 4.6C.  As part of it I'm calling Portal URL along with user id & Password by using the FM CALL_BROWSER. The problem here is User ID & Password are visible everyone in the URL.
    Is there any way that I can encrypt sothat it doesn't become a security issue?
    I really appreaciate for your help.
    Thanks
    Seshu

    can you please mention the abap code  by which you are sending the username and password to a portal via url.....
    are you able to log on to the portal...please share your code ......
    Edited by: Ashutosh Shukla on Apr 18, 2008 9:17 AM

Maybe you are looking for

  • IPad 2 to TV

    I don't get it. I have an iPad 2 with an Apple VGA connector. I purchased a movie in itunes to watch tonight and connected it to my Samsung TV. No joy. It says something like not authorized. Makes no sense to me. Any ideas? I am not going to buy anot

  • 8i EE Patch Problems???

    Has anyone had problems installing the patch foe 8i EE?? After much consternation I have installed 8i EE. I was able to get a database running by creating it using SVRMGR. The oracle dbassist tool is not very good at this point. Anyway, once I finish

  • Cannot create serial genealogy in flow manufacturing

    When implementing flow manufacturing model for a car manufacturer, I found system couldn't build any serial genealogy between finish goods and sub-assemblies. But in car manufacturing industry, maintaining this information is very important and also

  • ICal quits responding

    When I try to type a word in the iCal search box, after typing the first letter I get the spinning color ball and it goes on forever. I have forced quit, rebooted the puter. It still will not allow me to type the whole word for search.

  • Resumable downloads and delta updates for App Store

    Hi all, since I didn't find any place where to add product improvement suggestions, I post it here and hopefully someone can point me (and or this post) to the correct location. I'd like to vote for resumable downloads (even a shutdown is in between)