Which t-codes will start web-browser in SCM7.0?

I am new to SCM7.0 but I have experience at PI7.1/PI7.0.
On PI7.0 there are some t-codes such as sxmb_ifr, sldcheck, etc which will start a web-browser.
Could you list the SCM  tcode that will launch web-browser as well?
Thank you!

Hi Christy Kelly,
Some of the following t-codes uses web-browser
/N/SAPAPO/CLPISDP
/SAPAPO/CLPIPCAL
/SCA/ICH - SNC
/SCA/ICH_S - SNC - Supplier View
/SCA/ICH_C - SNC - Customer View
/SCA/ICH_G - SNC - Goods Recipient View
/SCA/ICH_RR_NA - Responsive Replenishment
/SCA/ICH_RET - Returns Processing - Customer View
/SCA/ICH_RETV - Returns Processing - Supplier View
/SCA/ICH_RETG - Returns Processing - Goods Recipient View
Hope this helps you.  Please confirm.
Regards
R. Senthil Mareeswaran.

Similar Messages

  • What html code will start an EXE (program) with a click on a webpage link?

    The code in bold below worked. After I switched my browser from IE 11 to Firefox to get the hover on hotspots to work, the program gave me this error message. I moved the EXE file to my local file folder and tried it as shown below. Still no success. Any suggestions?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Family Tree Charts</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><style type="text/css">
    <!--
    body,td,th {
        color: #000;
    -->
    </style></head>
    <body link=blue vlink=blue>
    <table width="100%" height="25" border="0" cellpadding="4" cellspacing="0">
      <tr>
        <td width="93%" height="27" bgcolor="#EFEFEF"> <div align="center"><font color="#999999">
        <b>This Software Allows You To Review Neat Charts of Your Family Tree </b></font></div></td>
        <td width="7%" bgcolor="#CCFFFF"> <div align="center"><A href="Mementos_Menu.html"><font size="2">Back</font></a></div></td>
      </tr>
    </table><BR><center>
    <br>
    <FONT color=#ff00ff><strong>Click the link below to download a special software program for your PC.</strong></FONT><br>
    <br>
    <a href="http://jdmcox.com/"><strong>Cox Website</strong></a><br><br>
    <strong>ITEM 1</strong> (AT THIS  WEBSITE) IS  THE <strong>FAMILY TREE CHART</strong> PROGRAM.<br>
    It is called <strong>Simple Family Tree</strong><br>
    <table width="80%" border="2" cellspacing="2" cellpadding="2">
      <tr>
        <td width="49%" align="left" valign="top"><FONT color=#ff00ff><strong>Click the link below to use this special software program after you download and install the program.</strong></FONT><br>
    <br>
    <!--<a href="C:\Program Files (x86)\Simple Family Tree\Simple Family Tree.exe"><strong>Family Tree Charts Program by Doug Cox</strong></a><br><FONT color=#ff00ff>
    -->
    <a href="C:\Users\Tom and Polly\Documents\Genealogy CD\Simple Family Tree\Simple Family Tree.exe"><b>Family Tree Charts Program</b></a><br><br>
    <FONT color=#ff00ff><strong>Click  the &quot;run&quot; button for both warning messages.<br>
    Click the &quot;READ THIS!&quot; menu option when the program opens.<br>
    Click  "X" in the upper right to close the program.<br><br>
    You can update the family data in future years with this program too.</strong></FONT>
    <br></td>
        <td width="51%" align="left" valign="top"><FONT color=#ff00ff><strong>NOTE 1: Be sure your HTML code for this webpage has a proper line to link to the location where the software was installed. You can use NOTEPAD to make HTML code changes. My existing line is: </strong></FONT><br>
          "c:\<u>program files (x86)</u>\simple family tree\simple family tree.exe"<br><br>
          <FONT color=#ff00ff><strong>The underlined portion will need to agree with where the program was installed. Just change the directory (see underlined sample above). Good luck. If I am still living, call me.<br><br>
          NOTE 2: After you download, install, and try to use the program, you may get an error message window that looks like this -&quot;0 FAMS @F191 @ FAM&quot;. This means you have an individual record in your GEDCOM file that does not have a parent. Be sure all GEDCOM records have at least one parent even if you must name the parent UNKNOWN.</strong></FONT></td>
      </tr>
    </table>
    <br></center> 
    <table width="100%" border="0" cellpadding="2" cellspacing="0" bgcolor="#CCCCCC">
        <tr>
          <td bgcolor="#EFEFEF"> <font size="2">&copy;2002 Sales and People</font></td>
        </tr>
    </table></body>
    </html>

    Herbert:
    Here is my latest code attempt, but I get messages about the lines in BOLD that I do not understand.
    Perhaps you will see what I need to fix. Sure appreciate what you have found and shared with such a neophyte (aka dumbo).
    Tom
    <!--
    body,td,th
    -->
    function RunExe(path) {
    try {
    var ua = navigator.userAgent.toLowerCase();
    if (ua.indexOf("msie") != -1) {
    MyObject = new ActiveXObject("WScript.Shell")
    MyObject.Run(path);
    } else {
    netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
    var exe = window.Components.classes['@mozilla.org/file/local;1'].createInstance(Components.interfaces.nsILocalFile);
    exe.initWithPath(path);
    var run = window.Components.classes['@mozilla.org/process/util;1'].createInstance(Components.inteinterfaces.nsIProcess);
    run.init(exe);
    var parameters = ["/c start Simple Family Tree.exe"];
    run.run(false, parameters, parameters.length);
    } catch (ex) {
    alert(ex.toString());
    This Software Allows You To Review Neat Charts of Your Family Tree
    Back
    Click the link below to download a special software program for your PC and your GED file.
    *Cox Website*
    ITEM 1 (AT HIS  WEBSITE) IS  HIS FAMILY TREE CHART PROGRAM.
    It is called Simple Family Tree
    Click the link below to look at my GEDCOM file contents.<br>Instructions are provided in the READ THIS menu option at the top of the window.
      *Show Yarnall Chart*
    *Return to this webpage by clicking on the backarrow after looking at the chart.
    You can update the family data in future years with this program too.*
    ©2002 Sales and People
    Date: Thu, 2 Jan 2014 02:09:18 -0800
    From: [email protected]
    To: [email protected]
    Subject: What html code will start an EXE (program) with a click on a webpage link?
        Re: What html code will start an EXE (program) with a click on a webpage link?
        created by Herbert2001 in Dreamweaver support forum - View the full discussion
    Perhaps this might be helpful:
    https://addons.mozilla.org/en-US/firefox/addon/opendownload-10902/
    It allows executables in Firefox to be run - it is an extenstion, though, so it must be installed in Firefox before your page will work.
    Another option is this solution, but it will still require a manual change in Firefox:
    http://forums.mozillazine.org/viewtopic.php?f=19&t=803615
    Or this: http://stackoverflow.com/questions/6472435/running-exe-in-firefox-why- do-i-get-an-error
    However, you will still have problems with getting it to work cross-browser. Honestly, browsers are not supposed to have access like that to the client side file system, which absolutely makes sense for the web.
    That is why you may have to approach the solution from a different angle - perhaps create a server side cloud version of your application(s) which can be easily accessed and run by your family members. I believe you used C to develop the applications? Although I have no experience with this framework, Wt might be a solution to convert your projects to server side applications:
    http://www.webtoolkit.eu/wt
    Good luck!
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5972893#5972893
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5972893#5972893
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5972893#5972893. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Dreamweaver support forum at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Bug: start web browsing always use nokia browser

    On my N97 with the fw 22.0.110, in default application->browsing internet  is setted Opera Mobile beta and when I tap on "start web browsing" in connectivity->wlan, the nokia browser starts instead of opera mobile.

    Opera mobile will open only email attachments..all the rest will still be opened by nokia browser.
    IF YOU FIND POSTS HELPFUL HIT THE BIG GREEN BOX TO THE LEFT WITH THE WHITE STAR IN IT THANKS

  • Which abap statements will start new internal session in the same external

    hi
    which abap statements will start new internal session in the same external

    Hi,
    Generally, the statements SUBMIT and CALL TRANSACTION would create internal session within another.
    However, the addition 'AND RETURN' should be specified upon using SUBMIT statement else without the addition, the internal session will be overwritten with the new program called by using SUBMIT.
    LEAVE TO TRANSACTION also will overwrite the current internal session with the new transaction code.
    Cheers,
    Venkat
    P.S: Kindly reward points for useful answers

  • Geting error msg "Unable to start Web browser for U" while open Siebel Icon

    hi,
    I have Successfully Installed Siebel 8.1 on Windows 7 Operating System After this when i am trying to open "Siebel Financial Services - ENU" ICON i am getting Error Message that "Unable to start Web browser for your Session".
    I have Internet Explorer 8 on my Windows 7 operating system.
    Waiting for ur Quick Reply.
    THANKING YOU!
    Best Regards
    Oradb.

    Hi,
    Which web browser you were trying to open the siebel application. You should make that web browser as a default browser for your OS.
    Open IE- Tools - Internet Options - Programs - Make Default Browser.
    Try this and let me know the results.
    Regards,
    Joseph

  • Source code of a web browser

    Does any one knows how to get a example source code of a web browser?
    Or the source code of the HotJava browser???

    Hello,
    If you seeing a sample code. Please refer to java.sun.com's Java Tutorial
    Topic :: How to use JEditorPane.
    These Java Packages can help you.
    Javax.swing for JEditorPane
    javax.swing.text for Document class
    Javax.swing.event for HTML Listener(to open hyperlink and pictures)
    For a Complete Solution please go to any S/W Company and make your own browser.

  • Start Web Browser from ABAP in WINGUI with SSO

    Hi,
    I'm using WINGUI 6.20 patch 47. I need to start a separate web browser to display a BSP.
    The difficulty is that we want single sign on to work. We have the portal set up for authentication and our instance is set up to create and accept logon tickets.
    We've tried to use the html viewer control but I think this only works within the html gui ?
    We've tried the CALL_BROWSER function but it doesn't seem to pass along the logon ticket.
    Is there a way to do this ?
    Thanks for your help.
    Thierry Dagnino
    Systems Architect
    Hydro-Quebec

    Hi Thomas,
    the suggested solution works at 90 %.
    The BSP we display in the html control calls another bsp in a popup window.
    The popup requests the login again. I think this is because the popup starts a new Internet Explorer browser which has no session state.
    The strange thing is that if I first start a browser and authenticate to the server and then run the function which displays the bsp in the html viewer, it works great. I think it uses the logon ticket that the browser received.
    Everything else works but we can't use it if popups don't work since CRM 4.0 uses a lot of them.
    Also, if we use the show_url_in_browser function, it works. The problem is we have a useless window displayed. Is there a way to close this window immediately after the show_url_in_browser method is called ?
    Thanks.
    Message was edited by: Thierry Dagnino

  • Computer shuts down after starting web browser etc. in fresh install

    i re-installed last night as i noticed a while ago i was using 64bit and had been meaning to get around to switching to 32bit.
    the install went fine, but when i install xorg and a window manager (i tried dwm and openbox), and start a web browser (i tried midori and luakit), my laptop shuts itself down as if it had overheated or something similar.
    at first i thought my laptop was having trouble, but i'm currently booted into a manjaro livecd (i know), and can browse etc. with no issues.
    any ideas on what might be causing this, or what i can post here to help troubleshot?
    thanks.

    Does the laptop shutdown immediately after you open any web browser? Do any other applications, such as Thunderbird or LibreOffice, cause this behaviour?
    Does your laptop do a controlled shutdown or a *poof* hard shutdown?
    Can you get a temperature reading from your computer (by using software tools) as you open a web browser?
    Also (and this is gonna sound weird) please post your PATH variable. ("echo $PATH")

  • Internet shortcuts in Outlook Express do not start Web browser

    Internet shortcuts in Outlook Express do not start Firefox Web browser

    Please do the following.<br><br>
    #Start Internet Explorer and then click ''Tools'', then ''Internet Preferences''.<br><br>
    #Click the ''Programs ''tab and then remove the checkmark from "''Tell me if Internet Explorer is not the default browser''".<br><br>
    #Click Apply/OK and then close Internet Explorer.<br><br>
    #Next, start Firefox, then click the orange Firefox button and go to '''Options '''| '''Options '''| '''Advanced'''.<br><br>
    #In the '''General '''tab, checkmark the option "'''Always check to see if Firefox is the default browser on startup'''" and then click the "'''Check Now'''" button.<br><br>
    #Click OK and then close Firefox.<br><br>
    #Finally, open Outlook Express, find an email with a link in it and it should launch in Firefox.

  • Can programs run from java that is on web browser

    i have written a program and used autorun to run when a cd is put on but not every body will have java on their computer a firend told me that most people will have java on the web browser that will be able to run the cd is this true or will i have to give download instructions to download jav first. this is obviously not ideal as i want people to be able to run the program by putting the cd in and nothing else.

    1. You can create a Java applet, which is a Java program that runs
    from a web page. It will need to be a signed applet. Your autorun will start the browser with the web page carrying the Java applet.
    I don't think this is optimal.
    2. Search for "embed JRE", which describes how you can supply your
    private JRE with your program. It does not install the JRE, nor does it
    care if one is already installed. I did this many times, there is no problem
    at all, but here I have no idea whatsoever what happens if your JRE originates from write protected media. I guess it should work. Experiment or wait for others to see what they think.

  • Firefox will NOT start, deleting and reinstalling will start as last step but once Firefox is closed it will NOT restart.

    Both browsers (Firefox 21 & IE) installed on my 64-bit Widows XP desktop refuse to start either from clicking the desktop icon, the start bar menu, or the executables themselves. What does happen is that all icons disappear from the screen for some 15-30 seconds, then the icons are returned to the screen, and the last informative message displayed from the system tray at start up is repeated.
    Deleting Firefox and reinstalling will start the browser as the last step, but when the new copy is closed it will not start. Also just rerunning the installation download without deleting Firefox will "Upgrade" and start as a last step but when the new copy is closed it can not be restarted. Running restore on the new copy has on apparent effect on the ultimate inability to restart after closing.
    I only tried the IE browser after being unable to start Firefox (its ordinarily only used by the MS update procedure) and have not investigated either reinstalling or repairing it.

    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • Hiding an ActiveX container with a web browser object

    I have an ActiveX container that holds a web browser object to view a remote front panel for a VI running on a RT Target.  I would like to dynamically adjust the visibility of the container on the front panel so that it is only visible when needed.

    The web browser ActiveX object is a bit unique in how it is drawn on the screen. It is always on top. So this is an issue with the code in the web browser, not in LabVIEW. The best and easiest solution to your question that I have come up with is to move the ActiveX container offscreen instead of trying to make it invisible. Use the position property on the ActiveX container to programmaticaly move it. See diagram. (I'm showing both the True and False case of the Case Structure, but there should only be one Case structure in the diagram.)
    Message Edited by Christian L on 07-18-2008 09:39 AM
    Christian Loew, CLA
    Principal Systems Engineer, National Instruments
    Please tip your answer providers with kudos.
    Any attached Code is provided As Is. It has not been tested or validated as a product, for use in a deployed application or system,
    or for use in hazardous environments. You assume all risks for use of the Code and use of the Code is subject
    to the Sample Code License Terms which can be found at: http://ni.com/samplecodelicense
    Attachments:
    WEBBROSWERHIDE.png ‏13 KB

  • Which Tax Code has been used in Freight Charges Dialog Box ?

    Sir ,
    Plz tell me that when we Click on any Document of Sales / Purchase Module or Purchase Order like open
    and than u add the Items and Click on the Freight Drill Down Arrow Give the Freight as 10% , than u give Tax Code also.
    But I am asking that only , which Tax Code will be choose for Freight.?

    Hello jyotasna,
    If you want to select tax code then you should be tick as a freight tax code in tax code setup form(Administrator>Setup>Financial>tax code) otherwise tax code will not be listed on freight window.
    Generally in india some state have tax on freight. it shoud be better to ask your client account person because he is single person who give you proper answer.
    If he said that we dont any use tax code on freight then make a new Exempted (Rate 0) tax code and select whenever you want to select freight window on marketing document(SAles And Purchase) because this you can not add freight window.
    Service tax only a tax whcih will dedect on freight amount .if applicable in your company profile.
    Thanks
    Mnavendra Singh Niranjan

  • Emails sent through Mail 7.0 on Mac won't appear in the Sent folder in the Yahoo web browser or the Mail app for iPad.

    It seems that emails I send via Mail on my mac are stored only in Mail's Sent folder. These emails don't appear in the sent folder of Yahoo web browser, iPad Mail app, or the Y! Mail android app..
    I've tested to see whether my emails are actually sending properly, and they are. I just want to know why the Sent messages on my mac aren't appearing anywhere else. I've read similar issues to this but haven't yet found a reason or solution.
    Thanks in advance

    [edit] I dragged the email I sent through the MBP Mail app (under MAILBOXES > Sent > Yahoo!) to the highlighted Sent folder (YAHOO! > Sent), and now it shows up on all Yahoo Sent folders (iPad app, web browser, phone app). Not entirely solved the issue but will use web browser to sent future emails to keep everything in sync.

  • J2me and bluetooth: web browser

    Hi,
    I'm trying to develop a midlet which works like a common web browser. The idea is:
    -the midlet establishs a connection with the server using a RFCOMM connection
    -the server acts like a bridge to get some simple html sites over a normal socket conenction and transfer them to the client through the serial port connectio
    -the client through the browser midlet makes parsing operations
    The problem is that I'm not sure how to get these html files (server side) e send them to the client
    Maybe with a stream of data...
    Have you ever seen something similar... so I can get inspiration?
    Thank you very much

    Can somebody at least post what experiences they've had with certain phones when writing j2me programs for them?
    Thanks

Maybe you are looking for

  • Show only first 20 votes by each user

    Hi, I have a table called Votes with three columns: UserID number, Vote number, TimeOfVote number, Vote could be any number between one and twenty-two. TimeofVote is in format yyyymmddhhmmss Now I want to create a view table that only shows the first

  • Using a file as a source of images for a slideshow in CS6

    I was wondering if someone might be able to help me create a slideshow that uses a file to pull images from rather than calling on an individual image source code. As it is right now, I have a basic working jquery slideshow. What I am wanting to get

  • Mount USB NTFS drive at boot

    I'm trying to get my NTFS formatted USB disk to mount at boot. I'm using FSTAB, but it fails with an error when it tries to mount- only problem is, arch boots so quickly I can't see it. It works fine mounting manually afterwards (using mount -a or ex

  • QuickTime Can't Read Movie I Exported From iMovie

    QuickTime is telling me it can't read a movie I exported using iMovie. The movie is saved as a .mp4 which I have used QuickTime to read in the past. Any suggestions? Thanks

  • The Enhancement EDMLELHA is not working.

    Hi Guyz, I just activated the EDMLELHA enhancement, taking the help of an ABAP Consul. "the reason is to take the estimation based on the last year consumption", i have enabled the special procedures in the MR estimation. Still the enhancement is not