Need to access a context_node in an another view of the same component

Hi experts,
I need to access a context_node which is not in my view but it exist in an another view of the same component.
The component is ICCMP_BP_DETAIL.
i need the context_node "CUSTOMER" from the view Bupadetail to view Bupacreate. so that i can make those context_node Attributes available in the configuration screen.
regards,
chella.

Hi Chella,
You can access the context node from other view using the custom controler or getting a context node from view that you are and use the method get_parent(to get predecessor objet) or get_related_entity(to get sucessor object).
I think the second way is easier.
Use transaction GENIL_MODEL_BROWSER and GENIL_BOL_BROWSER to know in wich object you are and where you have to go!
Best regards,
Caíque Escaler

Similar Messages

  • Is it possible use component controller  for to expose data of one view in another view within the same component?

    please give with an example if possible to use?
    Moderation: Thread Locked. Kindly do not post interview questions here

    I'm so sorry I don't have a solution for your problem but would you be able to show how you managed to call an external task-flow inside another application? I'm having some difficulties doing so.
    Thanks so much

  • Can one obj access a private variable of another obj of the same class

    Can one object access a private variable of another object of the same class?
    If so, how?

    Declaring variable private means you can not access this variable outside class
    But other objects of same class can access it. Because each object have separate copy of variable and may have diff. contents for same variable.

  • Opening a view from another view of the same window in diff Browser.

    Hi Experts,
    My requirement is to open a view (say view 2) from another view (say view 1) with click of a button in a different browser, both the views are embedded into the same window, and also i have to pass some data from view1 to view2, based no the input data, i am displaying some information. Also both views belog to the same component.
    Some pointers on this would be of great help.
    Regards,
    Ashish.

    You would need to open another window.
    See if_wd_window and if_wd_window_manager.
    Call the GET_API to get a handle to window manager.
    The new window can show V2.
    The original Window with 2 views,
    must fire plug to navigate v2 to empty view to hide it from Window1.
    The to Views talk to one another via WDC Controller.
    View 2 calls WDC controller methods.  The WDC controller the fires Event.
    View 1 can listen to this event with a method of type event handler.
    View 1 can for example react to button on View 2 and close WINDOW 2.
    Good luck
    Phil.

  • Mountain Lion: Copying mailbox from one user to another user on the same mac

    When I bought the mac I had only one email address.  Since then I have accumulated 3 more addresses. I created another User on the same MAC to seperate the personal emails from the 3 new email addresses, that I use for business. 
    There are some mailboxes from the 1st account that has business information in them that I want to move to the 2nd User account (with the 3 e-mail addresses).  I though that I could save them in the dropbox and then save them into the 2nd User accounts like I did with the documents and spreadsheets, but this does not work.  
    I really need to separate the Family Personal email information from the Busines Information and I do not want to just send lots and lots of emails to the accounts to get them there. 
    I am not using Cloud at the moment because it created some syncing issues.  Because the 1st User Account and email account is synced with an iPad and iPhone that my wife uses with an Apple ID.  The 2nd User (and 3 mail addresses) are synced with my iPhone and a separate Apple ID.  We have separate ID's because she did not want my personal & business contacts seeping into the family email accounts
    I know that this is long, but I wanted to provide as much information as possible, so that I can resolve this.
    Thanks in Advance

    I spent quite a few hours after this was posted trying to figure it out and I did.
    Select Mailbox > Export Mailbox.  This asks you a location to export the mailboxes to.  It just uploads the exported mailboxes into Dropbox. 
    Then change the User that I want to import the mailboxes into. Select Import and select the location of where you placed the folder in Dropbox. This then imports the mailbox into a folder called Import. You then drag and drop the copied mailboxes from the Import folder to the folder in the structure you have.  If you decide to delete the folders from the import folder list, do this.  You can also delete the copied folders from Dropbox if you wish.
    Took a while, but I got there and I'm happy now....

  • How do I move i-tunes from one Hard Drive to another HD on the same computer.

    What is the easy way to do this. I am over my capacity and I have installed another HD on the same computer.
    I want everything relate to i-tunes and back-ups to be on the new hard drive.
    Please help.

    Load the library which doesn't contain the songs and drag them into the open iTunes application window. If you need to move them between different computer user accounts, put them into /Users/Shared/.
    (74502)

  • Can a standard Adobe ID Suite be installed on more than one computer? If not; how can an educator buy a second seat on another computer with the same educators account?

    Adobe requires an ID account to install software on a single computer. However I have a portable Mac as well as a desktop system. Can I install another copy with the monthly paid installation on the second computer or do I need to buy another seat with the same account?
    J-GM

    Hey tferm78!
    I have a couple of options for you to consider. First, you may simply want to authorize all of your computers for your iTunes account and turn on Automatic Downloads, so that when you download something on one computer, it will automatically download to other computers:
    iTunes Store: Authorize or deauthorize your Mac or PC
    http://support.apple.com/kb/ht1420
    iTunes Store: How to enable Automatic Downloads
    http://support.apple.com/kb/ht4539
    You could also look into iTunes Match, a service that would seamlessly link all of your iTunes libraries:
    Apple - iTunes - Match
    http://www.apple.com/itunes/itunes-match/
    Lastly, here is an article that will help you move your library from one computer to another, if you so desire:
    iTunes: How to move your music to a new computer
    http://support.apple.com/kb/ht4527
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • Creating a database link to another schema in the same database

    Hello,
    I'm trying to create a database link to another schema in the same database. It was created without errors, but when I try to use it I receive "ORA-12154: TNS:could not resolve the connect identifier specified" message...
    I'm trying to do it because on my production enviroment the databases are separated, so there I can use database links without problem, but in my development environment it's all in one database separated by schemas...
    So I'm trying to simulate the same system to not need to rewrite the query every time I move from development to production environment.
    Any ideas?
    Thanks

    Hi,
    Yes, you can create a database link to your own database. I've done it before for exactly the same reason you want to.
    (By the way, I think it's a good reason. What are the alternatives?
    Having different versions of code for Development and Production? Absolutely not! Terrible idea!
    Using synonyms or substitution variables that are set differently in the different databases? That might be more efficient than a database link, but efficiency probably isn't such a big issue in Development.
    [Conditional compilation|http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28370/fundamentals.htm#sthref250]? This might be good; it has all the efficienty of the above options, with more clarity.)
    Assuming you do want to stick with a database link, not all errors are caught when you create the link.
    Is the Development database in the tnsnames.ora file of the Development server? Do you have other database links, either in the Development server or pointing to it, that work? What is different about the ones that work, and the one that doesn't?
    Edited by: Frank Kulash on Oct 14, 2009 1:58 PM
    The more I think about this, the more I agree with the earlier respondent: synonymns are a good solution for this.
    To that suggestion you replied:
    On this way I might use "select * from SCHEMA.table" instead of "select * from table@SCHEMA"... I looking for an option to use the second way...Actually, the suggestion was that you say:
    select  *
    from    SCHEMA_table_ptr;where schema_table_ptr is a synonym.
    In Development, that synonym is defined as schema.table.
    In Production, that synonym is defined as table@SCHEMA
    Why are you "looking for an option to use the second way"?
    If you think that people reading the code should realize that the query is being done via a database link (at least in Production), then add a comment.

  • When I connect my apple tv to my access point upstair and connect my ipad to the same access point i cant see my apple tv when i open up the airplay menu on my ipad. but i can see the apple tv in the living room downstair which connect to the main router

    when I connect my apple tv to my access point upstair and connect my ipad to the same access point i cant see my apple tv when i open up the airplay menu on my ipad. but i can see the apple tv in the living room downstair which connect to the main router.
    Below is some info i get about ports.
    I tried to set DMZ on my main router to have full access to ported to access point upstair which is in the ip of 192.168.1.2 and the main router in the living room is the gateway router with the 192.168.1.1 ip.
    I still cant see apple tv after i try the DMZ method.
    any suggestion ?
    These network ports are used by Apple TV for communications on your network.
    TCP port 123 is used to communicate with a network time server.
    TCP port 3689 is used to communicate with iTunes while using the iTunes Library Sharing feature.
    UDP port 5353 is used by Apple TV for automatically finding computers with iTunes on your network using Bonjour.
    TCP port 80 is used for communicating with podcast servers.
    TCP port 80 and 443 are used for basic and secure communications with the iTunes Store via the Internet.
    TCP port 53 is used for regular DNS.
    These are well-known ports used by Apple products, like iTunes. If you can use all the features of iTunes, these ports are likely already open on your firewall or NAT router. Note: These ports may also used by other services such as YouTube and Flickr.

    When the Apple TV is paired with a remote, it means only that remote can control it, when it's not paired any remote can control it. You will need a remote for each of your devices.

  • The folder is already attached to another index of the same type

    Hi,
    I deleted an index in the portal and want now to created a new index with the same datasource, I get the following errormessage:
    The folder is already attached to another index of the same type: datasourcename
    Does anybody have an idea?
    BR
    Steven

    Hi,
    make sure you really don't see the index in KM anymore.
    If this is the case you could try to delete the index with the TREX Admin Tool on the TREX host. Maybe first just have a look, if on the TREX side the index is still there. This would mean, that in KM the index was deleted but not on TREX.
    But you  should be sure what you do, when using the admin tool!
    Maybe you should also test, if this was just a temporary problem, or if it occurs always when you delete an index.
    Deleting an index should work fine from KM and using the admin tool should only be needed for this in rare cases.
    Regards,
    Sascha

  • Why can I not access My iPhone on my Air - they have the same cloud account - same iTunes - logged onto the same wifi network... and connected via USB - difficult much?!its killing me ahhh my screen smashed and i want access to my iPhone on my macbook

    Why can I not access My iPhone on my Air - they have the same cloud account - same iTunes - logged onto the same wifi network... and connected via USB - difficult much?!its killing me ahhh my screen smashed and i want access to my iPhone on my macbook..
    why is it sooo hard still --- can anyone inform me on this miracle app please
    thank you
    sincerely
    Theigalaxy

    find my iphone is something one needs to activate on the phone itself using the same appelID is nowhere near enough
    if it is then one can track, play a sound and remote whipe it from
    www.icloud.com
    if your screen is smashed and you think you can use find my iphone to get any data from your phone you are sadly mistaken

  • Is it possible to uninstall Adobe Premiere Elements 13 from one computer and put it on another PC, using the same serial number?

    I had installed Adobe Premiere Elements 13 on my laptop, which is slow. Is it possible to completely remove the program from my laptop, and reinstall it on another PC, using the SAME installation disc?

    Tomquer
    If all you have is the Premiere Elements 13 purchased activated serial number on one Windows computer, you can go ahead and do nothing else but install the program from the disc on the second Windows computer with the same purchased serial number.
    That will leave you with the purchased activated serial number on two of your computers.
    Adobe allows you the same purchased activated serial number on no more than 2 of your computers. So, nothing to do but to use one at a time.
    Lots of scenarios beyond.
    1. Deactivate Premiere Elements 13 from computer 1. Do not bother to uninstall. Deactivation is not the same as uninstall.
    To deactivate, in an opened Premiere Elements 13 project, go to Help Menu/Sign Out. Close out of there.
    Then do nothing, leave the program in the deactivated/installed state.
    2. Deactivate and Uninstall Premiere Elements 13 from computer 1.
    Any questions or need clarification, please let us know.
    Thanks.
    ATR

  • Simple question I have Adobe Creative Suite in my office and I want to be able to use it on another PC in the same room  Is this possible?

    Simple question
    I have Adobe Creative Suite in my office and I want to be able to use it on another PC in the same room
    Is this possible? – more than happy to only use one PC at a time as I am now using a colleagues PC
    I would need a password
    I have my original End User Purchase Order

    Adobe ID, sign in, and account help
    If that doesn't work, try Web Chat:
    Adobe ID and registration support

  • Will recovery disks work on another computer of the same model?

    Hi! I recently exchanged a laptop for another one of the same model and I was wondering if the recovery disks made for the one before will work or do I need to make another set.
    This is the computer I was referring to:
    HP Pavilion 15.6" Laptop featuring AMD A8-3500M Processor (DV6-6188CA)
    Thanks!
    May
    This question was solved.
    View Solution.

    Thanks!

  • Will 10 wrong fingerprint attempts to access my iPhone 5s wipe out my data the same way 10 incorrect passcode attempts do?

    Will 10 wrong fingerprint attempts to access my iPhone 5s wipe out my data the same way 10 incorrect passcode attempts do?

    Hi iMonk3y,
    After five incorrect fingerprint attempts, Touch ID will revert to requiring a passcode:
    iPhone 5s: Using Touch ID
    http://support.apple.com/kb/HT5883
    Using Touch ID instead of your passcode
    You can use Touch ID to unlock your phone without having to enter your passcode every time. There are two ways you can unlock with Touch ID:
    Press the Home button once to wake iPhone 5s and keep your finger lightly on the Home button.
    Press the Sleep/Wake button once to wake iPhone 5s, and then touch your finger lightly on the Home button.
    If Touch ID doesn't recognize your finger, you'll be asked to try again. After three attempts, you'll be given the option of entering your passcode. After two more tries, you will need to enter your passcode. In addition, you will need to enter your passcode to unlock your iPhone in these conditions:
    After restarting your iPhone 5s
    When more than 48 hours have elapsed from the last time you unlocked your iPhone 5s
    To enter the Passcode & Fingerprint setting
    Regards,
    - Brenden

Maybe you are looking for