Sharing of Child TAB

Hi All,
I have an Parent tab and 4 child tabs associated to this parent tab.
For Example 'A' is the parent tab and '1', '2', '3' and '4' are the child tabs of the parent 'A'.
I have created one page in my application to manage admin users. I need to share this page with the 4 child tabs.
For Example: Case 1: If I come from Page P to this Manage Admin Users form then I need Child Tab '1' should be highlighted ( Or Active to this page ).
Case 2: If I come from Page Q to this Manage Admin Users form then I need Child Tab '2' should be highlighted( Or Active to this page ).
Case 3: If I come from Page R to this Manage Admin Users form then I need Child Tab '3' should be highlighted( Or Active to this page ).
Case 4: If I come from Page S to this Manage Admin Users form then I need Child Tab '4' should be highlighted( Or Active to this page ).
Can anyone help me how this can e controlled. I think the requirement what I mentioned is clear. Please post me some tips to controle this.
NOTE: I need to share this single page for all the tabs. I dont want to use different pages.
Thanks in advance

Hi Swarupa,
This is not true. Sharing of look-up tables across repositories is not supported in MDM 7.1 as of now.
But sharing of look-up tables across main tables is supported in MDM 7.1 as you can have more than one Main table concept in MDM 7.1 under a single repository.  For this you can refer below link:
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a06efa38-ec08-2d10-f38b-9bb63df3aeee?quicklink=index&overridelayout=true
Regards,
Mandeep Saini

