Authorization Object (pfcg transaction) versus Funds center group

Hi,
I would like to know how i can by u201Cauthorization objectu201D in PFCG transaction to allow that some user can access the funds center group (created in FM_SETS_FICTR1 transaction). Is there u201Cauthorization objectu201D to funds center group ?
On the other hand, I need that one user access just all Funds Centers of the especific funds center group using u201Cauthorization objectu201D.
Kind regards in advance.
Claudio

Hi Alex,
Your ideia is good, but unfortunaly my Funds center doesn´t have its code starting with the same character. Ex..._BQ000020 is a Funds center group_ of Funds center  ET000030, BF000043 and CJ000031.
thanks a lot
Claudio

Similar Messages

  • Authorization object (pfcg transaction) x funds center group

    Hi,
    I would like to know how i can by u201Cauthorization objectu201D in PFCG transaction to allow that some user can access the funds center group (created in FM_SETS_FICTR1 transaction). Is there u201Cauthorization objectu201D to funds center group ?
    On the other hand, I need that one user access just all Funds Centers of the especific funds center group using u201Cauthorization objectu201D.
    Kind regards in advance.
    Claudio

    Hi Mauri,
    the transaction SU24 for  FM_SETS_FICTR1 transaction just show the object F_FICA_FCG and this object only open the fields: FM_AUTHACT and FM_FIKRS for this object.
    I solved the this problem applying the Alex´s idea bellow:
    Hi, if Fund centers from FC groups doesn't across (i mean that one FC can include just to one FC group), then you can       upload FC from groups and maintain Auth group via LSMW.
    Ex. maintain for all FC from FC group BQ000020 auth. group=BQ02 etc
    thanks a lot
    Claudio

  • Authorization object for FM e.g fund center group/fund center auth group

    Hi,
    I have a requirement to control the number of fund centers which can be viewed from PSM-FM Budget reports.
    Currently, I have included authorization groups into the FM Master data.
    However, I am looking to control it at org level instead of at the object level.
    Is it possible to control fund center grouping at org level?
    regards
    Damon

    Hi Damon,
    I am not sure if I understood you correctly but your authorization group field (from the master data transaction) should reflect exactly what you want, therefore you should build it according the organization level that you requires.
    The field 'Authorization Group', is the same used in the authorization rules. It is not the 'fund center' field itself, is the group that you are grouping the fund centers only for authorization purpose.
    If in the table FMFCTR for your FM Area you have the same content for all records to this field, this means that all your funds center will be part of the SAME authorization group.
    So, you should consider within your company to divide the authorization groups according your needs and adjust your roles in transaction PFCG accordingly.
    I hope this helps you.
    Best Regards,
    Vanessa.

  • Authorization objects for  transaction, one to view, and one to maintain

    Hi all,
    My requrement is to create two authorization objects for  transaction, one to view, and one to maintain.
    I know how to create objetcs vai sm21, but i donot know how to crate objects with activity codes.
    Please suggest how to create object where i can asign activity codes.
    regards
    manish

    The Authorization Concept
    R/3 uses authorization objects to assign authorizations to users. An authorization object is a template for an authorization. For example, authorization object F_SKA1_BUK - G/L Account: Authorization for company codes requires the specification of two field values: Company Code and Activity. To allow a General Ledger supervisor to create a general ledger master record, he/she must be assigned an authorization to create (Activity 1) accounts for a specific company code (eg. Company Code 2000). Such an authorization is created using the object F_SKA1_BUK by assigning these field values and naming the authorization following an appropriate convention (eg. Z_SCC20001).
    Authorizations may be classified as general authorizations, organizational authorizations or functional authorizations. General authorizations specify the functions a user may perform. Authorization object F_SKA1_BUK has been assigned to the function for creating general ledger master records. The system checks for the useru2019s authorization to create general ledger accounts (Activity 1) in at least one company code. The system then checks whether the user is permitted to create accounts for the specified organizational unit (company code) and has the required functional authorizations. Authorizations in this case may restrict the user to certain Charts of Accounts. In addition, an authorization group may be defined in certain authorization objects to protect individual master records.
    Profiles relating to an organizational role (eg. General Ledger Supervisor) are defined consisting of a list of authorizations and other profiles. Such profiles are then assigned to users with that role and stored in their user master record along with other data (eg. password).
    Do check this link as well.
    http://articles.techrepublic.com.com/5100-10878_11-5110893.html

  • Authorization Object   for  Transaction code XSLT_TOOL

    Hi Friends
    When i try to use transaction xslt_tool the following error appears "You are not authorized to use transaction xslt_tool".
    Can anyone give  the Authorization object  for  transaction  xslt_tool,
    Regards.
    Wishva

    Give access to the transaction in PFCG. 
    Then use SU53 to highlight any additional access required.

  • Link authorization object to transaction code

    Hi to all
    how to link authorization object to transaction code?
    i think we can do by using SU24, i am not getting how to do ?
    can any one help me on this Immediately
    Regards
    raadha

    In SU24
    In the Application tab
    Type of Application: 'Transaction'
    Transaction Code:  'Tcode'
    In the Authorization Object tab
    Authorization Object: 'Authorisation object name'
    Type of Application: 'Transaction'
    Then Execute or Press F8...

  • Assigning authorization objects to transaction

    Hi All,
    While creating a new role using transaction PFCG, If i enter transaction SE38, i will get lot of authorization objects, fields where i can decide whether i should allow only display or change or create etc. But if i create my own transaction, then i will not get these authorization objects. Where should i assign there objects for my transactions.
    I tried to assign this in transaction se93, but that did not work.
    Thanks in advance.
    Best Regards,
    Surendra<b></b><b></b>

    TRY with SE97.
    and check the check box change mode and try running there you can change the authorizations..
    vijay

  • List of Authorization Object with Transaction Code

    Dear All ,
        Does SAP provide  any report to list all the Authorization Object ? and which object is belong to which transaction code ?
    Thanks .

    hi olrang ,
    STEP BY STEP TO CREATE AUTHORIZATION OBJECT:
    STEP1:  goto  SU21 transaction and create a new Authorization Object
    Object Name:  Z.....
    Text:  ...........
    ClassL  SD (YOUR MODULE)
    AUTHOR:  YOUR ID
    STEP2:  Give authorizatin fields as
    ACTION - Action of the Authorization
    Activity -  Document Destribution.
    STEP3:  Basis will create a role using transaction  PFCG and assign this authorization object to that role.
    STEP4:  Call the AUTHORITY-CHECK Object in your code.
    AUTHORITY-CHECK OBJECT <authorization object>
    ID <authority field 1> FIELD <field value 1>.
    ID <authority field 2> FIELD <field value 2>.
    IF sy-subrc 0.
    MESSAGE e000(zzpp) WITH 'No Authorization'.
    ENDIF.
    and it belongs to  SU24 transaction code
    Saurabh Goel

  • Relate authorization object to transaction

    Hi experts,
    I am currently working on authorization on AS ABAP, creating roles containing different SAP standard transactions
    Actually I wonder if it is possible to relate an auth. object to a certain transaction. This could be necessary for my authorization concept because there are several SAP standard transactions checking the same auth. object.
    As an example take transactions SE16 and SM30. Both check auth. object S_TABU_DIS.
    If I now want to create a role which gives a user the permission to edit customizing tables in SM30 but not in SE16 there is no way (until now I do not know one) to define an instance of S_TABU_DIS with read/write permission for SM30 and another instance with only read permission for SE16.
    I tried to use two roles putting one transaction into each. When I give the user the "SE16 role" he has no write permission in SE16. But when I give him the "SM 30 role" too he has write permissions in both, SM30 and SE16.
    Therefore I guess that the authorization of the SM 30 role "overwrites" the read-only permission of the SE16 role.
    Now my question to you: Is there any way to bind an auth. object to a transaction, so that an authorization defined from an auth. object is only valid for a certain transaction?
    Thanks in advance for all answers!
    Best regards,
    Torben

    Hi Bernard,
    With transaction se93 you can add an authorization object to a transaction as far as I know. I never used it but it is possible. If you call transaction PFCG you see that object S_USER_AGR is used. I understood that this is a static authorization and the dynamic authorization is in the abap.
    Have fun
    Bye
    Jan van Roest
    Edited by: J. van Roest on Feb 18, 2011 12:15 PM
    Edited by: J. van Roest on Feb 18, 2011 12:16 PM

  • Adding new authorization objects to transactions

    Hi experts,
    i would like to add new authorization objects to specific transactions, for example the object K_CCA for checking the cost element in the transaction KB15N.
    What do we have to maintain, except the transaction code with (SU22). What do we have to do with the program behind the transaction?
    Is it "just" adding two line of code into the auth object check in the program, similar or like described for client specific ABAP-programs???
    Any experiences on that?
    Regards
    Florian

    Hi,
    First add the objects in DSO then in Info Cube.
    Map the same with transformation.
    Move the objects to production then DSO.
    Load the DSO first. then delete the data from cube in production.
    Now move the modified cube and transformation to production.
    Now load the Cube from DSO.
    No need to change any thing in existing query.
    I hope this will help.
    Thanks,
    S

  • Report to view user nm, authorization objects, activity, transaction code.

    Hi All,
    I want to view a user-wise report that displays the transaction code, authorization objects and activities for which the user has authorization.
    Is there any standard report to view all this at a glance?
    Can anybody help me on this?
    Thanks.

    u can try SUIM tcode
    its really helps u
    regards,
    Abhilash

  • Services for object in transaction EHSAMBTAET (Health Center Services)

    Hi all.
    In transaction PA30 there is a functionality called "services for object". I would like to have this functionality in the transaction EHSAMBTAET (Health Center Services) as well. At the moment when you choose it in the menu it just says: "No services available". Can anybody give me a hint on how to do this?
    Many thanks
    Liselotte

    As far as I know, that "Services for object" is the Global Object Services (GOS), and requires a Business Object (BOR).
    The Health Center Service doesnt currently provide such a BOR object.
    see for more info: http://help.sap.com/saphelp_erp2005/helpdata/en/be/3fe63659241157e10000009b38f889/frameset.htm
    Message was edited by: Frank Besler

  • Authorization Object for Transaction Code

    Hi,
    Is there a report I can execute to give me the list of authorization object for this transaction code?
    Thanks.

    Check Transaction SU24
    Alternatively you can go to SE16-- enter the table name TSTCA, then enter the T CODE, you will get the object related to that T Code.
    Reward points..

  • Add a new type of object links (transaction CV02N)  - by material group .

    Hi experts .
    How can I create an additional screen for new tab by material group
           in DMS System ?
    I have a requirement :  1. Add a new type of object links in transaction CV02N 
                                          by material group(V023-MATKL) .
                                        Today we use 2 existing options  :  by Equipment and material .
                                      2. Save and display data .
    We did the following  steps :
    1 . In customizing  for Document Management  :
                   a. Maintained a  key fields :
                          table : V023 , tran.code : OMSF , field name : MATKL .
                   b. Maintained screen object link  for V023 .
                         Our problem is screen number  . we used at existing screen  - 500 for user exit.
                         So we get a new tab with material instead of material group .
                         How I can create a new screen with field material group
                             for set this screen number in step b ?       
                         May be I need the access key for FUNCTION GROUP CV130
                         and create this screen by myself ? .
                   c. Defined Object links for special document type  .
    2 .   Created in se19 at implementation of DOCUMENT_OBJ
                          with defined filter : V023 .
                          Regards Helena .

    Hi Nuno,
    how did you solve this problem?
    tks

  • Authorization Objects in Transaction codes

    Dear Experts
    we are trying to make Authorization Matrix for users authorizations , so what i need to know if is there any way i can get template list includes Tcodes and the Authorization objects corresponding to each Tcode , it will be a lot easier to make the roles .
    please if anyone can advice how i can get the tcode list with its objects it will be great.
    thanks
    Sameh Essa

    Authorization Matrix - Not any table / programme will work for you in this case, you better maintain below checklist :
    1) Gather company data : Organization Structure HR will help you in this. (you need to get all details on Organization values such as Company Code, Plant, Purchasing / Sales Organization etc.,
    2) Prepare a sheet for every module (PP,MM,SD,FI,CO,HR etc.,)
    3) Study the Organization structure & Identify the Job responsibility of the person in current organization & what function he / she will do in SAP.
    4) A sheet contains T-codes & description (you can get list of tcodes from respective functional consultant), Role Name, Activity - create/change/display et.,
    5) Don't add all t-codes Ex- PP : Add only those tcodes access by you users : End or Core users. Sometime it doesn;t make sense to give create / change / delete t-codes to a user who's only responsible for doing data entry job or a user who is responsible only for creating materials not approving / sending.
    6) Make a sheet that maps you users to role
    7) Always review / approve your Matirx from respective Functional Head, as a BASIS we can't take decision on Functional side.
    8) Always test you roles in DEV / QAS (training client) assigned to a test user by your functional cunsultant.
    9) Always remember of cross functionality authorizations (like some time they may
    10) Always make sure that none of the user gets any BASIS activity authorization.
    I gather above points from my experience where I was involved in designing Matrix, It can be defferent depends upon the organization.
    Regards;

