T/Code to find what portal is connected?

Dear Experts, is there any t/code where I can get all the information related to the portal that is connected to the BI Server? I was under the impression RZ10 would help but it had all sorts of info that I could not understand.

Closing thread. Thanks.

Similar Messages

  • How can i find what devices are connected to my airport router

    We have dishnetwork for our internet and the last 2 months we have exceeded our usage.  I wanted to know if there was a way to see what was using all of our data.

    Not on an Apple router.

  • HT4527 Getting error code 12004 when trying to setup home share on a new laptop.  Can't find what it means.

    My daughter received a new macbook pro for Christmas and is trying to turn on home sharing in itunes and it is giving her an error code 12004 but we cannot find what that means.  Does anyone know where to find error codes and their definitions?

    First thing to do is get the CC off your system.  Then try the direct download option linked below...
    You can download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    CS6: http://prodesigntools.com/adobe-cs6-direct-download-links.html

  • Help Me , can't find what is wrong :S Simple code

    Hello everyone, im'm back =P ...well the problem is : I can't find what's wrong with this code above. The output shoul be "-1" but it prints -4 , it should print the min. value of an array. An absolute value to do that , its simple just do: e.g ( if ( n < 0 ) n = n * -1 ; and then check what is the min. value of the array. I just copied the content of the first array to the second .
    damn...what is wrong? :S
    public static void main (String[] xxx) {
         int [] array = {7,-4,-1,2}
        System.out.print( "The shortest number is: "+ minValue(array));
          static int minValue(int [] x ) {
        int []  newarray = new int [x.length];
        int min = mat[0];
        for( int i = 0; i !=x.length; ++i) {
       if ( i < o)  i = i * -1;
       else i = i * 1;
        newarray[i] = x[i] ;    
            for (int i = 0; i != mat.length; ++i) {
          if ( min > mat[i] )  min = mat;
    }return min;
    Thanks!!! I realy need your help plz!

    Almost!!!!! :D
    it returns 1 , should return -1 LOLO this is an exercise for practice, because i've the final test tomorrow .
    Is the last one , and i'm getting annoying of it :P.
    That's why i copied the 1st to the 2� array (but without the signal).
    U must ignore the signal when it checks, but it must print the number even if it has the signal . E.g -1 , u check ignoring the signal and the ouput must be: -1
    :S

  • TS1277 I cannot connect to iTunes Store. Please help me find what happened.

    I can not connect to I tunes store. I can not purchase or update apps.
    Please help find what I'm doing wrong.

    I read on another discussion that apple are aware of the problem and working on a fix. I'm fed up with itunes I constantly have issues with it and it's not just me nearly everyone I speak to says exactly the same. Does anyone know of a decent alternative to it??

  • How can I find out what email is connected to my apple ID account

    Trying to download an app onto my iphone but can't remember my password. tried to retrieve my password but nothing has been sent to my email. tried several times. is there anyway to see what email is connected to my apple ID account?
    I've tried all of them but my wife set up my phone and I'm lost. (it's not going to her email address either)
    help? I can't do anything with my phone without my apple ID password!
    (PS. Posting this from my son's account. As I cannot create one without my apple ID password. lol)

    None of my email addresses. Which makes me think it was entered incorrectly originally.
    When I tried to answer the security questions it asks my birthdate and then asks "answer your secret question"
    I have no idea what that question is. Lol. Like I said, my wide set this up with me and neither of us can remember what question was asked. It was a year ago.
    If I knew what email they sent my password to I could figure tho out and re set the password.

  • I tried to download a game on my iphone 4 but it says I need the ios 4.3 update. My phone doesn't say there are any updates available and I can't find it when I connect to itunes. What do I do?

    I tried to download a game on my iphone 4 but it says I the iOS 4.3 update. My doesn't say an udate is available and I can't find it when I connect to itunes.

    Update to the current version of iTunes on the computer.
    Update the iOS on the device.

  • Portal application connecting backend SAP R/3 system

    Hi All,
               I am developing one portal application through NWDS. It's JSPDYNPage component.The applications functionality is basicaly is to connect it to backend SAP R/3 system & fetch some data in aparticular table & display that data in a tableview format on one JSP& also when i click any row of the tableview then details of that row should get displayed on the next JSP. So i reached till develpoing a code that connnects to Backend SAP R/3.(Basicaly coding of connection part is done). Now i need to test this code, to check whether it is fine or not? NWDS doesnt give nay error, not compile also or not runtime error also. It simply shows the output as a blank page, where it is supposed to display one line of text in textview(i coded this in my JSP).But as i said it displays a blank page. i tried to debug the application , but debugging also not worked.I performed the debugging twice in right way. The code was not debugged, it run the same way as it normally runs when debugging is off & shown the blank page. I also have done all the the settings or prerequisites for debugging properly. I am stuck at this point now.search many documents , but no relevant help has been received. Can anyonehlep me with this. i am putting below the code for JSP, JSPDYNPAGE component as well as portalapp.xml. Can anyone guide me with this, whhere i am making mistake? what should i change in this?
    JSPDYNPAGE code
    package com.lti.portal;
    //import java.util.ArrayList;
    import com.sapportals.htmlb.*;
    import com.sapportals.htmlb.enum.*;
    import com.sapportals.htmlb.event.*;
    import com.sapportals.htmlb.page.*;
    import com.sapportals.portal.htmlb.page.*;
    import com.sapportals.portal.prt.component.*;
    import java.util.ArrayList;
    import com.sap.mw.jco.IFunctionTemplate;
    import com.sap.mw.jco.JCO;
    import com.sun.corba.se.internal.core.Response;
    public class Connection_R3 extends PageProcessorComponent {
    public DynPage getPage(){
    return new Connection_R3DynPage();
    public static class Connection_R3DynPage extends JSPDynPage{
    private Conn_R3 myBean = null;
    public JCO.Client mConnection;
    public JCO.Repository mRepository;
    public ArrayList al = new ArrayList();
    public String output;
    public String Ans;
    public static String BEAN_KEY="myBean";
    public void doInitialization(){
    IPortalComponentRequest request =(IPortalComponentRequest) this.getRequest();
    IPortalComponentContext context = request.getComponentContext();
    IPortalComponentProfile profile = context.getProfile();
    //create & initialize the bean.
    Conn_R3 test_bean= new Conn_R3();
    test_bean.setans("3");
    // put the bean into application context.
    context.putValue(BEAN_KEY,test_bean);
    conn();
    //IPortalComponentResponse res = (IPortalComponentResponse)this.getResponse();
    //for(int i=0;i<al.size();i++)
    //res.write(" "+al.get(i).toString());
    public void doProcessAfterInput() throws PageException {
    public void doProcessBeforeOutput() throws PageException {
    this.setJspName("Connection_R3.jsp");
    public ArrayList conn() {
    IPortalComponentRequest request =(IPortalComponentRequest) this.getRequest();
    IPortalComponentContext context = request.getComponentContext();
    IPortalComponentProfile profile = context.getProfile();
    Conn_R3 sample_bean = new Conn_R3();
    sample_bean.setans("5");
    //context.putValue(BEAN_KEY, sample_bean);
    //r3-accessing
    //connect_to_r3();
    try {
    // Change the logon information to your own system/user
    mConnection = JCO.createClient("800", // SAP client
    "********", // userid
    "******", // password
    null, // language
    "*******", // application server host name
    "**"); // system number
    mConnection.connect();
    //System.out.println(mConnection.getAttributes());
    mRepository = new JCO.Repository("ABC", mConnection);
    } catch (Exception ex) {
    ex.printStackTrace();
    System.exit(1);
    JCO.Function function = null;
    JCO.Table codes = null;
    try {
    function = this.createFunction("ZSAMPLE");
    if (function == null) {
    System.out.println("ZSAMPLE" + " not found in SAP.");
    System.exit(1);
    String num1 = "7";
    String num2 = "9";
    //String ans;
    function.getImportParameterList().setValue(num1,"My_import");
    function.getImportParameterList().setValue(num2, "My_Import");
    mConnection.execute(function);
    Object name =function.getExportParameterList().getValue(Ans);
    output=name.toString();
    sample_bean.setans(output);
    //sample_bean.setans(output)
    //al.add(name);
    //store values into strings
    //pushing of values we get from r3 into awt
    } catch (Exception ex) {
    ex.printStackTrace();
    System.exit(1);
    disconnect_r3();
    return al;
    public void connect_to_r3() {
    public JCO.Function createFunction(String name) throws Exception {
    try {
    IFunctionTemplate ft =
    mRepository.getFunctionTemplate(name.toUpperCase());
    if (ft == null)
    return null;
    return ft.getFunction();
    } catch (Exception ex) {
    throw new Exception("Problem retrieving JCO.Function object.");
    public void disconnect_r3() {
    mConnection.disconnect();
    //**********************<b>Code for BEAN</b>****************************
    package com.lti.portal;
    import java.io.Serializable;
    public class Conn_R3 implements Serializable {
    public String answer;
    public void setans(String a)
    answer=a;
    public String getans()
    return answer;
    ///////////////////////<b>Code for JSP</b>*****************************
    ><%@ taglib uri= "tagLib" prefix= "hbj" %>
    <jsp:useBean id="myBean" scope="application" class="com.lti.portal.Conn_R3" />
    <hbj:content id="myContext" >
    <hbj:page title="PageTitle">
    <hbj:form id="myFormId" >
    <hbj:textView
    id="Welcome_message"
    text="<%=myBean.getans()%>"
    design="STANDARD" >
    </hbj:textView>
    </hbj:form>
    </hbj:page>
    </hbj:content>
    /////////////////////////////////<b>Portalapp.xml</b>*****************************************
    application>
      <application-config>
        <property name="PrivateSharingReference" value="com.sap.portal.htmlb"/>
      </application-config>
      <components>
        <component name="Address_comp">
          <component-config>
            <property name="ClassName" value="com.lti.portal.Address_comp"/>
          </component-config>
          <component-profile>
          <property name="tagLib" value="/SERVICE/htmlb/taglib/htmlb.tld"/>
          </component-profile>
        </component>
      </components>
      <services/>
    </application>

    Hi,
       Do onething, please refer this <a href="http://www.i-barile.it/SDN/JCoTutorial.pdf">JCo Tutorial</a> as well as <a href="http://www.apentia-forum.de/viewtopic.php?t=1962&sid=9ac1506bdb153c14edaf891300bfde25">Link</a> also.
    Regards,
    Venkatesh. K
    /* Points are Welcome */

  • How do I find out who is connected to my airport extreme?

    I have a motorola WPS870G wireless printserver that has an old HP LJ4 attached via parallel. I had a netgear router and all was good. I had it set up so that the router always assigned the same IP address to the print-server, and then I had my G4 set up to print to that IP address - then shared the printer to my MBP along with the other two printers attached to the G4 which is really now just a server in the closet. Anyway, when I switched over, I can't figure out how to find what IP address is being assigned to the printserver now nor how to make sure it's fixed. I've logged onto the printserver and set it to ask for the same IP address every time from the extreme and it does show that it's connected (based on the lights that are lit). I should also share that I first had to change the network SSID and the WEP pw to match the new network. I first tested to make sure it disconnected from the old network, then made sure the lights came back on for the new network. But now I cant figure out what IP address it's connected to. Ultimately, I need to be able to hard code that into the shared printer on the G4 to get everything back in working order. Any suggestions on how to get this printer working?
    Thanks.

    I'm not sure if this is what you're looking for, but you can find out who's connected by using something like Airport Monitor Utility (3rd party software) or you can use Apple's Airport Utility. Apple's Utility will also let you change settings if you don't like what you find, so we'll use that for this little example.. Please read through this whole thing before you attempt it so you know what to expect at each part and how it relates to later information. Note this will only work if the parallel print-server is connected directly to the AirPort router by wireless or wired connections. If there are any in-between routers, these directions may fail to help you and you should consider reconnecting the print-server directly to the AirPort base station.
    First, write down the MAC address of the print server (or ANY other device) you need to configure for a "static" address. In this case, I mean static address not by the sense that we are not using DHCP to assign it, but in the sense that ultimately it doesn't change so your Macs and other computers/devices can always find it on the network.
    * If you can't find the MAC address of the print-server or other device in question, then the only other way to go about assigning it a non-changing address will require that you can access that devices internal network setup configurations (some helpful directions on that at the bottom of this text) and set the device's DHCP Client ID to something that you will set the Airport to look for later when it assigns the print-server its connection address. MAC Address is probably easiest to use because you may be able to find the MAC Address of the device on a sticker on its case. If you can't see a MAC Address listed on the device or it has been altered through settings and you can't access the device's setup configuration pages over the network to find its current Mac Address, you may still be able to figure it's MAC Address out by following the monitoring directions immediately below.
    Using Airport Utility v5.3.2, here are directions for monitoring and assigning addresses, etc:
    * How to see who's connected....
    1. Open Airport Utility.app
    2. Select the appropriate Airport base station.
    3. Click "Manual Setup" at the bottom.
    It will read settings for a moment, then you should see info on the station itself. If not, click the Airport logo on the left side of the top bar of icons to take you back to this top menu page and click the "Summary" sub-tab on the left below it.
    NOTE: A lot of people don't realize the fact that this "info" is actually a menu with hidden shortcuts that lead to a lot of advanced useful features that otherwise you might take a while to hunt down navigating icons and tabs above. You have to actually mouse over each line to figure that out.
    4. To find out who's connected, mouse-over the entry that says Wireless Clients until it has a right-pointing arrow in a circle appear to alert you that it's now a link. Clicking "Wireless Clients" will be a shortcut that saves you a lot of time and clicking that would equate to clicking the obvious controls above in the order: icon "Advanced", then tab "Logging", then page link "Logs and Statistics" then tab "Wireless Clients".
    Note: This info is not a static display, but an active charting of who's connected, at what speeds, with what signal to noise ratios. It updates very quickly.
    5. From here, you can click the "DHCP Clients" tab to see all the devices connected to this basestation by either wireless or wired connections and their relevant MAC addresses, etc. This page unfortunately has no direct quickly like its neighboring tab for Wireless clients, but at least you have a shortcut now to get you to this pages nearest neighboring tab which does save some time.
    Note: This info will be helpful to figure out what's going on with your print-server or other routers/devices if you know their MAC addresses. You can find the MAC address on most devices on a sticker somewhere on the bottom or back side of the device if you can't pull up a configuration page on it to tell you. Some devices can have their MAC addresses reprogrammed through their configuration pages. Be aware of that possibility if you can't find the expected MAC address connected in this list. If you can't figure out which MAC address is your print-server, disconnect it from AirPort and see that a device disappears from the list. Then reconnect it and the device that is added to the list again is the MAC address you are looking for. Write this down for the next section. If it doesn't appear in this list, then we have a real problem with the connection like possibly the print-server device's internal networking settings are messed up and need to be reset to defaults. There is some info on how to go about that at the bottom of this text.
    Now, on to forcing a DHCP device connected to AirPort routers to always use a particular address:
    Once you have an idea what the MAC address is of the device you want to force to use a static address, you can go about it two ways. Either you assign it an address permanently in its own configuration page (if accessible) after turning off its DHCP setting to static, or you can use its DHCP setting to set the address with the Airport Router automatically to the same address every time it reconnects to the network or is turned back on, etc. The steps with Airport need to start the same way in either case.
    1. Same as before, if you haven't already, open Airport Utility, select router, click "Manual setup"
    2. Click the "Internet" icon at the top. Then click the DHCP subtab.
    3. To keep other devices from "Stepping on" your address that you want to assign permanently to the printer or other device, make sure the static address you choose is outside of the range of DHCP addresses setup on this page. If not, other devices could take the address away from time to time and it will cause you headaches.
    Once that's set so you have an address protected from other devices getting assigned to via DHCP by limiting the DHCP address range not to include it, here's where you must choose which route to use to assign the address. You can either assign it in the printer's web-reachable configuration page (if you can figure out how to get to it and have the passwords, etc to do it, and its configuration is capable of accepting static addressing etc.. ) OR you can assign it directly from Airport's configuration (recommended). This is how to do it in Airport Utility from the DHCP controls we just opened:
    1. Under the "DHCP Reservations" section, we want to click the add "+" button to set up your printer or other device for a static (but assigned) address that won't change..
    2. Enter a description like "printer" or "print server" or what have you.
    3. Select reservation by "MAC Address", then click "OK".
    NOTE: You can use the reservation by "DHCP Client ID" to set this up as well, IF the device has a unique Client ID set in its configuration settings. I don't recommend doing so for two reasons. MAC Addresses are more hardware based, and thus, a more stable method of identification that isn't likely to change and cause you grief later. DHCP Client IDs are software-set and more subject to get wiped out if the device is reset than its MAC address as well there is the potential for two devices to be set to the same DHCP Client ID if one isn't careful, which would also cause confusion for AirPort. Most networking devices won't let you "fake" their MAC address using software settings, so MAC address can be considered the most stable and desirable method of identifying a non-computer on your network. Computers are the most likely culprits for spoofing different MAC addresses through software, so likely you don't have to worry about that with your print-server, although it's dependent on the manufacturer and what they gave it the capability to do.
    4. Now here you enter the MAC address (or DHCP Client ID if so directed) of the print-server or other device you want to permanently assign the address you've chosen.
    5. Lastly, enter the static IP address you want it to take on each time it is reset and requests and address again from AirPort and click done. This address will always be held available and assigned every time by Airport each time the device with the MAC address you gave it asks for a DHCP address assignment. Thus, while the device thinks its being assigned dynamic addresses, its just using the DHCP process to be assigned the same address every time by AirPort..
    6. Save the changes you just made to your Airport configurations for DHCP assignments and reservations and then after Airport restarts, power-cycle your printer or other device you just setup by matching MAC address in Airport Utility and it should be assigned the new address you just specified.
    7. AIRPORT TEST: Go back to the first directions in this piece to check the DHCP device connections. You should see the Mac address of the printer show up with the correctly assigned "static" IP address now in this list. If you don't, then perhaps the printer or other device assigned isn't set up for accepting an address by DHCP in its own settings. Usually this is a default behavior for any device connected to a network. If you can't open the configuration settings, at your option, you may find a pin-hole reset switch on the device you can use to reboot it with original hardware configuration settings that probably are set to DHCP.
    8. Don't forget to go change your print-server settings in System Preferences of all Macs connected (and printer settings of any PCs). Your Mac needs to know the print-server's new 'permanently' assigned address in order to find it.. Be sure to save the changes..
    ** Be careful that you know what you are doing if you have a device that doesn't want to cooperate the way you think it should with your AirPort router. If you can't access the devices internal configuration settings in your web browser by typing its current IP address in the URL format http://.xxx.xxx.xxx.xxx, you should lookup the device manufacturer's website and search it for their support info on the device for its setup, default user-name/password and default network configuration and IP address settings to understand why you are still having trouble before you resort to resetting it by hardware reset switch. Hardware resets can sometimes have very bad results. Avoid this until the software configuration route can't be achieved by any method you try.
    If you have any PCs that need to find the print-server and that setup proves to be too difficult, sometimes it helps to install Apple's Bonjour software for PCs (running Windows 2000, XP, or Vista only).... It will try to automatically locate any printers or print-servers on your network, but also makes the set-up a lot easier in general in most cases...
    I hope that helps.

  • Portal application connecting to backend R/3 system

    Hi All,
               i am developing one portal application through NDS(Netweaver Developer Studio) that connects to backend SAP R/3 system & fetches some data in R/3 system. I started working on it & developed some code, which i want to test whether it is working fine or not.I:e- code to connect to SAP R/3, but when i run the application it doesnt give any error but also it doesnt show any output which it should display(value of output parameter of RFC). Below is the code for component, code for JSP & code for bean. Can any one tell me what is the error in this? or why i am not getting the output i desired. All the connection parameters supplied in the coding are correct. Now below i mentioned these parameters as *, bt in actual i have mentioned them correct. I checked them twice, they are fine.
    Code for Component
    [code]package com.lti.portal;
    //import java.util.ArrayList;
    import com.sapportals.htmlb.*;
    import com.sapportals.htmlb.enum.*;
    import com.sapportals.htmlb.event.*;
    import com.sapportals.htmlb.page.*;
    import com.sapportals.portal.htmlb.page.*;
    import com.sapportals.portal.prt.component.*;
    import java.util.ArrayList;
    import com.sap.mw.jco.IFunctionTemplate;
    import com.sap.mw.jco.JCO;
    import com.sun.corba.se.internal.core.Response;
    public class Connection_R3 extends PageProcessorComponent {
      public DynPage getPage(){
        return new Connection_R3DynPage();
      public static class Connection_R3DynPage extends JSPDynPage{
        private Conn_R3 myBean = null;
             public JCO.Client mConnection;
              public JCO.Repository mRepository;
              public ArrayList al = new ArrayList();
             public String output;
             public String Ans;
             public static String BEAN_KEY="myBean";
        public void doInitialization(){
              IPortalComponentRequest request =(IPortalComponentRequest) this.getRequest();
              IPortalComponentContext context = request.getComponentContext();
             IPortalComponentProfile profile = context.getProfile();
           //create & initialize the bean.
              Conn_R3 test_bean= new Conn_R3();
              test_bean.setans("3");
              // put the bean into application context.
              context.putValue(BEAN_KEY,test_bean);
              conn();
                 //IPortalComponentResponse res = (IPortalComponentResponse)this.getResponse();
                 //for(int i=0;i<al.size();i++)
                 //res.write(" "+al.get(i).toString());
        public void doProcessAfterInput() throws PageException {
        public void doProcessBeforeOutput() throws PageException {
         this.setJspName("Connection_R3.jsp");
           public ArrayList conn() {
                      IPortalComponentRequest request =(IPortalComponentRequest) this.getRequest();
                        IPortalComponentContext context = request.getComponentContext();
                        IPortalComponentProfile profile = context.getProfile();
                      Conn_R3 sample_bean = new Conn_R3();
                      sample_bean.setans("5");
                      //context.putValue(BEAN_KEY, sample_bean);
                                  //r3-accessing
                                  //connect_to_r3();
                                  try {
                                         // Change the logon information to your own system/user
                                       mConnection = JCO.createClient("800", // SAP client
                                  "********", // userid
                                  "******", // password
                                  null, // language
                                  "*******", // application server host name
                          "**"); // system number
                                      mConnection.connect();
                                       //System.out.println(mConnection.getAttributes());
                                         mRepository = new JCO.Repository("ABC", mConnection);
                                  } catch (Exception ex) {
                                         ex.printStackTrace();
                                         System.exit(1);
                                  JCO.Function function = null;
                                  JCO.Table codes = null;
                                  try {
                                         function = this.createFunction("ZSAMPLE");
                                         if (function == null) {
                                                 System.out.println("ZSAMPLE" + " not found in SAP.");
                                                 System.exit(1);
                                         String num1 = "7";
                                         String num2 = "9";
                                         //String ans;
                                         function.getImportParameterList().setValue(num1,"My_import");
                                         function.getImportParameterList().setValue(num2, "My_Import");
                                         mConnection.execute(function);
                                  Object name =function.getExportParameterList().getValue(Ans);
                                         output=name.toString();
                                         sample_bean.setans(output);
                                                                            //sample_bean.setans(output)
                                         //al.add(name);
                                         //store values into strings
                                         //pushing of values we get from r3 into awt
                                  } catch (Exception ex) {
                                         ex.printStackTrace();
                                         System.exit(1);
                                  disconnect_r3();
                               return al;
                public void connect_to_r3() {
                          public JCO.Function createFunction(String name) throws Exception {
                                  try {
                                         IFunctionTemplate ft =
                                                 mRepository.getFunctionTemplate(name.toUpperCase());
                                         if (ft == null)
                                                 return null;
                                         return ft.getFunction();
                                  } catch (Exception ex) {
                                         throw new Exception("Problem retrieving JCO.Function object.");
                          public void disconnect_r3() {
                                  mConnection.disconnect();
    Code for BEAN
    package com.lti.portal;
    import java.io.Serializable;
    public class Conn_R3 implements Serializable {
         public String answer;
         public void setans(String a)
              answer=a;
        public String getans()
             return answer;
    Code for JSP
    <%@ taglib uri= "tagLib" prefix= "hbj" %>
    <jsp:useBean id="myBean" scope="application" class="com.lti.portal.Conn_R3" />
    <hbj:content id="myContext" >
      <hbj:page title="PageTitle">
       <hbj:form id="myFormId" >
           <hbj:textView
               id="Welcome_message"
               text="<%=myBean.getans()%>"
               design="STANDARD"  >
           </hbj:textView>
       </hbj:form>
      </hbj:page>
    </hbj:content>

    Hi Chetan,
    Connection to R/3 systems through Portal can be done in many ways. Since you have mentioned that you are using jspdynpage then its better that you use JCo for connecting to R/3 system.
    U can write the JCo code using the jspdynpage component. I hope you have pdfs related to JCO. Incase u dont have then give me you mail id. OK
    Another approach could be developing a web dynpro java application that access a r/3 table using a BAPI. You can a dynpro model to easily connect to R/3 system.
    Just develop an iview based on this web dynpro application. And finally navigate to this iview through your jspdynpage.
    I hope this helps you in some way
    Regards,
    Prasanna

  • How to find out portal user from sso cookie ?

    Hi,
    I want to find out the portal user id from Portal30_sso cookie. It is required for security in my java servlet.
    Thanks
    Vikas

    First of all, you can't get anything from the portal30_sso cookie or the portal30 cookie or the SSO_ID cookie. These are cookies established for (1) The login server session; (2) The Portal session; (3) The login server single sign-on cookie - visible only to the login server.
    When you want to know who the current user is, you need to establish the context. If your servlet is standalone and not a partner application to the login server and it's not a portlet, etc., then what context does it have? What concept of users does it have? If you are really asking what Portal is currently logged on, that is still a loaded question. The user's browser could be accessing several portal's at the same time, each with a different identity. What I am getting at is that your servlet needs to somehow be associated with a particular portal before it can even think of asking this question.
    The ways to associate your servlet with a portal would be
    [list=1]
    [*]Make it a partner application
    [*]Make it a portlet
    [*]Make it an external application
    [list]
    Hope that helps.

  • How to find what planning sequences/functions update data in a cube?

    Hi, Experts:
    We have a real time cube being updated by planning sequences/functions. How can I find what planning sequences/functions are updating this cube?
    Thanks,
    Jenny

    Hi,
      You can go the transaction code: rsa1 and then select "Meta data Repository" option on the left side.
    You can use Meta data repository to view the dependent objects for a infocube or any other BW object.
    In your case, you can select "Infocube" option on the left side and then go on selecting your infocube.
    Now you will get all dependent objects created on this infocube, which will include your plannign functions also.
    Refer top the following link for more details on "Meta data Repository",
    http://help.sap.com/saphelp_nw04/helpdata/en/4e/ea683c25e9096de10000000a114084/frameset.htm
    Regards,
    Balajee

  • My MacBook Pro persistently will not connect to my wireless router. The message "connection timeout" appears. What is a connection timeout and how can I fix?

    My MacBook Pro persistently will not connect to my MiFi Verizon wireless router. The message "connection timeout" appears. What is a connection timeout and how can I fix?

    Hi there terri900!
    You may want to try configuring your router settings to match the recommended settings for iOS and OS X devices, which can be found here:
    iOS and OS X: Recommended settings for Wi-Fi routers and access points
    http://support.apple.com/kb/ht4199
    You may also find some helpful information for troubleshooting this issue in this article, which can help you with any manner of issues with Wi-Fi connections:
    Wi-Fi Quick Assist
    http://support.apple.com/kb/HT1145
    Take care, and thanks for visiting the Apple Support Communities.
    -Braden

  • By the today e-received updates for Adobe Photoshop Elemenst 12.1 and Adobe Premiere Elements 12.1 I got this error messages: Failure code = U44M1P2003. What to do? System = Window7 64bit.

    By the today e-received updates for Adobe Photoshop Elemenst 12.1 and Adobe Premiere Elements 12.1 I got this error messages: Failure code = U44M1P2003. What to do? System = Window7 64bit.

    Sometimes the Adobe servers used for the updates can get busy and it’s necessary to try a couple of times. Also make sure you don’t have a firewall which may be blocking the connection. It sometimes helps to temporarily disable internet security/anti-virus software. Because the Organizer is shared by both programs it often helps to do the PSE update first, followed by the PRE update in that order.
    Select the 12.1 update for PSE from the updater dialog and ensure everything else is unchecked.  Quit PSE and PRE if you have it running and then start the update.
    If PSE updates properly to 12.1 repeat the process for PRE.

  • Publish a Query (T.code SQ01) in the portal

    Good Morning.
    I want know What are the step for publish a Query created with the T.Code SQ01 in the portal for ESS?
    Regards.

    I found the following steps:
    - Log on to the portal as an administrator.
    - Go to the Content Administration tab and choose Portal Content.
    - In the detailed navigation area, you need to use the Browse tab.
    - Choose the folder where will be created the iview.
    Right-click and choose New from archive => iView.
    The proble is what I not found the opcion New from archive.
    I Only found the following options:
    New===>iView
                    Page
                    Role
                    Workset
                    Layout
                    Folder
    However i selected the Option Iview.
    iView template - create an iView from an existing iView template
    But I don't found the iViewmaster com.sap.pct.hcm.eeprofilegenericiviewlist.
    Can someone give me a help with this?
    Regards

Maybe you are looking for

  • UPLOAD the file to server

    hi everyone.... in client machine i have a form ..there is a button on it when i push it .it show up the browse window and when i select the file its link paste on textbox. there is another button name "upload" ..now i want that when i push that uplo

  • Entries on desktop iCal do not sync with mobile devices.

    I am running OSX 10.7.3 on my 2.8 GHz Intel Core i7 iMac. iPhone running 5.1.1 Starting recently, entries I make on my desktop iCal do not sync thru the Cloud to the browser iCloud Calendar or my iPhone Calendar or my IPad Calendar. My email, my Cont

  • 3gp movie import/conversion

    i have been sent a 3gp movie, how do i, or can i import this movie and convert it to another format?

  • LiveType - Working in 16:9

    Hey, I changed the pixel aspect ratio to 1.2 so I can create 16:9 sequences from within LiveType so I can eventually join them with my 16:9 projects in Final Cut Express HD. All looks fine but when exported in really doesn't look widescreen. Np back

  • ATP Available to Promise checking

    Hi SDNrs, ATP appears to not be working... at least not the way we want it to.   We have a stand alone warehouse that is a separate plant in SAP, WH gets materials from a separate manufacturing plant linked thru the special procurement key.  MRP work