ABAP webdynpro app not redirecting using Outbound plug in portal

Scenario-
There is one Abap webdynpro application APP1 calling another abap webdynpro component Comp 2 through outbound plug on a button click. This is working fine if service is tested independantly.
SAP ECC system is having a webispatcher and the application should be accessed using webdipatcher only i.e. ECC should not be called directly.
SSL has been configured b/w ECC and webdipatcher.
The Abap webdynpro application APP1 is integrated into portal using Abap webdynpro iview.
Setting in Portal system are reffering to Webdipatcher for ECC system instead of ECC system directly.
Issue-
App1 is loading successfully into portal and all the data is coming properly but when trying to navigate to second component on button click it is not navigating. iview is getting refreshed but not redirecting to required component and is still on the same application.
Please suggest the reasons and solutions if anyone has clue about it.
Regards
Deepak

Hi,
Please refer to these links -
How to secure WDA over an external facing portal
WebDynpro ABAP and Portal Navigation
WebDynpro ABAP and Portal Navigation problem
Please check for the portal eventing between the applications.
Regards,
Lekha

Similar Messages

  • Desktop app not redirecting so can get apps

    lion 10.7.5 I am new to the site and want to dwonload apps but desktop app not redirecting to do so and wheel is just spinning c\going nowhere, and I have not found any other way to download the apps.
    It is very frustrating, because I especially am interested in getting into Muse right away.
    Thanks in advance, for any help,
    Pat
    <Removed by Moderator>

    Hi Patriciago,
    If you are facing issues downloading products from creative cloud.
    Then please use the below link to download Adobe Products.
    http://prodesigntools.com/adobe-cc-direct-download-links.html
    Please make sure to complete the Very Important Instructions section prior to clicking on the download link.
    Thanks

  • Just loaded os7 on iPad.  Used to clear apps not in use but still on by double pressing on button.  How do you do it now?

    Just loaded ios7 on iPad.  Used to clear apps not in use but still on by double clicking button.  How do we do it now?

    You still double-click the home button to open the multitasking bar, but instead of pressing and holding them like you did on previous iOS versions, you now swipe/drag the app's 'screen' up and off the top of the screen.

  • How do you kill apps not in use?

    How do i kill apps not in use?

    Double-tap the home button and then swipe UP on the app preview window...not the app icon but the preview window above the icon.

  • ABAP webdynpro CO not showing input parameters

    Folks,
    I know this is strange. But might be that I'm missing something in the ABAP webdynpro creation/configuration.
    Here it is./.
    I have created an ABAP webdynpro application in SE80 with the context declared in COMPONENTCONTROLLER and a view with the context mapped to the COMPONENTCONTROLLER's context.
    The webdynpro application per se is working fine.
    When i created a CO in GP with type ABAP WD Application, and choose this application, all is fine until i reach the Define input screen. Here, i dont see any of those inout fields that are present in my WD COMPONENTCONTROLLER context. Should i do something to make it visible here?
    Cheers,
    Mandrake

    Good question. I'm surprised why this question never came up till now.
    I had a requirement where I had to use WD for ABAP in GP. I did a lot of research on this and found out with the following inferences.
    Pros
    1) It is easier to build and use when compared to WD for JAVA
    2) No deploying needed
    3) ABAP coding can be done in this so as to utilize the power of SAP to the fullest.
    4) No Java knowledge is required
    5) Can embedd any Adobe forms to make it interactive Adobe in GP
    Cons
    1) It can only import values from GP context and cannot export parameters like any other CO.
    2) Not very flexible as WD Java
    3) Comes up with an additional submit button on the GP Process which can supercede all the other checking and data validation functionalities that are built in the other webdynpro buttons in the Actual ABAP WD.
    4) The context visibility is one way from GP and not to GP.
    Steps:
    1) Create the WDA in SE80 and test it.
    2) Create a CO of type WD for ABAP
    3) Map the parameters with the process context parameters
    4) Test the CO and Process
    Hope this clarifies your doubts.
    Cheers,
    Mandrake!

  • Calling ABAP Webdynpro app in FIORI launchpad

    Hi All,
    Could anyone help me with launching an existing ABAP webdynpro application in FIORI Launchpad.
    We just moved to HANA Enterprise Cloud and would like to know how we could launch an existing ABAP Webdynpro application using FIORI Launchpad.
    Any help/documentation would be greatly appreciated.
    Thanks,
    Shiv

    Hi,
    Please follow instruction defined here - http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40611a2f-ba23-3210-60b5-d26402db0f2e?QuickLink=index&…

  • Workflow to UWL to ABAP WebDynpro ( Binding not happening)

    Hi All,
    I have created Workflow which need to be executed from UWL.
    The workitem in UWL will call a ABAP Web Dynpro application for approval Process.
    I have registered the my Task in SWFVISU and Maintained the necessary settings (Even Re-registered the new task in UWL ).
    When I click the workitem in UWL it successfully calls the ABAP webDynpro application.
    But the Parameter WORKITEM id is not transfered from workflow to Web Dynpro Application.
    I have created a parameter WORKITEMID in the Workflow and populating it at runtime. But the same is not being passed to WebDynpro Import Parameter.
    I see that WORKITEMID is initial at runtime while debugging in WebDynpro Application.
    Can you please help me to bind the WORKITEMID from Workflow to WeBsynpro or from UWL to WebDynpro??
    Thanks
    Praveen

    Hi,
    You have bind the work item id to the task?
    You have added the work item id parameter in SWFVISU?
    Can you show us the UWL XML code for your task?
    Regards,
    Karri

  • Adding an ABAP Webdynpro app to the ESS overview screen

    I am trying to add an ABAP webdynpro page to the ESS overview screen, I have managed to add URLs without a problem and have found a tutorial to add Java Webdynpro pages however this does seem to apply to ABAP webdynpro.
    Thanks
    J

    Julian,
    what problem are you facing in adding.
    you can create an iview for the WDA application and in the HomePage Framework you can create resources and services which will point to that iview and add that service to the ESS Overview.
    Thanks
    Bala Duvvuri

  • ABAP WebDynpro app calling Transaction iview with Dynamic Parameters..?

    Good day!
    I need to code a call to a transaction (with dynamic parameters) from an Abap WD application.  It appears that to achieve this, the app needs to call a new portal transaction iview, passing the parameters in the call..? 
    This should ideally be via a Sapgui for Windows, but Html also an option (does it matter with regards to the method used?). 
    Kindly assist with advise/instructions, idealy with sample code extract to illustrate (new to Abap WD)...
    Kind regards
    j

    Hi
    this will help you doing so
    http://help.sap.com/saphelp_nw04s/helpdata/en/18/f96f4132f15c58e10000000a1550b0/frameset.htm
    Use BUSINESS_PARAMETERS to pass the data
    Abhi

  • How to delete apps not being used on iPad Air?

    I Am new to this electronic world & seems maybe we downloaded many apps to see what it was not knowing it was permanent ;so now I try to access what I want to use & all I get is the blue circle turning endlessly .can I do anything to resolve this problem ? Most of these apps we will never use & would prefer to delete if possible . Bear in mind I've learned some but many things can still be difficult (age & handicapped) please

    You should be able to delete apps from your iPad that you've downloaded from the store. To do so press and hold any of the apps on your iPad’s homescreen and after a couple of seconds or so they should start to shake. Then press the 'x' on their top left corner to delete the ones that you don't want, and when you've finished deleting press the home button so as to stop the apps shaking. If you don't get the 'x' on any of the apps that you've downloaded (you can't delete built-in apps) then check that Settings > General > Restrictions > Deleting Apps isn't set 'off'.
    You can also hide apps (you can't permanently delete items from your purchase history) via your computer's iTunes so that they then don't show in the Purchased tab in the App Store app for redownloading : iTunes Store: Hiding and unhiding purchases.

  • Webdynpro apps not loading properly with Citrix

    Hi All,
             We are trying to access a Webdynpro application through Citrix.
    The problem is the Java Webdynpro screen elements are not loading properly. For example, UI elements like table, drop-downs, buttons etc., don't show up or get rendered properly at all.
    I ran an HTTPTrace which captured multiple Http 405 errors. eg.,:
    Method  Result Type  URL
    POST    200   text/html; charset=UTF-8 http://server.domain.com:51581/webdynpro/dispatcher/...../GoodsIssue/GoodsReceipt?sap-wd-cltwndid=WID1206471028655&sap-ext-sid=4hv3xC6_mdzX1aSHtBcKmw_fW1zK6V1zBJY25ukbe0eg&sap-wd-norefresh=X&sap-ep-version=7.00.200708120253
    GET   405   text/html; charset=utf-8     http://server.domain.com:50500/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal/...../common/emptyhover.html
    GET   405   text/html; charset=utf-8     http://server.domain.com:50500/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal/..../common/emptyhover.html
    GET   405   text/html; charset=utf-8     http://server.domain.com:50500/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal/...../ur/ur_ie6.css
    Any idea what causes this HTTP error: 405.
    Warm Regards,
    Roopesh

    Hi
    see the below link,it will be helpful for u.
    [|http://help.sap.com/bp_epv260/EP_EN/documentation/How-to_Guides/31_HowToIntegrate_WDApp_EP6.pdf|http://help.sap.com/bp_epv260/EP_EN/documentation/How-to_Guides/31_HowToIntegrate_WDApp_EP6.pdf]
    Edited by: Hazrath on Apr 1, 2008 6:56 AM

  • IPhone 3g Apps Not Updating using iTunes?

    Ok, I usually check for updates for application using iTunes and I have updated some applications with it, however, I have noticed that there are some apps that has updates but won't be detected by iTunes. I would manually check the version I have in iTunes versus the store and when I download and do a sync, it updates it. So now my question is, uhh..what is happening?
    I obviously can't rely on the auto update within iTunes and the App Store on the iPhone doesn't detect it as well..
    Can someone shed some light with this?

    Thanks good to know. As long as it's a known issue. I guess I just have to deal with it. I know that I have seen on blogs for new application updates and I would be like ok good. But it would never ever show up in my iTune or appstore on the iPhone. So I guess I just have to keep that in mind and download manually.
    Thanks again!

  • Webdynpro Application not displaying mimes once deployed to Portal

    Dear Thomas,
    As per the reply to one of the threads with similar issue, we applied the SAP OSS Note No: 0001342713.
    It worked pretty fine once the Note was applied. Unfortunately, after some few operatonal hours, we could not see the images or mimes like check boxes, radio buttons, Search Helps shapes etc.
    The Role to which the Iview is attached is the EREC Recruiter (Standard) / Recruiter New(Customized).
    The Webdynpro Application would be popping up after the user clicks on the Create Requisition Button of the Maintenance Tab of the EREC Recruiter Role. The link to this WDA is provided under the Standard BSP -- HRRCF_REQ_LST.
    Method > DO_HANDLE_EVENT> ON_NEWENTRY().
    Can you please guide me as how to resolve the issue.
    Regards,
    -Syed.

    Dear Thomas Jhung/The GURUS of SAP,
    We are actually facing lot of issues because of this problem. Kindly please let us know what can be done further or any other alternative for the same.
    Regards,
    -Syed.

  • ABAP Program is not working when we integrate to portal

    Hi,
    We created an ABAP program and created a transaction for that program.
    we integrated that porgram into portal and we are using SAP gui for HTML for displaying that in portal.
    we have a field with f4 help on the program and when we click the f4 on that field it shows a blank screen with letter M.
    But when we change the f4 help option to structure search insearch of search term it shows f4 values and program executes fine .But client doesnot want structured search on the field
    How do we resolve this
    Thanks
    Bala Duvvuri

    You need to go back to basics and figure out why they are failing.
    The simple answer is to implement exception handling and decide whether to bail out of the program or go into some kind of loop hoping the link will fix itself or be fixed. That simple answer can cause a lot of pain and suffering.
    My preference in your situation would be to fix the underlying networking issue that causes the failures.
    One additional thought ... your code, though likely incomplete, never commits. Make sure it does and make sure it doesn't do it inside of a loop.

  • Java Portal Event not received correctly by ABAP Webdynpro

    We have a page that contains 2 iviews. 
    iView 1 contains the MSS Employee Search that raises portal event:
    Namespace: "urn:com.sap.mss.employeesearch"
    Name: "selection_changed"
    The second iview contains an ABAP Webdynpro program that subscribes to the Portal event. 
    The issue is that the event in the ABAP webdynpro is not being triggered.  It does get triggered if we first fire the event from the Java program, unsubscribe the event in the ABAP program them subscribe to the event in the ABAP program.  The event gets triggered at this time and the parameter can be retrieved. 
    If the event is fired a second time, nothing happens in the ABAP program. 
    The abap program works fine when another abap program triggers the same portal event.
    Also, the portal event is being picked up correctly by other SAP delivered JAVA programs.  I just cannot get a custom ABAP Webdynpro program to work...
    Any ideas, comments?
    Glenn

    Hi Glenn,
    Are you using https? Is your j2ee stack and abap stack in the same domain? In the past I have found that https can cause issues in the event communication between different applications.
    Cheers,
    Dion

Maybe you are looking for