Outputting System User Name in Ad Hoc Query (S_PH0_48000513)

I am trying to create an HR Ad Hoc Query and one of the fields that I am trying to output is System User Name from infotype 0105 Communications.  If I choose this field and do not choose the Communication Type, I get two records per employee - one record with the System User Name populated and one record with a blank value for System User Name.
If I choose the System User Name field for output and also make a selection on Communication Type (= subtype 0001), employees with no System User Name (i.e. no Infotype 0105, subtype 0001) are eliminated from the report.
I want the report to show all selected employees, including those without a System User Name; however, I do not want the same employee to appear on the report twice.
Has anyone else experience this problem?  If so, have you figured out how to eliminate the extraneous record for each employee when you do not select the Communication Type?
Thanks in advance.

Hi,
Love to know if you managed to find a solution for this issue as I'm experiencing the same problem.  However I'm reporting on both system user and email address which are distinct fields and would prefer to see this information only on a single line.  With my report I get communication system user on one line and then email address on the another, I'd also like to be able to include those users where the info types have not been maintained.
With the query I have created I also included logon data from the USR02 table.
Cheers
Bill

Similar Messages

  • Finding system user name

    hai any body tell to me how to find the system user name and password in windows domain
    now i am developing the java based anti virus software ...that why we need for that ...
    so anybody helsp to me
    also i was used runtime().exec("");->System commands but i can get the system user name
    anybody clear to this soluations ....

    If you have at least one account that has admin privileges, which will be one of those *short names* I pointed to, then open System Preferences, Accounts, click on the lock, supply one of those shortnames, add the password and with the Accounts now unlocked open the other account that you guess may be the Admin's account and view the Username.
    If there are several shortnames, work through each one methodically and logically. The number of possible combination are few.
    The other possibility is that there is no account that has admin privileges, but you say there is and I believe you.
    Postscript: if you are trying to invoke admin privileges, supplying the shortname and its correct password will suffice. There is no need to supply the full Username. Either will work.
    This makes me think you may not have the correct Admin password.
    Message was edited by: roam

  • WEBDAV FILE SYSTEM, user name and password changed

    Getting prompt as follows, WebDAV File System Authentication,
    Enter your user name and password to access the server at the URL "http://idisk.mac.com/bobbiealiaswink/" in the realm "idisk.mac.com."
    User name and password were changed recently by Mobile Me, now either or neither
    are being recognized by prompt. Constant reminders every few minutes since upgrading Safari two day ago....I am going buggy with prompts...have tried every possible configuration. Is there a way to enter new access area to enter new username and password?

    Hi Alias Bobbie, and a warm welcome to the forums!
    If this doesn;t help...
    http://discussions.apple.com/thread.jspa?threadID=2082353&tstart=0
    Try this...
    http://support.apple.com/kb/ts1544

  • System users name in the approval task description

    Hi,
    Please let me know how we can get the user name in the approval task decription in the workflows.
    For example: the user currently gets the mail: Dear Approver ,please approve the PO.
    We would like instead o Dear Approver the users name should be displyed.
    Pls advise.
    Thanks.

    Hey Muthu,
    The problem is that the users are already in the system, assigned to a node and ordered shopping carts. The users changed their names by using the personal settings but still the PPOMA is not updated correctly. The US-users are updated but the Business Partner as well as the PPOMA-user remains wrong.
    We are using SRM 4.0.
    Thanks in advance
    Jens
    Edited by: Jens Ilschner on Aug 7, 2008 7:03 AM

  • Output Technical Field Names in the SAP query Output

    Hi Experts,
    I am new to SAP Query/ABAP Query or Quick Viewer. Just would like to know if there is a way whereby I can print the technical field names as opposed to the English field headers. For example I want to print BUKRS in the place of CoCode.
    I have a vague feeling this could be possible through custom coding in SQ02 but have no idea which code section to choose.Any inputs greatly appreciated.
    thanks in advance,

    Hi Sreegopalan,
    Open your infoset in SQ02, by default in the left hand side you'll be having the tables that you have selected, double click the field name which you want change the long text, it will open a attributes window below your field group. Change the header data text as you wish.
    Please find the query documentation in the below link.
    [http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVQUE/BCSRVQUE.pdf]
    Regards,
    Nandha

  • ABAP system user name asking while executing step DI all-in-one

    HI,
    We are trying configure NWDI in our EP system,for that we have deployed DI_CMS,DI_DTR,DI_CBS through JSPM.But when we executing step DI all-in-one in configuration wizard,its asking Administrator(DDIC) user of ABAP system.
    But our EP system UME is local database.
    please provide the solution for solving the issue.
    Regards
    Sasikanth Reddy

    Hi Sasikanth,
    Please make sure that you are using the user which is having administrator acess with NWDI roles.
    Refer to http://help.sap.com/saphelp_nw70/helpdata/en/44/60dc1943c2311ce10000000a155369/frameset.htm
    Hope it will helps
    Regards
    Arun Jaiswal

  • How to protect editable field through system user name?

    Case:
    3 editable fields.
    3 groups.
    Each field must be filled by one person of each group.
    Question:
    If the field is edited, only the person who edited the field may change it. Is this possible in an editable Acrobat document?
    Thx for helping!

    I suppose that JavaScript could do this. But there are other ways depending on your workflow.
    Is each person going to download the PDF from a central file? Will each person have full Acrobat, not Reader? If so, each person could assign a security setting to the file.
    Is it vital that one person not be able to change another's answer? Or is it just a common courtesy that you don't want that form field changed? If so, just have that person change the status of the field to read only.

  • How to add operation system user in atable

    oracle 10g and Oracle Enterprise Linux 5.4
    i wouil like to add operation system user name in a oracle table so that i can monitor data in the particular table

    Your question is unclear.
    Check also v$session dynamic performance view may be you can get information from this view which you can pull into your custom table.
    And your query is about finding who is connected then,
    To know about the list of users that is now connected and the time when they connect to database issue the following query.
    SQL> SELECT s.username, s.program, s.logon_time
    FROM v$session s, v$process p, sys.v_$sess_io si
    WHERE s.paddr = p.addr(+)
    AND si.sid(+) = s.sid
    AND s.type = 'USER';
    USERNAME PROGRAM LOGON_TIM
    SAMI sqlplus@testerp (TNS V1-V3) 26-NOV-10
    oracle@testerp (J000) 26-NOV-10
    To know only the current session user name you can issue the following query,
    SQL> SELECT USERNAME from v$session where audsid = sys_context('userenv','sessionid');
    USERNAME
    SAMI
    To know about on which schema you are connecting issue following query.
    SQL> SELECT sys_context('USERENV', 'CURRENT_SCHEMA') FROM dual;
    SYS_CONTEXT('USERENV','CURRENT_SCHEMA')
    SAMI
    To know about the connected user user for the current session issue,
    SQL> SELECT sys_context('USERENV', 'SESSION_USER') FROM dual;
    SYS_CONTEXT('USERENV','SESSION_USER')
    SAMI
    If you use SQL*plus then simply issue,
    SQL> SHOW USER;
    USER is "SAMI"

  • BAPI to get user name

    Hi ,
    Is there any BAPI to get the user name while importing employee number ?
    input parameter : employee number
    output parameter : user name
    Regards,
    Pavani
    With a little more effort you would have
    found CATSXT_GET_USER_ID_OF_PERNR in
    your system
    Edited by: Suresh Datti on Sep 1, 2009 2:42 PM

    For this  BAPI_USER_GET_DETAIL   input parameter is user name .i want to pass employee number and get user name .
    i am looking for BAPI not normal functional modules.if there are any BAPIs pls send .
    Regards,
    Pavani

  • Can't Start WLi server, Need info on System User Rights

    Hi:
    System
    WIN 2K Professional
    Laptop Dell Latitude
    No matter what system/Administrator user I try to use I can't start the WLserver
    for WLi. Error message is at end of posting
    What am I missing? or what rights should be assigned system user for WL to start?
    A system user name and password. WebLogic Server user names and passwords can
    contain any character from the JDK supported character sets, including international
    characters.
    Thank You
    David L. Wasler
    [email protected]
    ERROR MEssage
    <Feb 10, 2003 1:37:51 PM CST> <Notice> <Management> <140005> <Loading configuration
    D:\bea\user_projects\wlidomain\confi
    g.xml>
    <Feb 10, 2003 1:38:15 PM CST> <Notice> <Security> <090093> <No configuration data
    was found on server myserver_wli for r
    ealm CompatibilityRealm.>
    <Feb 10, 2003 1:38:16 PM CST> <Notice> <Security> <090082> <Security initializing
    using realm CompatibilityRealm.>
    <Feb 10, 2003 1:38:16 PM CST> <Critical> <WebLogicServer> <000364> <Server failed
    during initialization. Exception:java.
    lang.SecurityException: Authentication for user administrator denied
    java.lang.SecurityException: Authentication for user administrator denied
    at weblogic.security.service.SecurityServiceManager.doBootAuthorization(SecurityServiceManager.java:1078)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1216)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:723)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)

    Igore this message please. my machine was not having IPC resources that
    is why this problem was comming. I removed some of the IPC keys and it
    started to work.
    thanks,
    Abhishek.
    Abhishek Srivastava wrote:
    Hello All,
    I was successfully using tuxedo on my Red hat linux machine.
    Now I changed my linux to Mandrake. Now I cannot start tuxedo
    anymore. my ULOG is showing the following error
    110622.nt10172!BBL.3682.1024.0: LIBTUX_CAT:756: ERROR: Cannot get status
    for server files /apps/Tuxedo/bin/BBL and /apps/tuxedo/bin/BBL
    110622.nt10172!BBL.3682.1024.0: LIBTUX_CAT:248: ERROR: System init
    function failed, Uunixerr = : stat: No such file or directory
    110622.nt10172!tmboot.3681.1024.-2: 06-21-2002: Tuxedo Version 7.1
    110622.nt10172!tmboot.3681.1024.-2: CMDTUX_CAT:825: ERROR: Process BBL
    at hello failed with /T tperrno (TPEOS - operating system error)
    110622.nt10172!tmboot.3681.1024.-2: WARN: No BBL available on site hello.
    Will not attempt to boot server processes on that site.
    110622.nt10172!BBL.3682.1024.0: CMDTUX_CAT:26: INFO: The BBL is exiting
    system
    regards,
    Abhishek.

  • ABAP Email Sending Program: Change Display user name in email

    Hi All,
    I have developed an email sending program using function module SO_NEW_DOCUMENT_ATT_SEND_API1. It is working fine but there is requirement that when the customer receives email, in the display name of sender, there should be some fixed name. But here in this case it is picking the Sy-uname i.e. system user name who is triggering the program.
    I also tried the FM SO_DOCUMENT_SEND_API1, but it only changes senders email address, and the requirement is to change the display name in email.
    Regards,
    Nikhil

    You will have to use ABAP class CL_BCS. With it you can specify the sender, both the address and the name.
              lv_smtp_addr = iv_senderaddress.
              lv_smtp_name = iv_sendername.
              call method cl_cam_address_bcs=>create_internet_address
                exporting
                  i_address_string = lv_smtp_addr
                  i_address_name  = lv_smtp_name
                receiving
                  result          = lo_sender_address.

  • IT 0105 subtype 0001. Assign one System user to more than one person?

    Hello, Gurus!
    We are maitaining Hr master data (infotype 0105 - Communication, subtype 0001 - System User name). We have two person: person A and person B. Person A have communication with system user C. When we communicate person B with same system user C, we gettin error:
    "ID/number already used for person A".
    The time constraint is set to 3 (Record may include gaps, can exist more than once"
    Is it possible to assign one system user more than one person?
    This condition is checked by FM CHECK_USRID. We assume, what the result of this checking can be changed from "Error" to "Alert", if we will change one record in table T77S0:
    Current value:
    GRPID=MAIL
    SEMID=SAPSY
    GSVAL=0001
    Table record after modification:
    GRPID=MAIL
    SEMID=SAPSY
    GSVAL=0002 (or any digital value, which is iffer from "0001"
    Should we expect negative consequences of similar modification?
    Please, advice.

    Thanks for explanation.
    But there is a little moment, that I can not understand ((
    We check PAI module of CHECK_USRID (include MP010530, screen 2000) and find folowing fragment of ABAP code:
      CALL FUNCTION 'RH_GET_HR_USER_SUBTY'                       "YRAK040203
           EXPORTING                                                     "YRAK040203
                 mandt                 = sy-mandt                     "YRAK040203
            IMPORTING                                                     "YRAK040203
                 hr_subty              = hr_subty                         "YRAK040203
            EXCEPTIONS                                                    "YRAK040203
               SUBTYPE_NOT_AVAILABLE = 1                                "YRAK040203
                 OTHERS                = 0.                               "YRAK040203
        IF p0105-usrty = hr_subty.                                        "YRAK040203
        MESSAGE E900 WITH  PA0105-PERNR.                           "YRAk028906
          MESSAGE e900 WITH object_found double.                     "YRABEWERBER
        ELSE.                                                                  "YRAK040203
        message W900 with pa0105-pernr.                                 "YRAK040203
          MESSAGE w900 WITH object_found double.                     "YRABEWERBER
        ENDIF.                                                                 "YRAK040203
    where p0105-usrty=0001 and hr_subty is equivalent field GSVAL=0001 in table T77S0. In other terms, when we are
    maitain subtype 0001, the first condition (marked bold) is always executed.
    For what the "else" condition is used, if it never be executed? If we will change value GSVAL from 0001 to 0002, theoretically, we will get "warning" instead "error", because p0105-usrty = hr_subty=false and code MESSAGE w900 WITH object_found double will be executed.
    Any ideas?
    Regards.

  • How to read system user and password to login to a application

    Hello Experts,
    i need to open a application with out asking for the user name and password. the application when opened should take system user name ans password can u tell me how can i do this in webDynpro java. or is there any alternate method to do this

    hello,
    This can be achived in following manner,
    1) Ask ur basis peron to creat ur id on the server (for ex. if u are using a dev server ask him to creat a user their)
    2)Now Logon to your user id n system password
    it will take you to the portal and the roles assigned to you by basis.
    Result:
    u will be able to see a portal logged in by your name and rols assigned to u
    With Regards,
    Prajakta

  • Output a user's full name in SCCM

    All,
    I am looking for a way to output our users' Full Name in a query that I am writing.
    So for instance, I can compose a query which shows the computer name, memory installed, processor installed, version of windows, last logged in username, etc ... but I would like to also output not just the user's username, but their Full first and last name as well.
    Does anyone know how to do that?
    Thanks,
    Systems Admin

    Hello Bree08,
    Thank you for posting.
    This forum is focus on management questions of Windows Server system. From your description, it seems that demand can be achieved by SCCM. For better and accurate answer to the question, I would like to suggest you initial a new thread in one of our System Center Configuration Manager forum. The support professional and community members there are more familiar with it and can help you in a more efficient way.
    System Center Configuration Manager
    http://social.technet.microsoft.com/Forums/en-US/category/configurationmanager
    Hope this can be helpful.
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • The user name or password is incorrect in the CRM system checks during installation

    Hi everyone
    I'm installing CRM 2013 on 2 servers (server 2012) - CRM Full server + SQL Server 2012.
    I created 2 service accounts for this - CRMSVC + CRMSANDBOX (one for sandbox and another one for all the rest).
    I'm getting the following error in the system checks during setup:
    I've verified a billion times that the service accounts and passwords are valid - I even tried using different service accounts - same problem. As for now I also added the service accounts to the local admins groups just to be sure that it's not some permissions
    issue (I also added them to the 'log on as service' & performance logs groups). 
    If i try to use NETWORK SERVICES instead of a service account - the installation goes through flawlessly - no issues at all.
    I'm also gonna say that i tried another installation on a fresh server - SAME ISSUE.
    So for now my ideas are either it's a GPO somehow blocking the service accounts - or some kind of other security issue.
    I also found out that the security event log shows these two errors when these show up in the system checks:
    Inside i found 'NULL SID' entry - it does not recognize the service accounts account and 0xC0000064 in the Sub
    Status Codes
    It's not a typo issue so don't bother - if i write a wrong password in purpose - it actually says that the password i typed for domain\service account is incorrect - here it seems that the service account is not being recognized.
    Any ideas anyone?
    Thanks
    Please vote if you find my post helpful - Thanks

    Not sure you understood my point.
    The installation process necessarily runs under the account of the installing user. The installation will query AD to identify information about the service accounts, and will add them to the relevant CRM AD groups. It is possible that the installing user
    account does not have sufficient privileges on the AD objects for the service accounts to be able to identify them, and to add them to groups. This scenario is consistent with the errors that you get, and also with being able to install CRM to run under NetworkServices
    (which doesn't have its own AD object)
    Microsoft CRM MVP - http://mscrmuk.blogspot.com/ http://www.excitation.co.uk
    Hi David
    I understand this, but as far as i know running it under NETWORK SERVICES will add the machine names to the OU security groups - hence the user installing still needs to have delegated permissions on that OU. Anyway as mentioned above - ignoring the checks
    and running the installation solved this and also added the accounts to the security groups - so this whole mess looks like some bug to me - not sure i will ever find out what it was :)
    Please vote if you find my post helpful - Thanks

Maybe you are looking for