Display views from one DC in another DC

hi,
I have 2 DCs. In the furst DC, I have a web dynpro component containing 2 views.
I want to display these views in one of the views of  my second DC based on condition.
how to go about it ?
thanks!
seventyros

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a0ae5f90-1679-2c10-4183-8c64cf932088
it tells how to show the view from other dc in surrounding dc.
you just have to customize a little bit, in your case, you display the view directly.
in the doc, it is using navigation.
Edited by: John Wu on Oct 22, 2011 3:15 PM

Similar Messages

  • Call view from one DC to anothe Dc

    Hi ,
    How to access view from one DC to another DC.
    Please give me details.
    Thanks
    Risha

    go through this thread [Accessing one DC from Another|Re: interacting one DC with another DC]
    nikhil

  • Error while creating the view from one instance to another instance

    Hi Experts
    I want to Create a view which reside in one instance for example xxx Instance . I want to create the same view which reside in xxx instance to another instance for example YYY Instance How to acheive this ?
    I tried desc the View take the view script from XXX instance and copied the view script to YYY instance when I compiled Iam getting an Error
    For Example My view in XXX Instance
    CREATE OR REPLACE FORCE VIEW xxx.sample
    First_name,
    last_name
    as
         select "F_NAME",
                 "L_NAME"
         FROM  EMP;When try to copy and compile the same view in my YYY Instance
    i am getting error
    ORA: table or view does not exist
    Advance Thanks
    AT

    A.T wrote:
    Hi Experts ,
    Thanks For all your valuable information I amTrying Of DB Link i think so
    As per My understanding If wrong anywhere please advice me
    Here Instance is Like : One DB 10g divided into several Instance like (test , devlopement , production Instance)
    Now hope i ll make my req clear .
    Coming to my reqirement
    the actual table EMP is in xxi.TEST (Here xxi => Schema and test is an Instance )
    I want to create the view which is based on by table EMP which in my test instance to devoplment instance
    For example xxo.development (here xxo => Schema and development is an Instance )
    Need to access the xxi schema in Test Instance How can I create a DB Link please share your ideas and advice me
    Advance Thanks
    ATIt's still not at all clear, but let me outline what I think you are after
    Given a database, ORCL_A
    In database ORCL_A we have a schema, HALFTRACK
    User HALFTRACK has a table, MYSTUFF
    Given a database, ORCL_B
    In database ORCL_B we have a user GREENBRASS
    User GREENBRASS needs to be able to query the table HALFTRACK.MYSTUFF.
    In database ORCL_B, as user GREENBRASS
    create database link mylink
    connect to halftrack identified by halftracks_pswd
    using ORCL_A;
    select * from mytable@mylink;The db link defines a connection specification to ORCL_A, using the credentials of a user on ORCL_A. The target of the USING clause in the link definition must be an entry in the tnsames.ora file on the server hosting database ORCL_B.
    When querying through the link, database ORCL_B is simply acting as a client to ORCL_A, no different that a sqlplus session on ORACL_B's server. As far as ORCL_A is concerned, ORCL_B is just another client requesting a connection, connecting with the credentials defined in the link definition.

  • Display jsff from one application on another?

    I have a jsf page and I want to display a jsff page as a region on the jsf page, but the jsff is part of another application that's on the same server. I was wondering what the best way to do this would be.
    I was thinking of calling a remote taskflow, but I also read that remote taskflows can't be loaded in regions. Is this true?
    I have also looked into portlets but don't know much about using them.
    I also was think about using an inline frame on the page, but I feel if I do that the user will be able to navigate the other application through the inline frame and I don't want that.
    If anyone has a good suggestion on how to display just one jsff from a separate application, on my jsf page in my application on the same server as the separate application, I would love to hear what you have to say.

    Hi.
    Your Task Flow should be exposed in ADF JAR Libraries instead of a regular JAR Libraries because first one stores relevant ADF metadata.
    Answering your question of how to add cuistom Bounded Task Flow (regions) follow next steps:
    In WebCenter Portal:
    1) In case of create the Bounded Task Flow based on page fragments in a separate project:
    - Create an ADF JAR Library and add it to your Portal classpath.
    - Add your ADF Task Flow just Drag & Drop to your page/catalog or wherever you want.
    - Open jazn-data.xml to map permissions to your task flow. By default users can't see the Task Flow.
    2) In case of create the Bounded Task Flow inside of your Portal Project:
    - Just assign correct permissions in jazn-data.xml
    In WebCenter Spaces:
    - Deploy your ADF Jar Library using WebCenter Spaces Design project as shared-lib.
    - Add to a Resource Catalog your Task Flow read from your library.
    - Add through Composer the library to a page.
    More information:
    - Exists a lot of ways (classpath, shared-lib...) to deploy your ADF Jar Libraries and expose it in WebCenter Portal and Spaces. Previous steps are only samples.
    - Searching in this forum you'll find a lot information related to your issue.
    About add an ADF JAR Library to WebCenter Portal: Re: Adding ADF taskflows to a Page
    Re: How to deploy a Fusion Middleware application in webcenter portal
    I hope this help you.
    Regards.

  • Displaying chart from one vi in another

    Hello. I have two vi's that each output a voltage vs temperature plot in real time as the data is generated. I made another vi that includes both of them and would like to have those plots displayed there instead. How do I do that? I tried making a connection from voltage vs temp graph to the two vi's' thumbnails and then connecting that to an empty voltage vs temp plot in the vi that I'm working on, but it got confused and said the connection doesn't know which way it's going.
    Solved!
    Go to Solution.

    I was gonna go get the code, but I'm locked out of my lab because the stoopid electronic lock is broken again and noone with an actual key is on campus to let me in -___- *headdoor* ... uuuuuuuurgh, this is so frustrating ......
    The source VIs work like this. Temperature is varied between 300K and ~2.6K in some increments and every time it changes, the first source VI records voltage across the first sample and temperature and plots them against each other. The second source VI does the exact same thing, but for the second sample. (They're separate because one uses Keithley 6220 and the other Keitheley 2400. I guess I could've written them differently but I was working with the code that was already there before me and just didn't think about it...)
    The main VI that I'm trying to get working just combines the two and lets the user pick whether to do a run on the first or second sample or both at the same time, and whether it's a cooling run (300-2.6), warming (2.6-300) or both back-to-back. So if the user picks to do a cooling run on the first sample, the VI will call the first source VI every time the temperature drops and the source VI will add a new point to the array and plot it, but because that plot isn't in the main VI, we don't see it.  I would like for plots from both source VIs to be visible in the main.
    Sorry if this doesn't make sense and/or if it's a back asswards way of doing it +.+ ... I'm new to this >.> ...
    I'll get the screen shots monday when someone is actually there to let me into the  friggin lab *sigh* ...

  • Copy Query View from one User to another User

    Hi
    I have a question that whether we can copy Query View created by an User to another User .
    Please help me with some way of doing it.
    Regards,
    Vimarsh

    Vimarsh,
    Can the user not just eMail their view to their colleague?
    Regards
    Gill

  • In P6 web (8.3) Is there any way to migrate global layouts views from one database to another?

    We have a customer that has global layouts in their dev version of the web. When they want to start their prod version of P6 8.3 web, do the layouts come over with the data migration? Is there any documentation out there?
    Thanks,
    Bob

    That's in the client or professional. There is not a place to export layouts in the web.

  • HT4527 I am trying to transfer music files from one PC to another using homeshare and although I can view the music as a shared folder I cannot initiate the "import" process.  I have iTunes 11.0.1.12 on both computers so the help screenshots do not help a

    I am trying to transfer music files from one PC to another using homeshare and although I can view the music as a shared folder I cannot initiate the "import" process.  I have iTunes 11.0.1.12 on both computers so the help screenshots do not help as such

    Then stop trying to use HomeShare and use one of the other options listed in the document from which your question was posted.

  • Copy Version-Budget data copied from one version to another-How to view Data in Copied Version.

    Dear All,
    Budget Data is copied from one Version to another Version using Tools>copy Version option. How can you view Data copied to new Version, when you receive a message Version is successfully copied.
    I think we can do that by selecting appropriate version in the version dimension while accessing the Forms or in Smart View.
    Can you please let me know how to do this or different options available with this process.
    Thanks in Advance for your valuable time...

    A form to check the data with the correct POV, a Smart View query, excel addin retrieve, financial report, export data, report script, take your pick.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Moving tabs from one window to another makes the new window vanish. I have hot corners enabled so when I move up to the right corner of my display I can see all my open windows but when I click on the tab that I moved to make it its own window it vanishes

    Moving tabs from one window to another makes the new window vanish. I have hot corners enabled so when I move up to the right corner of my display I can see all my open windows but when I click on the tab that I moved to make it its own window it vanishes

    I came up with an alternative solution.
    Instead of actually trying to move the JInternalFrame from one JDesktopPane to another, I added a single, maximized JInternalFrame to the left side. When one of the right side frames is to be docked, I merely copy its ContentPane to the single JInternalFrame on the left, set the original to be non-visible, and adjust the properties of the JSplitPane to make the "docked" frame appear.
    When the "close" button on the docked frame is pressed, I simply undo this procedure to "undock" the frame and redisplay it on the right-hand side (with its content intact from the docked frame, but in its original position).

  • When moving a page from one pdf to another I see a message "consolidating fonts" and the added page does not view properly

    I am working with multiple PDF files in Acrobat Pro XI.  Sometimes when I move a page from one PDF to another it does not view properly.  It was fine in the source PDF, but not when moved to the desired PDF.  I also see a message momentarily across the bottom of my screen that says "consolidating fonts".  What must I do to fix this?

    Lloyd ,
    Follow these steps for Acrobat 11 .
    Launch Acrobat>Tools>Print Production>Acrobat Distiller
    Now in Acrobat Distiller follow these.
    Select Standard in Default settings. 
    Go to Settings and select Edit Adobe PDF Settings. 
    Select Fonts and in the font source window select the fonts you want to Add. 
    Click Save As and then OK.
    See if this helps.
    Regards
    Sukrit Dhingra

  • Pass ID From One Page To Another To View Details

    I have a very basic problem. I am Trying To view details of a product from one page To another with itemID. But not getting The desired output. Code below:
     <asp:HyperLink ID="View" runat="server" Text="View" NavigateUrl='<%# "~/Approval.aspx?id=" + Eval("PurchaseOrderLine_ID") %>'></asp:HyperLink>
     using (var context = new SMAPPDBMSEntities())
                    int id = Convert.ToInt32(Session["PurchaseOrderLine_ID"]);
                    string ID = Request.QueryString["PurchaseOrderLine_ID"];
                    int m = Convert.ToInt32(ID);
                    var con = (from c in context.SMPurchase_Order_Line
                               where c.PurchaseOrderLine_ID == m
                               select c).ToList();
                    GridView1.DataSource = con;
                    GridView1.DataBind();
    Where do I have The error?? This code passes but doesn't show The details.

    1. are you sure the hyperlink is being written in the page with the currect url?
    2. r u sure that u get to that code?
    3. r u sure that bith id and ID and m get values inserted to them?(u need better names btw)
    4. context.SMPurchase - check that it has the corresponding data
    5. make sure you dont override the GV data anywhere like in pageload or somewhere else

  • Can we move personalizations from one responsiblity to another ??

    Hi All,
    I have a requirement where I would like to move the personalizations done at responsbility like Manager Self Service -ABC to another responsibility like Manager Self Service -xyz ?
    Is there a way to achieve the same ?
    Any help,will be appreciated ..
    Regards
    Jujaar

    In the standard, no - this is not provided.
    However it IS technically feasible with a little hack.
    Set a break point in the location shown by the screen shot below, then go to the admin transaction and copy the SMEN flavor to a new name. When the process stops at the break point, change the transaction code in field gs_flavid_db-tcode after this line, using the replace feature of the debugger.
    Now while this will work, you have to handle this with caution. It only makes sense to copy hack a flavor from one transaction to another if the two transactions are VERY similar, like in many cases the Display and Change transactions of the same object, for instance. Like Change Sales Order / Display Sales Order. However even then, you may encounter some weird problem or even slight differences between these transactions can cause unexpected effects.
    Under no circumstances is this supported by SAP though
    So in case of any problem resulting from doing this, you're on your own.
    However in your case, since you copied a standard transaction to a custom one, this will probably not work because the program name of the copied transaction is different, so the resulting control IDs of your custom transaction will then also be different. The flavor has customization for different controls than the ones on the screen, so you'll then end up with the flavor looking like the Basic View. I never tried to do this on such a copied transaction, but that's my expectation.

  • Can we move flavor from one tcode to another..?

    Hi,
    I have created a custom transcation zsmen in SAP by copying smen transcation ( SAP Easy access screen) . Now when i create a flavor in smen , can i move the flavor to zsmen tcode. Is that possible.
    Regards,
    Sivaganesh

    In the standard, no - this is not provided.
    However it IS technically feasible with a little hack.
    Set a break point in the location shown by the screen shot below, then go to the admin transaction and copy the SMEN flavor to a new name. When the process stops at the break point, change the transaction code in field gs_flavid_db-tcode after this line, using the replace feature of the debugger.
    Now while this will work, you have to handle this with caution. It only makes sense to copy hack a flavor from one transaction to another if the two transactions are VERY similar, like in many cases the Display and Change transactions of the same object, for instance. Like Change Sales Order / Display Sales Order. However even then, you may encounter some weird problem or even slight differences between these transactions can cause unexpected effects.
    Under no circumstances is this supported by SAP though
    So in case of any problem resulting from doing this, you're on your own.
    However in your case, since you copied a standard transaction to a custom one, this will probably not work because the program name of the copied transaction is different, so the resulting control IDs of your custom transaction will then also be different. The flavor has customization for different controls than the ones on the screen, so you'll then end up with the flavor looking like the Basic View. I never tried to do this on such a copied transaction, but that's my expectation.

  • How can i transfer the entire itunes program (not the library,but the actual program itself) from one cpu to another? I have the older version that has the slide feature. I can't stand the new itunes.

    HOW CAN I TRANSFER THE ITUNES PROGRAM ( NOT THE LIBRARIES,BUT THE ACTUALLY EXE PROGRAM ) FROM ONE CPU TO ANOTHER. I CAN'T
    STAND THE NEW ITUNES. I WANT TO TRANSFER MY OLD ONE THAT STILL HAS THE SLIDER FEATURE. THANKS

    Sounds like you've already installed iTunes 11 and are now trying to downgrade. To do so successfully you will also need access to a pre-upgrade copy of your library as set out below...
    The main differences between iTunes 11 and earlier versions are the loss of coverflow and ability to have multiple windows open.
    In Windows, you can restore much of the look & feel of iTunes 10.7 with these shortcuts:
    ALT to temporarily display the menu bar
    CTRL+B to show or hide the menu bar
    CTRL+S to show or hide the sidebar
    CTRL+/ to show or hide the status bar (won't hide for me on Win XP)
    Click the magnifying glass top right and untick Search Entire Library to restore the old search behaviour
    Use View > Hide <Media Kind> in the cloud or Edit > Preferences > Store and untick Show iTunes in the cloud purchases to hide the cloud items. The second method eliminates the cloud status column (and may let iTunes start up more quickly)
    If you don't like having different coloured background & text in the Album (Grid) view use Edit > Preferences > General and untick Use custom colours for open albums, movies, etc.
    With iTunes 11.0.3 you can enable artwork in the Songs & List views from View > Show View Options (CTRL+J) making it more like the old Album List view.
    If you still feel the need to roll back to iTunes 10.7 first download a copy of the 32 bit installer or 64 bit installer as appropriate, uninstall iTunes and supporting software, i.e. Apple Application Support & Apple Mobile Device Support. Reboot. Restore the pre-upgrade version of your library database as per the diagram below, then install iTunes 10.7.
    See iTunes Folder Watch for a tool to scan the media folder and catch up with any changes made since the backup file was created.
    tt2

Maybe you are looking for

  • Excise Tax Codes (Purchase/sales for 2nd stage dealers in trading company

    Hi, I have come across the similar problem mentioned below (the post is from SDN itself from Mr. Sandeep) what i understand is 2. when you purchase a material from dealer Manufacturer to dealer item cost 100 + 20 Excise Dealer to you client 120+20 Ex

  • By- Product - Reg

    Dear All, Plz explain me the By- Product concepts , Customisation & steps to be followed during Transactions . Regards, Suresh

  • Finder file sort order is reversed (z a), can it be changed

    "all my files" shows reversed alphabetical sorting. can you change it to a->z? there is no little widget available like in other search ares of finder such as pictures,music, applications

  • I bought an iphone 5c...

    i bought an iphone 5c on ebay and when i tried to activate it, it said i needed to sign into an icloud account that i do not know, is there a way i can fix that?

  • Lights out - need black border for softproofing

    The Lightroom 4 Beta has a white (and not black) background for previewing photos. In another discussion (Lights Out White Border) it was stated that this was intentional, not a bug. Many people requested the Black border be brought back, and the thr