Display employee names with SA profile

Hi
I am looking at implementing structural authorisations and restricting users to thier own org units.  So they will only be able to view employee details of users in thier org unit but there is a need for users to look at employee names throughout the whole organisation.  Currently I am testing with 3 PD profiles, 2 allow different org units (P1 and P2) and the other allows access to all organisation (P3).  The problem comes when i give access to a user to P1 and P3 or P2 and P3, they are able to see all employee's and all the infotypes that they have for thier own org unit. 
Does anyone know how to allow users to display name of employee only throughout the org structure whilst restricting acess to thier own org unit?
Thanks

Hi there, Assuming the users will be access BI :  If the end user access in the HR system (structural authorisation) is similar to what is required in BI.eg A user in the HR system can see You can bring the structural authorisation into BI via standard extraction enabling cross system consistency.
If the access to BI is different to HR - complexity will increase! You could create different reference  employee name characteristics for the PD profiles. This will increase complexity and admin.
I hope this helps.
Sam

Similar Messages

  • Display Employee Name linked in Item Master in Order Recommendation Report

    Dear Experts,
          My requirement is that the "Employee Name" linked in Item master have to be displayed next to the item in MRP Order Recommendation Report.
    I have created a header level UDF "Employee Name" in Item master and have selected an employee in this field. I have also created another UDF in Order Recommendation Report as "Internal Buyer" as a column. But the employee linked to the Item is not getting displayed in the Order Recommendation Report.
    FMS query used in "Internal Buyer" is
    SELECT T0.U_Employee FROM OITM T0 where T0.ItemCode=$[oitm.Itemcode]
    Regards,
    G.Shankar Ganesh

    Hi Shankar,
    Could you try with this query
    SELECT T1.[U_Employee ] FROM [dbo].[OITM]  T1 WHERE T1.[ItemCode] =$ ORCM.ItemCode
    Regards,
    Vijay kumar

  • Displaying Document Name With The Summary in a Single Column Using Document Library View.

    Hi All,
    I have a question that relates to SharePoint Document Library Views. I want to view the Documents name with the summary in a single column. Below image shows an example of it. I need this within a SharePoint Document Library. Also I want the height of the
    row to be increased more than the default height. I cannot figure it out how to do that? Could you someone help me to do this. I have inserted the Document Library as an App Part to the page. 
    So could you someone help me to solve this matter?
    Thanks and regards,
    Chiranthaka

    HI Chiranthaka,
    You can create DataView webpart using SPD and then modify the display template according to your need.
    http://deannaschneider.wordpress.com/2012/07/10/item-counts-dvwp-sp2010/
    Hope this will help to solve your problem.
    Best Regards,
    Brij K

  • HT2404 in incoming calls how to display company name with name

    Hello
    How we can get display of company name along with name while receiving incoming calls in iphone 4.
    Thanks

    actually according to this, t-mobile became the first carrier to offer the paid feature in 2011
    http://www.geek.com/mobile/t-mobile-becomes-first-major-us-carrier-to-add-caller -id-feature-1402597/
    i don't know if anything changed with verizon after 2011, but i don't see any such feature on their website. I know you can set/remove your own name that is displayed to others, with verizon. but i cant' specifically find this incoming name feature.

  • Display of Name with Number of the calling person

    Hi all
    I have purchased a new NOKIA X2 as this is my first Nokia set I have noticed that when a person in my contacts list calls me the persons name only is displayed & not the number from which he is calling. As I have entered mobile number , work number & home number in the persons contact details. Plz. help

    @ jithin_009
    when u entre several nos for one name only the name is displayed when u recieve a call from either of the nos.
    if u wants to get the name with each no. entre the name with slight modification with the no as several entries.
    example.  jean office  - 011234567
                             jean Home - 011233333
    if u entre as above then u will get what u want.
    also remember if u entre same contact name with different nos, u will see only the specific no.   
    example   jean  - 011234567
                             jean  - 011233333
    now when u get a call from either no. u will see only the number, not the name
    check this and see the results
    cheers
    PS: if this information is helpfull please click the white star on green background

  • Need to Display Approvers name with approval status in PR

    Hi,
    We have a requirement to display the Approvers name with the approval status(for each Approve) in the purchase requisition. the developer has all the logic to achieve this and he said we cannot display this in the release strategy tab in PR but we can display the same in the tab- Customer data at the item level since it has more space. the user came back saying we should have this information in a new tab in PR with the name Approvers overview or else in any place in PR where the Buyers can easily identify where to find the list of approver names in the PR.we don't want to create a new custom tab just for this reason in the PR item. not sure whether we can really create one.
    can you please let me know where can we display the Approvers name in the PR(item level)so that the users can easily identify those.
    just wanted to know how is this handled in your company do you display the approvers name with release status any where in the PR, if yes where do you display?
    Thanks
    Mahendra

    /* Formatted on 10/12/2011 9:57:19 AM (QP5 v5.149.1003.31008) */
    WITH ADM_MENUS
            AS (SELECT 19 menu_id, NULL parent_menu_id, 10 seq_no FROM DUAL
                UNION
                SELECT 18, 19, 10 FROM DUAL
                UNION
                SELECT 20, 18, 30 FROM DUAL)
        SELECT menu_id,
               parent_menu_id,
               seq_no,
               CASE CONNECT_BY_ISLEAF
                  WHEN 0
                  THEN
                     REPLACE (SYS_CONNECT_BY_PATH (seq_no, ','), ',', '0')
                  ELSE
                     SUBSTR (REPLACE (SYS_CONNECT_BY_PATH (seq_no, ','), ',', '0'),
                             LENGTH (SYS_CONNECT_BY_PATH (seq_no, ',')) - 5)
               END
                  disp_seq_no
          FROM ADM_MENUS
    START WITH parent_menu_id IS NULL
    CONNECT BY PRIOR menu_id = parent_menu_id
    19          10     010
    18     19     10     010010
    20     18     30     010030

  • Display employee names run time

    hello friends
    I have a table named as employee.I'm using forms6i.
    i want to display all this employee names in runtime using [list item or text item]
    how can i do this?

    Hello,
    Use the Datablock wizard, then build a block on your table.
    Francois

  • Display the name with help of f4

    Hi Experts,
    I want to display name of customer when i select customer no. with F4 in dialog program.
    Best Regards.
    Pravin

    Hi,
    see this code.
    TABLES:kna1.
    data:BEGIN OF itab OCCURS 0,
      kunnr like kna1-kunnr,
      name1 like kna1-name1,
      END OF itab.
    SELECT-OPTIONS:s_kunnr for kna1-kunnr.
    AT SELECTION-SCREEN on VALUE-REQUEST FOR s_kunnr-low.
    SELECT * from kna1 into CORRESPONDING FIELDS OF TABLE itab UP TO 20 rows.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
    *     DDIC_STRUCTURE         = ' '
          RETFIELD               = 'KUNNR'
    *     PVALKEY                = ' '
         DYNPPROG               = sy-repid
         DYNPNR                 = sy-dynnr
         DYNPROFIELD            = 'S_KUNNR-LOW'
    *     STEPL                  = 0
    *     WINDOW_TITLE           =
    *     VALUE                  = ' '
         VALUE_ORG              = 'S'
    *     MULTIPLE_CHOICE        = ' '
    *     DISPLAY                = ' '
    *     CALLBACK_PROGRAM       = ' '
    *     CALLBACK_FORM          = ' '
    *     MARK_TAB               =
    *   IMPORTING
    *     USER_RESET             =
        TABLES
          VALUE_TAB              = itab[]
    *     FIELD_TAB              =
    *     RETURN_TAB             =
    *     DYNPFLD_MAPPING        =
    *   EXCEPTIONS
    *     PARAMETER_ERROR        = 1
    *     NO_VALUES_FOUND        = 2
    *     OTHERS                 = 3
      IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    rgds,
    bharat.

  • Display column name with Group by

    Hi,
    I am having a table with a column series which is repeating.
    When i want to get all the unique series and its count, in the normal sql, I am using
    select series,count(1) from temp_table group by series;
    But the same is not working in the case of SQLX,
    I want <root><series><name count="8">series1</name><name count="18">series2</name></series></root> kind of output.
    But when i use SQLX query,
    select XMLElement("root",XMLElement("series",XMLAgg(XMLElement("name", ... group by series
    it is returning more than one record.
    How to get the desired result??
    Thanks
    Guru

    I wanted to know whether it is possible to get the count in the sqlx itself, Can anybody point me to any SQLX query for that?

  • Employee Detail with their image

    Hi,
    I have a Employee Table and Each employee has a image.I am using Region type as Pl/sql anonymous block. i want to display Employee Detail with their Image. How i can do this?

    Hi Pars,
    I refer to sample application and find code there for image display in report. The code is
    decode(nvl(dbms_lob.getlength(p.product_image),0),0,null,
        '<img style="border: 4px solid #CCC; -moz-border-radius: 4px; -webkit-border-radius: 4px;" '||
        'src="'||
        apex_util.get_blob_file_src('P6_PRODUCT_IMAGE',p.product_id)||
        '" height="75" width="75" alt="Product Image" title="Product Image" />')
        detail_img,
    what should i replace with P6_PRODUCT_IMAGE because i don't have this item. In my code first row td has static image code. how i can replace this.
    my code is
    DECLARE
    rec USER_MAS%rowtype;
    begin
    htp.p('
    <html>
    <body>
    FOR REC IN (select EMP_ID, FIRST_NAME, LAST_NAME, ADDRESS_1, CITY_NAME, PINCODE, MOBILE_NO, EXT_CODE, EMAIL_ID, SKYPE_ID ,EMP_IMAGE, FILENAME,MIMETYPE from INT_EMP_MAS WHERE EMP_ID=:P102_EMPLOYEE_ID or upper(FIRST_NAME)=upper(:P102_EMPLOYEE_ID) OR upper(LAST_NAME)=upper(:P102_EMPLOYEE_ID))
    LOOP
    htp.p(' <table WIDTH="100%">
    <tr></br></tr>
    <tr>
    <td ALIGN="CENTER" ROWSPAN="15" ></br><img src="#WORKSPACE_IMAGES#download (2).jpg" width="60" height="50"/></td>
    <td>Emp ID :</td>
    <td>'||INITCAP(REC.emp_id)||'</td>
    </tr>
    <tr>
    <td>Name:</td>
    <td>'||INITCAP(REC.FIRST_NAME)||' '||INITCAP(REC.LAST_NAME)||'</td>
    </tr>
    <tr>
    <td>Mobile No:</td>
    <td>'||REC.MOBILE_NO||'</td>
    </tr>
    <tr>
    <td>Ext.Code:</td>
    <td>'||REC.EXT_CODE||'</td>
    </tr>
    <tr>
    <td>Email ID:</td>
    <td>'||REC.EMAIL_ID||'</td>
    </tr>
    <tr>
    <td>Skype ID:</td>
    <td>'||REC.SKYPE_ID||'</td>
    </tr>
    htp.p('
    </TABLE>');
    END LOOP;
    htp.p('</body>
    </html>');
    end;
    Thanks & regards
    Vedant

  • How to display employee no in group tree without separator and decimals

    Post Author: makk07
    CA Forum: Formula
    Hi Everyone,   In my database the employee number is stored as follows:8,367.0029,785.00140,742.00   And in the report I have a group based on formula to display employee name and employee number. My formula is as follows:{@Full Name} & ' - ' & {table.EMPLOYEE NO}and in the group tree you will see it asjohn,smith - 140,742.00 but I want to display it as follows:john,smith - 140742, and I am using crystal XI   Please anybody suggest how to achieve that.Thanks in advance

    Post Author: SKodidine
    CA Forum: Formula
    Change your formula to:
    {@Full Name} & ' - ' & totext({table.EMPLOYEE NO},0,'','')

  • How to display name of the employees start with any letter?

    Hi Developer,
    Please guide me in solving the issues, that i need to display names of the employee starting with any letter.
    example:
    if i provide name of the employee starting letter 'A' it should display only those name in the database table with starting letter.
    parameters:  a*
    it should display name with starting letter a.
    example:
    abdi
    akbar
    akash
    akilesh
    thanks,
    ravi.

    Hi Ravinder,
    You can use Ranges for this purpose:
    RANGES: r_name FOR type_name.
    r_name-sign = 'I'.
    r_name-option = 'CP'.
    r_name-low = 'a*'.
    INSERT r_name.
    SELECT name FROM table_name INTO TABLE it_name WHERE name IN r_name.
    Regards.

  • How can I get the Display Profile list to update with new profile names?

    Hello
    I recently created a couple of color profiles with a calibration device, and I decided to manually rename the color profiles after creating them. The problem is, when I open Displays in the control panel, the new names for the profiles don't show up, only the old names. To get the Display Profile to update, I have to pull the profile out of Library > Color Syncs and restart (which clears the profile from the list), then put the renamed profile back in, restart (which then adds the renamed profile to the list)
    Is there an easier way to to this, to get the Display Profile list to update? Is there a preference or cache somewhere?
    thanks

    Oh, cool! I never handle any Mayan stuff in my job, but many of my academic cohort have done so. Mostly Tzotzil.
    Anyhow: your sample font was Times New Roman. If you can't see the combining glyphs, then you're using an out-of-date version of the font, or something else is wrong. . Did you maybe start your work on a contemporary version of Word in WIndows, and now you've shifted to using a Mac with an older version of Office? THere are plenty of nulls in TNR (which are usually codepoints not in Unicode, usually a sign of some kind of hacky workaround on the part ofthe font designer). There should be a real combining macron below right about here, in between the crazy upper Latin and the Greek caps :
    So I'd want to know: what font are you using for this? If not TNR, then I'd suggest Gentium. I might even suggest dropping TNR for Gentium. Judging by your screen name, you may well already be aware of SIL. If not - oh hey, they make fonts for people who are in your shoes! Go check 'em out. The fonts are free, and pretty reliable. And Gentium may already have a precomposed with-line-below glyph for your typesetting needs.
    The Kerning dropdown lets you adjust the spacing between letters in a letter-by-letter way. Selecting all of your text and picking "Metrics" is the way to go here - unless you are a designer who thinks that the capital D is way too far away from the lowercase i, and want to tweak the kerning manually. "Optical" is for large font sizes where body-text-style kerning is too spacious. Avoid using it at small font sizes.

  • Wrong email display name with german umlauts (MS Exchange 2003)

    We use 6 iPhones with Exchange 2003 and get wrong email display names with german umlauts (ä,ü,ö) - but the email-body is right.
    We get special characters instead of umlauts, so the display name split into pieces. Anwering is not posipble - we get a failure-message.
    We changed the standard-internet-mailformat on the exchange-server to unicode utf-8. First it works fine, after a few hours the names displays wrong again.
    So we use this hotfix:
    http://support.microsoft.com/?scid=kb%3Ben-us%3B916299&x=11&y=13
    Same result: First it works fine, after a few hours the names displays wrong again at the iPhone.
    Any ideas?

    Do you have commas in the display name? We used to have "Müller, Thomas" <[email protected]> and then got the split up and special characters you mention. Tests have shown that when leaving out the comma in the display name, e.g. "Thomas Müller" <[email protected]>, everything worked fine.
    Guess it's a question of whether a company wants to change its naming convention for a few iPhone users...
    HCD

  • Displaying user's full name with content

    How would I best set up an attribute to display the user's full name with a published item?
    The default 'author' attribute only displays the login name.
    I have an idea how to set up a custom attribute of the PL/SQL type, but am unsure if there already exists a procedure to fetch the current user's full name.
    Thanks

    For any item type, define an item type procedure. Pass the author attribute to the procedure. The procedure will need to call the WWSEC_API.PERSON_INFO(P_USER_NAME) function, which returns a record containing all the columns in the WWSEC_PERSON table.
    In pseudocode, your procedure will:
    declare a record based on wwsec_person%rowtype
    call wwsec_api.person_info to populate the record
    use htp.p to display the wwsec_person.first_name and wwsec_person.last_nameTo show the results of the item type procedure, display the "Associated Functions" attribute in the region properties.
    Regards,
    Jerry
    PortalPM

Maybe you are looking for

  • 5th Gen Ipod will not disconnect

    I am having trouble getting my IPOD 60GB to disconnet from iTunes. I use the eject button and on ITunes it looks as if it has disconnected, but on IPOD I get the do not disconnect message. This only goes away when I power off my PC. Can anyone give m

  • How can  I transfer from laptop to ipad?

    how can  I transfer from laptop to ipad?

  • Post processing lockbox

    Hi When I am trying to save some payment advices that were 'on account', I match up the item total with the gross item total & payment amount, the screen should have applied all the payments.  But instead it picks up an old payment (I know that becau

  • Funny/odd event handling

    Hi All,       Ran into this really wierd bug - wasn't sure whether anyone might be interested. An event producer loop (LocalBytesAtPort value-change) is throwing it's event, even though the Error-case is executing. If the value-change-node is being c

  • Unable to open file: "repscheme.sql"  The command failed.

    Hello, I'm trying to apply the commands specified in repscheme.sql but am getting the error in the subject line when trying. The replication documentation did not specify the location to save repscheme.sql to, so I suspect I may have it in the wrong