Similar Messages

  • Setting item value for child tab

    My application has pages with 2-level tabs.
    I can set item values using the "Set these items" and "With these values" fields in "Tab Target" section in the application builder page of the parent tab.
    However, I cannot find the corresponding fields for the child tab application builder page. ie. certain page items are being set when the child tab is pressed.
    Creating page process to set the items doesn't work for me, because I only want the items to be set if the requested page to the current page is not the same one.

    Ken,
    Use an on-submit before-computations process that fires conditionally based on the request, e.g., only if the request is one of a specified list of tab names.
    Scott

  • Major confusion re: shared history & open tabs

    The subject line refers to a problem I'm having with iCloud shared history and tabs using Safari on my iPad (3rd Gen., iOS 8.3), my iPhone 4s (iOS 8.3), and Safari 8.03 on my iMac (Maverick).
    The problem seems to be with my iPad. Using it, I can see the history of what I've done using Safari on the iMac and iPhone but none of what I've done on the iPad. Naturally, what I've done on the iPad does not show up in History on the iMac or iPhone. Similarly, while I can see tabs currently open on the iMac and iPhone on any of the three devices, I can only see open tabs on the iPad *on* the iPad -- i.e., I ca't see them on the iMac or iPhone.
    I'm logged into the same iCloud account on all three devices and Safari is switched "on" in the iCloud preferences. I restarted the iPad. I turned Safari "off" in iCloud prefs on the iPad. (When it asked what I wanted to do with Safari data synced with iCloud -- yeah, right -- I choose to keep it on the iPad. Then I turned it back "on" and no change on the iMac and iPhone.
    Any suggestions?

    Firefox Sync isn't intended for the purpose of doing a "backup" and restoration, but some users have been successful using it for that. You need to have your username, password, and the '''Sync Key'''.
    IMO, you are better off doing it manually. <br />
    http://support.mozilla.com/en-US/kb/Backing+up+your+information <br />
    That support article also cover restoration of your "information".
    There's also the MozBackup program that is made for that purpose. <br />
    http://mozbackup.jasnapaka.com/

  • I am receiving an error message Quicktime failed to initialise error - 2096. to resolve i have been told to deselect checkboxes in compatibility tab but I have only general, sharing and customise tabs - what do i do next?

    I have been advised to resolve the problem i should go to the properties window and click the compatibility tab and deselect all checkboxes currently selected in the compatibility tab and then click apply.
    My problem is that i only seem to have general, sharing and customise tabs in my properties window.  Where do I go from here???

    My problem is that i only seem to have general, sharing and customise tabs in my properties window.  Where do I go from here???
    That sounds like you're right-clicking a folder and selecting "properties", Richard.
    Try right-clicking on the QuickTimePlayer.exe file (located inside the C:\Program Files\QuickTime\ folder), as per the following screenshot:
    ... and then selecting "Properties".
    Can you see your Compatibility tab now?

  • Child tabs will not load params automatically

    It seems as though by default the tabnavigator does not load
    the parameters in any of the child tabs. I am having a problem if
    the child tabs are not viewed and the user submits the form, i
    receive a cannot access property or method of a null object. If i
    view all the tabs i dont get the error. I've given my tabs id's and
    tried loading them with creationComplete within TabNavigator but
    that didnt turn up any results.
    Is there another property i have overlooked that will load
    all the params of all the child tabs?
    Thanks!

    Be aware though, when you are ready, that this can have
    adverse effects on the percieved startup performance of your app,
    because *every* component must be rendered before the app is
    available for user interaction. This is why creationPolicy is not
    all by default.
    The best practice way to handle situations like this is to
    use binding in the navigator children to "pull" the data in, or use
    a function on the childs creationComplete event to do the same.
    Tracy

  • Parent / Child forms or sharing a parent region across child tabs

    I want to find a way to have the same region appear on multiple pages.
    ApEx has a good master / detail form wizard. And I have used other constructs (master view, report, "add a detail record button", etc) to make the screens more user friendly, less prone to user error, etc.
    In the past where there are a small number of these maintenance requirements I have used tabs, select list, menus, etc. to manage the user experience.
    I am now faced with an explosion of these types of tasks that require a fairly large dataset to be broken into many smaller maintenacne pages that are accessed by the role of the user. Could be up to 250 of these "master/detail" screens.
    I want to avoid 250 copied regions, or 10 regions copied 25 times... I want to have a single instance of a "master summary" region that I can share across several pages. The idea is to have as little redundant code (regions) as possible to ease developement and maintenance.
    I haven't figured this out yet and it does not seem anyone else is even looking for this functionality. Am I all alone with this need...
    Guess I'll go have a beer... or six.
    Any ideas are appreciated and I will buy a beer for anyone who shows up at my sailboat in Santa Cruz on April 20th.
    Sam

    I thought about that as an option. Create several regions on page 0 that were defaulted to not display and then have them appear as needed. That may be the answer.
    My level of sophitication with Apex is good when it is db desing, app design, ui, but I am not a WEB developer and so the finder points of HTML or java are somewhat a mystery to me.
    I saw some writeups on htmldb_get as being able to call shared processes or application pages. I know I can redirect to a ApEx url, I wondered if there was a way to call a region as an option.
    Thanks for the input,
    Sam

  • Family Sharing and child account

    Hello,
    I recently bought an iPod for my child and wanted her to have her own account instead of using mine because I didn't want her to have all my messages going to her.  So, I set up her iTunes account and had to change her birthday to allow for it. (I know, wasn't the best decision)  Then I realized with Family sharing you could setup a child under the age restriction so that she would have her own account and I would be able to control her purchases and things.
    Unfortunately I am not able to change her birthday to the correct one.
    I saw someone mention delete the iTunes account and then recreate it, but I don't see where I can do that.  I want to either change her birthday or somehow start over from the beginning.  I don't want to create a new account using a different email address, I want to create one with her email address under family sharing.
    how can I do this? I want to set her up in family sharing as a child, not an adult.  But her iTunes account is already setup as an adult.  How do I change it?

    Hey avalanche_mt,
    Congratulations on getting an iPod for your daughter, I am sure she will enjoy it very much.
    It is possible to change the birthdate associated with an Apple ID if the current birthdate shows the account holder is over 18 years of age. If you are using a Mac, sign in to that account in System Preference > iCloud and change the date there. See this article for reference -
    OS X Yosemite: Change iCloud account information
    You can also change this information on the web at appleid.apple.com. Select Manage your Apple ID, enter the Apple ID and password, go to Password and Security.
    Note that the birthdate can only be changed one time, and that accounts that show a birthdate of under 18 can not be changed.
    Thanks for using Apple Support Communities.
    Be well,
    Brett L 

  • Family sharing edit child age

    Is there any way to correct a child's birthdate with regard to an Apple ID and Family Sharing?
    It should be an understandable request, since an input mistake was made with setting her birthdate.
    I did not know that setting the birthdate would be an irrevocable setting, since there was no warning about this during the process.
    In addition, I cannot remove the account with the mistaken age to start over, due to the message: "Children under 13 cannot be removed from Family Sharing..."  
    If there is no way to correct a mistaken birthdate, then this feature should be updated to allow it somehow; possibly by allowing a parent to sign in and update it or to request the parent account password to confirm a change of child's birthdate within the Manage Apple ID interface.

    You can set restrictions by age rating by going to Settings>General>Restrictions>Apps on his device.  (Caution: don't forget the restrictions password or you will have to restore it as a new device, without using a backup, in order to remove the restrictions.)
    Or, you can hide the apps you don't want other to be able to download using iTunes on your computer, as explained here: iTunes Store: Hiding and unhiding purchases.  Just be aware that this will hide them from everyone.

  • Family sharing and child's id

    i want to set up Apple id's for my children under family sharing.I only have a debit card which is used for my own I'd. Is it possible to use this for family sharing?

    Hi Cobo127, 
    To create Apple IDs for your children under Family Sharing, you would need a credit card for verification, at least for the initial setup:
    Create an Apple ID for your child
    Before you begin, make sure that you're using a credit card as your iTunes Store and App Store payment method. To comply with child online privacy protection laws, you will use the CVV or security code from a valid credit card as part of providing your parental consent. If the card on file is a debit card or another payment method, you’ll be asked to provide a credit card before you can continue. After you create the child's Apple ID, you can change your payment method back to a debit card.
    Family Sharing and Apple IDs for kids - Apple Support
    Regards,
    - Brenden

  • Family Sharing for child with existing Apple ID

    I'd like to enable Family Sharing, including Ask to Buy, for my child who has an existing Apple ID. How do I do this? The default is to treat every family member as an adult, with no option to specify as child.

    This doesn't work. You are basically changing the birthday to make them 13. Not creating Child IDs with real dates.
    For those of us who created Apple ID for our kids, before family sharing existed, by creating accounts and NOT PUTTING IN THEIR REAL BIRTHDAYS. Since you couldn't create IDS for kids back then. So now my kids REAL emails are LOCKED into a ADULT ACCOUNT. There is NO WAY to delete and account and start over. I cant create a new CHILD ID because their emails are already taken.
    You should be able to CHANGE and ID to the proper under 13 date, then use the CC verification to prove I'm a (******) adult. Or at the very least DELETE YOUR ACCOUNT AND START OVER.

  • Family Sharing / Delete child apple ID

    On this page http://support.apple.com/kb/HT201081
    It is mentioned that :
    “Children under 13 can't be removed from a family. If you need to, you can transfer the child to another family or delete their Apple ID.”
    How can I delete their apple ID ?

    Hi Jastect,
    In order to edit an Child Apple Id you can just go to https://appleid.apple.com/ and log as your daughter and edit all data (except id itself and birthdate). This is possible only if you know the password :-) even without knowing, the recovery procedure is working fine.
    In my case:
    - I created an Child apple ID (as described in Family Sharing and Apple IDs for kids), child is -13y
    - As mentioned in Leave Family Sharing : "Children under 13 can't be removed from a family. If you need to, you can transfer the child to another family or delete their Apple ID". ok, fair enough. Then I want to delete the id... But I cannot find where the delete option is available ???
    Hopefully someone can help.

  • Screen Sharing and CMD+Tab

    Hi,
    yes, my problem is solved. CMD+Tab now works within the screen you are sharing!
    But, now of course, there's another issue. How to leave the shared screen using the keyboard? Meaning, how can I switch controls back to my own Mac using the keyboard.
    Using the mouse works! But as a geek, I often prefer the keyboard.
    Regards,
    Roger

    Before the cmd-tab was sent through to the remote computer I installed a control panel called liteswitch X which allows you to map alt-tab to switch apps. If installed on main computer, you could probably switch away from the screen sharing window with an alt-tab. However, I would really like to switch off the cmd-tab being sent to remote and the fix for ARD 3.3 (defaults write com.apple.RemoteDesktop DoNotSendSystemKeys -bool YES) does NOT work for me.
    anyone ?

  • Screen sharing and "command tab"

    Hi,
    is there a way to "command tab" within a Screen sharing screen.
    When I use "command tab", it's doing this on the host, and not on the remote machine...
    Or is there another way to jump from application to application?
    Cheers,
    Roger

    Use this third party application: http://osx.iusethis.com/app/teleport

  • Sharing to Disc Tab freezes in Premier Elements 9

    I last created a movie in Elements 9 in March.   Since then I have installed a number of programmes (none access the dvds), but also Windows 7 Service pack 1.
    I went to create a movie today, elements worked fine until I got to the Sharing Section.  All the tabs work here except for the disc tab (sharing to DVD or Blu-ray), when I click on this tab, the screen freezes and Windows task manager tells me elements is not responding.
    I have tried restoring my computer to pre-service pack 1, but it won't go back that far.
    So I read through Adobe's Q&As checked out the trouble shooter (even refreshed the DVD drivers), removing & reinstalling premier Elements, but all to no avail.
    Can anyone help please?
    I'm running Win 7 Professional, 64Bit, Service Pack 1, on an Intel i7, with 12GB RAM.
    Thanks
    Martyn

    Martyn,
    Hey, a project to keep you inside, and out of the rain.
    After that initial checklist, I'd go link by link, and see if there is anything of use in each. Work towards the "Finding Clues," and by then, you should have some idea what is happening, and then we can explore the why. When you get to the Event Viewer (in Finding Clues), do not be overwhelmed, or put off, if you see a bunch of Warning, or Error messages that are just gobbelygook. No one knows what that "stuff" is, BUT for every message with real text (read that), or a link, follow those links, and give the MS server time to display that page - depending on the link, that might take a few moments.
    If you are not getting Warning, or Error messages, when PrE hangs/crashes, then explore the regular messages, to see if something else is being called at that moment. Each event is logged. I have seen Internet connections, anti-virus software, or even the clock's sync, crop up, at just the wrong time, and hang a program. Usually, however, there will be System, or Application Warning, or Error messages associated with the hangs/crashes.
    Good luck,
    Hunt
    PS - get that rain over with, as I will be in London at the end of October for a week!

  • IE7 shared session across tabs problem

    Hi guys. I am contributing to the development of a system that uses J2EE technologies (struts, hibernate). We have noticed a problem with the recent IE version (IE7) and tabbed browsing. An http session is shared accross the opened tabs, so if a website is accessed through different tabs of the browser, the http session is prone to concurrency issues.
    e.g. a shopping cart will be shared across tabs
    I dont want that. I would prefer each tab to function as a different client (or browser window). Is there any way to overcome this issue? I know struts is prone to this problem, how about other frameworks? thx in advance

    No there is no easy solution in this case. Its not just a struts problem.
    In fact it would affect any application using the servlet "session" scope to store attributes in.
    The session is distinguished by means of a browser session cookie. This cookie is issued to the browser to retain your J2EE session id. It lasts as long as the browser does.
    Maintenance of session cookies is purely the role of the browser. We can't affect it.
    Basically all windows in the same process will use the same "session cookies". ie - popup windows (via links or window.open) share the same session as their parent. This is useful sometimes, and a complete pain at other times.
    If you open a completely seperate IE instance/process it will get its own session cookie and thus maintain a different 'session' than the other window, but tabs all share the same session.
    The only way to do this would be to NOT use cookies to maintain your J2EE session, and instead use urlEncoding to keep track of the J2EE sessionid. ie add ;jsessionid=[sessionid] onto every link (as done by response.encodeURL())
    hope this helps,
    evnafets

Maybe you are looking for

  • 2nd gen ipod will not work or neither of 2 computers will recognize it

    My Daughters nano 2nd gen just stopped working, it will not do anything, "froze" up solid as she says. I have gone through the "5Rs" but nothing will make the ipod show any life and nothing seems able to make the computer see the ipod. I can't do the

  • Not able to insert data in a table...using MS SQL 2000

    Hi guys, Since this morning, for some reasons that I don't know, I can't insert data into my database. This is piece of my code: Statement statement1 = connection.createStatement(); String sql = "SELECT PeopleID, LastName FROM People" + " WHERE LastN

  • A Thought On Leveraging

    Hey All- I've worked in the software development industry for a number of years so I really appreciate the work that's gone into LR -- I love the idea that an app can be a "one-stop" process from beginning to end, and kudos to the LR team for giving

  • Help with MacBook reimaging

    Hello, I have bought a MacBook and it has no OS on it. I've started in Internet recovery mode, made a partition but when I go to install OS X Lion I get an error saying my Apple ID hasn't purchase lion. I don't have the original OS X disk. Can any ad

  • Flash CS5 AS3 Preloader Issues

    Hi. I'm a complete novice with Flash and at risk at looking like 'Dumbest Poster of the Year', I'm requesting help/advic over a couple of issues. My first concern is with a very simple preloader I've made for a movie. Here is the code (posted in firs