HR-PA What does u201CCEu201D in name means

Dear all,
I am looking at BI Contend for HR-PA (Personnel Administration).   In the name of some of the objects there is u201CCEu201D at the end.  What does this CE means?
Thanks for your help,
Reynir

CE in the HR-PA BI Content stands for Concurrent Employment. This requires grouping reasons to be configured in the ECC source environment. The grouping assignments can be seen in ECC table T77SO.

Similar Messages

  • What does the green tick mean next to contact name

    PLease what does the green tick mean next to contact name ...

    In what app are you seeing a green tick next to a contact name?
    In many messaging apps, that means the contact is online/available.

  • What does red disk name in Disk Utility mean?

    I've got a second HDD installed and noticed that  Disk Utility displays its name in red instead of the usual black and partitions are not visible underneath. It's currently going through the process of encryption. What does the disk name in red mean?

    Since my last post I rebooted and I no longer have any device in red text in Disk Utility. But what I have now looks strange too.
    I created two partitions, called "Time Machine" and "HDD", which I subsequently encrypted. I can no longer see the physical disk in Disk Utility. The partitions I created appear as root devices, with what looks to be their respective encrypted logical drives inside each bearing the same name as the root device.
    Here's the output from the command you asked for:
    $ diskutil cs list
    CoreStorage logical volume groups (2 found)
    |
    +-- Logical Volume Group XX
    |   =========================================================
    |   Name:         Time Machine
    |   Size:         149521805312 B (149.5 GB)
    |   Free Space:   16777216 B (16.8 MB)
    |   |
    |   +-< Physical Volume XX
    |   |   ----------------------------------------------------
    |   |   Index:    0
    |   |   Disk:     disk1s4
    |   |   Status:   Online
    |   |   Size:     149521805312 B (149.5 GB)
    |   |
    |   +-> Logical Volume Family XX
    |       ----------------------------------------------------------
    |       Encryption Status:       Unlocked
    |       Encryption Type:         AES-XTS
    |       Conversion Status:       Complete
    |       Conversion Direction:    -none-
    |       Has Encrypted Extents:   Yes
    |       Fully Secure:            Yes
    |       Passphrase Required:     Yes
    |       |
    |       +-> Logical Volume XX
    |           ---------------------------------------------------
    |           Disk:               disk4
    |           Status:             Online
    |           Size (Total):       149186256896 B (149.2 GB)
    |           Size (Converted):   -none-
    |           Revertible:         Yes (unlock and decryption required)
    |           LV Name:            Time Machine
    |           Volume Name:        Time Machine
    |           Content Hint:       Apple_HFS
    |
    +-- Logical Volume Group XX
         =========================================================
         Name:         HDD
         Size:         350107865088 B (350.1 GB)
         Free Space:   16777216 B (16.8 MB)
         |
         +-< Physical Volume XX
         |   ----------------------------------------------------
         |   Index:    0
         |   Disk:     disk1s2
         |   Status:   Online
         |   Size:     350107865088 B (350.1 GB)
         |
         +-> Logical Volume Family XX
             Encryption Status:       Unlocked
             Encryption Type:         AES-XTS
             Conversion Status:       Converting
             Conversion Direction:    forward
             Has Encrypted Extents:   Yes
             Fully Secure:            No
             Passphrase Required:     Yes
             |
             +-> Logical Volume XX
                 Disk:               disk2
                 Status:             Online
                 Size (Total):       349772316672 B (349.8 GB)
                 Size (Converted):   29374808064 B (29.4 GB)
                 Revertible:         Yes (unlock and decryption required)
                 LV Name:            HDD
                 Volume Name:        HDD
                 Content Hint:       Apple_HFS
    As seen in Disk Utility:

  • I have many photos that are visible as thumbnails in the Pictures Library, however when I try to open them in a big screen they show a back screen with an exclamation mark in a triangle.  What does this exclamation mark mean ?

    I can see my images in the libarary as thumbnails but when i try to edit/email some of them become Exclamation Marks in a triangle.
    What does the exclamation mark mean and how to i retrieve the photo

    The exclamation make is an indication that iPhoto has broken the file path to the original photo.
    Make a temporary, backup copy (if you don't already have a backup copy) of the library and apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • What does "Logon Process: Ginabkg" mean?

    Today I got two events like this
    event id 528
    "Successful Logon: User Name: xxxx Domain: yyyy Logon ID: (0x0,0x5929E) Logon Type: 2 Logon Process: GinaBkg Authentication Package: Negotiate Workstation
    Both after an event id 528 with logon type 11 and logon Process: user32 and the same user.
    What does "Logon Process: Ginabkg" mean?
    This PC is a Windows XP SP3 client and the server is Windows Advanced Server 2000.
    In some forums I found that this related to Novell Client but this PC doesn`t have it installed.
    Best Regards and thanks in advance.

    Hi,
    I wasn’t able to find any specific information about “Ginabkg”.
    Though, GINA (Graphical Identification and Authentication) is a DLL module that operates in the security context of Winlogon.
    Here are some related articles below for you:
    GINA
    https://technet.microsoft.com/en-us/network/aa375457%28v=vs.80%29?f=255&MSPPError=-2147217396
    How Interactive Logon Works
    https://technet.microsoft.com/en-us/library/cc780332%28v=ws.10%29.aspx?f=255&MSPPError=-2147217396
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • What does this.instance=this mean

    HI
    What does the following code mean??
    public class MyInterface extends JFrame{
    protected final MyInterface myInterface;
    public MyInterface(){
    this.myInterface = this; //WHAT DOES THIS CODE SIGNIFY
    Thanks in advance

    hi siva
    actually he is creating object of MyInterface class and assigning it to myinterface and making as staic final variable he is giving access to outside members of the class.but it is not accesable to non subclasses of outside packages.
    So u can use that object with out using the class name of the implementation class.
    it is not fully singleton pattern, because there is neither a private constructor nor a static method which gives the object of type MyInterface.
    Thanks & Regards

  • What does itm and fin mean

    What does itm and fin mean in the file name?
    Thanks
    John

    They are in my "all Movies" folder, and the kind is Final Cut Express Movie file.
    If they are render files and I'm done with that project can I delete them to save space?
    Space on my HD is an issue.
    Thanks

  • I got an iphone from Hong Kong which is locked one. Can anyone explain me what does a locked iphone means. How do I use it in India now, with my own sim card. How do I unlock it???

    I got an iphone from Hong Kong which is locked one. Can anyone explain me what does a locked iphone means. How do I use it in India now, with my own sim card. How do I unlock it???

    If your iPhone is locked to a wireless provider, only that wireless provider
    can unlock it. Contact the wireless provider in Hong Kong to see if they
    offer unlocking and if you qualify.
    If your iPhone is locked to an AppleID that you do not know, return it for
    a refund as it is useless. Only the person whose AppleID was used for
    activation can remove the lock. There is no workaround for Activation Lock.
    If neither of the above is what you are facing, provide more detail so someone
    may offer a solution.

  • I was playing with my ipad settings (it's an older model) and noted in the advanced settings of Safari there was a place to view website databases.  When I clicked on this I saw websites.  How do these get there and what does the space amount mean?

    I was playing with my ipad settings and noted in he advanced settings of Safari there was a place to view "website databases".  When I selected this I saw a multitude of websites.
    Can anyone tell me how these get there?  Can a website be posted even if it was never went to?  What does the space amount mean?  For example, 1.5 kb...is this quite a bit?  Would it indicate someone has gone to a site multiple times?
    I share my ipad with my teenage daughter and I'm trying to find out if she's lying to me.  Obviously she's swearing that she has "no idea" how these got there and I'm trying to keep her safe (she's only 14).
    Thanks everyone.
    Concerned Mom

    Think of your PC and the 'temporary internet folder' where it keeps cached copies of web pages or elements off a web page for 'quicker display the next time you visit'. That's pretty much what that folder is. 1.5K is tiny. Probably just a basic page with some text on it. (you might be confusing 1.5K with 1.5 megabyte....megabyte is large...it's roughly 1000 kilobytes, so the 1.5K is a tiny file)
    As far as I know, the only way info gets into that folder is if the browser has been to that site.
    if you have a concern there are browsers out there, McGruff is one i've seen recommended, that allow some degree of parental control and supervision. That or you could passcode lock the iPad or enable the restrictions to turn off some parts of the device to have some control.

  • What does (error code -600) mean?

    What does (error code -600) mean?
    I received this code in a pop up window while trying to open iTunes from my Apps folder.

      procNotFound             
    = -600, /*no eligible process with specified descriptor*/
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    Any change?

  • What does "extracted channel PDF" mean and why does it continually duplicate on my desktop?  I think it happens when I move a file in Finder to another file and when I copy some web files.  How do I avoid this on my Mac (Mavericks)?  Thanks for your help!

    What does "extracted channel PDF" mean and why does it continually duplicate on my desktop?  I think it happens when I move a file in Finder to another file and when I copy some web files.  I have to immediately move to trash all the duplications on my desktop.  How do I avoid this on my Mac (Mavericks)?  Thanks for your help!

    What application is set to open PDF files? If you CNTRL click on the file and open with Preview does the problem occur?
    If not change the default application to open PDF files to Preview.
    You can do this by highlighting the file and either use CMD i or Get Info , this will open a window with the info on the file with an option to change the application that opens the file.
    That's all I can think of.

  • I understand that when using Numbers/Pages - an up-arrow on a document means that the file is still to be uploaded to the cloud, what does a down arrow mean? It seems the document can't be accessed until the arrow clears.

    I understand that when using Numbers/Pages - an up-arrow on a document means that the file is still to be uploaded to the cloud, what does a down arrow mean? It seems the document can't be accessed until the arrow clears.

    I believe what it's supposed to mean is that some changes were made to the document on another device, and those changes were saved back to the cloud.  Now you've opened iWork on a different device to access that document - it compares the document you've got locally with the one in the could, sees some recent changes and downloads them.
    What gets me is why this sometimes happens even when I've not made any changes to a document from another device.

  • What does "on my mac' mean and how do i delete or reduce the number of items in there?

    What does "on my mac" mean and how do i delete or reduce the number?

    Hi ya
    I'm seeing this on my email screen, on the left hand side - under the "RSS Apple".  The number of items in there is now 752.  It's preventing me from sending and receiving emails in my AOL account.
    Any  help would be deeply appreciated.
    Thank you.

  • What does "update carrier settings" Mean?  Settings for what?

    What does "update carrier settings" Mean?  Settings for what?

    It means just what it says. Carrier settings are the settings the carrier installs on the phone to connect it properly to their network. Periodically, carriers push updates to those settings. You should accept them.

  • HT1766 what does restor back up means/what does it do

    what does restor back up mean?/what does it do

    it stores all the data on your device in another place so that you can restore from it if a problem happens (say your device crashes or gets erased). then all your data is restored to your iPhone/iPod/iPad/Mac.

Maybe you are looking for