Ask for a solution

hi, my problem is :
user logon into the portal, and see a map.
there are several lines(eg. railway line) on the map
user click the line on the map, and the web browser redirect to the bi report which shows the bi data about the line.
how to handle this scenario? would u suggest me some solutions?
hunger for ur advice and thanks a lot!

Hi,
You can use javascript and create map with rail as image or icon and clickable. If user click this icon, call javascript function to redirect to bi webtemplate.
1. create map under html form tag.
<FORM name='frmMap' method="post" >
</FORM>
2. create javascript function that contain this code:
var vLink = "/sap/bw/BEx?CMD=LDOC&TEMPLATE_ID=MAP_WEBTEMPL&VARIABLE_SCREEN=&VAR_NAME_1=ZRAIL&VAR_OPERATOR_1=EQ&VAR_VALUE_LOW_EXT_1="+strRailName+"&VAR_SIGN_1=I";
document.frmMAP.action = vLink;
document.frmMAP.submit();
MAP_WEBTEMPL is name of your webtemplate.
ZRAIL is variable in query that you use.
strRailName is value that you can pass after user click the line on map.
frmMap is your html form name.
Hope it helps.
Regards,
Steph

Similar Messages

  • Chrome Viewer can't open Protected PDF  - Ask for a solution or a workaround

    Hello,
    we are working on the publishing of some Adobe Livecycle PDF protected documents on a website we are working on.
    We noticed an anomaly in Chrome Browser (Saphari too). The browser can't recognize PDF protected Document, so clicking to the download of the pdf document, it use "Chrome Pdf Viewer"
    and shows a message to user 'Unable to open document'.
    Is there any system to force the browser to open the protected pdf with Adobe reader?
    The solution about asking the User to disable Chrome Pdf Viewer and enable Adobe Reader is Excluded.
    Thanks a lot,
    V.

    Next source visit as experts as usual people, which can share your knowledge with you-
    http://www.filerepairforum.com/forum/adobe/adobe-aa/pdf/600-pdf-document-error
    Also pdf online repair service costs money but can get you fast and low-cost result:
    https://onlinefilerepair.com/

  • Asking For the Solution

    Do me a favor guys...help me to figure this out, which the best solution of this, i create some networks, what i plan is like this..
    if client send their request to appServer which using web browser, the request will arrive to the appServer,right? and then i create some network application to forward the request to another computer to be process, and response the client... the problem are :
    1. which is more efficient, faster,reliabe and secure ,create socket and i put the socket on My RMI or only using socket ?
    2. if i combine both RMI and Socket, is that good or not? why?
    Thank u so much for answer....

    Thanks Before to All of U...
    Now i got very clear, i do have done implement this, but i still have some problem, i implement this using RMI, When i try connect more than 1 client, My RMIServer can handle the connection but if the client request different things , My RMI Server response twice to the second client...
    Like this :
    = Client1 request A
    Output AAAAAAAAA
    = Client2 rquest B
    Output BBBBBBBB
    AAAAAAAA
    RMI will send output client1 to client2,How could this happen? how's the solution?
    If this is uses,here's my RMI Code : (This is just sample)
    public void sendData(String packet)
              try
                   if (packet.equals("."))
                        System.exit(0);
                   else if (packet.equals("BF"))
                        fs = new FileInputStream("BF.txt");
                   else if (packet.equals("SIJKTMES"))
                        fs = new FileInputStream("SIJKTMES.txt");
                   else
              catch(Exception e)
         public ArrayList receiveData()
              try
                   inputFromServer = new BufferedReader(new InputStreamReader(fs));
                   Hasil = "";
                   tmpList.clear();
    for(int a=0;a<400;a++)
    layar[a]=null;
                   int counter = 1;
                   while (counter == 1)
                        counter = BacaData();
                        if (counter==1)
                             Movedown();
                   for (int a = 0; a < 400; a++)
                        if (layar[a]== null)
                             break;
                        tmpList.add(layar[a]); // WARNING Cause some Warning warning: [unchecked] unchecked call to add(E) as a member of the raw type java.util.ArrayList
              catch (Exception e)
              return tmpList;
         public int BacaData()
              try
                   while(true)
                        if (inputFromServer.ready())
                             break;
                   bufferControl = 0;
                   while(bufferControl == 0 )
                        inputFromServer.read(cbuf);
                        bufferControl = (cbuf[0]); //Nilai Buffer = 47 untuk Karakter '/'
                   int c = 0;
                   for (int a = 2; a < 300; a++)
                   bufferControl = (cbuf[a]);
                   if (bufferControl == 41 && bufferControl == 94 && bufferControl == 124)
                             return 1;
                   c += 1;
                   int sw;
                   if (bufferControl == 93 || bufferControl == 13)
                             int i;
                        sw = 0;
                        for (i = 0; i < 47; i++)
                                  if (layar[i] == null)
                                       break;
                             if (sw == 0)
                        layar[i] = Hasil;
                        Hasil = "";
                   else
                             Hasil += cbuf[a];
              catch(Exception e)
              System.out.println(e);
              return 0;
    public void Movedown()
    try
    System.out.println ("Print MD");
    catch(Exception e)
    System.out.println(e);
    ********Client Code :
    public class WebClient
         String op;
         ArrayList list = new ArrayList();
         BufferedReader bfr;
         public WebClient()
    try
    ServerInterface inf = (ServerInterface) Naming.lookup("rmi://localhost/ServerInterface");
                   bfr = new BufferedReader(new InputStreamReader(System.in));
                   System.out.print ("Input : ");
                   op = bfr.readLine();
                   inf.sendData(op);
                   list = inf.receiveData();
                   for (int i = 0; i < list.size() ; i++)
                        System.out.println (list.get(i));
    catch (Exception ex)
              System.out.println("Error : "+ex.getMessage());
         public static void main(String[] args)
              new WebClient();
    How can RMI Server know the request from who? and How can RMI Server response to the right client, if client more than 1?
    At my code,i sign the warning comment,How could this happen?
    Thanks...You're the best...

  • Hi I can't update my apps when I try to update it asks for password when used it goes back to update. I think I'm not alone and have tried changing date switching off signing out and in and rebooting. Is there a solution or do I need to take it in?

    I can't update my apps each time it asks for password when entered it goes straight back to update. I don't think I am alone in this. I have tried changing the date, rebooting, switching off and on signing out and nothing works. Does anyone know of a solution or will I have to take it to an apple shop. My misses has no trouble with her updates, they are both on iOS 6. Hope someone can help.

    Tried that just said cant connect to iTunes Store which was different.

  • After upgrade to mavericks: time machine keeps asking for my back up disk and won't open unless i plug in the disk. any solutions?

    after upgrade to mavericks: time machine keeps asking for my back up disk and won't open unless i plug in the disk. any solutions?
    before the upgrade, i could open time machine without the need for having the back up disk plugged in.

    Ok. I got it to work, sort of....
    As I mentioned before I tried the "disk password" and the "Time capsule Password" options to see if I can start the back up again or start a new backup. Neither worked. So I tried the firmware down grade, but like you said that did not work. I then decided to try the "Account password" option and I have never used this option before becasue it states that if there is data on the drive it would not be acessable after creating an account. Since I wiped out the disk that was nno problem. When I created the new account and choose the drive it asked for the user name and password. I entered the info for the new account I just created(FYI this has nothing to do with your login username and password), bingo! It worked!
    Now I have two partitions on the TC disk. The old one and now the new account. I am guessing this is to be used if I have multiple computers, which I don't.
    I any case, I am going to wipe out everything again and try again to do a backup the way I had it before.

  • I just rented a film using my apple TV and was then asked to enter a code - which I haven't been asked for in long time. I have forgotten the code. Any quick solutions to the problem?

    I just rented a film using my apple TV and was then asked to enter a code - which I haven't been asked for in long time. I have forgotten the code. Any quick solutions to the problem?

    Hello anetsa
    It sounds like you have restrictions setup on your Apple TV. If you do not know your passcode to unlock it, then you will need to restore your Apple TV. Check out the articles below for more information about Restrictions as well as restoring your Apple TV.
    Apple TV: Understanding Restrictions (parental controls)
    http://support.apple.com/kb/HT200198
    Apple TV (2nd and 3rd generation): Restoring your Apple TV
    http://support.apple.com/kb/HT4367
    Regards,
    -Norm G.

  • After I updated user for i phone 4 s iCloud password is no way I can not phone and e-mail address has been blocked. I did not bring the solution to Turkey APPLE chief BILKOM is forgotten the password and e-mail address in the e-mail address asking for hel

    After I updated user for i phone 4 s iCloud password is no way I can not phone and e-mail address has been blocked. I did not bring the solution to Turkey APPLE chief BILKOM is forgotten the password and e-mail address in the e-mail address asking for help from you I will make the iphone does not open e-mail address associated with it @hotmail.com mail to this address icloud iphone phone's password is forgotten, I want to thank you in advance for your help tell a method of opening up again.
    <Email Edited by Host>

    Welcome to the Apple Community.
    I have asked for your email address to be edited out. Posting your address in an open thread is a sure way to be bombarded by unwanted email, remember it will be here long after you have resolved your problem, for automated detection software to find.
    If you want people to contact you, enable others to see your email address in your profile.
    This feature has been introduced to make stolen phones useless to those that have stolen them.
    However it can also arise when the user has changed their Apple ID details with Apple and not made the same changes to their iCloud account/Find My Phone on their device before upgrading to iOS 7.
    The only solution is to change your Apple ID back to its previous state with Apple at My Apple ID, verify the changes, enter the password as requested on your device and then turn off "find my phone".
    You should then change your Apple ID back to its current state, verify it once again, delete the iCloud account from your device and then log back in using your current Apple ID. Finally, turn "find my phone" back on once again.
    Apple Topluluk hoş geldiniz.
    Ben düzenlenebilir için e-posta adresi için istedi. Açık bir konu adres gönderme istenmeyen e-posta ile bombardıman bir emin yoludur, bulmak için otomatik algılama yazılımı için, size sorunu giderilmiştir sonra burada uzun olacak unutmayın.
    Eğer insanlar sizinle iletişim istiyorsanız, başkalarının profilinizde e-posta adresinizi görmelerini sağlar.
    Bu özellik onları çalıntı olduğunu bu işe yaramaz çalıntı telefonları için getirilmiştir.
    Ancak aynı zamanda kullanıcı Apple ile Apple ID ayrıntıları değişti ve iCloud hesabı için aynı değişiklik yapmamış ortaya çıkar / iOS 7 yükseltmeden önce cihaz üzerinde My Phone bul olabilir.
    Tek çözüm My Apple ID de Apple ile önceki durumuna geri Apple ID değiştirmek için, değişiklikleri doğrulamak cihazınızda talep olarak, şifreyi girin ve sonra kapatın "benim telefon bulmak".
    Daha sonra tekrar bugünkü durumuna Apple ID değiştirmek gerekir, bir kez daha doğrulamak cihazınızdan iCloud hesabı silmek ve daha sonra mevcut Apple kimliği kullanarak oturum açın. Son olarak, geri bir kez daha üzerinde "benim telefon bulmak" açın.

  • After Installing the OS x Mountain Lion some o the softwares are asking for Java SE 6 Runtime. Can someone please help me find a solution.

    After Installing the OS x Mountain Lion some o the softwares are asking for Java SE 6 Runtime. Can someone please help me find a solution.

    By default, ML no longer comes with the Java runtime preinstalled. I believe the route to enabling Java if you are going to need it is to run the Java Preferences app found in Utilities. It will inform you of Java's absence and offer to install the latest version and activate it. On subsequent runs, the Preferences app will allow you to fine tune how the runtime operates.
    Note that the new default operation is for the applet plugin to be disabled. You need to enable it as needed and it self-deactivates if unused in awhile. Also important to note that Java comes in both 32 and 64 bit versions and you can set the preferred order. Default is 64-bit but I've had issues with some applets failing to run and have had to switch the order.

  • Hi,earlier i was able to download free games on my ipad2,but now every timr i am trying it is asking for billing information?and even after selecting "NONE" option i am not able to download free games on my ipad?please help me if u have solution.thanx

    Hi ,Earlier i was able to download free games on my ipad2,but now everytime i am trying it is asking for billing information?
    even after selecting "none" option  i am not able to download free games on my ipad ?
    please help me if u have solution for this

    khalid08 wrote:
    Hi ,Earlier i was able to download free games on my ipad2,but now everytime i am trying it is asking for billing information?
    Earlier when - today? Some time in the past? When did this start?

  • A definitive solution to stop Mail constantly asking for my password??

    I have Snow Leopard running on Intel iMac.
    Like so many others my Mac Mail keeps on asking for my password even though its saved on my keychain.
    I have read pretty every solution I can find find from Keychain repair to deleting and creating a new account.... No joy... problem still occurs a few times a day on both my Hotmail pop and Gmail pop.....
    I wanted to know if there is a definitive solution to this problem... is there a software release for this or an ABSOLUTE .... PROVEN TO FIX ALL OCCURRENCES SOLUTION.... that works for everyone.??
    If not then I suppose I must use a different email client
    Thanks for your replies

    Dodgy servers being likely... is that going to happen with both Gmail and Hotmail?
    Doesn't happen with my GMail account. I'm connecting to GMail via IMAP, what about you? As to Hotmail, that one's notorious for having trouble with Mail.
    As to the fact that you don't see the problem with Entourage, it could be that there's something wrong with your Mail setup, but I don't know what might be different about how Entourage communicates with the server. I'm sure Ernie might have some insights.
    In the "Preferences" "Accounts" "Account Information" I put in my password and then save on exiting... as far as I am concerned it is saved within the software. But whenever this issue occurs, the saved password has vanished.
    It's actually stored in the Keychain, which could be one source of problems. If your keychain is damaged, it would cause problems for Mail but probably not Entourage. Try opening Keychain Access and choose Keychain Access -> Keychain First Aid. Also, try deleting the account passwords in the keychain completely, then enter the password when Mail prompts for it and check the box to save it in the keychain.
    Why would a "troublesome server from a location with bad internet service" delete the password I have saved on an Apple software product...
    If you get a password prompt, and you try to enter the password but it gets rejected due to some difficulty communicating with the server, Mail might decide to remove the "incorrect" password. That's just theory, as I've never actually done that. On the rare occasion that I get a password prompt, I just hit cancel, wait a little while and take the account online again. Typically, unless the server is still having difficulty, mail is retrieved without the need to re-enter the password.

  • Solution center suddenly ask for enabling Adobe Flash player for internet explorer for scanning

    Solution center suddenly ask for enabling Adobe Flash player for internet explorer for scanning. However, flash player is installed and enabled, but HP Solution center keeps asking for enabling and doesn't let me scan.
    Any suggestion?

    Hello there! Welcome to the forums @yuvalyanai 
    I read about the issue you are having with scanning, as you are seeing a message to enable Adobe Flash player.
    To begin, I would like to know some more information:
    Which operating system you are running and which printer you are working with?
    How Do I Find My Model Number?
    Which Windows Operating System am I running?
    Can you make copies successfully?
    Can you print from your computer?
    Have you tried updated Adobe Flash player?
    Can you scan successfully from Microsoft Paint?
    How is your printer connected to your PC, wireless, ethernet or USB?
    In the meantime, try resetting the printer:
    Press the Power button to turn on the product.
    With the product turned on, disconnect the power cord from the rear of the product.
    Unplug the power cord from the wall outlet.
    Wait at least 15 seconds.
    Plug the power cord back into the wall outlet.
    Reconnect the power cord to the rear of the product.
    If the product does not turn on by itself, press the Power button to turn it on.
    I hope to hear from you, have a wonderful weekend
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • I updated my ipad to ios 8 and now my ipad is locked asking for activation when i put it doesnt accept my apple id do you have a solution?

    i updated my ipad to ios 8 and now my ipad is locked asking for activation when i put it doesnt accept my apple id do you have a solution?

    Did you by this iPad new? Or used? If it was a used iPad, you'll need the Apple ID login for the original owner. If you bought it new, contact AppleCare with proof that you are the original owner and they may be able to help you.

  • Lenovo Solution Center (LSC.EXE) asking for administrator password

    Hello,
    On my ThinkCentre I have configured an administrator account and two user accounts.
    The machine is running Lenovo Solution Center.
    When working with the user accounts (no admin privileges) the LSC.EXE program keeps coming up and asking for the administrator password.
    Does anyone have a hint on how to stop this?
    Best regards
    MSche
    Solved!
    Go to Solution.

    There's no solution for it - this is by design.  LSC cannot function without admin rights.
    ADMIN Edit -
    Updated versions of LSC should address this.
    Please try version 2.4.003 or later
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/thinkvantage_en/lsc/updates/2.4.003/LSCSetup.exe
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/thinkvantage_en/lsc/updates/2.4.003/LSCSetup64.exe

  • Hi, i bought an iphone 5 through ebay, when i am trying to activate, its asking for a icloud user name and password, but i am unable to contact the owner, but its not black listed. is there any solution? please help me.

    hi, i bought an iphone 5 through ebay, when i am trying to activate, its asking for a icloud user name and password, but i am unable to contact the owner, but its not black listed. is there any solution? please help me.

    Hello there, Ark.
    It sounds like the iPhone has Activation Lock still activated. The following Knowledge Base article provides the methods available for removing the previous owner's account:
    Find My iPhone Activation Lock: Removing a device from a previous owner’s account
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Function key missingMay I ask you for a solution for th for mirror displays

    May I ask you for a solution for the following problem.
    I have recently switched from a Powerbook G4 15 inch to a MacBook Pro 15 inch.
    I often give presentations in large lecture halls where the beamer is controlled by a technician not immediately accessible. What happens is that I start up my laptop and the main screen appears on the beamer, which is not yet switched on to be seen on the big screen. All I get on my laptop is the empty secondary screen. On my Powerbook G4 there was a function key, which allowed me to immediately mirror the displays (synchronize the monitors), which instantly solved the problem and gave me control to start my presentation. The technician controlling the beamer would then start showing the beamer to the audience when my first slide had appeared.
    On my MacBook Pro this function key is gone. The following situation happened: I again got the empty screen on my laptop at the lectern and the beamer was not yet shown to the public so I had no way to get command over my computer. The technician was not reachable by me and was patiently waiting for me to start my presentation which of course I could not do. This is an embarrassing situation due to the fact that the necessary function key is no longer available.
    I tried to create a keyboard shortcut function to mirror the displays but I failed. I urgently need your advice.

    Both Kappy and drsailer are really trying to help.
    The top row (function keys) is identical on US and German keyboards (Swiss German in my case) and the F7 key has been assigned a new function in all models released after February 2008 (a tribute to gamers and leisure users ostensibly).
    In analogy, the respective entries have been deleted from the help files. So it all makes sense except that this treasured function is no longer available for the few people like me using the laptop predominantly for lectures in ever changing surroundings and situations.
    The situation I am talking about, is when you get to a lectern and start your computer up once you are there. Work arounds like having it in standby with the first slide mounted exist, but you have to think of it and prepare it in advance. Of course you can disconnect it from the beamer cable at the lectern and get the control back, start up the slide and connect it again. The first time you are in such a predicament you will most liekely not be cold blooded enough to think about that. Even if you are it is utterly uncool if you have to fiddle around before your presentation starts.
    It is not the end of the world but it should be easy for the Apple people to write a little modification to assign a key or a combination of keys to replace the abandoned F7 function key for "mirror displays".
    In fact, it is therotecially possible to assign keys to all the menu functions (mirror displays is still retained as a menu function once you activate it) but you are asked to type the exact wording of the menu function. I tried a variety of German and Englisch wordings to no avail. The wordings are different if you pull down the menu under the display ikon or if you check in system preferences under displays. Here the German system may in fact be the conundrum.
    If somebody lets me know the exact English wording in these 2 places in the English system, I can check, if I missed something there in my attempts.

Maybe you are looking for