Request Method property in AI BI/BW iView
[BEx] [iview] [iview mediapro] [request method] [request.method get] [Web]
- ‘WELCOME_CLAUSE’ is displayed in the portal header iViewSymptom Instead of welcome text and the name of the user at the header iView of the portal, a string ‘WELCOME_CLAUSE’ is displayed. This incorrect behavior can be reproduced on version: -...
- iView error when accessing new iViews from UWLSymptom This problem occurs in two cases: After approving contract the manager is not able to view the earmarked fund document. There is an iview problem. Steps: 1. Login as purchaser Create...
- iView Name correction ‘ Process Bid as Substitute ‘Symptom iView name incorrect in SRM 50 Business package for the iView ‘Process bid as substitute’. Solution Please check the manual steps and in addition check the attachment for manual correction of...
- Item Details iView is not refreshed when search changedSymptom When performing a search, Item Details iView is not refreshed, and displays the previous selected record – the last record that was selected in the Result Set by the user Other...
- Translation missing for MSS training Activities IviewSymptom Translation missing for MSS training Activities Iview Other terms sap.com/mss~eepro~businessevents, sap.com/mss~eepro~businesseventsdetail, MSS training Activities Iviews and MSS Training Activities details iview. Reason and Prerequisites Program Error Solution The Translation for the...
- Group-Layout can not be disabled – MDM Search Text iViewSymptom While using MDM 7.1 SP02 Portal iViews in the portal design-time property editor, you are configuring the Search Text iView “Group-Based Layout” property to “No”, however in run-time, the iView ignores...
- MDM Result Set iView – How to export records to ExcelSymptom You are trying to export records from MDM Result Set iViews to an Excel file. Other terms Excel, export, iViews, MDM, Result Set Solution Export to Excel functionally can be achieved...
- iView eforcement of MDM Role Table and Field PrivilegesSymptom When working in MDM iViews, MDM table and field privileges enforced policy is stricter then the one in Data Manager Other terms Roles, Permissions, Privileges, iViews Reason and Prerequisites In MDM...
Symptom
1. On BW iViews (version 2.x/3.x) Request Method could be forced to GET. It can cause that the iView to be displayed with no content, the main form of BEx system is displayed with no data.
2. BI broadcasting doesn’t work and it might be because iView is launched with request method GET and should be changed to POST.
Other terms
BEx Web Analyzer, Broadcast, Email, BI, BW, 2.x/3.x, RequestMethod, POST, GET, Broadcasting
Reason and Prerequisites
BI/BW iView is launched with request method equals to GET and should be changed to POST in order not to loose data needed for broadcasting scenarios.
There Could be other BI/BW scenarios that request to change RequestMethod from GET to POST or vice versa.
- NW04s 645 SP05
- NW04s 645 SP06
- NW04s 645 SP07
- NW04s 645 SP08
- NW04s 645 SP09
- NW04s 645 SP10
- NW04s 645 SP11
- NW04s 645 SP12
- NW04s 645 SP13
- NW04s 645 SP14
- NW04s 645 SP15
- NW04s 645 SP16
- NW04s 645 SP17
- NW04s 645 SP18
- NW04s 645 SP19
- NW04s 701 SP00
- NW04s 701 SP01
- NW04s 701 SP02
- NW04s 701 SP03
- NW04s 701 SP04
Solution
As a work around you can navigate to the PCD location of your BI/BW iView and manually introduce the 2.X/3.X iView property ‘RequestMethod’ and set it to POST via the PCD inspector tool.
To add the property to all BW/BI iViews on your portal go to (via the PCD Inspector):
For BI 7.0 IView:
pcd:portal_content/templates/iviews/sap_bi7x_report_iview
For BW:
pcd:portal_content/templates/iviews/sap_bw_report_iview
and add the property to the desired template.
Note – If you add this to the template the change will not be overwritten after deployment of new par files or after upgrade.
Fix Description:
The property was added to the BI/BW template under ‘Content – BEx Web Application’ property category with empty value (not GET or POST), which means that the redirect request to BW/BI will be based on the initial request (GET will continue as GET and POST will continue as POST).
Fixed for the following versions:
- NW04s 645 SP20 and above
- NW04s 701 SP05 and above