Family Members Overview Screen

Hello :
We happen to use ESS family member iview for 'Emergency Contact'. When we implemented this, we only want 1 emergency contact. Therefore, in 'Family Members' overview iview, we somehow turned off repeating block (i.e. if multiple records coming back (more than 1 child), each record is displayed in a block).  Unfortunately, I don't remember what we did.
Now, we need to have these blocks turned back on (as an ee can have several emergency contacts). We already config the proper use-case(T7XSSPERSUBTYPE) for this infotype on SAP back-end. However, I don't seem to find where to turn the repeating blocks back on  on portal site. I thought it would be in 'Preview', but don't see other repeating blocks in there.
This causes ESS to error out when going to this iview, and there're more than 1 records to display).
Appreciate any help on this.
Rgds.

Hi,
in the table V_T7XSSPERSUBTYP
Try to give following entries
Cotunry
08
infotype
0006
Subtype
0
Use case
A1 or A2
Note : Please use your project specific country code .
and try
also you need to check the time contrarians for the same
by following was you can do it.
Go to SE16 and give the table name u201CT591Au201D
In the selection screen give INFTY = 0009 and Execute ( F8)
And check the time contrarian what is set for the subtype.
At the same table you can set the time contrarians also.

Similar Messages

  • ESS - Family Members Detail screen

    Hello,
    I am on EP 7,NW04s, ERP 05 and tring to modify the Family Members Detail screen .I have already hidden some of the fields and moved some up and down but the Previous and the Review button and too far down because of the space created by hiding the fields ,how can I move these buttons up, since I don't see them in the Detail View Layout....
    Also I want to put a validation on the review button to make the Social Security Number field as mandatory ...I think I have to modify the ess~per application ....
    Any help would be highly appreciated.

    Hello Subhash.
    If you look at this thread:
    Floor Point Manager (FPM)
    You will find some links to documents explaining how to modify an ESS application.
    It should explain to you in these documents, that validation is completed in R/3 NOT in the Web Dynpro application - so modification of the application is NOT required.
    I hope this helps.
    Cheers,
    Chris

  • I am trying to use Find My Friends and I have been through troubleshooting 3 times. Why won't my location work? Everything is on but the 2nd screen in Find My Friends is grayed out, whereas my other family members 2nd screens are active?

    I am trying to use Find My Friends and I have been through troubleshooting 3 times. Why won't my location work? Everything is on but the 2nd screen in Find My Friends is grayed out, whereas my other family members 2nd screens are active? I have an iPhone 6 Plus, latest ios8, and yes my location says it is being shared, but it is not.

    Pyralus wrote:
    I decided to try and boot from the Tiger discs, but when I did, all I got was a screen that looked like a blizzard of pixels.
    The firmware was likely changed and it's not compatible anymore or the disk is bad.
    I was able to boot using the Snow Leopard disc from both my new MBP and my girlfriends MB, but both said that OS X could not be installed on this computer, and I couldn't even use the disc utility to wipe the drive.
    Those disks don't have the hardware drivers your machine needs.
    Your going to need to get a Snow Leopard retail install disk from Amazon/elsewhere.
    Do I need to have a serial number to reinstall OS X?
    Thankfully No.

  • Code for Family Members Detail screen

    Hello,
    I am on EP7.0,NW04s and ERP05 and want to modify the ESS Family Members Detail(Edit Spouse) screen wherein I want to make the Social Security Number as a mandatory field like First and Last name ...but I wonder where to find the code writeen for these validations ... so that I can add my code for SSN...
    Any help would be highly appreciated.

    Hi,
    If your requirement is making an input field as mandatory input field then for this validation you can follow the following procedure..
    1> Add an entry like the following in your Message Pool.
    MISSING_INPUT as Message Key, Message Type error, must be enterred  as Message Text.
    2> Add a method called checkInputValues as follows for validation as follows
      public void checkInputValues( java.util.ArrayList attributeCollection, java.util.ArrayList fieldNames )
        //@@begin checkInputValues()
         IWDMessageManager messg = wdComponentAPI.getMessageManager();
    String strValue=(String)wdContext.currentCalIDSHDtailsElement().getAttributeValue(attributeCollection.get(0).toString());
              if(strValue==null || strValue.equalsIgnoreCase(" "))
                   messg.reportContextAttributeMessage(
                   wdContext.nodeCalIDSHDtails().currentCalIDSHDtailsElement(),
                   wdContext.nodeCalIDSHDtails().getNodeInfo().getAttribute(attributeCollection.get(0).toString()),
                   IMessageTpcalender.MISSING__INPUT,
                   new Object[]{ fieldNames.get(0) },
                   true);
        //@@end
    3> Add another method  in your View that will use the validation code on Submit and add the following code in the method
    public void onActionSubmit(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionSaveCalData(ServerEvent)
        ArrayList attList = new ArrayList();
        ArrayList fieldNames = new ArrayList();
         attList.add(0,IPrivateTpcalenderViewOne.ICalIDSHDtailsElement.FIRSTAME);
         fieldNames.add(0,"FIRST NAME");
        this.checkInputValues(attList,fieldNames);
        wdComponentAPI.getMessageManager().raisePendingException();
        //@@end
    if you use the above procedure you can perform the validation on a input field and if user does not enter any value and tries to submit the form then the input field will be marked with red color.. Hope this helps..
    If you need further help let me know...
    Please reward points if it helps..
    Thanks
    Avijit

  • Problem with Family members/dependents screen in ESS for Switzerland countr

    Hi All,
    We are checking standard Fmaily Members/dependents screen in Personal Information under ESS for switzerland and screen doesn't have some fields compared to what we see in pa30 for the same country.if we check for other countries ess portal screen and pa30 screen look similar.when we check switzerland country specific webdypro component layout is different from pa30 and some of the fields are missing.
    why is this inconsistency with only switzerland country and is there any note available for this
    Thanks
    Bala Duvvuri

    Unfortunately you have to, But since the fields are available in backend, It can be easily be made visible in the front end
    changing the properties of the field
    Do make sure you raise a development request if this indeed required by the customer, You can raise a OSS for it, But I am afraid answer wont be encouraging

  • ESS Family Members/Dependents Screen

    Using ESS 50.4,  HR 470 SP73,  EP 6.0
    In the Family Member/Dependent screen the Next and Previous buttons take the user back to the List screen.  We need for the user to be able to view the next family member such as when someone has more than one child.
    Is this an HR Functional setting or does the screen have to be modified?
    Please provide details of how to correct this problem.
    Thank you for your assistance and points will be awarded,
    Donna Maupin

    Hmmm still not following....so let me ask this.....at what point in this process would it fail...
    (1) user views list of dependents in table
    (2) user selects row (ie. clicks row selector to left) of the dependent they wish to select
    (3) user selects the "display/edit" button from below the table.
    (4) user is taken to next screen that displays the details of the selected dependent
    (5) user selects the "back" button (NOT browser back button)
    (6) user select another dependent in the table following stepts 2 and 3 above.
    (7) user views details of newly selected dependent.
    Is that not what you followed? If so and it still broke (only returned to first dependent in the list), I would say it was more likely a program error/bug. I know other user actions can cause issues (like double clicking on a row to select it) which might result in the wrong record being chosen....but nothing else I have seen seems to be like you described.

  • How do multiple family members use iTunes.? One account or multiple?

    How do multiple family members use iTunes. One account right now but apps gets added to all devices and iTunes messages go to all devices.  Can multiple accounts be setup and still have ability to share purchased items?

    Hey Ajtt!
    I have an article for you that can help inform you about using Apple IDs in a variety of ways:
    Using your Apple ID for Apple services
    http://support.apple.com/kb/ht4895
    Using one Apple ID for iCloud and a different Apple ID for Store Purchases
    You can use different Apple IDs for iCloud and Store purchases and still get all of the benefits of iCloud. Just follow these steps:
    iPhone, iPad, or iPod touch:
    When you first set up your device with iOS 5 or later, enter the Apple ID you want to use with iCloud. If you skipped the setup assistant, sign in to Settings > iCloud and enter the Apple ID you’d like to use with iCloud.
    In Settings > iTunes and App Stores, sign in with the Apple ID you want to use for Store purchases (including iTunes in the Cloud and iTunes Match). You may need to sign out first to change the Apple ID.
    Mac:
    Enter the Apple ID you want to use for iCloud in Apple () menu > System Preferences > iCloud.
    Enter the Apple ID you want to use for Store purchases (including iTunes in the Cloud and iTunes Match) in Store > Sign In. In iTunes 11, you can also click iTunes Store > Quick Links: Account.
    PC (Windows 8):
    Enter the Apple ID you want to use for iCloud in the Control Panel. To access the iCloud Control Panel, move the pointer to the upper-right corner of the screen to show the Charms bar, click the Search charm, and then click the iCloud Control Panel on the left.
    Enter the Apple ID you want to use for Store purchases (including iTunes in the Cloud and iTunes Match) in iTunes. In iTunes 10, select Store > Sign In. In iTunes 11, click iTunes Store > Quick Links: Account.
    PC (Windows 7 and Vista):
    Enter the Apple ID you want to use for iCloud in Control Panel > Network and Internet > iCloud.
    Enter the Apple ID you want to use for Store purchases (including iTunes in the Cloud and iTunes Match) in iTunes 10 in Store > Sign In. In iTunes 11, click iTunes Store > Quick Links: Account.
    Note: Once a device or computer is associated with your Apple ID for your iTunes Store account, you cannot associate that device or computer with another Apple ID for 90 days. Learn more about associating a device or computer to your Apple ID.
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • Multiple Family Members using a MAC

    Hello,
    Can someone give me an overview of how family members all use 1 MAC and ICloud so that each person gets their own "stuff"?  For example, I would like to get my calendar, my songs, my contacts, my apps synced with my devices--iphone and ipad.  And my wife would like her own stuff synced.  Seems pretty fundamental but I could not find any info from Apple.  Is there a way to do this if each person has a separate Apple ID?  What are other people doing?
    Thanks,
    Matt

    If each person has a separate Apple ID, as you stated, it should be no problem. However, i'm not sure exactly how you have your computer set up, if you have separate User accounts set up, or if you just use one User account.
    You should create a separate User account for each family member. Decide if you want those User accounts to be Administrator accounts, or if they are Standard accounts, and set your Parental Controls as desired. You can also find the Parental Controls settings in the System Preferences as well.
    So once each User account is established, you can copy over only the information for them (i.e. contacts, iCal events, iTunes music, etc).
    Set up to sync their iOS devices with iTunes with their information on their User accounts, with their own separate Apple IDs, and everything should work smoothly.

  • Family Sharing not showing Organizer's Purchases for other family members

    I have enabled Family Sharing on my device as the Organizer and added my wife's Apple ID to my list of family members.  She has accepted the invitation on her end and we both see each other in the Family Sharing list within Settings->iCloud->Family Sharing.  If I go to the App Store (remember, I'm the organizer), and I choose Updates->Purchased->Family Purchases (choosing my wife's Apple ID) I can see all the apps she's purchased.  It won't work the other way around, though.  If she goes to the App Store and tries to view my purchases, she gets a blank screen.
    I have already checked to see if I'm hiding purchases, I'm not.  In Settings->iCloud->Family Sharing->Me, I have Share My Purchases enabled.  I've signed in and out of iCloud, and she's done the same.  I've confirmed my Apple ID, and she's done the same.  We can't figure it out.  Why in the world is she a part of the Family Sharing group, but we can't get it so she can view my purchased apps?

    I have the same issue. I can see my wife's purchases but on her phone, it says that I have no purchases. I also tried If you don't see your family's shared content - Apple Support and disabling family sharing and re-inviting her. I would also like to know how to fix this.

  • Family Members for ESS SP9

    Hello,
    I am on EP7.0 ERP05 NW04s ESS6.0 SP8 Patch 9 . There was one problem in the ESS Family Members/Dependents Detail screen for country selection for which a note 1039586 was released ....this note tells you to apply new SP9 released to solve the issue but we have already started Development with SP8 and done changes ...so we cannot apply SP9  .....is there some other way to go about this issue without manually changing the application...
    Any help would be highly appreciated.

    Hi Subhash,
    Is the prerequisite note 981703 applied as mentioned in the note 1039586.
    Have you applied the correction instructions which gives you the backend changes?
    In case, if both of the above are done, then you have the complete backend changes.
    Remaining Front end changes to be done
    1. You have to create model in the family DC for the RFC which is added when you imported the correction instructions from 1039586.
    2. You have to call the RFC onSelect action of the 'country' dropdown and assign the values returned by the RFC to the variable assoicated with the state dropdown.
    Hope this is clear.But i suggest you to apply SP9 instead of making all these changes
    Regards,
    Sharadha

  • Need help using Apple Remote Desktop for remote family members

    I am new to ARD and need help. I know there are solutions to do what I am trying to do through LogMeIn and Teamviewer - but I have LogMein right now and the free edtition is going away and I think Teamviewer will do the same sooner or later. I have remote desktop but hadnt used it, so I thought it would be a good thing to implement so I wont have to worry about paying fees for services like LogMein or teamviewer down the road.  Long story short I need to be able to remote help friends and family members with their macs and using applications, mostly through screen sharing and control and file sharing. All of the folks id like to help have home ( not business style ) internet service whith DHCP and non-static IP's.  I have set this up for myselft to test it and I can be at work and search my homes IP address and I can see all the macs with ARD on them and it all works perfectly.  I have a mac mini running Lion Server so the ports are forwarded to that server at my home - this is the only think I can think of that is making my home work and my friends not.  But when I try to help my friends and family after I type in their IP and it scans it sees their computer - ( it shows a grayed out icon and their IP ) but nothing else.  I cannot control or screen share. It says it cannot verify.  I helped my friends put the ARD client ( most up to date client ) on their macs as well.  I was hoping that using ARD would mean not haivng to set up my friends and family's routers for port fowarding and all those details.  Is there anything I can do using ARD to be able to type in my friends IP address have it scan and then see all their MACS at their home and pick the one that needs attention/ help, without port forwarding or heavy set up ?  I guess the root question here is how or what is best way to set up ARD to be used to help people remotley when they are all home users as well, no port forwarding, no static-IP, that kinda thing.
    Any help is appreciated - Im trying to use ARD and not a 3rd party app since im afraid even if they are free now they wont stay that way. Please let me know throughts and sugesstions ;p)

    I poked around a bit and the file seems to be:
    /Library/Application Support/Macromedia/mms.cfg
    I'd like to get some confirmation from Adobe that this is the correct file to push, though (it seems like it as it only contains this):
    AutoUpdateDisable=0
    SilentAutoUpdateEnable=1

  • Family members dependent scenario

    Hi all
    i have got a problem.
    The problem is related to IT 21.
    Actually one of our application fetches the family dependents data from the IT21.
    We need that if a daughter gets married there should be some meachanism or some flag ..that can tell the system that now the girl has married and she will be excluded from the family members.
    How can i do this.
    regards
    nikki

    Hi for your reference
    1) Go to Transaction PM01.
    2) Enter the custom Infotype number which you want to create (Should be a 4 digit number, start with 9).
    3) Select the ‘Employee Infotype’ radio button.
    4) Select the ‘PS Structure Infotype’.
    5) Click on Create… A separate table maintenance window appears…
    6) Create a PS structure with all the fields you want on the Infotype
    7) Save and Activate the PS structure
    8) Go back to the initial screen of PM01.
    9) Click on ‘All’ push button. It takes a few moments.
    10) Click on ‘Technical Characteristics’. Infotype list screen appears
    11) Click on ‘Change’(pencil) button
    12) Select your Infotype and click on ‘Detail’ (magnifying glass) button
    13) Give ‘T591A’ as subtype table
    14) Give ‘T591S’ as subtype txt tab
    15) Give your subtype field as subtype field
    16) Save and come back to PM01 initial screen
    17) Click on ‘Infotype Characteristics’ … Infotype list screen appears
    18) Click on ‘Change’ (pencil) button
    19) Click on ‘New Entries’
    20) Enter your Infotype number and short text
    21) Here we have to set different Infotype Characteristics as per the requirement. (Better open another session with some standard Infotype’s infotype characteristics screen and use as the reference to fill yours)
    22) Save your entries.
    23) Now the Infotype is created and ready to use.
    24) If you want to change the layout of the Infotype as per your requirement…
    25) In the PM01 initial screen…Select ‘Screen’ radio button and give 2000 as the screen name, then click on edit.
    26) In the next screen.. Select ‘Layout Editor’ and click ‘Change’.
    27) Screen default layout appears…here you can design/modify the screen..change the attributes of the fields..etc.
    28) Save and activate. (Don’t forget to ‘Activate at every level)

  • Family members through self service

    Can anyone please let me know, If there is a seperate screen to enter family members information through self service or is it same as contacts?
    Appreciate your time!

    Hi Duncan, Yes, i wanted to check if there is any screen other than the contacts one. I may have to personalise the contacts screen to make it more relevant to family details entry.
    Thanks for your comments.

  • I am running on OSX 10.10.1 and have a 2009 imac intel and I am having severe latency issues.  I am not familiar with macs as this is my home computer used by other family members.  Any help on how to troubleshoot why such latency issues?

    I am running on OSX 10.10.1 and have a 2009 imac intel and I am having severe latency issues.  I am not familiar with macs as this is my home computer used by other family members.  Any help on how to troubleshoot why such latency issues?

    When you see a beachball cursor or the slowness is especially bad, note the exact time: hour, minute, second.  
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above.
    Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first.
    Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of it useless for solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Can I share my contacts list with family members?

    can I share my contacts list with family members in the same way as sharing tunes and photos? If so how do I go about setting this up?

    Perhaps you should read these Apple documents about what is stored by iCloud.  The following is from this Apple document: iCloud: iCloud storage and backup overview:
    Your iCloud account includes 5 GB of free storage for iCloud Mail, Documents in the Cloud, and your iOS device backups. Your purchased music, apps, books, and TV shows, as well as your photo stream, don’t count against the 5 GB of free storage ........
    Here’s what iCloud backs up:
    Purchased music, movies, TV shows, apps, and booksPurchased music isn’t backed up in all countries. Purchased movies and TV shows are backed up only in the U.S. Previous purchases may be unavailable if they have been refunded or are no longer in the iTunes Store, App Store, or iBookstore. Some previously purchased movies may not be available in iTunes in the Cloud. A movie’s product details page in the iTunes Store shows if the movie is unavailable.
    Photos and videos in your Camera Roll
    OT

