HR authorization for more than one personnel number

Hi,
We have some employees created in system assigned to two personnel numbers, because for example, we have some cases that the employee is active, but he is also created in system as pensioner.
In spite of this, the infotype 105 is only created for the active employee, which means the userid is assigned to only one personnel number.
There's a portuguese tax report which we need to provide access to these employees, that should print both employees data, but since the user has only access to personnel number assigned in infotype 105, he is not able to see it.
What kind of authorization do we need to give to these employees, so they can have access to both personnel numbers data?
Thanks in advance.
Best regards,
Sónia Gonçalves

Hi,
The profile you would need would look something like this:
Object Type: P
Object ID: <blank>
Maint flag: not checked (for display access)
Eval Path: <blank>
Status Vector: <blank> (though the system will probably set it to 12 anyway)
Function Module: <The name of your function module that returns the second pern of the current user as type HROBJECT. See standard module RH_GET_MANAGER_ASSIGNMENT for an example>
This profile can then be used to grant users access to their "second PERNR".
Kind regards,
Brent

Similar Messages

  • Enter more than one personnel number for the same confirmation in CO11N

    More than one labor working on Machine work center simultaneously.
    So that during production orders confirmation in CO11N we need to enter more than one personnel number for the same confirmation but in CO11N the system allow me to enter only one personnel number.
    Note: I can not distinguish between the productions for each labor so that I can not enter separate confirmation for each labor.

    Hi,
    You can use the User Exit: CONFPP07  Single Screen Entry: Inclusion of User-Defined Subscreens
    for this purpose..
    Take help from the ABAPer for this enhancement..
    Regards,
    Siva

  • Service PO for more than one activity number

    Hi Experts,
        I'm working on service process, my client requirement is to create a Service PO, SES and Invoice using BAPI's.
        While creating Service PO using BAPI_PO_CREATE1 with
        Item cat 'D' and Acc *** Cat 'P' and more than 1 activity number at the services level,
        service PO is getting created only for the 1st activity and not for the rest of the items.
    Can you please help me in solving this issue.
    Thanks & Regards
    PravithaNambiar

    Hi,
    The profile you would need would look something like this:
    Object Type: P
    Object ID: <blank>
    Maint flag: not checked (for display access)
    Eval Path: <blank>
    Status Vector: <blank> (though the system will probably set it to 12 anyway)
    Function Module: <The name of your function module that returns the second pern of the current user as type HROBJECT. See standard module RH_GET_MANAGER_ASSIGNMENT for an example>
    This profile can then be used to grant users access to their "second PERNR".
    Kind regards,
    Brent

  • Creating more than one serial number for a material upon Goods Receipt

    I am trying to configure the system to create more than one serial number automatically for a material and have the equipment record created at the same time with the same number as the serial number.  For example using MB1C, receiving a material for a quantity of 2, the Maintain Serial number pop up box appears, selecting the 'Create serial number automatically' , I receive an error message ' Number of numbers to be assigned must be 1   
        Message no. NR030        
    Can someone help me with this issue.

    I have tried MIGO and get the same error.  The  Plant data/stor 2. tab of the  material master for this particular material is set as follows
                                                                                    Serial no. profile   NS01 SerLevel   1  Keep equipment number and serial number synchronous.
    Would there be configuration missing?

  • Using more than one phone number on single iPhone for iMessage?

    Is it possible to intentionally have more than one phone number listed under Settings > Messages > Send & Receive?  I know I've heard of 'glitches' where more than one phone number is shown accidentally and how that is solved (signing out of iMessage and then back in), but if you want to intentionally have more than one phone number listed there (say, the phone number of your own device and also the phone number of your work-related iPhone), is there a method?  I'm leaning toward the answer of 'no', but I'm wanting to double check.

    robdrage wrote:
    I'm not sure, but if you use the same Apple ID for both iphones and register both with messages, then you may be able to go to device one Settings>Messages>Send&Receive and select device twos number as well.
    I thought about that. For some reason, I think that I've heard it doesn't work. Sadly, however, I don't have two iPhones with which to test it.

  • Bapi for goods movement to transfer more than one serial number

    Dear Gurus
    Is their any BAPI with help of which i can transfer More than one serial Number against a single PO.
    We are having scenario where material is transfer from one client say XYZ to another client ABC.
    Now here the serialised material is transfer angainst diffrent POs with the help of I-Doc from one client to another using movement type 501.
    so please help me .Suggest BAPI with the help of wich i can transfer more than one serial number against one PO.
    I have already tried the following BAPI.
    MB_CREATE_GOODS_MOVEMENT
    BAPI_GOODSMVT_CREATE
    Regards
    Anand Battulwar

    Hi ,
    Already this BAPI (BAPI_GOODSMVT_CREATE) has a structure to handle multiple serial number (BAPI2017_GM_SERIALNUMBER).
    Example of working :
    Assume if you have two materials with Qty 2 each ..
    You need to enter Item 1 , Serial 1 and next line item 1 , serial 2  after that item 2 , serial 1 and  item 2 , serial 2 ..
    Do not sort this table , as system take the serial number base on quantity from qty line..
    What's the issue you are facing ?
    Thanks,
    sudhi

  • Can i have more than one phone number on my itunes account?

    My son and I use the same apple ID. He has a separate phone number to me and wants to use imessage on his ipad.
    How can I set up my account to use more than one mobile number?

    He would have to use a separate ID for iMessage in order to do this.  You can still share the same ID for iTunes; it doesn't have to be the same as the ID used for iMessage.  To do this, have him go to Settings>Messages>Send & Receive, tap the ID, sign out, then sign back in with a different ID.

  • [Fwd: Client accessing MBeanHome for more than one domain receives SecurityException]

    Fwd'ing to security newsgroup
    -------- Original Message --------
    Subject: Client accessing MBeanHome for more than one domain receives
    SecurityException
    Date: 4 Mar 2004 07:27:33 -0800
    From: Dinesh Bhat <[email protected]>
    Reply-To: Dinesh Bhat <[email protected]>
    Organization: BEA NEWS SITE
    Newsgroups: weblogic.developer.interest.management
    Hi,
    When a client accesses MBeans of more than one domains (Weblogic 8.1)
    that have
    different passwords, it receives a SecurityException. This occurs when
    the MBeanHome
    for each domain is looked up at initialization and reused for each
    request ( to
    access MBeans ). The security exception does not occur if the MBeanHome
    for each
    domain is looked up for each request. On initial review, this behavoir
    seems inconsistent.
    Looking up the MBeanHome for each request may introduce a significant
    overhead.
    I am not sure if concurrent lookups would also cause the same problem.
    I have read on another post that we can work around this problem by
    establishing
    a trust relationship between the servers, but this may not be feasible
    when one
    is monitoring a lot of servers and the overhead of configuration may be
    an issue.
    I have attached code that can reproduce the problem.
    Please advise on the correct approach.
    Thanks
    Dinesh Bhat
    Panacya Inc.
    import java.util.ArrayList;
    import java.util.Set;
    import java.util.HashMap;
    import java.util.Iterator;
    import java.util.Hashtable;
    import javax.management.MBeanServer;
    import javax.naming.Context;
    import weblogic.jndi.Environment;
    import weblogic.management.MBeanHome;
    * This class reproduces the Security Exception that is caused when a client tries to access
    * MBeans of more than one domain with different weblogic passwords. Here is the stacktrace of the
    * exception
    * java.lang.SecurityException: [Security:090398]Invalid Subject: principals=[weblogic, Administrators]
         at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:138)
         at weblogic.management.internal.AdminMBeanHomeImpl_811_WLStub.getDomainName(Unknown Source)
         at WLSecurityTest.getWeblogicInfo(WLSecurityTest.java:140)
         at WLSecurityTest.runTest(WLSecurityTest.java:75)
         at WLSecurityTest.<init>(WLSecurityTest.java:66)
         at WLSecurityTest.main(WLSecurityTest.java:51)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.intellij.rt.execution.application.AppMain.main(Unknown Source)
    Caused by: java.lang.SecurityException: [Security:090398]Invalid Subject: principals=[weblogic, Administrators]
         at weblogic.security.service.SecurityServiceManager.seal(SecurityServiceManager.java:682)
         at weblogic.rjvm.MsgAbbrevInputStream.getSubject(MsgAbbrevInputStream.java:181)
         at weblogic.rmi.internal.BasicServerRef.acceptRequest(BasicServerRef.java:814)
         at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:299)
         at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:920)
         at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:841)
         at weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.java:222)
         at weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:794)
         at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:570)
         at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:105)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    * Note: the exception is caused only when the MBeanHome for each domain is cached and used for subsequent
    * transactions. The exception does not occur if the MBeanHome for each domain is looked up for each transaction. This
    * would significant overhead in practice. Also the transactions across the various domains occurs serially, hence
    * the effect of concurrent lookups has to be tested.
    * Usage:
    * This class has been tested with weblogic 8.1
    * The class needs weblogic.jar in its classpath
    * One can specify the weblogic details as System properties. The properties need to be specified in
    * the following format:
    * wls.host.n, wls.userId.n, wls.password.n where n is the weblogix instance number. Also specify
    * the boolean system property reconnect.each.iteration to toggle between reconnecting or not reconnecting
    * for each iteration. When not reconnecting for each iteration, the MBeanHome is reused and the Security Exception
    * occurs.
    * Following is the example of system properties
    * -Dwls.host.0=localhost:7001 -Dwls.userId.0=weblogic -Dwls.password.0=weblogic
    * -Dwls.host.1=localhost:7011 -Dwls.userId.1=weblogic -Dwls.password.1=weblogic1
    * -Dwls.host.2=localhost:7021 -Dwls.userId.2=weblogic -Dwls.password.2=weblogic2
    * -Dreconnect.each.iteration=false
    public class WLSecurityTest
    ArrayList wlsDetailsList = new ArrayList();
    HashMap connectionMap = new HashMap();
    public static void main(String[] args)
    try
    WLSecurityTest wlSecurityTest = new WLSecurityTest();
    catch (Exception e)
    e.printStackTrace();
    * Constructor
    * @throws Exception
    public WLSecurityTest() throws Exception
    int noOfTries = 10;
    getWLSDetails();
    for( int i=0; i <= noOfTries; i++)
    runTest();
    * Runs the test
    private void runTest()
    for (int i = 0; i < wlsDetailsList.size(); i++)
    WLSDetails wlsDetails = (WLSDetails) wlsDetailsList.get(i);
    getWeblogicInfo(wlsDetails);
    * Get Weblogic details from System properties
    * @throws Exception
    private void getWLSDetails() throws Exception
    wlsDetailsList = new ArrayList();
    String hostKeyTmpl = "wls.host";
    String userIdKeyTmpl = "wls.userId";
    String passwordKeyTmpl = "wls.password";
    boolean done = false;
    for (int i = 0; !done; i++)
    WLSDetails wlsDetails = new WLSDetails();
    String hostKey = hostKeyTmpl + "." + Integer.toString(i);
    String userIdKey = userIdKeyTmpl + "." + Integer.toString(i);
    String passwordKey = passwordKeyTmpl + "." + Integer.toString(i);
    wlsDetails.hostName = System.getProperty(hostKey);
    done = (wlsDetails.hostName == null) || (wlsDetails.hostName.length() == 0);
    if (!done)
    wlsDetails.userId = System.getProperty(userIdKey);
    wlsDetails.password = System.getProperty(passwordKey);
    connect(wlsDetails);
    wlsDetailsList.add(wlsDetails);
    * Lookup the MBeanHome for the specified weblogic server
    * @param wlsDetails
    * @throws Exception
    public synchronized void connect(WLSecurityTest.WLSDetails wlsDetails) throws Exception
    Context ctx = null;
    MBeanHome mbHomeLocal = null;
    try
    Environment env = new Environment();
    env.setProviderUrl("t3://" + wlsDetails.hostName);
    env.setSecurityPrincipal(wlsDetails.userId);
    env.setSecurityCredentials(wlsDetails.password);
    Hashtable hashtable = env.getProperties();
    System.out.println(hashtable.toString());
    ctx = env.getInitialContext();
    wlsDetails._mBeanHome = (MBeanHome) ctx.lookup(MBeanHome.ADMIN_JNDI_NAME);
    catch (Exception e)
    e.printStackTrace();
    * Gets weblogic information using MBeans
    * @param wlsDetails
    public synchronized void getWeblogicInfo(WLSDetails wlsDetails)
    try
    boolean reconnectEachIteration =
    Boolean.getBoolean("reconnect.each.iteration");
    if( (reconnectEachIteration) || ((wlsDetails._mBeanHome == null) && (!reconnectEachIteration) ))
    connect(wlsDetails);
    MBeanHome mbHomeLocal = wlsDetails._mBeanHome;
    String domainName = mbHomeLocal.getDomainName();
    Set allMBeans = mbHomeLocal.getAllMBeans();
    System.out.println("Size: " + allMBeans.size());
    Set clusterMBeans = mbHomeLocal.getMBeansByType("Cluster", domainName);
    System.out.println(clusterMBeans);
    MBeanServer mBeanServer = mbHomeLocal.getMBeanServer();
    catch (Exception ex)
    ex.printStackTrace();
    * Class that holds weblogic server details
    class WLSDetails
    String hostName = "";
    String userId = "";
    String password = "";
    MBeanHome _mBeanHome = null;

    If Server version is 61.
    Make user "system" password of all weblogic servers same.
    If Server version above 61(70,81)
    In the Security Advanced Settings un check generated credential and specify a common credentail for all the weblogic servers(domains).

  • Setting color codes for more than one photo at a time

    Is there any way to set color codes for more than one photo at a time?

    Hi John,
    I will look at keywords. My issue is speed. Right now I am culling and editing an event shoot that spanned a week with 35 separate events and more than 5000 images. So I use the fastest most convenient method I can and it still takes a long time to have a completed and final shoot. On this shoot I will end up with a final set of around 1500 images. Right now I am finishing processing a show that will hang in the Deutsches Amerikanish Zentrum in Stuttgart.
    As I am sure you are aware by now, having seen enough of my inane questions that over the last two years or since Lightroom version 1.xx if I could not figure out how to do something I skipped it. So many things in Lightroom are buried and unless you have a mind like a steel trap (and think that some of you guys in the forum do) locating how to do something is not obvious.
    For example, I only learned (in the last hour) that I could assign colors as a group of selections by using Shift + number. I found this in a side head in Martin Evenings Lightroom book. I still do not know how to find a way to display the color filter "selection" set in Library mode. Is there a way?
    To top it off, Stuttgart Media University asked me if I would add a Lightroom module to my schedule this year. Now I have a compelling reason to learn all those missing pieces that I have created workarounds for. Hence the number of posts you have been seeing from me over the past few of weeks.
    I tell my class that there are no such things as stupid questions, only questions. Now I am practicing what I have been preaching for the last gazillion years. Guys like you have been great.
    My workflow is
    1. I first separate all images by event. I do that at the time of import.
    2. I do a fast pass rejecting all the obviously bad images
    3. I do a second pass grouping the images by sub-group (speeches, people talking, performances, etc.) This is where I run out of selection methods and your key-wording could work but it would probably take too much time to establish a keyword set for a single event. Where I have more than five subgroups I set up different collection sets with one collection for each sub group. However I would like to keep a single event in one collection.
    4. I then select the images to be used by color code.
    5. Next I process the final images (crop develop etc) by collection.
    6. Last I output the set according to client requirement.
    If you have a better workflow, I am all ears.
    By the way, what is your photo specialty and where are you located?
    Jim

  • Blocking Goods Receipt for more than one PO

    Dear All,
              We have a requirement. We do not want to do goods receipt for more than one PO.STD SAP is allowing us to do the same.
    Can we block it ? We want one One Material Doc for One PO .For One PO there can be more than one material document but vice versa must not be allowed.
    Thanks & Regards
    Abhijit Das

    seems to be possible with custom development
    logic may be as follows
    This is just a generic suggestion
    If I put PO number and press enter then the field where we put PO should become grey...
    take help of abaper to findout the way.....
    GIVE A TRY.....

  • MORE THAN ONE PERSONEL NUMBER IN OPERATION OF MO

    Dear Experts,
    My client is asking for entry of more than one personal number for each operation.
    In the Internal Tab of each operation,Now I could able to enter only one personal number.How to enter multiple personal number for one operation .I hope If we enter multiple personal number then it will reflect in confirmation screens also.Pl help guys as the requirement is very urgent
    ISWARI

    Thank you very much for your immediate suggestions.As told my Mr Subash and Mr Vinay,Iam not getting the tab page Requirements assignment in the Internal tab page of operation.I have tried out all options in WC.I don't know where Iam actually missing something.
    More over will it reflect in confirmation through IW42 or IW48.Because my client wants to track the no of hours worked by personal number wise for the particular period.
    As told by Mr Bala,by sub-operation wise Iam able to enter the multiple personal number with actual hours in IW42 or IW44.By doing this way in IW47,I able to track no of hours worked by personal number wise for the particular range of posting period.
    Iam also checking the route suggested by Mr Thiyagarajan.
    I request you all once again to suggest me the absolute correct method
    Thanks in advance
    Regards
    ISWARI

  • Can i take the printout for more than one billing document in SD at a time

    HI ALL,
    The issue is '' i want to take the print out for more than one SD - billing document at a time.
    is there any config settings to be done.
    please guide me if u have the solution ASAP.
    Regards,
    SOMU.

    Yes, it is possible. However you may have to enable a field NAST-ANZAL. This field is available in VV31 when you are maintaining the output records. The field Number of Messages can be filled with the numberof copies youwant.
    However, I think you have to read this in your custom program to trigger n number of copies. If that is done, you can take the printouts as many times as you want in a single trigger.
    The code approx looks like this
    IF nast-anzal EQ 0.
        nast_anzal = 1.
      ELSE.
        nast_anzal = nast-anzal.
      ENDIF.
      nast-anzal = 1.
      nast-dsnam = nast-kschl.
      nast-dsuf2 = vbdkr-vbeln.
      DO nast_anzal TIMES
    If you show this field and talk to your developer, he should be able to help you.
    Hope this helps.

  • Creating SQL-Loader script for more than one table at a time

    Hi,
    I am using OMWB 2.0.2.0.0 with Oracle 8.1.7 and Sybase 11.9.
    It looks like I can create SQL-Loader scripts for all the tables
    or for one table at a time. If I want to create SQL-Loader
    scripts for 5-6 tables, I have to either create script for all
    the tables and then delete the unwanted tables or create the
    scripts for one table at a time and then merge them.
    Is there a simple way to create migration scripts for more than
    one but not all tables at a time?
    Thanks,
    Prashant Rane

    No there is no multi-select for creating SQL-Loader scripts.
    You can either create them separately or create them all and
    then discard the one you do not need.

  • Perform VENDOR EVALUATION for MORE THAN ONE VENDORS at a time

    Hello all,
    Please guide for any process where i can perform Vendor Evaluation for MORE THAN ONE vendors AT A TIME.
    At my location there are around thousand vendors, which are to be evaluated, and difficult to perform the evaluation process one-by-one.
    (ME61/ME62/ME63)
    Detailed replies with various possibilities would be highly appreciated.
    Thanks & Regards,
    Joy Ghosh

    The vendor evaluation for some thousand vendors at the same time has already been in SAP long before they developed LSMW. The purpose of LSMW is to load data from a legacy system, of course you can (mis-)use it for a lot other things.
    But you should not always use LSMW if you are to lazy to go thru the SAP standard menu to find a transaction like ME6G
    There you define a job that runs RM06LBAT report.
    You first have to define a selection variant for this report. this can be done in SE38 by entering the report name, select variant, clicking display, then entering a name for the variant and clicking Create.

  • Setting Equalizer for more than one song at a time

    Is there any way to set the equalizer setting for more than one song at a time. For example, if I have a classical music album with 10 songs, can I set the equalizer for "classical" for all 10 songs at once? It's a pain to have to do it for each one individually. I tried using the "shift" key, but to no avail.
    Thanks,
    Joe The Author

    highlight all the songs you want then right click and go to get info. in the options tab at the top there is an equalizer preset option.

Maybe you are looking for

  • Report Writer Row and Column Format

    Hi Was wondering if there is a possible solution to this :- Understand that column format is controlled by format groups. This means that all figures in the same column will take the same format (such as scaling and decimal place). Scenario is ->    

  • Train-stop not Expected

    Hi All I am developing a bounded task flow, following the JDeveloper 12c tutorials. After finishing I got two errors: Element 'train-stop' not expected and Element not completed 'view' I am newbie to this, any help please?? I searched about this prob

  • Frustrated with lack of service

    I want to express my frustrations and disappointment with Verizon personnel. Back in October I requested to have my services transferred because I was moving. I was only able to request my phone service and Internet since the new area did not provide

  • SW HelpDesk Custom View in APP

    I have the latest version of Spiceworks and the latest app version, but in the app, i only see the standard ticket views. I dont see my custom views like in the desktop. Am i missing something? thanks! This topic first appeared in the Spiceworks Comm

  • Updates always fail

    Updates for Photoshop always fail