Webdynpro abap from outside

Hi Folks,
I have created a webdynpro abap and it works very well, when I call ist from the application server or inside the network.
Now I want to call it from outside and I get error " can not display the page".
The url from inside  is http://server.sap.com:8002/sap/bc/webdynpro/sap/wdt_master_detail?sap-language=DE
and from outside http://server.sap.com:8002/sap/public/myssocntl?sap-client=001
I have started all the services.
Do I have still to configure something?
Thanks for help.
RG. Jimbob

Hi.
Im new to this Forum but i have the same Problem.
I cannot open the ABAP WEBDYNPRO from Outside of my network.
Configuration
- Apache reverse proxy in DMZ (running well)
- EP 7.01 in DMZ
- ABAP SOLMAN in local Network
I can access the Portal from Outside (http://service.myportal.de/irj) and use it. But if I open a iView with ABAP Webdyndpro i receive the Error "Page cannot be found".  Looks like that the iView try to open the internal URL from SOLMAN.
What can I do to solve this problem.
Thanks for any Idea.
Regards
Sven

Similar Messages

  • How to call webdynpro applications from outside

    Hi
    I have a requirement where i need to call below webdynpro application from outside (for ex CRM,ISA..) environments
    http://test.com/webdynpro/dispatcher/test/eomp~eompapp/EmpDisp?EmpNo=0500002203.  When i am running this application from
    browser , my application working fine and i am able to see call to the backend BAPI's.  But when I configure this url
    in the configurations of the above environment.  I am unable to run this application.
    Any Idea?
    Thanks
    Prasad

    Hi
    I am not getting any error, but the backend call not hapening.  I put a debugger in the backend BAPI and run the webdynpro application , no input parameters came or call came to the the backend BAPI.
    Thanks
    Prasad

  • Start both Webdynpro JAVA and WebDynpro ABAP from UWL

    Hi all:
    We are facing a situation. We need to start both JAVA dynpro and ABAP dynpro applicaiton from uwl. The JAVA dynpro application is the ESS absense request. And we also developed other workflow which use ABAP dynpro as work item . The problem is when we regist our ECC system to UWL, the system can only provide  WAS java information or WAS ABAP. So there are alway one type of our work items can't start correctlly. How can I modify the UWL configuration to meet our requirement?
    Anyone knows please notify, thank you very much!
    Wayne

    Hi,
    when you try to register backend system , you will choose system alias which was already existing in the portal which has WAS hostname and port.
    that is sufficient. Based on visualzation parameters , you can launch webdynpro abap/java tasks.
    check below article
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/wd%20java/wdjava%20archive/using%20web%20dynpro%20java%20and%20web%20dynpro%20abap%20applications%20in%20universal%20work%20list.pdf
    Regards,
    Koti Reddy

  • Hyperlink to launch webdynpro abap from workflow

    Hi Guys,
    We have developed WORKFLOW where we need to send HYPERLINK along with WORKITEM to the AGENTS.
    When ever the user(AGENT) clicks on the HYPERLINK we need to launch our WEBDYNPRO ABAP APPLIOCATION.
    Please guide me to achieve this scenario.
    Thanks&regards,
    Harsha P

    Hi
    I think you have to check the below points  as Karri has suggested you some good points, and still if you face some issues then
    1. Make sure you have made the workitem ID as URL parameters.
    2. You should be able to access the URL parameters from Default method of the Window.
    3. Make sure the URL that you are generating is correct , by looking at URL I felt like some thing is missing, like if you have observed the url of any webdynpro applicaiotn it may be some thing like
    https://<domain>.50000/sap/bc/webdynpro/....   and this is purely my guess so make sure th URL you are populating is correct.
    @Rick
    Why do you keep saying "kemp" when the sign-off is "Karri"?
    May be you should concentrate on suggesting some thing useful regarding thread issue, rather than how the others signature is or suggesting something how to call or address the other forum participants.  Its just a suggestion....
    Don't mind its just a friendly advise.
    Regards
    Pavan

  • How to call Webdynpro ABAP from Widget

    Hello guys,
    I want to add an icon to my widget with a link to a webdynpro ABAP application.
    However, the link is dependent on the system the user is accessing.
    So, I'd like to know if it's possible and what's the best method to do it.
    1. is it possible to call a Transcation or a RFC that calls a WebDynpro from the Widget?
    or
    2. is it possible to retrieve the Widget's default system parameters and assemble the Webdynpro URL dynamically?
    Any more ideas?
    Thank you and best regards,
    Henrique.

    up.
    Henrique.

  • Webdynpro abap from crm 2007

    Hi guys,
    I have one question, is it possible to generate a webdynpro abap page showing an alv from crm.
    Thanks!!
    Jon

    Hi,
    you can create WD reports and may be able to call them by using their URLs. Use the call_browser function to call the application.
    Regards
    Prasenjit

  • Webdynpro ABAP from enterprise portal

    Hi,
    We have an portal which can be accessed from internet through webdispatcher. Now we have developed certain Webdynpro ABAP based based application in (R3). The WD ABAP iviews are been created on portal. But we are not able to access this application when portal is opened from internet.
    The R3 is not available on internet. So how can we manage these thing so that Webdynpro ABAP can be accessed from internet?

    First of all let me clear few misconceptions created from above replies.
    1. You dont need public IP address for your R/3. All you need is R/3 should be accessible to webdispatcher.
    2. While opening ABAP Webdynpro/ITS iviews through portal, its not portal which is trying to communicate with backend. Its the browser who does this. You can see this through http trace at browser.
    It is due to 2 that your ABAP webdynpro are blocked. Bcoz no one will open R/3 to internet. Probably its blocked at firewall. Its a security issue.
    For ABAP WD,
    Browser > Webdispatcher > R/3.
    This is how it is designed.
    This is very common problem and you will find many discussions in sdn regarding this.
    You can either convince your security team that R/3(ICF) should not be blocked. For which they would never agree.
    Another option could be create a virtual host at R/3 and create webdynpro services(ICF services) in this virtual host and specify this virtual host in your webdispatcher.
    Another expensive option could be create a Webdynpro runtime engine(WEB AS ABAP) where webdynpro applications should run and they do an RFC call with R/3. I am sure security ppl would love this.
    It becomes Browser > Webdispatcher > WD runtime >(through RFC) R/3.
    Thanks,
    Nag

  • How to transport MIME object in webdynpro ABAP from DEV TO QA

    Hi,
    I have enhaced a std WDA component.In this enhacement I have added one image as an mime object along with some other changes , all the changes have been moved from dev to qa except this mime object.
    Infact I have deleted and reimported and re transported the mime object but still to failed this image from dev to qa.
    Please provide me ur valuable inputs asap as this is high priority issue.
    Pooja

    By going into mime repository and then right clicking ont eh mimeobject and selecting write transport entry form the context menu
    and creating a new request for the transport.
    However i guess you must have followed this approach only.
    by the way where is the mime stored. is it in the same standard comp folder.
    store it somewhere else in some non=-standard comp or some public folder and then try to transport.
    thanks
    sarbjeet singh

  • Call a Webdynpro ABAP from a workflow step

    Hi,
    I have to develop a workflow where we have a step for decision,  this decision have to open a webdynpro and retrieve info to workflow again.
    This is possible ?
    Thank you in advance.
    Miguel Silva

    Hi Miguel Silva,
    This is possible, the T code SWFVISU is used to integrate the Workflow decision task with Webdynpro.
    In Webdynpro you will receive the WorkitemID  as parameter. Then based on Workitem id you need to fetch the data.
    Use the below function modules to fetch the data in webdynpro based on workitem ID.
      1)  'SAP_WAPI_READ_CONTAINER'
      2)  'SAP_WAPI_GET_OBJECTS'
    Regards,
    Chandra,

  • Attachments from Workflow to ABAP Webdynpro launched from UWL

    Hi All,
    You might have seen a recent post from me for sending attachments from ABAP Webdynpro to Workflow.
    I could do that by just calling SAP_WAPI_ATTACHMENT_ADD. I didnt have to create an instance of the SOFM object
    by passing the ATT_ID from this function module.
    Now the next task of the workflow which is sent to UWL, automatically carries the attachements in the Workitem.
    I didnt do binding from workflow container to Task container. (I dont know how!!)
    But I need to get those attachments on my ABAP Webdynpro after it is launched from UWL.
    For this I am using SAP_WAPI_GET_ATTACHEMENTS. But this FM is giving me the BOR reference.
    How do use this to get the attachments displayed on my Webdynpro as links?
    Thanks
    Deb

    Hi Debabra,
    I have similar requirement where I want to add new attachment from Webdynpro abap to workflow and again next level want to view it in UWL in another Webdynpro abap from workflow.
    I am trying to attach the document from Webdynpro to Workflow I used FM SAP_WAPI_ATTACHMENT_ADD and looks like it attached in workflow.
    Can you please tell  how the second part was solved where I want to attach document from workflow to Webdynpro abap
    Thanks,
    ST

  • Webdynpro ABAP not working from internet

    Hello,
    I´m new at webdynpro and portal...
    We have a ess portal with webdynpro abap and java. Our employees may access it from intranet and all works fine, and from internet when they are in the outside.
    From internet the webdynpro abap gives the message that the server cannot be reached. The server is our production backend and is not open to the exterior.
    Is there a way to make this work, from inside and outside?
    Teresa

    Yes sure,
      so you have to set the parameter wdisp/add_clientprotocol_header = 1 in the web dispatcher profile.
      Good references are:
    [http://help.sap.com/saphelp_nw04s/helpdata/en/de/89023c59698908e10000000a11402f/frameset.htm|http://help.sap.com/saphelp_nw04s/helpdata/en/de/89023c59698908e10000000a11402f/frameset.htm]
    [http://wiki.sdn.sap.com/wiki/display/BSP/HandlingBinaryData|http://wiki.sdn.sap.com/wiki/display/BSP/HandlingBinaryData]
    and this
    [http://help.sap.com/saphelp_nw04s/helpdata/en/9a/53a2a4a45e244aa189c2b7065a0b78/frameset.htm|http://help.sap.com/saphelp_nw04s/helpdata/en/9a/53a2a4a45e244aa189c2b7065a0b78/frameset.htm]
    Sergio

  • Debugging is not working in R/3 from WebDynpro-ABAP developed webpage input

    Dear Friends,
    We are facing a serious problem for debugging. Expecting valuable input for the same.
    Debugging is not working in R/3 from WebDynpro-ABAP developed webpage input in Production Server.
    The debugging (for WebDynpro-ABAP application) is working in Dev. Server for
    1st ] Within R/3
    Ex. debug for bapi within R/3. i.e. value enter as input in R/3 only.
    2nd ] From webpage to R/3
    Ex. Some input given on the internet web page developed through WebDynpro and external breakpoint set in R/3 it works. It directs to R/3 code through debugging.
    In Prod. Server the 1st case above is working but the 2nd case is not working.
    In Prod. Server the WebDynpro developed applications are running successfully through internet explorer webpage inputs. So running the application is not a problem in prod. Server but debugging of the same is the problem.
    The setting which are done in Prod. server are,
    1] RZ10 in parameters are set for port and host name.
    2.1] In SMICM check for ICM.
    2.2] Host file updated in Windows-System 32.
    3] In SICF following services are active,
    3.1] default_host/sap/bc/webdynpro
    3.2] default_host/sap/public/bc
    3.3] default_host/sap/public/bc/webdynpro/viewdesigner
    3.4] default_host/sap/bc/wdvd
    3.5] default_host/sap/public/icman
    3.6] default_host/sap/bc/gui/sap/its/webgui
    3.7] default_host/sap/public/ping
    3.8] default_host/sap/bc/error
    3.9] default_host/sap/bc/echo
    4] In SE80
    4.1] Internet services-System-are published
    4.2] Internet services-WEBGUI-are published
    4.3] Utilities-Setting-ABAP Editor-Debugging-Username & New Debugger set.
    4.4] Utilities-Setting-ABAP Editor-Editor-Front-End Editor(New) set.
    5] In Su01 for user profiles sap_all & sap_new is assigned and role  SAP_BC_WEBSERVICE_DEBUGGER is assigned.
    6] The support packages are also updated to latest level.
    7] Gone through following links but not getting any clues.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/74d50bd1431b5ae10000000a42189c/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/EN/77/3545415ea6f523e10000000a155106/frameset.htm
    Thanks in Advance.
    Best Regards,
    Abhijit.

    No cross posting
    Read the "Rules of Engagament"
    Regards
    Juan

  • Error when Interative Adobe Form is called from Webdynpro ABAP.

    Hi Experts,
    I trying to call a Interactive adobe form from ABAP Webdynpro application but I am facing the below error.
    Line: -
    The following error text was processed in the system GJD : User session (HTTP/SMTP/..) closed after timeout
    The error occurred on the application server az18u021_GJD_01 and in the work process 0 .
    The termination type was: ERROR_MESSAGE_STATE
    The ABAP call stack was:
    Method: PREPROCESS_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
    Line: -
    When I uncheck the enabled property of the Interactive From in the Page of the WebDynpro I am able to execute the application successfully.But the Adobe form behaves as a Static Form when I uncheck the enabled property.
    So kindly provide your valuable suggestions to avoid the above error when I am calling a Interactive adobe form from Webdynpro ABAP.
    Thanks in Advance.
    Regards,
    Arun.

    Hello,
    Hello, are you sure you have your ADS credentials configured correctly and valid? I guess you know that is the only difference between clicking enabled on true or false. If you are not sure, you can use SE38, search for FP_* and pick some reports to check the licencing. The names of the reports are good enough to recognize the right one.
    Or maybe that is a security problem? Have you checked the ADS_ERROR string? Did you use the ADS trace?
    check: http://help.sap.com/saphelp_nw70/helpdata/en/2c/241a427ff6db2ce10000000a1550b0/content.htm
    and especially note 999998
    Regards, Otto

  • Calling a webservice from webdynpro ABAP.

    Hi,
    Anybody have doc/material with screenshots on calling a webservice from webdynpro ABAP (In WAS 7.0 version using service calls )  with clear steps ?
    Thanks in advance. Ponts will not be a constraint for right answers
    Praveen
    Edited by: Praveen kumar Kadi on Feb 23, 2009 11:19 AM

    Hi Praveen,
    1st Step : configure Logical Port
    http://help.sap.com/saphelp_nw70/helpdata/EN/16/285d32996b25428dc2eedf2b0eadd8/frameset.htm
    2nd Step : Generate Proxy Object
    http://help.sap.com/saphelp_nw70/helpdata/EN/16/285d32996b25428dc2eedf2b0eadd8/frameset.htm
    3rd Step : Instantiating the proxy object & calling the methods exposed by webservice
    data: sys_exception type ref to cx_ai_system_fault,
          sys_exception2 type ref to cx_ai_application_fault,
          client_proxy type ref to zco_myesa, "MY PROXY CLASS
          lv_ret_code type int4,
          lv_input type zsend_email_input,
          lv_response type zsend_email_response.
    data: lv_from type string,
          lv_from_address type string,
          lv_to type string,
          lv_to_address type string,
          lv_subject type string,
          lv_msg type string.
    lv_input-from = 'MYSAPTEST'.
    lv_input-from_address = '<someAddress>'.
    lv_input-to = 'Prashant'.
    lv_input-to_address = '<someAddress>'.
    lv_input-subject = ' TEST'.
    lv_input-msg_body = ' Hi this is wonderfull to see it work'.
    try.
    create object client_proxy
    exporting
    logical_port_name = 'BASIC'. " Basic is a TYPE G RFC Destination
    call method client_proxy->send_email
       exporting
         input  = lv_input
       importing
         output = lv_response    .
      catch cx_ai_system_fault  into sys_exception .
        data lv_err type string.
         lv_err = sys_exception->if_message~get_text( ).
         write: / lv_err.
      catch cx_ai_application_fault into sys_exception2  .
         lv_err = sys_exception->if_message~get_text( ).
         write: / lv_err.
    endtry.
    if lv_response is initial.
       write: /'Not Executed'.
    else.
       write: /'Did Execute'.
    endif.
    Greetings
    Prashant

  • Attachment from webdynpro abap to workflow and vice versa

    I added  the attachment using the following code from my webdynpro abap application:
    DATA: lv_xstring TYPE xstring,
            att_id TYPE swr_att_id,
            ls_msg_ln TYPE TABLE OF swr_messag,
            ls_msg_str TYPE TABLE OF swr_mstruc,
            lv_objkey TYPE swr_att_doc_id,
             ls_header             TYPE swr_att_header.
      lv_xstring = lv_file.
      ls_header-file_type      = 'B'.
      ls_header-file_name      = 'Attachment'.
      ls_header-language       = sy-langu.
      CALL FUNCTION 'SAP_WAPI_ATTACHMENT_ADD'
        EXPORTING
          workitem_id          = lv_wi_id
          att_header           = ls_header
         att_bin              = lv_xstring
         do_commit            = 'X'
       IMPORTING
         return_code          = rc
         att_id               = att_id
    TABLES
       message_lines        = ls_msg_ln
       message_struct       = ls_msg_str .
    I see the attachments in the workitem but am unable to open the attachment.
    Another question is how can I show the same documents in another webdynpro application as attachments.
    Thanks,
    ST

    Hello,
    Try specifying file_extension = 'DOC' like in this thread (see Pavan's code about halfway down) :
    attachment to _Attach_Objects in user dicision step
    regards
    Rick Bakker
    Hanabi Technology

Maybe you are looking for

  • Comparison error while trying to round like Excel

    I have two different but related issues. First: my LabVIEW application is not passing my client's validation because the results in LabVIEW are not exactly the same as the ones my client get when using MS Excel. The problem is with rounding: LabVIEW

  • Iphone 4s - ios 8.1 Update, No sound

    Hello, I have just updated my iphone 4s from 7.1 to 8.2 (not a stepped migration I know, more of a big bang update!) I did this thinking 8.1 was stable and that stories I had heard of 8.0 problems would have been ironed out. They haven't. I am a seas

  • Howto send email with Adobe Interactive F Attachm. when saving complaint

    We want to implement a scenario where we send an email after saving a complaint. This email must have an Adobe Interactive Form (AIF) as attachment. This AIF must contain some of the fields entered in a complaint (tables CRMD_ORDERADM_H and CRMD_ORDE

  • ADO Error: 0x80040E14

    Hi, I want to interface LabVIEW2010 and Microsoft Access 2003 by using UDL technique.  I am using Microsoft Jet 4.0 OLE DB Provider for this interface. When I Run the sample program, its showing an error Error -2147217900 as follows: (occurred at NI_

  • Validate if a user is a member of group in AD

    How do I verify whether a user is a member of "Department" group or not in Active directory using powershell? I can see the member by going to properties -- Member of -- and can see all the members of users. How do i do the same in Powershell?