VERY URGENT : BW iview from EP

Pls note :
Everything works OK when we use a HTTP version of BroadVision.
Dear Portal Gurus,
<b>What I want to do :
====================</b>
I want to integrate a BW Report into EP.
This BW report has a first page with drop down boxes in it.If we click on the drop down box it branches to the second page of the report which is a filtered result set.
<b>How I have implemented it :</b>
<b>==============================</b>
<b>Approach 1 :
</b>
I created a BW iview and embedded the URL.
I have set rules in Apache Reverse Proxy to scan URLs which has the pattern /SAP/BW/ and /SAP( and direct the requests to the BW system ( e.g. SAPBWHOST.SUBDOMAIN.DOMAIN...)
The second rule is used bcoz when we click on the drop down it creates a URL with the format /SAP(.....)/BW...
<b>Problem with Approach 1 :
</b>
Apache Reverse Proxy does not seem to handle the second rule.When Apache encounters a URL with /SAP(....)/BW I get an error message /SAPBW(....)/BW.
<b>Approach 2 :
</b>
As a work around and also since we might have multiple BW systems in future...to make things easy for the future...we have created an alias at the BW side e.g. /BWABC.
So the expectation was that the requests would always start with /SAPABC and we would have a rule in Apache Reverse proxy to direct the request to BW system to handle it.
The problem with this appraoch is it no longer creates URLs with /SAP(..)/BW after the first page(drop down clicks)
The request has /SAPABC.... then all other request have /SAP/..mime/ ... different types all starting with /SAP/
I cannot have a rule in Apache to route requests with /SAP/ to BW as /SAP/ goes to ITS currently.
In this second aproach I have created a URL Iview which starts with the Revsers Proxy name (HTTPS://..subdomain.domain) since if I use a BW Report Iview it always creates request like /SAP/BW/....I think it is coming from its PAR file.
<b>Problem with Approach 2 :
</b>
The first page is visible but when I click on the drop down I get the message "Web application processing terminated"
I initially created a URL Iview with the URL HTTP://SAPBW HOST....BEX URL and it works good with all the pages.But I cannot use this approach since if I come from outside my company's network it will error(it does) out since the domains are different,which is the correct behaviour(as told by my Reverse Proxy people)
The SSO is working perfect between EP and BW.
<b>System Info :
==============</b>
We have a lead Portal which is Broadvision.The user enters into a <u><b>HTTPS</b>://</u>...Domain.com website and the request goes thru Apache ---> EP...The request is NOT HTTPS,but it is HTTP as HTTPS is terminated at the Cisco switch before it reaches Apache/EP.So inshort the request uses HTTP Protocol but contians HTTPS in the request as a variable
We are using EP 6.0 SP12.
EP,BW 3.5 are HTTP systems.
Pls let me know how to fix these issues.
Thanks.
Josh
Message was edited by: Josh Mannings

Hi Josh,
I havent understood your problem totally but sometime back even i was trying to view a BW Report iView externally (outside my network) and i got the same error as u mentioned '<i>Web application processing terminated</i>'
So to solve this error, I set their permissions to:
end user read access only. This is set at the iView level and then it worked all fine.
Hope this helps.
Awaiting Reply.
Warm Regards,
Ritu

Similar Messages

  • Very Urgent: Deleting Batch from STO and Goos Issue reversal  Using BAPI

    Hi,
    I want to delete outbound delivery for particular shipment number and this should be done using BAPI or a FM not using the tcode VL02N.
    I wld be very grateful
    Please List out the BAPI 's or FM that can be used for to perform these listed , with using Tcodes:
    1) REVERSE BILLING DOCUMENT(VF11)
    2) GOODS ISSUe REVERSAL (VL09N)
    3) REMOVE DELIVERY FROM SHIPMENT (VT02N)
    4) DELETING DELIVERY(VL02N)
    5) REMOVE BATCH FROM STO (ME22N)
    Its very urgent..
    Thank you in advance....

    1) REVERSE BILLING DOCUMENT(VF11)
    BAPI_BILLINGDOC_CANCEL
    2) GOODS ISSUe REVERSAL (VL09N)
    BAPI_GOODSMVT_CANCEL
    3) REMOVE DELIVERY FROM SHIPMENT (VT02N)
    BAPI_SHIPMENT_CHANGE
    4) DELETING DELIVERY(VL02N)
    5) REMOVE BATCH FROM STO (ME22N)
    BAPI_PO_CHANGE

  • Very urgent: call servlet from JSP

    Hello,
    I'm facing a problem in invoking a servlet from a JSP having the JSF components.
    The application has a text field to implement ajax for search functionality in the database .I have written a servlet to make the database connection and fire the querry.
    Ajax implementation in a js file is called on every keyup event in the jsp file,and
    a call is given to the servlet from the ajax methode.
    The function in the js file is as follows:-
    function getPersonByFirstNameXML( firstName ) {
        if (!firstName) {
            clearPersonByFirstNameXML();
        } else {   
            var url = BASE_URL + "/servlet/get_PersonsXML";
            alert(url);
            return new AJAXRequest("post", url, "firstName=" + encode(firstName), processGetPersonByFirstNameXML);
    }Im getting the myAJAX.status value as 500.
    I think I'm not able to access the servlet properly.
    what changes do i need to make in the we.xml file ?
    and what should be the url to be passed.
    Please provide me a sloution to the above problem as it is very urgent else if anybody is aware of a readymade JSF componet with search functionality freely available please let me know.
    PS:
    The sample application named RedirectionExample which makes use of a servlet and would be of help to you. You can find the tutorial on the following page:
    http://developers.sun.com/prodtech/javatools/jscreator/reference/codesamples/sampleapps.html
    is not available as stated in some of the suggestions by Author: mayagiri
    Thanks for any help.
    Abhi

    the status 500 generally means either HTTP server internal error or that execution of CGI script or servlet aborted with error.
    It can be reasonably supposed that the request reaches the servlet, ie. that "url" value points to some existing servlet, otherwise most probably the status value would be 404.
    To test that the servlet is working i'd try to access it using some simple html page with form like this (with {BASE_URL} replaced by real value):
    <form method=post action={BASE_URL}/servlet/get_PersonsXML>
    <input type=text name=firstName>
    <input type=Submit>
    </form>

  • Very very urgent. population data from database into dropdownbox

    Hi,
    i imported a model through ejbs
    this is to create new entries into database ,
    and my scenerio iso now i need to populate the values that i stored into database thro EJBS in a drop down box of wd application.
    plz help me through code ,i am new to java webdynpro...
    neede very urgently,
    Thanx .
    Arjun.G
    Message was edited by:
            arjun swamy

    Hi,
    Have a look at these threads
    Dropdown by index in table - fetching values from database
    Dropdown by index
    Kind Regards,
    Saravanan K

  • VERY URGENT :  BW Iview not working from EP

    Pls note : Everything works OK when we use a HTTP version of BroadVision.
    Dear Portal Gurus,
    <b>What I want to do :
    ====================</b>
    I want to integrate a BW Report into EP.
    This BW report has a first page with drop down boxes in it.If we click on the drop down box it branches to the second page of the report which is a filtered result set.
    <b>How I have implemented it :
    ===========================</b>
    <b>Approach 1 :
    </b>
    I created a BW iview and embedded the URL.
    I have set rules in  Apache Reverse Proxy to scan URLs which has the pattern /SAP/BW/  and /SAP( and direct the requests to the BW system ( e.g. SAPBWHOST.SUBDOMAIN.DOMAIN...)
    The second rule is used bcoz when we click on the drop down it creates a URL with the format /SAP(.....)/BW...
    <b>Problem with Approach 1 :
    </b>
    Apache Reverse Proxy does not seem to handle the second rule.When Apache encounters a URL with /SAP(....)/BW I get an error message /SAPBW(....)/BW.
    <b>Approach 2 :
    </b>
    As a work around and also since we might have multiple BW systems in future...to make things easy for the future...we have created an alias at the BW side e.g. /BWABC.
    So the expectation was that the requests would always start with /SAPABC and we would have a rule in Apache Reverse proxy to direct the request to BW system to handle it.
    The problem with this appraoch is it no longer creates URLs with /SAP(..)/BW.
    The request has /SAPABC.... then all other request have /SAP/..mime/ ... different types all starting with /SAP/
    I cannot have a rule in Apache to route requests with /SAP/ to BW as /SAP/ goes to ITS currently.
    In this second aproach I have created a URL Iview which starts with the Revsers Proxy name (HTTPS://..subdomain.domain) since if I use a BW Report Iview it always creates request like /SAP/BW/....I think it is coming from its PAR file.
    <b>Problem with Approach 2 :
    </b>
    The first page is visible but when I click on the drop down I get the message <u><b>"Web application processing terminated"</b></u>
    I initially created a URL Iview with the URL HTTP://SAPBW HOST....BEX URL and it works good with all the pages.But I cannot use this approach since if I come from outside my company's network it will error(it does) out since the domains are different,which is the correct behaviour(as told by my Reverse Proxy people)
    The SSO is working perfect between EP and BW.
    <b>System Info :</b>
    ==============
    We have a lead Portal which is Broadvision.The user enters into a HTTPS://...Domain.com website and the request goes thru Apache ---> EP...The request is NOT HTTPS,but it is HTTP as HTTPS is terminated at the Cisco switch before it reaches Apache/EP.So inshort the request uses HTTP Protocol but contians HTTPS in the request as a variable
    We are using EP 6.0 SP12.
    EP,BW 3.5 are HTTP systems.
    Pls let me know how to fix these issues.
    Thanks.
    Josh
    Message was edited by: Josh Mannings

    Josh,
    With Approach1 try adding a Rewrite Rule after your Proxy Pass statements.
    Something like this
    RewriteRule ^/(sap\(.*) http://host.sap.com:8010/$1 [P,L]
    Apache does not like the ( ),but using this rewrite rule should take care of that.  Remember to make sure that the Mod_Rewrite Module is loaded.
    Hope this helps.
    Keith

  • ( very urgent ) read data from bw to live cache

    hi,
         i am very mew to APO LIVE CACHE. i need to read the data from BW to LIVE CACHE for forecasting. i now the transaction lc10 and lc11. but the problem is i need to know where i have to give the BW cubes or BW information into LIVECACHE.
    WOULD APPRECIATE UR HELP.
    RGS,
    SUGUNA.S

    Try TCode/SAPAPO/TSCUBE or Program /SAPAPO/RTSINPUT_CUBE
    Regards
    Krishna Chaitanya.P

  • Very urgent: reterving data from table MKPF table

    hi,
    i am facing a problem in adding a code i.e. i am having a select statement which use to reterive data from MKPF but i am not able to fetch it as there,i had written code for the RSEG from where i get the Material Document No..
    but now i have to take the value from the MKPF as well as it is the requierment of the code.
    here is the following code which i am using right now is to reterive data from RSEG :-
    SELECT BUKRS BELNR GJAHR AWKEY BUDAT XBLNR  
    AWTYP   FROM BKPF
    INTO (ITBKPF-BUKRS,ITBKPF-BELNR,ITBKPF-GJAHR,
    ITBKPF-AWKEY,ITBKPF-BUDAT,ITBKPF-XBLNR,ITBKPF-AWTYP)
    WHERE AWTYP EQ 'MKPF' OR AWTYP EQ 'RMRP'.
    **BEGIN OF TRY CODE FOR A MATERIAL DOCUMENT**
        ITDEMO-BELNR = ITBKPF-AWKEY(10).
        ITDEMO-GJAHR = ITBKPF-AWKEY+10(4).
        ITDEMO-XBLNR = ITBKPF-XBLNR.
        SELECT LFBNR FROM RSEG INTO
        (ITDEMO-LFBNR) WHERE
        BELNR EQ ITBKPF-AWKEY(10) AND
        GJAHR EQ ITBKPF-AWKEY+10(4) AND
        XBLNR EQ ITBKPF-XBLNR AND LFBNR  > 0.
    CHECK SY-SUBRC EQ 0 AND ITDEMO-LFBNR IN P_LFBNR.
    **END OF TRY CODE FOR A MATERIAL DOCUMENT**
    Edited by: abaper2008 on Jun 10, 2008 7:42 AM

    hi,
    i had deveoped a code for it,is correct or not?
    DATA: BEGIN OF ITBKPF OCCURS 0,
          BUKRS LIKE BKPF-BUKRS,
          BELNR LIKE BKPF-BELNR,
          GJAHR LIKE BKPF-GJAHR,
          AWKEY LIKE BKPF-AWKEY,
          BUDAT LIKE BKPF-BUDAT,
          XBLNR LIKE BKPF-XBLNR,
          AWTYP LIKE BKPF-AWTYP,
          END OF ITBKPF.
    DATA: BEGIN OF ITDEMO OCCURS 0,
          BELNR LIKE RSEG-BELNR,
          GJAHR LIKE RSEG-GJAHR,
          LFBNR LIKE RSEG-LFBNR,
          XBLNR LIKE RSEG-XBLNR,
          END OF ITDEMO.
    *******TABLE MKPF - FOR MATERIAL DOCUMENT*********
    DATA: BEGIN OF ITDEMO1 OCCURS 0,
          MBLNR LIKE MKPF-MBLNR,
          MJAHR LIKE MKPF-MJAHR,
          XBLNR LIKE MKPF-XBLNR,
          END OF ITDEMO1.
    START-OF-SELECTION.
    BKPF
        SELECT BUKRS BELNR GJAHR AWKEY BUDAT XBLNR AWTYP
        FROM BKPF
        INTO (ITBKPF-BUKRS,ITBKPF-BELNR,ITBKPF-GJAHR,         ITBKPF-AWKEY,ITBKPF-BUDAT,ITBKPF-XBLNR,ITBKPF-AWTYP)
        WHERE AWTYP EQ 'MKPF' OR AWTYP EQ 'RMRP'.
    MKPF
    *BEGIN OF TRY CODE FOR A MATERIAL DOCUMENT*
    **begin- for bsis to be reterived**
    IF ITBKPF-AWTYP EQ 'MKPF'.
        ITDEMO1-MBLNR = ITBKPF-AWKEY(10).
        ITDEMO1-MJAHR = ITBKPF-AWKEY+10(4).
        ITDEMO1-XBLNR = ITBKPF-XBLNR.
        SELECT SINGLE MBLNR FROM MKPF INTO (ITDEMO1-MBLNR)
        WHERE MBLNR EQ ITBKPF-AWKEY(10)
        AND MJAHR EQ ITBKPF-AWKEY+10(4) AND XBLNR > 0.
    CHECK SY-SUBRC EQ 0 AND ITDEMO1-MBLNR IN P_LFBNR.
    **end -  for bsis to be reterived**
      ELSE.
        ITDEMO-BELNR = ITBKPF-AWKEY(10).
        ITDEMO-GJAHR = ITBKPF-AWKEY+10(4).
        ITDEMO-XBLNR = ITBKPF-XBLNR.
        SELECT LFBNR FROM RSEG INTO
        (ITDEMO-LFBNR) WHERE
        BELNR EQ ITBKPF-AWKEY(10) AND
        GJAHR EQ ITBKPF-AWKEY+10(4) AND
        XBLNR EQ ITBKPF-XBLNR AND LFBNR  > 0.
    CHECK SY-SUBRC EQ 0 AND ITDEMO-LFBNR IN P_LFBNR.
    END OF TRY CODE FOR A MATERIAL DOCUMENT**
    APPEND ITDEMO1.
    EXIT.
    ENDSELECT.
    ENDIF.
    APPEND ITDEMO.
    EXIT.
    ENDSELECT.
    APPEND ITBKPF.
    ENDSELECT.
    Edited by: abaper2008 on Jun 10, 2008 10:19 AM

  • Very urgent: copy pixels from graphics1 to graphics2

    i need to copy already painted pixels with graphics object of paint method to new graphics object of image created with createImage( width, height).If it is possible with jdk1.1.5 please help me.

    Mr. Taylor thank u for ur reply.
    Actually there is a delay in painting the component. So that i need to grab some pixels from my componenet and do some modifications at builted one, and finally i want to add images with modified graphics back to the main componenet from which i took image. this is my real situation. Please help me if u have any idea on that.
    once again thanks a lot for ur reply
    regards,
    Nageswara rao.V

  • VERY URGENT!! How to Pass a "% " symbol from form to Report

    Hi
    I am using oracle 10g and passing a symbol "%" as a parameter to the report from a form. But it shows error as follows:
    REP-52006: Failed to decode the specified URL PARAMETER1=%.
    But it is working when it runs in the Report directly.
    Then Why we can't pass the symbol "%" to the report from form.
    Please reply me as soon as possible. IT IS VERY URGENT !!

    Hi,
    Try using a lexical parameter(&parm_1) for a string of values or a bind parameter(:parm_1) for a single value
    Thanks,
    Kimosabe

  • HT202786 my friend shared a video with me on icloud photo sharing and then she deleted it from her camera roll, how do I save it???(very urgent)

    my friend shared a video with me on icloud photo sharing and then she deleted it from her camera roll, how do I save it???(very urgent)

    DVDs are encoded into MPEG2, which iMovie cannot edit. So you need to convert the DVD back to something else. For highest quality, I recommend that you convert the DVD to Apple Intermediate Codec. There is a free tool called MPEG Streamclip that will do this. You will also need to install the Apple QuickTIme MPEG2 Playback Component.
    Here are the details.
    1) Download and install the Apple MPEG2 QuickTime Component ($20) - available online from Apple.
    2) Download and install MPEG Streamclip from Squared 5 (free).
    3) Start MPEG Streamclip
    4) Insert your DVD into your Mac. If DVD Player or Front Row starts automatically quit those.
    5) Open a Finder window. Navigate to your DVD to the Video_TS folder.
    6) Drag the .VOB files from the Video_TS folder and drop then into MPEG Streamclip.
    7) If MPEG Streamclip offers to fix timecode breaks, say yes.
    8) Use FILE/EXPORT TO QUICKTIME to convert the files to Apple Intermediate Codec (or h.264 if you prefer)
    9a) Optional: You can deinterlace your footage in this step, if you like
    9b) optional: If you know the date and or time of the footage, name your file
    clip-yyyy-mm-dd hh;mm;ss
    (let mpeg streamclip provide the extension). This will provide metadata that iMovie will use to put the event in the right year and month.
    9c) Optional: If you don't want to make one huge clip out of your DVD, you can make smaller clips by using MPEG Streamclip. Move the cursor to the "in" point of the clip, and press i. Move the cursor to the "Out" point of the clip, and press o. Then do steps 8 through 10 and repeat until you have done this for all clips you want.
    10) Save the resulting file in a place where you can find it, like your Desktop.
    11) Open iMovie.
    12) In iMovie, choose FILE/IMPORT/From File and choose the file you saved in steps 8, 9, 10.
    13) iMovie will generate thumbnails and you can edit.

  • My friend shared a video with me on icloud photo sharing and then she deleted it from her camera roll, how do I save it???(very urgent)

    my friend shared a video with me on icloud photo sharing and then she deleted it from her camera roll, how do I save it???(very urgent)

    Welcome to the Apple Community Diane.
    I find that shared video can be troublesome, a few haven't appeared to work as you describe but have done when I've looked at a later date. Hopefully they will work if you give them a bit longer. perhaps it would be a good idea if you make sure they are working before deleting them from the camera roll.

  • Copy Master Datas in FICo from 1 Company Code to Another   ---  Very Urgent

    Hi Peers
    I want to copy all the FI & CO master Data like G/L a/cs , Vendor Master, Customer Master, Cost Centers, Cost Elements, Commitment Items, Funds Center & Assets from one company code to another company code. Both the company codes will have same Chart of accounts. Is there any t.Code by which i can just extend these masters to my company code. Plz help. its very Urgent.
    Expecting a reply ASAP.
    Regards
    Rajaram

    Hi
    In customization,  Assign Chart of A/cs to company code there u will get the path for copying one company code to another company GL Masters.
    And also the CCtrs u already assign to the first company code.  Once u copy the data for one company to another automatically it will copy to another company code.
    Hope this is useful to u.
    Shammi

  • TS1702 I just bought a new iphone 5S and once turned on and pushed the button restore from Icloud, I'm stil stuck in this section i can't do anything plus i turned it off and on again and still not working, please provide me with a solution very urgently!

    I just bought a new iphone 5S and once turned on and pushed the button restore from Icloud, I'm stil stuck in this section i can't do anything plus i turned it off and on again and still not working, please provide me with a solution very urgently!!
    Kindly note also that i did not work on this iphone before, i just turned it on and i cannot connect it to the itune and restore it as the itune cannot read the device since i'm not able to reach my home screen, I am stuck in my restoring screen.
    Please help!!!!

    You dont have any data on your phone yet right?
    If you dont connect your device to the computer and
    Press and hold the Sleep/Wake button and the Home button together for at least 15 seconds, until the Apple logo appears.
    after that click okay when it says itunes has detected an iphone in recovery mode. Then click restore
    after that try again

  • Very urgent..Can a batch file be executed from a button in application?

    HI!
    Please this is very urgent..
    I want to know wheather it is possible to provide a button in an htmldb application,
    that executes a batch(dos .bat file) file from a network location????
    Thanks
    Asit.
    Message was edited by:
    user459887

    It will be possible to do that but I suggest you search the HTML DB Forum first and place your question there rather than in this forum .
    Greg

  • Blank PAge when Launching WEB IC from Portal--Very Urgent

    Hi,
    We are using CRM 5.0 EIC scenario
    We have just configured new application server (adding one more to existing servers), when we lauch EIC (interaction centre) from this new server, it shows nothing, it just displays blank page,
    Need very very urgently
    MAx points would be awarded
    R

    In CRM 5.0 does t-code CRM_IC launch the page for you correctly?  if yes then I think you need to have your portal admin check this as it would seem portal related.

Maybe you are looking for

  • How to change font size of lyrics in iTunes

    I pasted Arabic lyrics onto the Lyrics tab of a song.  However, the font is too small to read easily. Can someone please tell me how to change lyrics font size?

  • Acrobat Pro 9 Extended?

    Ok, I've been asking a lot of questions on this forum for a while, and now have another one. My boss has asked me to create a form-our company does document imaging, meaning we scan paper and help companies go paperless. One area in which we'd like t

  • I cant open my iTunes.

    When I click at the icon on my desktop a message appears :"This version of iTunes has not been correctly configured". What to do? Do I have to remove iTunes and then reinstall? How do I do that? And I have a Mac OS X, version 10.6.8

  • Oracle 9I -Export Error

    In one of our client getting below error In Oracle 9i - while executing EXP command getting ORA-01033 Error: ORA-01033 ORACLE initialization or shutdown in progress My Manager is recomending to do COLD backup and Restore it after fresh installtion of

  • I'm having a popup box come up...

    Whenever I try to view anything in video format online, I get a box that says "Adobe Flash Player settings: local storage d.yimg.com is requesting permission to store information on your computer" It has an "allow" and a "deny" button at the bottom,b