Sap bw: Web User Switching

Source: Internet
Author: User
Tags sap gui

Previously, enterprise portal (EP) was used to manage BW reports, so there was no such problem as User Switching.

However, today, the user does not really use the EP. What is the situation? For the first login (whether you have just started IE or you have not opened any other), the system will use a pop-up window for you to log on as a user. Of course, you can set the user in the service so that no user input box is provided, but the permission control is lost. Of course, today's problem is not this. Instead, after the user logs on for the first time, he enters the user password and confirms his identity. What should he do if he wants to switch the user? We found that, unless the entire IE is switched off, you do not need to enter the user password information when entering the system again, that is, after entering the address, you can directly enter the report or wad. You have to disable all Enabled WebThe page, in Cantonese, is "Unacceptable !", My focus is not to find out what BW functions, because this is not her fault. The key issue is its logout. I initially thought of sending cookies, but I couldn't find any evidence. It can be confirmed that the session function can be enabled because the exit function can be implemented by disabling IE. As a result, crazy queries such as its, logout, and seesion attract me deeply by a JS statement at some time, not s-type. Document.exe ccommand ('clearauthenticationcache'); no tests have been conducted, and I already feel that this is what I want. After testing, the issue of its logout is solved. After adding some JS modifiers, it will be more complete. The Code is as follows. You only need to put this function in the event. Function w_close (){
VaR txtprompt = "close current window? ";
If (window. Confirm (txtprompt )){
Document.exe ccommand ('clearauthenticationcache ');
VaR browsername = navigator. appname;
If (browsername = "Netscape "){
Window. Open ('', '_ parent ','');
Window. Close ();
} Else if (browsername = "Microsoft Internet Explorer "){
Window. Opener = "page"; window. Close ();

}
========================================================== ======================================== Sap gui for HTML with itsIn the EP, you can create a system object to connect to a third-party system, for example, SAP Bi and R3. One of them is set to its, this function can be used to display the transaction code of the expires after BW in HTML format. I can't talk much about it, but I can't talk much about it directly.

1. Activate the corresponding service

T-code: sicf. The root router activates the following services:/SAP/public/BC/ITS/mimes;/SAP/BC/GUI/SAP/ITS/webgui; /SAP/public/ping

2. Release

2.1 t-code: se80 menu utilities --> Settings --> Internet Transaction
Server(Tab) --> Publish (Tab), set the value of "on selected Site" to "internal ". (The default value of bi7.0 is internal ).

2.2 Select Internet services, and enter system below to publish: menu --> Publish --> complete service; repeat webgui to complete this step.

3. zookeeper

Enter http: // <server >:< icmport>/SAP/BC/GUI/SAP/ITS/webgui in IE, and use the secret name and secret in IE, if the login page is the same as the login page, congratulations, you have succeeded ~

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.