How to restrict authorization at Profit Center?

Hi all,
There is one TCODE S_AC0_52000888 : Payable for Profit Center, which will list out the details about each company code and it associated profit center.
Following is the scenario:
we have a company code 1000, This company code has some profit center.
while executing the above tcode S_AC0_52000888, we have that oppurtunity to select the
profit centers which we want to see the details for. We have some 10-20 profit centers
in company code 1000, but however, we want to restrict the users to see the details for
respective profit center.
Can any one help me in acheiving this task? your help would be greatly appreciated!
and also rewarded.
Thanks and Regards,
Faisal

Hi Friends
The problem has beend solved. It turns out that this is a report writer issue. We raised the issue with SAP and they informed that 'For Report Painter/Writer every item is checked if you have the authori-zation or not. Only the items with authorization fullfilled will be displayed afterwards'.
Based on SAP answer we created different reports for each profit center/company code.
I would like to thank you all for your time and inputs.
Regards,

Similar Messages

  • How to make a field profit center mandatory in sales order?

    Dear GURUS,
    Please help in getting answer for following question.
    How to make a field profit center mandatory in sales order?
    With Regards
    Sandeep D.

    Hi,
    There are 2 ways to make profit center mandatory
    1.Transaction Variant
    2.Incompletion procedure
    1.Transaction Variant
    Step 1:Goto Tcode shd0 and input transaction as va01 and give name of transaction variant as ( example. zva01 ) and click on create or F5
    Step 2.Then it takes you to sales order screen.Just click on enter untill you see profit center field.
    Step 3.check the box required against profit center.
    Step 4.click on save ( under a package name or as local object ) and exit
    Step 5.Assign transaction variant to your sales order type through tcode v0v8.
    2.Incompletion Procedure
    You can add the field  table-vbap,field- prctr,status-04,check-warning to your existing incompletion procedure Tcode- ova2 assigned to your order type in tcode vov8  and check the box - incomplete messeges for your order type through tcode vov8.
    If incompletion procedure is not assigned to your order type than you have to create a new incompletion procedure and assign it to order type.

  • How to restrict authorization for OBC4

    Dear all
    How to restrict authorization for obc4( field status) for user id wise
    Regards
    nasa

    Hi Nasa
    You try to use the S_TABU_LIN object. With this object you can control access to tables (called from maintenance views, SM30 etc) based on the database key for the table.
    And as far as I cant see, the OBC4 transaction is just a couple of maintenance views for V_T004V andf V_T004F.
    You can find a small how-to [here|http://www.mhn-consulting.com/s_tabu_lin.html]
    Regards
    Morten Nielsen

  • Authorization at profit center level

    Dear All,
    In FI Module we have a requirement of Authorization at Profit Center
    Level.
    For Example : in FB50 transaction we want to allow some users to enter
    only for "1001" profit center.
    We have tried the following :
    We have create authorization object for PRCTR - Profit Center field and
    assing that object manualy to role. But it is not working. After assigning this authoization object, profit center also comes in "Organization Level". But at transaction level no effect.
    Thanks  in adanace,
    Nirav

    Hi Nirav,
    You will only invoke additional authorisation checks if the code for the transaction is changed to include the relevant AUTHORITY-CHECK code + subsequent logic.
    From memory for FB50 you will need to look into an appropriate user exit or enhancement point to code this additional check.  Alternatively you could use an alternative control such as random sampling for those users.

  • How can i open up Profit center field in F-32?

    Sometimes we write-off (with F-32) some amount on the payment to account that require profit center assignment. How can i open up "Profit Center" field on the transaction? as of now it is now showing up.
    Thanks!

    Hi
    Please Goto--> T.code: F-32
    Enter required parameters and click on process open items.
    then click on back out button(green arrow). you need to enter the posting key and GL account and press enter button.
    Enter required parameters and the profit center visible to you. If not click on additional data tab.
    Regards
    Odaiah

  • How to restrict authorization based on profit center in ke80 report

    hi friends
    we have a situation where we need to maintain the authorization based on profit center in ke80 report. The authorzation object K_PCA is not working. whenever we assign a particular profit center and then generate the profile, we still get the message no autjorization and when we check su53 it shows it needs '' asterisk. but we cant assign the asterisk as we have 5 subsidaries and there are using 5 different set of profit centers so assigning asterisk () would be comprimising on our security.
    does anybody came across this situation and if yes how did they resolve this?
    I need your suggestions on how to maintain this restriction.
    Regards,
    Imran

    Hi Friends
    The problem has beend solved. It turns out that this is a report writer issue. We raised the issue with SAP and they informed that 'For Report Painter/Writer every item is checked if you have the authori-zation or not. Only the items with authorization fullfilled will be displayed afterwards'.
    Based on SAP answer we created different reports for each profit center/company code.
    I would like to thank you all for your time and inputs.
    Regards,

  • Authorizations for Profit center in a query for a TEST user

    Dear SAP BI Gurus
    I have a query which has to be tested by the different user based on the region & the profit center that they belong to in SAP BI 7.0
    for this i have to create a user id for the test user under he/she should be able to view only his/her profit center data.
    The following are the steps that  i  tried out.
    1.created a role .
    2. in the change role - authorization , i have added authorization object "ZPROFIT" to the RSR . & restricted the ZPROFIT for the given values of the profit centers.
    3. Added this role to the User ID.
    But still the user is able to view all the profit center in the query.
    This is bugging me up.....
    Can anyone help me out.
    Best Regards,
    Ramesh

    Dear chetan/ravi
    i did create all the authorization objects & filled in the values in them.
    Also a authorization variable has been created in the Query.
    But i dont know how this variable has to be linked to the Auth Objects in Rsecadmin.
    Can you explain me the steps involved in it.
    Best Regards,
    Ramesh

  • Authorization for Profit Center in SAP R3

    Dear friends,
    I want to give authorization for Profit Centers for T. Code F.01, FB50 etc.
    I got one object related to this K_PCA but this is not checking for Profit Centers.
    Please guide me how to restrict User according to Profit Center.
    Thanks in advance.
    Rafeeq Ahmed

    Hi,
    Let me start with removing the misconception of Auth Obj,
    you can put the utmost restriction at the object but it wont help until unless
    the transactions have AUTHORITY-CHECK for the auth obj. you mentioned above. so first
    search in SE93 for the transaction find if there are any authority checks for the object you mentioned if they are there then see in SU24 if the object is in C or CM if it is them you can restrict otherwise change it to C or CM for it to be checked. But if the Auth Obj is not checked in the program for the Tcode then there is no way you can restrict without an development (enhancement or Custom Tcodes.)
    Hope this explanation helpss
    Message was edited by: Manohar Kappala

  • How SAP system validate the profit center plant wise?

    Hi Experts,
    I want to know about how the SAP system process in Material Master validation. My requirement is how do i check whether the entered profit center is valied for the specific plant?
    When we create material master it'll  validate the right profit center. How it's done by the system?
    Thanks & Regards,
    Rashika

    Balances Transfer from One Profit Center to Another PC T.Code: 9KE0
    Regards,
    Viswa

  • How to make changes to profit center standard hierarchy?

    Hello!
    I have to make changes in standard profit center hierarchy. Should I make the changes in IMG or Sap Easy access -screen? If I make changes in IMG, could you please tell me the right path where can I find it?
    Another question, if some profit center is in the wrong place in stardard hierarchy and I want to transfer it to another place (under other node for example), how is this done? Should I delete this profit center first (I tried delete but it wasn't possible..) or can I just transfer the profit center?
    Thanks!
    Points will be given!=)

    Hi,
    in the IMG you can maintain the profit center standard hierarchy via TA KCH4. The path is:
    -> Controlling
    -> Profit Center Accounting
       -> Master Data
        -> Maintain Standard Hierarchy
    The transport of the profit center standard hierarchy is done via TA 0KEQ,  (this is relevant for both KCH5N and KCH4).
    IMG Path:
    -> Controlling
    -> Profit Center Accounting
      -> Tools
       -> Transport Customizing Settings
    Hope I understood you correctly.
    Regards
    Karl

  • How to define Budget on Profit Center level

    Hi All,
    is it possible to define a budget on profit center level in SBO 2005A SP01.
    My understanding ist, that a budget can only be defined on account level (if marked as 'relevant for budget).
    If not possible - any idea/solution how to do it?
    Thank you
    E. Ambauen

    As this is not a standard feature in SAP Business One, the best alternative is to add a User Defined Table with a column for Profit Center and Distribution Rule and/or G/L account. Bear in mind that the profit center totals are not stored in a table in SAP Business One, but rather calculated from the JDT1 (journal rows) table each time you request a report for a profit center/(s).
    By writing your own query you could join the JDT1 table with your UDT and get the comparisons, etc. The table JDT1 contains a link only to distribution rules and not profit centers and would therefor have to be represented somehow in the UDT.
    The only other alternative is an SDK add-on custom written for this.
    Kind regards
    Peter Juby

  • How to hide field in profit center masted data?

    Hi,
    I would like to know how to hide the field segment in profit
    center master data
    Alternatively I would like to know which user exit used
    to prevent the feeding of the field segment in profit center
    master data.
    Thanks in advance,
    Osvaldo
    Edited by: Osvaldo Cavagnero on Mar 4, 2010 1:43 PM

    Dear,
    Try de-activating the indicator through
    SPRO>Financial Accounting(new)>GL Accounting (New)>Preparation for productive start>Migration of existing SAP Data>Additional Activities>Make settings for segment and segment derivation.
    Maintain Segment.
    Hopefully it has to work.
    Regards,
    Syed Hussain.

  • Valuations default profit center, how to obtain the original profit center?

    Hi Experts,
    Currently our valuations are being booked; they book the BS Account vs Unrealized Exchange Gain or Loss.
    The Profit Center for that BS Account is being determined automatically by the 3KEH table. Is there any way to derive the profit center from the Original Line Item?
    Example Entry
    PK     Account     Amount     Profit Ctr     
    40     10403494     549.21     OO6376DDD      BS Account - How to obtain the profit center from the original postin?
    50     37300104     549.21-     OO6376AAA  Exch Gain/Loss
    Thanks.

    Hi.
    '2. I know its going to be reversed the next month, our concern is that the amount that is going to the default profit center then will be allocated via cycle based on SKF so reflecting the data in profit centers that are not the ones that were originally affected.'-actually you can exclude adjustment account from sender while allocating,but it's better to substitute with right PC.
    '3. any logic on how substitution might work?' in fibf you can use process 1120
    'will it bring performance issues?'-no
    '1. How can this be worked via Doc Split for Unrealized? Do you have any example.'-it's not clear a question
    Edited by: alex ice on Apr 14, 2011 11:12 PM

  • How to manage change of profit center in Material master?

    The material master of a number of materials were populated with wrong profit center. Transactions were also posted for a few years. Now we want to change the profit centers for some of the materials. These materials have inventory balances and is set for on line transfer to PCA. If we run 1KEH data is duplicated.
    What is the best way to manage this change?

    Hi Mr.Sanjay,
    Good Morning to you,
    Regarding your thread the best and easy way to change the profit center is goto MM02 and give the material code and enter and goto Sales: General/plant and in down you can see the Profit Center XXXXX now you change it to YYYYY and save it. So, from now onwards what ever the postings you do the system will show the values in YYYYY - Profit center.
    Hope you can solve your thread & for further clarrification feel free to ask me.
    Best Regards,
    SAPUK.

  • How does the table GLPCT(profit center table) been updated?

    Hi, I'm checking a GR55 report which got record from this table GLPCT, and I found that there are so many costs missing in GR55 report, then I went to check the table GLPCT, and I found the expected data are not exist in GLPCT; then I wonder why the data didn't be updated in GLPCT :? , did anybody encounter this issue either? thank you guys.. 

    Hi,
    GLPCT is a totals table for PCA. So, every posting to profit center should be reflected in GLPCT totals.
    Regards,
    Eli

Maybe you are looking for