2 Custom Fields-create and display

In addition to the standard fields available within the Whou2019s Who service, we need to create and display 2 custom fields within the employee search functionality in ESS. 
Can someone walk me through the steps please?

Hello,
There are 2 sections of search available.
1 is normal search and 1 is advances search.
Well for advanced search you can very much follow my earlier reply.
And you can also have a look at below thread...
ESS Who is Who - Add search criteria
I guess you want to add extra field in normal search.
I am not sure how to do it....as Siddharth (In link I pasted above) says that he himself have never seen any changes in normal search.......
But still you can give below method a try.....
http://wiki.sdn.sap.com/wiki/display/profile/ESS%2bPersonal%2bInformation%2bUI%2benhancement%2bwithout%2bmodification?bc=true

Similar Messages

  • Work Order field define and display in Operation TAB

    I have a question about the user field define in work order's operation:
    I define the user field in the standard IMG for operation's Enhancemen use. but the field can only display in the operation's details' Enhancemen Screen. 
    What I want is the User field can display in the Operation list screen.
    BTW:what does the Equipment numnber in Operation TAB 's   meaning
    thanks  a lot

    Duplicated [here|Work Order field define and display in Operation TAB;

  • How long does it take for the custom field created in SFDC to show up in the field mapping list?

    How long does it take for the custom field created in SFDC to show up in the field mapping list? I hit the refresh field button, but it is not showing up after 5 min. Do I just need to have patience? 

    Hi,
    What do you have to do to the field in SFDC to make it accessible so that it shows up in the Eloqua field mapping area as a field to be mapped?   

  • SSRS - Pass Field Value List To Custom Function Assembly And Display Result

    I have written a SQL Server Reporting Services custom function as a C# assembly DLL and added it to my report. The purpose of the function is to search for outlier records in a collection of data. The data is represented as an array of floating point -tuplets
    (float[][]). In a medical patient database, these might be things such as blood pressure, cholesterol, hight, weight, waist measurement, etc.
    Several user input parameters are provided in the report, including numeric seed values for this particular algorithm. One multivalued parameter is a list of the numeric columns to be used as input to the algorithm because, importantly,
    the user can choose any subset of the value columns. I have a tablix that will display columns from the dataset conditionally, based on which of those columns are chosen.
    At this point, there are two issues I'm having difficulty with:
    How do I, in the course of running the report, take just the numeric columns that the user has chosen (ignoring all others in the dataset) and pass them as a float[][] to my custom function? Or is there something in the
    Microsoft.ReportingServices namespace that I should use to query an input dataset and convert it to an array in my C# code?
    How can I present the array subset returned by my custom function in a tablix in the report?
    Note: One thought that occurs to me is that outlier records tablix could be contained in a subreport, but I'm not clear on the logistics of passing dataset field results from a master report to a subreport.
    I envision a final report when run to be similar to the following:
    - Mark Z.

    Hi Mark,
    Sorry for the delay.
    From your description, you want to pass the dataset data to a custom code array, and return the subset of the array, right? In this case, you can use a custom function to add the data to array, and use the a custom function to sort the data base on your
    requirement and then use a function to get the subset of the array. Here are some sample custom code for your reference.
    Add to arryay
    Dim values As System.Collections.ArrayList=New System.Collections.ArrayList()
    Function SetText(ByVal value As Integer) As Integer
        values.Add(value)
        return value
    End Function
    Sort array
    Function Sort()
    Dim i as Integer
    Dim j as Integer
    Dim t as Integer
    Dim n as Integer=values.Count-1
    For i=n To 1 Step-1
     For j=0 To i-1
     if values(j)<values(j+1) Then
        t=values(j)
        values(j)=values(j+1)
        values(j+1)=t
     End if
     Next j
    Next i
    End Function
    Return value.
    Function Rank(ByVal value As Integer)
       return values(value)
    End Function
    Assume that you pass [Weight] field to array, you can use the expression below on the Weight column:
    =Code.SetText(Fields!Weight.Value)
    Then use the expression below to get the values.
    PatientID:=Sort() & Lookup(Code.Rank(0),Fields!Weight.Value,Fields.Patient.Value,"Dataset")
    Height:=Lookup(Code.Rank(0),Fields!Weight.Value,Fields.Height.Value,"Dataset")
    Weight:=Code.Rank(0)
    Hope this helps.
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Displaying Custom fields created by EEWB

    Hi,
    I would to get advice on how to display fields created by EEWB in a seperate tab.My assignment is to create a new tab in the Business activities transactions.Using the EEWB, I created a project by choosing the Business Object as BUSINESS_ACTIVITY and the extension type as ACTIVITY_H.I chose the business category as business activity. I defined the fields and the object was generated successfully.
    Now the new fields are added in the table CRMD_ORDERADM_I.
    1.I would like to know if the above process was right towards the creation of fields in the Business Activity transactions.
    2. If the above is correct, could you please tell how to get the tab and the fields to be displayed in the activities screen.
    Regards
    Rasheed

    Hi,
    For displaying the EEWB fields in a separate TAB following is the procedure:
    1. First create the set type for the fields which you want to display in a separate TAB.
    2. Now through EEWB create the project and extension for your transaction and add the component at header or item level based on youir requirement.
    3. Then create a view/TAB .
    4. After this create an enhancement profile for your component.
    5. Assign your enhancement profile to the item category.
    Let me know if you need furhter details on the same.
    Allote pnts if helps.
    Cheers.

  • Custom field not getting displayed in SUS PO item level

    HI all,
    We are using SRM 5.0, ECC6.0 and ECS scenario.
    As per SAP note 762984, we have enhanced the structures such as :
    INCL_EEW_PD_ITEM_CSF_SUSPO
    INCL_EEW_PD_ITEM_CSF
    and have added a record in the following place in SPRO:
    Supplier Relationship management-> Supplier self service->Make field control settings for tables.
                  | Item   | Display | Z.PO.ITM.VIEW
                  | Item   | Change  | Z.PO.ITM.EDIT
    But we are unable to display the field in the SUS screen.
    We had also referred to the following blog :
    /people/yeusheng.teo/blog/2008/01/05/ordering-unit-vs-order-pricing-unit-in-srm-sus
    but had no success.
    Please let us know if we did something wrong or are we missing something.
    Also please let us know if BSP changes are really necessary to do this as neither in the SAP note nor in the above mentioned blog, there is any mention about this.
    Regards
    Kishan

    Hi Bharadwaj,
    Thank you for your inputs. I executed the program but it didn't display the field.
    But I was able to rectify it by re-creating the steps mentioned in the blog (see original post). I had missed giving correct positions to the custom field.
    Regards
    Kishan

  • Customer fields do not display in Define Field Groups for Cust. Fields IMG

    I am customizing to display cusotmer fields in cporjects IMG actviity 'Define Field Groups for Customer Fields'.
    I am able to see the main tab in object category and multiple sub tabs in it. However customer fields that have been added by Enhance database tables in DPO are not shown or visible in the sub tabs.
    Am I missing any config? Please let me know.
    Senthil

    Hi Senthil,
    If you can see the tabs and not the fields, pl check if you have covered field control for these newly created custom fields.
    To have field control for these fields, you will have to copy the standard SAP provided field control, include the structure that has you custom fields and give it authorizations etc as per your requirement.
    Pl read carefully the documentation provided with field control.
    Refer note 947963 - Setting up field control
    Regards,
    Reema.

  • Customer fields do not display in cProj 4.5

    Hello,
    I am trying to customize customer fields with the 'Define Field Groups for Customer Fields' IMG activity
    I am using following steps to do this:
    1. Enhance database tables for customer fields
    2. Create field groups for customer fields
    3. Assign customer fields for fields groups
    4. Define fields groups per project type
    5. Save and open cProjects
    But when I start the application only the main tab and sub tabs can be seen. Other customer fields are not seen.
    Does someone has an idea what is going wrong with it and where I can start searching the problem?
    Thx, Vanessa

    Hello Vanessa,
    there is one more step that needs to be done in the customizing:
    You have to set up a field control for your customer fields (IMG activity 'Set Up Field Control'). Here you define the conditions when these fields are displayed, hidden etc...
    If you have no field control, these fields will be always hidden.
    Please do not change the standard field control 0SAP but rather copy it to your own and adapt it according to your needs. Please refer also to the available IMG documentation.
    Afterwards, this field control needs to be assigned to your project type (IMG 'Define Project Types').
    Regards,
    Silvia

  • How do I change custom field description and name on the project fields PDP

    I'm creating a custom PDP for a workflow process and I need to add the folloiwng fields "Project Name" and "Description"
    When I try to create Project Name custom field under server settings I get the following message "The custom field name cannot match the name of any intrinsic fields."
    So I went to the PDP web part Project fields and I found a field named " Project Name". I added it to the Proejct Fields web part, but it displays as "Name".
    How can I change this field that's out of the box? I don't see "Project Name" and "Description" under server settings > Enterprise Custom Fields and Lookup Tables to modify them.
    Thank you

    Hi there,
    Project Name & description fields are internal fields in project server which you cannot view in Enterprise custom fields in PWA. You will not be able to create with the similar name. There is no way to change these fields as far as I know. 
    I would suggest to have the new fields name something like  Project_Name/ ProjName or Project_Description/ProjDescription . 
    Hope that helps.Thanks, Amit Khare |EPM Consultant| Blog: http://amitkhare82.blogspot.com http://www.linkedin.com/in/amitkhare82

  • Creator in custom field entry point display method - Process Manager

    Hi All,
    I'm trying to create a custom field in Process Manager that grabs the creator user id and the current calendar year and displays a table of vacation taken for the year in an entry point. The problem is that I cannot figure out how to grab the creator's uid without using an iProcessInstance object which is not created until the form is submitted.
    Does anyone know how I can do it?
    Thanks in Advance for your help
    -Dug

    Hi Ghanesh and SRM experts,
    I went through your link mentioned below and I have the EXACT same issue. I am using SRM 5.5 and I have added a custom field to the quotation item level. I am unable to make this field editable no matter what I do .
    1)  I have gone through all notes mentioned in your scrap and I have implemented them all .
    2) I have added the custom field to INCL_EEW_PD_ITEM_CSF_QUOT and INCL_EEW_PD_ITEM_CSF.
    3) I have also implemented BADI BBP_CUF_BADI_2 and I confirm that the method MODIFY_MODE_QUOT is never getting called. MODIFY_SCREEN is getting called , and the value of the flag ET_FIELDS-XINPUT is always 'X'. Still the quotation field is display only.
    Your post is dated a few months back. If you have solved this problem could you please let me know how.
    Help from anyone who anything about the above will be appreciated.
    Thank You .
    Regards,
    Ajali Sen

  • Custom GUI's and displays

    Hi i am currently designing a game and just thinking from like when you go play games like doom 3 etc they all have their custom displays etc and its really effective, at the moment i am really stummped i have no clue where to start about that in java i have some ideas at the moment and was wondering how do the professionals do it...
    I have been researching into look and feel and the demos which come wit hthe jdk but they are very simple and i dont really see the use in them that much, i had the idea of also desing my displays in flash and starting a flash animations for the menus but i just dont think that is good practice and it would mean starting a flash app then closing that to then open my game but i may be able to embed the flash in a java swing frame or somthing but yeah..
    my question is how do the professionals go about creating their displays i am a good programming top in my year i dont mean to sound like one of those noobs that come on and basicaly ask you to create some class's for them with a few stupid methods..
    anyways thanks :) any responses would be great

    dont mean to sound like one of those noobs that come on and basicaly ask you to create some class's for them with a few stupid methods..Unfortunately you do, lol. Just kidding.
    Anyways, I'd suggest you probably take your questions to the Java2D and Java3D forums, cos that is where the real game grinder action will probably take place. A good percentage of your game will have to be coded using Java2D APIs and if you are looking for Doom like graphics, then Java3D is the best place to start.
    Also, about embedding flash, there are about two API I have come across lately, JFlashPlayer and another (I forget the name), but unfortunately they are all commercial. You can experiment with them though, it should be useful for something.
    ICE

  • Custom Fields not being displayed.

    Hi Experts,
    I have recently done a EEWB enhancement and also CRMV_SSC configuration to enable display of a custom field for my support notifications.
    However these custom fields are not appearing. This looks like an issue with the configuration in CRMV_SSC, however I am not sure of how find the Screen Panel and Profile to confirm the changes in this.
    Would like to know if any of you have faced similar issue or if you have any idea about the configuration of EEWB changes in CRMV_SSC.
    Thanks,
    Aditya

    Hi Stephane,
    Thanks for the blog, however I had already gone through that.
    I figured out the problem - our configuration was a little different. Instead of using the screen profile - SRV_SLFN_1, we were using the screen profile - SRV_SLFN_2.
    I found this by checking CRMV_SSC, Scrn Profile select. option - here the associated screen profile and transaction type were given.
    Thanks for the help.
    Regards,
    Aditya

  • How to delete a custom field created in Address Book template?

    It is possible to create a new custom field name in any of the pop-up field categories in the preferences template for Address Book.
    But, once created, there does not seem to be a way to delete or edit the newly created custom field name. That doesn't make sense.
    Tell me that I am wrong, and then tell me how to delete or edit a custom field name. Thanks!!

    Thanks Pascal, I can change the viewed template field areas as you have described. My problem was with modification of the pop-up list entries: adding, deleting, and renaming user created custom field entries. I have since figured out how Address Book allows these functions; unfortunately, that specific information is not present in the Address Book help file.

  • Custom field to be displayed in shopping cart header

    Hi,
    I have a requirement to add a custom field on the Shopping Cart header.
    We are working on SRM 7.0 version.
    Note 672960 says that the header fields cannot be displayed for the shopping cart. If
    you define fields on the header, they can only be filled in BADIs.
    Is this is true for 7.0 as well?
    Please let me know if anyone has worked on a similar requirement.
    Thanks,
    Binu

    Hi,
    No you can add the customer fields in the header level also.
    Please look at the below structure to add the custom fields.
    INCL_EEW_PD_HEADER_CSF_SC      Customer Enhancements on Shopping Cart Header
    INCL_EEW_PD_HEADER_CST_SC      Tabular Customer Enhancements on Shopping Cart Header
    INCL_EEW_PD_HEADER_SSF_SC      SAP Internal Enhancements (IBUs, and so on) on SC Header
    INCL_EEW_PD_HEADER_SST_SC      SAP Int. Tabular Enhanc. (IBUs, and so on) on SC Header
    You will find this useful.
    https://websmp105.sap-ag.de/~sapidb/011000358700001969972008E.pdf
    Thanks
    Venkatesh P

  • How to fill values  to custom fields created by EEWB

    Hi All,
    I am working in CRM 5.0,We have extended the BP transaction with two new fields using EEWB transaction.
    ZZABC
    ZZDEF
    Here goes my problem , i wanted to update data to the new fields using FM.
    I tried using BUPA_CENTRAL_CHANGE,where i found the structure of the  custom fields .But the FM is working for standard fields but not for Custom fields.
    Following are the FM generated  in EEWB.
    ZZG05_BUPA_EVENT_DINP2
    ZZG05_BUPA_EVENT_DLVE1
    ZZG05_BUPA_EVENT_DSAVB
    ZZG05_BUPA_EVENT_ISDST
    ZZG05_BUPA_EVENT_ISSTA
    ZZG05_BUPA_EVENT_XCHNG
    ZZG05_BUPA_PAI_ZG050100
    ZZG05_BUPA_PAI_ZG050101
    ZZG05_BUPA_PBO_ZG050100
    ZZG05_BUPA_PBO_ZG050101
    I have tried using the above FM.But didnt work.
    Can you please help me how to proceed  just to fill values using FM.
    Your suggestions  will be highly rewarded.
    Thanks,
    Gayathri.

    Hi Shiva,
    Thanks for your response.
    I have specified the FM that are generated while creating the fields, where i dnt find any update or delete.
    Further can u explain "you can play with screen config in the AREA MENU code BUPT".
    My requirement is to upload data to those fields through pgm for one time.
    Thanks,
    Gayathri.

