Add transaction to user

Hi,
How can I add a transaction to a user in BI 7.0 ?

hi,
run PFCG, create a role (or use existing role),
go to tab 'authorization', click 'change authorization data',
in next page click 'selection criteria' and go to node
Cross-application Authorization Objects                      AAAB
cursor positon on
Transaction Code Check at Transaction Start                  S_TCODE
and click the minus, 'selected', and 'insert choosen'
will back to previous page, expand the node and maintain transaction code by clicking pencil icon.
then generate.
go to tab 'user' and assign user.
hope this helps.

Similar Messages

  • Add transaction do User Menu

    Hello!
    I would like to know if possible to add an standard ECC6 transaction in the SRM web to the user?
    We want to provide access to me22n directly from SRM Web...
    Is it possible?
    Thanks
    Rodrigo

    But you can achieve this if you are going to use Portal as the front end. You can configure a new Iview for the application using the URL as shown below:
    http://<YourServer>:<Port>/sap/bc/gui/sap/its/webgui/?sap-client=100&sap-language=EN&~transaction=ME22N
    This would be a better option.
    Regards
    Kathirvel

  • I want to add transaction code for one user.

    Hi abapers,
    My requirement is;
    I want to add transaction code for one user.
    EX: zsdf to kanne.
    Can any body tell me the procedure step by step.
    With regards,

    If you want to give authorisation to an user for a particular tcode, you need to first include the transaction code in an authorisation Role and then assign the authorisation role to the user id in the transaction code SUIM.
    A Basis guy will be able to help you to do this and anyway this is not the job of an ABAPer.
    Hope this helps you.
    Reward if this helps you

  • How can I add an admin user in Oracle Unified Directory (OUD) 11g r2?

    I'm using OUD 11G R2. I just installed OUD with the default setting and setup an instance.  I tried to add an admin user with the command:
        ./ldapmodify -h localhost -p 1389 -D "cn=Directory Manager" -w password --defaultAdd --filename admin.ldif
    Here is the content of admin.ldif
        dn: cn=oimuser,cn=Root DNs,cn=config
        objectClass: inetOrgPerson
        objectClass: person
        objectClass: top
        objectClass: ds-cfg-root-dn-user
        objectClass: organizationalPerson
        userPassword: Oracle123
        cn: oimuser
        sn: oimuser
        ds-cfg-alternate-bind-dn: cn=oimuser
        givenName: OIM User
        ds-privilege-name: -config-read
        ds-privilege-name: -config-write
        ds-privilege-name: -backend-backup
        ds-privilege-name: -backend-restore
        ds-privilege-name: -data-sync
        ds-privilege-name: -disconnect-client
        ds-privilege-name: -jmx-notify
        ds-privilege-name: -jmx-read
        ds-privilege-name: -jmx-write
        ds-privilege-name: -ldif-export
        ds-privilege-name: -ldif-import
        ds-privilege-name: -modify-acl
        ds-privilege-name: -privilege-change
        ds-privilege-name: -proxied-auth
        ds-privilege-name: -server-restart
        ds-privilege-name: -server-shutdown
        ds-privilege-name: -update-schema
        ds-privilege-name: -cancel-request
    I got the error as below:
    The provided entry cn=oimuser,cn=Root DNs,cn=config cannot be added because its suffix is not registered with the network group network-group
    Would you please advise how I can fix that? Thanks

    I got the reason. cn=config is an administrative suffix.
    In general, direct LDAP access to the administrative suffixes (using
    the ldap* utilities) is discouraged. In most cases, it is preferable
    to use the dedicated administrative command-line utilities to access
    these suffixes.
    If you must use the ldap* commands to access the administrative
    suffixes, you must use the administration connector port (with the
    --useSSL or -Z option).
    It works when I use the command:
        ./ldapmodify -h localhost -p 4444 -D "cn=Directory Manager" -w Oracle123 --defaultAdd -Z --filename admin.ldif
    You can verify it by:
        ./ldapsearch -h localhost -p 4444 -D "cn=Directory Manager" -w password --useSSL -b "cn=root DNs,cn=config" "cn=oimuser"

  • How do I add a new user to my account? But I wanna give him a special product (e.g. InCopy) only for some month...

    I am admin and I want to add a new user to my account. But as written above, I want that he/she will get this product only for some month and not for a whole year.
    Thanks for the help.

    Team license links that may help
    -manage your team account http://forums.adobe.com/thread/1460939?tstart=0
    -Team Installer http://forums.adobe.com/thread/1363686?tstart=0

  • How can i add a new user and change user'password with javamail?

    how can i add a new user and change user'password from a mailserver with javamail?
    email:[email protected]

    Well user creation and updation is a system property..U need to go through that part...as it depends on the system you are hosting pout your application...
    if it is linux...u have to use some shell programming\
    bye for now let me know if this guides you or if you need some more stuff.
    bye

  • How can i add a special user to the "site collection administrators" of the personal site on sharepoint online when the personal site is creating ?

    when a new personal site is created on the sharepoint online 2013, then the administrator of this personal site will be himself. we can add another person to the "site collection administrators", then this person have full control of this personal
    site.
    but my request is : add this personal to the personal site when the personal site is creating, but not after the personal site has created ?
    Is anybody know how to do that?

    Hi,
    According to your post, my understanding is that you want to add a special user to the "site collection administrators" of the personal site on sharepoint online when the personal site is creating.
    Per my knowledge,
    there is no out of the box way to accomplish this with SharePoint.
    This is a forum which is supported for SharePoint On-Premise.
    Regarding SharePoint Online, for quick and accurate answers to your questions, it is recommended that you initial a new thread in Office 365 forum.
    Office 365 forum
    http://community.office365.com/en-us/forums/default.aspx
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • Add userid to user group in Windows Vista OS

    The operating system is WINDOWS VISTA on my machine. I successfully installed Oracle 10 R2 10.2.0.3 and upgraded it to 10.2.0.4.
    I have the following issue after upgrading to 10.2.0.4:
    From the DOS command prompt, I ran as "Run as Administrator" and then did I did sqlplus /nolog.
    I have the following issue when I CONNECT / AS SYSDBA:
    When I do sqlplus /nolog and CONNECT / AS SYSDBA, I get the following error:
    SQL&gt; connect / as sysdba
    ORA-01031 insufficient privileges
    {color:#0000ff}I should be able to CONNECT / AS SYSDBA without using the SYS password to do exports and imports.
    Oracle suggests that I could ADD my userid on my machine to the ORA_DBA group (Windows Group) and this could fix the issue.
    Please let me know where I can find the ORA_DBA group (Windows Group) in WINDOWS VISTA.
    How do I add my userid to the ORA_DBA group in Windows Vista?
    {color}
    Thanks!

    Duplicate Thread.
    Add userid to user group in

  • Trying to add a new user, but gives unknown error

    Hi Guys,
    When I go to site actions >> site setting >> site permissions >> and try to add a new user, it gives me "unknown error". Any ideas why this is happening? This is happening only on some of the sites. Thank you.

    check uls logs and event viewer
    try these links:
    http://www.go4sharepoint.com/Forum/get-unknown-error-adding-users-10654.aspx
    http://roxority.com/sharepoint-zen/sharepoint-unknown-error-how-to-show-all-the-details.html
    https://social.msdn.microsoft.com/Forums/office/en-US/69806e64-fc2c-4d74-8ec3-98f5d5e5f5ff/cannot-add-user-to-sharepoint-group-unknown-error?forum=sharepointdevelopmentlegacy
    https://support.microsoft.com/kb/926961?wa=wsignin1.0
    Please mark as answer if you find it useful else vote for it if it is close to answer..happy sharepointing

  • CALL TRANSACTION in user dialog

    Hi!
    I'm having problem to use syntax CALL TRANSACTION in user dialog (SE80).  My syntax is as follows:
    CALL TRANSACTION 'F-43' USING BDCDATA MODE 'N' UPDATE 'S'
              MESSAGES INTO t_msg.
    My problem is I cannot execute this syntax in background mode although I set the MODE as N(Do not display) or P(Do not display; debugging possible).
    However, if I set MODE as A(Display screen) or E(Display only if an error occurs), it works but foreground execution.
    Hope to get respond from you guys.
    Thank you and best regards.

    Hi,
    Chk this link if it can help you.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_aba/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d3732353531%7d
    Regards,
    Balaji
    *Rewrds for helpful answers

  • HTTP error [403] in "Add Forums Administrator User"-iView (Forum)

    Hi All,
    I need help with installing the forum functionality.
    When I open the "Add Forums Administrator User"-iView I always get the following error message:
    <i>403   Forbidden
    You are not authorized to view the requested resource.</i>
    In the log-file I found the following message:
    <i>User tfelp4, IP address
    HTTP request processing failed. HTTP error [403] will be returned. The error is [You are not authorized to view the requested resource.No details available].</i>
    I must say that my useraccount has Superadmin-Permissions...
    The "Forum"-iView works without problems, but there are no forum catagories, cause they must be installed for using.
    Hope someone can help me
    Thanks in advance
    Steve

    Hi Trevor,
    thanks for your reply. What does it mean <i>"The actuall permissions must be given on the WEBAS"</i>? In my understanding the Userprofiles and the assignment of permissions to a profiles are stored in the UME. In my mind  I can do that within the portal environment.
    Hope you can help me...
    @All: Does anybody has similar problems?
    Bye and Thanks
    Steve
    null

  • Calling Transaction through User Decision step in workflow

    Hi all,
    Pls help me calling a transaction through User Decision step in workflow. I have attached two buttons to my User decision and the one of the outcomes to a task where I am calling the transaction through a method of BOR. But the problem is I am unable to see the transaction when I press the button on my User Decision at test run.
    Can you ppl let me know how can I achieve this?
    Pls reply ASAP...
    Thanks
    Sangharsh

    Hello Sangharsh ,
    Please Check the paramater of of the method which you define.
    e.g. I define CALL_TCODE_CJ03 method
          which have the parameters FLAG,ProjectDefinition,WBSElement2,User
          with export, import checkbox.            
    Pass the paratmeres in programs
    e.g.
    BEGIN_METHOD CALL_TCODE_CJ03 CHANGING CONTAINER.                      
    DATA:                                                          
          FLAG(1),                                                        
          PROJECTDEFINITION TYPE PROJ-PSPID,                              
          WBSELEMENT2 TYPE PRPS-POSID,                                    
          USER TYPE USR21-BNAME.                                                                               
    SWC_GET_ELEMENT CONTAINER 'FLAG' FLAG.                              
      SWC_GET_ELEMENT CONTAINER 'ProjectDefinition' PROJECTDEFINITION.    
      SWC_GET_ELEMENT CONTAINER 'WBSElement2' WBSELEMENT2.                
      SWC_GET_ELEMENT CONTAINER 'User' USER.                                                                               
    GET PARAMETER ID 'PSP' FIELD PROJECTDEFINITION.                       
      GET PARAMETER ID 'PRO' FIELD WBSELEMENT2.                                                                               
    SET PARAMETER ID 'PSP' FIELD PROJECTDEFINITION.                       
      SET PARAMETER ID 'PRO' FIELD WBSELEMENT2.                             
      CALL TRANSACTION 'CJ03' AND SKIP FIRST SCREEN.                                                                               
    SWC_SET_ELEMENT CONTAINER 'FLAG' FLAG.                              
      SWC_SET_ELEMENT CONTAINER 'ProjectDefinition' PROJECTDEFINITION.    
      SWC_SET_ELEMENT CONTAINER 'WBSElement2' WBSELEMENT2.    SWC_SET_ELEMENT CONTAINER 'User' USER. 
    END_METHOD.
    I hope it will help you.
    ***Assigning points is the way to say thanks in SDN.***
    Minaxi Shah

  • Windows SBS 2011 - I can't add a new user through the SBS Console

    I have recently installed SBS 2011 and this is my first install of SBS since 2003.
    After the installation I went to the SBS Console to add a new user and when I select 'Add a new user account' and base it on the Standard User account i get a message saying 'Add a New User Account failed', when i view the details for this it says "The User
    Account cannot be added. Ensure that the Active Directory Domain Services service is running....
    I searched the web for this and found the following which was not applicable http://support.microsoft.com/kb/958890 
    I then resorted to adding the users via AD Users and Computers and the modifying the value in the ADSI for msSBSCreationState to 'Created' and then it appeared in the console, i then used the console to change the user role for this account to Standard User.
    But when i now click on the "Edit User Account Properties" action i get a pop up message from SBS Server saying "There is no such object on the server".
    Any ideas on ow to fix this broken console would be appreciated.
    Thanks,
    Simon

    Hi, using default names i AD will help. For everyone who lost original. grr... 
    http://i.techrepublic.com.com/blogs/february-2011-wstips-tip1-figa.jpg?tag=content;siu-container

  • How to add a default user group for multiple document type's?

    Hi,
    I am trying to add same default user group for different document types when MA is created. Is there any way to setup using a single "Document Security Template"? Or I need to create different templates for different document types?
    Please confirm.
    Thanks,
    Saloni

    Hi Saloni,
    Based on what your specific requirement, it might be easier to do it with scripting.
    If you are doing it using Document Security Templates, you would have to create a Document Security Template for each of the 6 MA types and assign the default group. Create another one and leave the Document Type field blank, so it will apply to the other 4 MA types that don't have a default group.
    Regards,
    Vikram

  • Assign User Profiles and Web Interface Transactions to Users

    Hi EM Gurus,
    Has anyone worked with not standard scenarios in SCEM?
    They are working well but I can't access them on interface web.
    In selection page (search page after logon), where choose tracking scenarios, only standard scenarios appear although I have assigned both scenarios to the user and made same configuration; Assigned and Defined Web Interface Transactions, Configured Fields for User Profiles, Defined User Profiles, Assigned User Profiles and Web Interface Transactions to Users.
    But only Standard Scenarios appear as choice of tracking scenarios that are displayed to the user as a dropdown box on the selection screen after logging on to the Web interface.
    Has anyone accessed not standard scenarios on interface web??
    Help, please!
    Thanks a lot.
    Rodrigo Freitas

    Hello Rodrigo,
    if you have assigned the scenarios to your user in transaction /SAPTRX/UCUSER you must go to the admin page and reload the profile manager.
    /admin in the URL of the WCL instead /ehsearch.
    Afterwards you should see them also in the drop-down box.
    Best regards,
    Steffen

Maybe you are looking for

  • Display download status in app store

    Hy everyone, I have started the download of OSX 10.9 on the App Store. I can see the bar in Launchpad, but i can't see the download status anywhere (time left, download spped, size downloaded...) when i update an app, i can see the details related to

  • Why is the video playback on the 160 g ipod not as clear as the 80 gig ipod?

    I recently got a new ipod 160 g classic. The video playback is not near as clear as it was on my 80 g classic. Is there some setting i have wrong. The video is washed out and has a yellow tint. I even replaced the unit, but it still looks the same.

  • Music library crashes on iphone 5.  Can anyone advise on how to fix this?

    I have a new iPhone 5 and when I transferred all my data from previous iphone I find my music library crashes.  Can anyone advise on how to fix this? I've already tried to sync with my itunes library on my computer.

  • System Wide Paging in CUCM 7.0?

    What's the best way to get system wide paging setup in an existing CUCM 7.0 environment? Thanks!

  • Removing check box in ecatt

    hello I am trying to use an ECATT to upload data in transaction SR11. the problem is that i have to un-check a check box which is by defauly checked. in the text file i have tried to keep it empty and tried to put it as 'x'. but after running the eca