Need attribute list for User object

Hi All,
Where can I find the attribute list for the object "User"? I need this for silent mode domian configuration.
Thanks!

Hi All,
Where can I find the attribute list for the object "User"? I need this for silent mode domian configuration.
Thanks!

Similar Messages

  • Drop down list for User ID's and SAP List viewer format

    Couple of quick questions. Any help will be greatly appreciated.
    1) I need to put User ID on the selection criteria screen. And also, I need to build a dropdown list for user ID selection by finding all user IDs in the Finance department and put it on the list.
    2) I need to display the report in the SAP List viewer format, which enable these functions including sorting, hiding fields, filtering, exporting to an excel file as necessary. My output is currently plain vanilla as follows
    loop at ibkpf where belnr = ibseg-belnr.
           read table iskat with key saknr = ibseg-hkont.
           read table icepct with key prctr = ibseg-prctr.
           read table icskt with key kostl = ibseg-kostl.
           write:/
           iBKPF-BELNR,     " Accounting document number
           iBKPF-BUKRS,    " Company code
           iBKPF-GJAHR,     " Fiscal Year Range
           iBKPF-MONAT,     " Period
           iBKPF-USNAM,     " Username
           iBSEG-BELNR,      "Document #
           iBSEG-BUZEI,      "Item #
           iBSEG-BSCHL,      "Posting Key
           iBSEG-SHKZG,      "Debit/credit indicator
           iBSEG-PRCTR,      "Profit Center
           icepct-ktext,
           iBSEG-KOSTL,      "Cost Center
           icskt-ltext,
           iBSEG-HKONT,      "G/L Account
           iskat-TXT20,
           iBSEG-DMBTR,      "Local currency
           iBSEG-WRBTR,      "Document currency
           iBSEG-SGTXT,      "Explanation
           iBSEG-KOART.      "Account type

    Hello Syed
    Here is a sample coding for a dropdown listbox:
    *& Report  ZUS_SDN_DROPDOWN_LIST
    REPORT  zus_sdn_dropdown_list.
    TYPE-POOLS: vrm. " Value Request Manager: Typen und Konstanten
    DATA:
      gt_values   TYPE vrm_values.
    PARAMETERS:
      p_usrid    TYPE xubname AS LISTBOX VISIBLE LENGTH 13.
    INITIALIZATION.
    * Select the allowed values for dropdown listbox
      SELECT bname AS key FROM  usr02 INTO TABLE gt_values
             WHERE  bname  LIKE 'S%'.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id              = 'P_USRID'
          values          = gt_values
        EXCEPTIONS
          id_illegal_name = 1
          OTHERS          = 2.
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    START-OF-SELECTION.
    END-OF-SELECTION.
    You have two fields for the listbox available:
    - KEY (obligatory)
    - TEXT (optional)
    Regards
      Uwe

  • Problem Instanciating BO - No default attribute defined for the object type

    Hello Experts,
    I am instanciating the BO BUS2038 to ZBUS2038 and when I click in u201Cto implementedu201D and follow u201Cto releasedu201D the message No default attribute defined for the object type is appearing!
    Can anybody help, please?

    Hello everyone,
    it appears to me, that no one has a clue about the "default attribute" and is widely guessing what can be done about that.
    I feel deeply sorry for that, Marcos.
    At first: You don't really need to care about the missing default attribute. If it's missing, the object's instance key will be used instead. Skip the warning message.
    Secondly: The default attribute is used to display the instance within the "Object links & Attachments" under the work item preview when using the SAP Business Workflow.
    Thirdly: You can select any existing attribute of your business object type to be the default attribute, by navigating to the "Basic data" (it's the heat-icon within the object builder), use tab "Defaults" and use the Input Help on the field "Attribute".
    There you'll go.
    Best wishes,
    Florin

  • Custom attributes added to user objects not visible in OWA address book

    Hi,
    I am using Exchange 2013 and recently added a new custom attribute in the user object properties using the details template editor to be visible in the GAL  The new attribute is correctly getting displayed in the GAL from outlook clients but not visible
    in OWA address book. Is there a way to update the display of user objects in OWA address book to include the new custom attribute?
    Thanks!

    Hi Abu,
    Please see following link:
    Customize Details Templates
    http://technet.microsoft.com/en-us/library/ms.exch.toolbox.detailstemplate(v=exchg.150).aspx
    It says, Use the Details Templates Editor to customize the client-side graphical user interface (GUI) presentation of object properties that are accessed by using address lists in Microsoft Outlook.
    My understanding is this setting only visible in Outlook.
    Please correct me if there is any misunderstanding.
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • BAPI to get all user lists for input object,authorizations, and profiles

    Hi Experts,
    BAPI to get all user lists for input specific object, authorizations, profiles and values?
    Any useful answer will be rewarded with suitable points.
    Thanks,
    Rohan

    Hi
    use the fun module/Bapi's
    BAPI_USER_GET_DETAIL
    BAPI_USER_LOCPROFILES_ASSIGN
    BAPI_USER_LOCPROFILES_DELETE
    BAPI_USER_LOCPROFILES_READ
    BAPI_USER_PROFILES_ASSIGN
    BAPI_USER_PROFILES_DELETE
    SUSR_BAPI_USER_PROFILES_ASSIGN
    SUSR_BAPI_USER_PROFILES_DELETE
    also you can use the tables UST12 for user based authorizations
    AGR_USERS   -roles assignment for users
    AGR_PROF  - Profile data for roles
    AGR_DEFINE - Auth Profiles for users
    See the AGR_* and US* tables further
    Reward points if useful
    Regards
    Anji
    Message was edited by:
            Anji Reddy Vangala

  • Attribute group for user?

    Hi all,
    We're trying to migrate user data from an LDAP server to Active Directory running on Windows Server 2012.    Besides users objects, there are multi-value attribute "groups" objects in the LDAP server and I've no idea how to migrate to
    AD, e.g.
    For user uid=123456 who is a student with double major, there exists 3 objects for this user:
    1. the user object, contains: uid: 123456, name, contact, etc...
    2. 1st major object, contains: uid: 123456, major: Mathematics, year of attention (2010), faculty: Science
    3. 2nd major object, contains: uid: 123456, major: English, year of attention (2011), faculty, Arts
    Would anyone please help?   Thanks a lot.
    Regards
    /ST Wong

    So group objects can be a bear, primarily because a group can contain other groups in the AD world not sure about the LDAP server you are migrating from.
    So the first thing I would do is map all attributes that are in use on the ldap server to a corresponding AD attribute, once that's done a script could be built to populate those.
    This would also be true from the groups.
    Groups need a User or Group distinguished name to add  to the members attribute.
    So in your migration steps before the first user is migrated, I would create a corresponding group that matches the LDAP servers group. Then as you migrate them in what ever script or third part product you use would just add as a member to the pre-created
    group. FIM can do this but can be cumbersome to use.
    Another thing that needs to go into the planning in respect to groups is that security groups are only useful when they are used to apply permissions to something.
    So looking at your example
    UID does that correspond to the logon name in Active Directory - if so then the corresponding attribute would be sAMAccountName
    Name could correspond to displayName in Active Directory
    Contact would be dependent on the data that the field held
    The Major objects seem like groups to me
    So Group Name,cn, and sAMAccountAttribute would be something like Mathematics2010
    Another attribute on the group object, maybe department would hold Science
    A lot of this is dependent on what consumes the data and whether an attribute already exists, You can create attributes if they are needed but would recommend first mapping out between the 2 systems to see which ones fit and which ones do not.
    I know that is vague but here is some links that will let you know which attributes are defined by default in Active Directory
    User Objects (Broken up by DC OS version)
    http://msdn.microsoft.com/en-us/library/ms683980(VS.85).aspx
    Group Objects (Broken up by DC OS Version)
    http://msdn.microsoft.com/en-us/library/ms682251(v=vs.85).aspx
    As you do the mappings between systems it important to have the final picture in mind of how everything will work once the migration is complete. That way it will allow you to focus on the important things and leave the not so important things till later.
    Hopefully that helps!

  • Apply a price list for user

    Dear All,
    is possible to apply prices lists for a specific user ?
    Giuseppe

    Dear Giuseppe,
    There is no direct way to apply.  Price list could only be assigned to BP.  You may use SP_TN to block other in using it.  However, that is not recommended. I am wondering how many price lists you would need if that could be done.
    Thanks,
    Gordon

  • Need Help waiting for user input.

    I've got a simple card game, which I've pretty much made all with swing. I have a JTextField and a JButton. I want the user to input a number into the textfield and the click the button which fires the action listener. This then takes the text and reads it and set a boolean hasBid to true. I don't want to program to continue until this has happened so I made an empty while(!hasBid) loop. The first time through, the program starts and stop until the user inputs something and click the button. The second time through, however, the whole window freezes. For somereason object aren't even being displayed which are displayed before this while loop. Without the while loop, everything runs fine, but the program won't stop to wait for input.
    So, my question pretty much is how can I get the program to stop for user input in a function which will be called multiple times. I don't want to use a JOptionPane or anyother pop-up box. If my way won't work, I'd really like to know of another way. Thanks for any help!

    you simply need to separate the functionality of your input object and the card game into two threads. as sanbingo said, running in a while loop prevents your GUI from even drawing its components.
    Remember: AWT/Swing is an event driven interface! so only events can/should cause some action to happen.
    i'd properly implement an event listener which is fired when the input is received. the listener is your game class which upon receipt of the event starts playing. when its done, its done, ie doesn't do anything until it receives an new event from your input object.
    thomas

  • Needed urgent help for user creation in security manager in ODI 11g

    Hi Gurus,
    I have an urgent requirement in ODI security manager and i am completely helpless. We need specific steps for the user creation with sufficient priviledges. The detailed requirements are:
    1. There is a group of users under the framework team and these users should be able to edit the Knowledge modules only. All other objects (e.g. projects, interface, procedures or development related objects) should only be in read only mode for them.
    2. There is a group of users under the development team. The priviledges of these users should be mutually exclusive to that of the framework team users. i.e. the development team should be able to edit or delete all development related objects (e.g. projects, interface, proc etc.) but the knowledge modules should only be in read only mode for them.
    Now I will explain what i have tried out:
    I am working on ODI 11.1.1.5.
    I have created a user with NG DESIGNER and CONNECT profile. Dragged and dropped all the projects on the user and selected all methods in all repositories (check sign). However when i connect with that user i cannot open the KMs (as far as development team is concerned its fine) but i can also not open interfaces as well as procedures (which is not acceptable from development point of view).
    Also when i tried creating a user from the framework team point of view i could not see any option related to KMs (To give edit priviledge).
    Please help me out guys. I have also searched oracle documentation and believe me the security manager section is not very good. If you guys can help me out with specific steps it would be great (I have tried the hints given in oracle documentation and they dont work, the ODI security manager behaves strangely :-(
    Thanks in advance,
    SB

    Similar requirement here guys. Any pointers. I was able to achieve this by restricting development user from supervisor access. In that case the development user can not edit the interfaces. Any known defefct?

  • Disable pushbuttons from Attachment list for Service Object

    Hi,
    I want to disable push buttons for delete and edit from the toolbar of Attachment list from service objects.
    how can this be achieved ?
    thanks in advance.
    Best Regards,
    Vinayaka

    Hi Sandeep,
    I am not totallt getting your point but can suggest following points:
    1. Check whether these object are displaying in DIR's as object links.
    2. If it is there then it shoud be displayed in document data of those objects.
    3. Check that documents are properly checked-in.
    Hope this may help.
    Regards,
    Ravindra

  • Clarity needed in SE30 For User/Service option

    Hi Experts,
       What is the use of "For User/Service" push button in SE30.
       I am able to create an entry for a particular user and transaction.
       But what will it do?
       How can I take the trace list?
       How does it differs from usual way of taking trace list?
    Thanks and regards,
    Venkat.

    Hi Venkat,
    with this option you can schedule a trace.
    Check out section 4 in Olga's blog:
    4. How to trace HTTP/RFC requests or processes of other users?
    /people/olga.dolinskaja/blog/2009/12/11/abap-runtime-analysis-se30--how-to-analyze-abap-program-flow
    The use case is to capture a request e.g. an incomming rfc or http request.
    But it works fo batch and dialog reuqests as well. You can apply filters.
    With this otion it is as well possible to schedule a trace for a background job for example
    before you leave the office and analyze it the next day when you come to the office
    again.  Of course all settings and limits of SE30 / SAT (file size, trace time, ...).
    The same scenario is used by ST12 with the tasks / http option:
    /people/hermann.gahm/blog/2010/03/22/st12-150-tracing-user-requests-tasks-http
    If you use SE30 make sure to schedule the trace on all servers where the request
    you want to trace may run.
    Kind regards,
    Hermann

  • Need shell Script for Invalid object

    Hi All,
    Can anyone post me a script for checking the invalid objects in 10g/11g database.
    The should should check for invalid objects,recompile and sent the email .

    I could think fo something like below(And applicable to multiple SID's running on the server) and i tested it it works(bash shell script)
    Assumptions:
    You have environmental file to set ORACLE_HOME ORACLE_SID
    say in this example
    /oracle/env
    ls -ltr
    env_ORCL.sh
    env_TEST.sh
    env_HR.sh
    You also have uuencode rpm installed to use along with mailx command(or else get it installed not big deal). uuencode is required
    to send as mail attachment
    1)I have kept SID list in file (/oracle/INVALID directory for eg)
    cat SID.lst
    ORCL
    TEST
    HR
    If you have lot of SID's you can populate the file using ( ps -ef|grep -i pmon | grep -v grep | awk '{print$9}' | sed 's/ora_pmon_//g' > SID.lst)
    2) Here are the list of SQL's(/oracle/INVALID directory
    cat invalid_pre.sql (For listing invalid objects per instance)
    set echo off
    set heading off
    set time off
    set timing off
    spool invalid.log append
    break on instance_name
    select instance_name , a.*
    from (select owner,count(*) from dba_objects where status='INVALID' group by owner) a, v$instance;
    spool off
    exit;
    cat invalid_compile.sql--to recompile invalid objects
    set echo off
    set termout off
    set feedback off
    @?/rdbms/admin/utlrp.sql 4; (Note you change degree 4 or 8 accordingly)
    exit;
    cat invalid_post.sql--to list post recompilation
    set echo off
    set heading off
    set time off
    set timing off
    spool invalid_post.log append
    break on instance_name
    select instance_name , a.*
    from (select owner,count(*) from dba_objects where status='INVALID' group by owner) a, v$instance;
    spool off
    exit;
    3)here is the shell script
    cat invalid.sh
    for i in `cat SID11g.lst`
    do
    cd /oracle/env/
    source env_$i.sh
    cd /oracle/INVALID
    sqlplus "/as sysdba" @invalid_pre.sql
    sqlplus "/as sysdba" @invalid_compile.sql
    sqlplus "/as sysdba" @invalid_post.sql
    done
    uuencode invalid.log invalid.log | mailx -s "Invalid" <your mail id>
    uuencode invalid_post.log invalid_post.log | mailx -s "Invalid" <your mail id>
    4) Finally run the shell script, hopefully you should receive email :-)
    I have tested it on bash
    ./invalid.sh
    Once tested you can schedule it in cron
    Edited by: vreddy on Jul 19, 2012 9:57 AM

  • Need patch list for my synths

    Hello everyone.
    I need patch info for the following devices to use with Logic pro 8
    ROLAND FANTOM G8
    KORG TRITON PRO
    EMU PROTEUS 2500
    ROLAND JV880
    YAMAHA SY77
    can ANYONE HELP ME PLEASE?
    God Bless

    Thanks Fermusic! I had the same issue as the other person, and followed your instructions. You really know your stuff! (Btw, I listened to "The Game of Life", and it is a great song! Sounds to me to be very radio-worthy song for top-40 radio stations here in the USA.) I've gotten to the point where I have your ISO files in my environment, but they are not controlling my synth correctly. I have a Roland JV-1010 with the SR-JV80-02 Orchestral Expansion card (actually, I have two JV-1010's, and the other has the SR-JV80-16 Orchestral II Expansion card; my aim is to hook the 2nd JV-1010 to the first via the Midi Thru, but I'll worry about that later). Anyway, in the Environment I clicked all 16 boxes for the JV-1010 and all 16 boxes for the SR-JV80-02 Orchestral, as well as all 16 boxes for Session, which is included with the JV-1010. So, now when I create a track in my main arrange window, I can make it an external MIDI track, and access the menu in the Library tab that has all the instruments I imported into my Environment, which is good. When I select the JV-1010 option, it lists all 16 channels that I enabled, and same for the Orchestral and Session options. Once I select one of those, I go under the Inspector, and check the box next to Program, and then select the patch I want from the list of 1 through 127. However, when I do that, the sound I get when I play my MIDI keyboard does not correspond with the listed patch. Furthermore, the JV-1010 by itself (without the expansion card) has about seven sets of 1-127 (there's Preset A, B, C, D, and E). I don't know how to access all these different sets of 1-127. The Inspector only gives me the option to select from one set of 1-127, which I think is Preset-A. How do I access Presets B, C, D, and E? And likewise with the Session and Orchestral options, in actuality there's two sets of 1-127, but it only lists one set. How do I get to the other 127 patches? Also, your ISO list does not include the Orchestral II expansion- is that one available?
    There's another similar, but different problem I'm having. I purchased Finale 2009, which comes with the Garritan Personal Orchestra sound library. I don't know how to access that sound library from within Logic. I Googled it the other day, and someone made mention of the Kontakt Player. Apparently, Finale/Garritan used to ship with the Kontakt Player, but they've replaced it with their own player, called Aria Player, and I can't bring up Aria Player from within Logic. I guess I will try to download a free version of Kontakt Player and maybe Logic will recognize it.
    All these issues have in common the same problem: inter-usability of sound libraries, be they software sounds like Garritan Personal Orchestra or hardware sounds like the JV-1010. This is an extremely vexing and challenging issue! Btw, once I get Logic to recognize all of my sound libraries (software and hardware alike), I'm going to turn my attention to Finale, and try to get all of my Logic sound library as well as the JV-1010 working with it. Any advice there? Haha- sorry to overload you with questions, but you are apparently a well of knowledge!

  • Need authorisation list for BW modelling ,extraction and reporting

    Hi all gurus,
    I am about to work in an BI implementation project and I need a list of Authorizations that I have to submitt to the basis people.
    Can anyone help me out with this.
    Thanks in advance,
    VM.

    Hi,
    Please go through  the links below.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ded59342-0a01-0010-da92-f6b72d98f144
    http://help.sap.com/saphelp_nw04s/helpdata/en/26/fd8b41b5b3b45fe10000000a1550b0/content.htm
    http://help.sap.com/saphelp_bw33/helpdata/en/80/1a6859e07211d2acb80000e829fbfe/content.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/authorisations%2bfaq
    /people/kristoffer.engh2/blog/2007/04/03/roles-and-authorizations
    http://help.sap.com/saphelp_bw32/helpdata/en/80/1a682de07211d2acb80000e829fbfe/frameset.htm
    Regards.

  • Attachment list for business objects is not visible

    Dear all
    I have connected an external server to SAP.
    Created repository and created Doc types (say for ex : ZFIINV,  ZMM DRW) and created entries using tcode OAC3
    now i have assigned my doc type to corresponding Business Objects (BKPF for accounting doc,BUS2105 for purchase requisition ,MKPF for MM related docs)
    now i have created entries for my scanned docs in table TOA01.
    i can search an display these docs which are already placed  there in my content server. but i can not see these documents links entries in the attachment list of corresponding Business objects entries.
    for example in BO : BKPF  attachment list i cant see al the link entries .
    please suggest whether any BO is not published or R/3 application connection to the generic object service is not done?
    thanks sandeep

    Hi Sandeep,
    I am not totallt getting your point but can suggest following points:
    1. Check whether these object are displaying in DIR's as object links.
    2. If it is there then it shoud be displayed in document data of those objects.
    3. Check that documents are properly checked-in.
    Hope this may help.
    Regards,
    Ravindra

Maybe you are looking for

  • Objectclass for change documents for contracts using condition record no.

    I want the changes for price, Price per and currency for contract based on the info record number and contion record number. Presently i am using object class is COND_A. But if user changes  multiple times price, price per and currency by deleting ex

  • SQL Loader direct path loads and unusable indexes

    sorry about all the questions. I am researching several issues. I am reading the Utilities document. It says that in certain circumstances indexes will become unusable. I have some questions about my scenario. 1. tables partitioned by range 2. local

  • I am not able to see the installed BI content object in the DWB

    Hi , I am not able to see the installed BI content object in the DWB and the BI server is new one, this is the First BI content info object I am installing. for example I have selected 0Account BI content info object for installation I followed the b

  • Open Firmware Mystery

    I have duplicated this strange problem on both my G4 tower and Aluminum Powerbook, which is that I cannot get Panther OS X version 10.3.9 to boot off the Panther OS X CD, it instead boots into open firmware. I also have tried to get the machine to bo

  • Error -108 when exporting a quicktime movie

    I can not export a project because every time FCP X interrupt the process with a -108 error. Why apple does not give us a clue what the error could be? anyone knows what´s happening? I trashed the render files and does not work