Maybe you are looking for

  • HELP! Safari will not work with "standard user" via airport card in my mini

    Hello, I am successfully connecting with safari via an airport card in my mini mac. I am the administrator of the osX. However no other "user" can connect to the internet via safari. What am I doing wrong? When a standard user clicks on the "internet

  • PS Bridge not opening my photos !!!

    Two days ago I ran PS CC and used bridge to browse and open photos in camera raw. Now all of a sudden, when I try to open a raw file in Bridge I get the message "Bridge's parent application is not active. Bridge requires that a qualifying product has

  • Blob Image blows up  PDF Report

    Hi! Following problem: I select a report logo (size 33k) from the database in a blob field in the header section. When I create a PDF the report grows up enormously in size (10 times bigger than a report without logo) - I think the logo will be put i

  • Will Mountain lion will support the creation of Galleries

    Does anyone know if Mountain lion will support the creation of Galleries like the ones produced on mobile me - I need to do this for business purposes - and does anyone have a good sugestion for an alternative - photoshop galleries lack a little flai

  • Max # of rejected records in the UJFS file?

    I am loading transactional data via the LoadInfoProvider standard DM package. According to the package log, it tries to load 4,910,004 records.  It rejects 780,639 of them. When I download the rejected records file from UJFS, it only has 100,001 reco