Maybe you are looking for

  • Video out on ipod touch

    I have a Sonic Impact V55 Video that I bought for my iPod video but I now have a iPod touch. I can get the music to play on it but I was wondering if the was any way to play video on it with my iPod touch via the docking station or cables and what ca

  • MS SQL Procedure Call from Oracle Database

    I have Oracle Database 11g connected to MS Sql Server 2008 via dg4msql, and need to execute procedure on MS Sql with parameters from Oracle, and get dataset (table) as a result. I'm not sure is it possible to call procedure directly from Oracle; One

  • Files uploaded to iCloud Drive also taking up space on local hard drive

    Hello all! Quick question: Why are files uploaded to iCloud Drive also taking up space on my hard drive?  I want to use my iCloud Drive for cloud based back up of certain files.  I do not want these files to sync automatically, but to live in the clo

  • Can I replace the keyboard of CQ56-115DX?

    Hi,  I have a brand new CQ56-115DX. It comes with a non-standard keyboard which makes typing quite inconvenient---I am used to the standard keyboard and frequently hit the quick  launch keys when I need to use "Tab", "Shift" and "Ctrl". This is very

  • Exit for extended batmas02.

    Hi All, I have extended the batmas02 basic type.  Does anyone know of an exit I can use to populate the extended segment? Regards, James.