Maybe you are looking for

  • Firefox stops responding for 15s when starting downloads.

    Every time I start a new download, Firefox will stop responding for around 15 seconds. During this time, nothing happens, my CPU usage spikes, and many downloads will subsequently fail if they do not support a resume feature. This is extremely frustr

  • Intel iMac running Adobe CS

    Has anyone tried running Adobe CS with a 1 or 2 GB RAM? Just wondering if there's gonna be any decrease of speed under rosetta (which I know from if you have less ram). iMac G5   Mac OS X (10.4.7)  

  • GL-wise report

    dear consultants, i'm preparing a G/L-wise reports with, tables: bsis,bseg. with fields, bukrs,hkont,zuonr,gjahr,belnr,buzei,budat,bldat,blart,gsber,shkzg,dmbtr,werks from bsis bschl,matnr,menge,meins,ebeln,aufnr from bseg when i've used inner join f

  • Best way to create an appliance

    I need to create an appliance.  I can: 1.  Export an existing Vm as an appliance from vsphere client 2.  Use a program like VMware studio to create it for me What is the best way to create it?  The goal is to make it as easy to administer within vCen

  • No 1080p choice in Compressor's advanced format conversion folder?

    I have some 480i DV footage that I need to upconvert to 1080p. I wish to use Compressor for this but I find that Compressor only has 720p and 1080i settings but no 1080p option to upconvert to. What are my options in Compressor??? Thanks very much in