Limiting auth for FAGLB03 by Profit Center

I am looking to limit the info that can be pulled from transaction FAGLB03 by profit center.
I have tried adding profit center auth objects to the role.  I also used SU24- turning on K_PCA from No to Yes, but the user is still able to pull all data.
Any other ideas how to limit by profit center?  The profit center listing I see in FAGLB03 is PRCTR from FAGL_HEADER.
Please advise.

Hi,
Proposal value Yes/No is not a switch for activating authorization check for that object. It only means if the object is proposed in PFCG when you add new transaction into role.
It looks like it does not check profit centre authorization by default. It depends on your config. You can define selection characteristics for balance display in SPRO -> Financial Accounting -> General Ledger Accounting -> Information System -> Define Balance Display. If you add field PRCTR to your characteristics then SAP should check profit centre authorization. I don't know all consequences of this setting so be careful. If you don't want to touch your config then have a look at BADI FAGL_AUTH_ADD_DATA_C. It's called from transaction FAGLB03 it can be used for implementing additional authorization checks.
Cheers

Similar Messages

  • Error Message-- For Balancing field "Profit Center" is not filled

    Hi All,
    When I do Shipment Start get Error-Message for Balancing field "Profit Center" is not filled!
    A PGI for the DNXXXXXXXX is not possible!
    Can u please help me how to resolve this issue ?
    WM Baby

    Hi,
    AS per configuration , there is prifit centre assignment  .Enter the profit centre in the field of profit centre by the help opf F4.
    Regards,
    Andra

  • No result line for hierarchy on Profit Center in query

    Dear Colleagues!
    Question regarding BW 3.5!
    I want to have an overall result line for a hierarchy based on profit center in my report, but I can't make it work.
    The Profit Center infoobject is in the rows. I use the setting for the infoobject Profit Center to set Result settings but the line does not appear.
    I have a very similar report where Costcenter hierarchy is in my row, and here I get the overall result line at the top. Why does it not appear in my Profit Center query?
    I have compeared settings for the two hierarchies in RSA1, the settings for the two queries, the settings for the Web Template, and the settings for the infoobjects, but I can't find any difference. Can anyone out there help me?
    Regards
    Silje

    Silje,
    Have you a Node at the top of the Cost Centre Hierarchy which is being summed within the hierarchy and then perhaps all your Profit Centre nodes are at the same top level?
    Also - are there other characteristics in your Cost Centre report that are actually the ones being summed?
    Regards
    Gill

  • Using BADI for changing the Profit Center in FI Document during MIRO

    Hi,
    We have an requirement of changing the profit center in FI/CO Document while doing MIRO which is different than the one which is posted at the time MIGO.The system is not allowing us to do this and the field profit center during MIRO is not changeble mode and the business requirement is to change this through any SAP enhancements or program.
    How can I do this ?
    Is there is any standard BADI or User Exit is available for this.
    Pleease help me in this and will give valuable points.

    Hey,
    Use the BADI INVOICE_UPDATE and try with this. Otherwise you try to create Enhancement point to implement your code.
    Note: Inside BADI we can't change the runtime value. So, try to use enhancement point.
    Rewert back for any clarification.
    Regards,
    Saravanan M

  • Changing a company code for a plant/profit center

    I have a situation where a company code has to be changed for a few plants/profit centers.
    Has anybody had experieced that before? is it even doable??

    You have hope -  We merged company codes at my business and the plants and profit centers changed from one CoCde to the other. 
    Profit center are not assigned to a company code they are assigned to a contolling area. There is "Company code assignment for profit center"  ie What company codes can the PC be used in.
    Plants???  If you don't get an answer here, you may want to try the MM forum for help.

  • Cannot do posting for a particular profit center

    Hi SAP Experts,
    There is one strange issue that i am facing. I have one company code and when i try to do FB50 with a 520000 profit center then the system throws errors msg.
    Profit center 520000 not valid, Message no. ZFI000.
    If i use other profit cneter they system allows to do the posting, even if a create a new profit center still i can use that profit center for the company code
    I have check that this profit center is active and co codes is assinged.
    I am not able to understand why system is behaving in such a manner ??
    Regards.

    Hi,
    your message indicates that validation applicable for this PC,
    Discuss with your business user, is there any business requirement to restruct the postings for this PC. or
    Check validation logic through : T.Code *GGB0 * here you come to know what is the business requirement.
    Regards,
    Viswa

  • Delete value for PART_PRCTR (Partner Profit Center)

    Dear,
    I would like to delete value for partner profit center  if business partner is empty when I load data from R3 into BW. I use routne.
    I have code:
    if COMM_STRUCTURE-PART_PRCTR is not initial.
      if COMM_STRUCTURE-PCompany is initial.
    ??? I would like to delete value for Part_PRCTR, but I do not know how can I use code.
    Please help me.
    Thank you in advance for your help.
    Regards,
    anka

    not sure where exactly you are adding code.
    but in normal ABAP it would be
    clear COMM_STRUCTURE-PART_PRCTR

  • Tcode for finding dummy profit center

    Hi
    I want to know what is the dummy profit center number ? I want to use it as default value in my CATT script.what is the transaction code for finding or rather how to find  what is the dummy profit center ?
    Thanks in advance
    SN

    Hi,
    U can also find the dummy Profit Center in T-Code OKE5 for a Particular Controlling Area.
    Best Regards
    Kamma

  • Is there any exit in MIGO for allow changing profit center

    Dear SAP guru,
       Could you please give some suggestion about my requirement?
       I want to change the profit center during material movement. (MIGO)
       I tried to find the user-exit but it looks like no exit meet this requirement.
    Thank you
    Boonsom

    Hello
    Have you had a look at BAdI MB_MIGO_BADI ?
    Its interface method LINE_MODIFY allows you to change the item data (structure GOITEM-PRCTR = Profit Center).
    I do not know when this method is triggered yet you may give it a try.
    Regards
      Uwe

  • BAPI for updation of  Profit center in table VBRP

    Hello Friends,
    I have to Update the Field 'PRCTR' in the table VBRP. Is there some BAPI available for updating VBRP .
    I tried FM 'RV_INVOICE_ITEM_MAINTAIN'.
            FM RV_INVOICE_DOCUMENT_UPDATE
    But fields are  not getting updated
    Could you please help me, It is  urgent.
    Thanks & Regards,
    Anju N

    RV_INVOICE_DOCUMENT_UPDATE is used to buffer header updates, i don't think you need this. what you most likely need is RV_INVOICE_DOCUMENT_ADD to process the buffered item updates. but its highly recommended to have complete sequence 1. RV_INVOICE_REFRESH 2. RV_INVOICE_DOCUMENT_READ 3. series of RV_INVOICE_ITEM_MAINTAIN, if multiple line update 4.  RV_INVOICE_DOCUMENT_ADD

  • WBS element&Cost center required for Account 11111000000 Profit center 1234

    Hi,
    While realeasing the billing document we are getting the subjectted error.
    We do maintain the cost centre in the sales order, however no idea about the WBS elemnt.
    Pls help.
    Regards,

    For information, if you want to post any data to WBS element, the Account Assignment indicator should have been ticked which you can do in OPSA or try in T.Code CJ20N where you can input manually.
    For more information on WBS element, go through this thread
    [WBS Element  |WBS Element]
    thanks
    G. Lakshmipathi

  • Auth by Profit Center for FAGLB03

    I am looking to limit the info that can be pulled from FAGLB03 by profit center. 
    I have tried adding profit center auth objects and SU24- turning on K_PCA from No to Yes.
    The user is still able to pull all data. 
    Please assist.

    Hi
    The functionality required by you had been introduced by SAP with the Ehp3. The extract from the release notes are as follows.
    "FIN_GL_CI_1: Authorization Check for Profit Centers (New)
    Use
    From SAP ECC 6.0, Enhancement Package 3, Business Function New General Ledger Accounting, you can define profit center authorizations for posting, displaying, and clearing documents. When you have activated the authorization check for profit  centers, the system reacts as follows:
    o A document can only be posted if the user has authorization for all profit centers to which
    postings were made in the document. The authorization check is performed
    simultaneously during data entry.
    o For manual clearing, the system only selects those open items that, in accordance with
    the general ledger view, make postings to profit centers that are initial or for which the
    user is authorized.
    o For document display, the system only displays those line items for which the profit
    centers are initial or in which postings are made to authorized profit centers.
    Note:
    The authorization check for profit centers does not enable transactions to be processed entirely
    from the point of view of profit centers. This means, for example, that automatic payment
    processes and automatic clearing continue to be performed centrally and not specific to profit
    centers - even when the authorization check is activated for profit centers.
    Effects on Customizing
    The following prerequisites must be met before profit center authorizations can be issued:
    o In Customizing for Financial Accounting (New), you have activated the scenario Profit
    Center Update for at least one ledger.
    o You have assigned the authorizations for the desired profit centers in the useru2019s profile.
    In Customizing for Financial Accounting Global Settings (New), you then perform the activity
    Activate Authorization Check for Profit Centers.
    If necessary, you can activate this function in Customizing independently of the other functions
    in the New General Ledger Accounting business function. The function is not activated
    automatically when the business function is activated."
    Hope this suffice your requirements, if you need further information, let me know abou the same.
    Regards
    R.Karthigayan

  • Difference in Profit center for GR/IR account in MIGO & MIRO Transaction

    1) We have created material 106267 with material type ROH. We have assigned profit center 1001052999 (common profit center) to material.
    2) We have created WBS element MUM-RIV002.SS.RC.RF with profit center 1001052002.
    3) We have created PO 4000000236 for account assignment category u2018Qu2019 for the above material with WBS element MUM-RIV002.SS.RC.RF   . After posting GRN for PO 4000000236 we have identified that for GR/IR account profit center is taken from material master & for stock account profit center is taken from WBS element.
    Please find the below Flow
    In MIGO
    Entry
    Accounting Document number in Entry View
    5000001125
    PSKY          G/L Code      Description
             Amount
         Curr.
              Profit Center
         WBS element
    89          231101     RAW MATERIAL STOCK     2,000.00     INR          1001052002     MUM-RIV002.SS.RC.RF
    96          162101     GR/IR-Material     -2,000.00     INR          1001052999     MUM-RIV002.SS.RC.RF
    Document number in Ledger View
    L.item     PK     SG     Account     Description         Amount     Curr.     Tx     Profit Ctr     WBS element
    1     89          231101     RAW MATERIAL STOCK     2,000.00     INR          1001052002     MUM-RIV002.SS.RC.RF
    2     96          162101     GR/IR-Material     -2,000.00     INR          1001052999     MUM-RIV002.SS.RC.RF
    3     50          162001     InterSegment Clrg     -2,000.00     INR          1001052002     
    4     40          162001     InterSegment Clrg     2,000.00     INR          1001052999     
      It should take profit center from WBS element for GR/IR account & Stock account but for GR/IR account profit center is taking form material master & for stock account profit center is taking from WBS element.
    MIRO
    Entry
    Accounting Document number Entry View
    5100000657
    PK     SG     Account     Description         Amount     Curr.     Tx     Profit Ctr     WBS element
    31          100000     Ambuja Cement Ltd     -1,996.00     INR     V4          
    86          162101     GR/IR-Material     2,000.00     INR     V4     1001052002     MUM-RIV002.SS.RC.RF
    40          254001     VAT Receivable     80     INR     V4          
    50          172103     TDS PAYABLE -194C     -42     INR               
    50          176101     WCT-TDS payable     -42     INR               
    Document number in Ledger View
    PK     SG     Account     Description         Amount     Curr.     Tx     Profit Ctr     WBS element
    31          160100     CRS-Domestic Supp     -1,996.00     INR     V4     1001052002     
    86          162101     GR/IR-Material     2,000.00     INR     V4     1001052002     MUM-RIV002.SS.RC.RF
    40          254001     VAT Receivable     80     INR     V4     1001052002     
    50          172103     TDS PAYABLE -194C     -42     INR          1001052002     
    50          176101     WCT-TDS payable     -42     INR          1001052002     
    In the MIRO Accounting Document profit center for [162101] GR/IR-Material A/C has taken from WBS element
    Please note that we are using document splitting with Profit center is mandatory
    We have created same scenario for Cost center. After posting the GRN profit center is taken from cost center for both GR/IR account in MIGO & MIRO accounting documents.
    Plez help

    Hello
    ANy suggestion for question & if solved do let me know

  • Wrong Profit Center on Material document (Goods Receipt PO for Asset)

    Dear SAP Expert,
    When our company upgrade our SAP version from 4.6C to ECC6, all Profit Center on Material document (Goods Receipt on Purchase Order for Asset) is filled by profit center DUMMY.
    This condition not happend in our previous version (4.6C). Is there any new configuration on ECC6 for Asset Accounting?
    Many Thanks
    Maickel P

    Hi, Maickel:
    There is a setting for Dummy Profit Center, you can check in SPRO: Controlling->Profit Center Accounting->Master Data->Create Dummy Profit Center.
    And you can refer to the help of this IMG activity:
    Create Dummy Profit Center
    This function lets you create the dummy profit center for the current controlling area.
    The dummy profit center is updated in data transfers whenever the object to which the data was originally posted (cost center, order, and so on) is not assigned to a profit center. This ensures that the data in Profit Center Accounting is complete. You can later send the data on the dummy profit center to the other profit centers using assessment or distribution.
    You create the master record for the dummy profit center using this special transaction. To change or display it, use the normal profit center maintenance functions.
    The name of the dummy profit center is displayed in the controlling area settings for Profit Center Accounting.
    Prerequisites
    The standard hierarchy must exist for the current controlling area.
    Actions
    Enter the name of the dummy profit center. The rest of the steps are the same as when you create a normal profit center.
    Choose the function Extras -> Set controlling area first to make sure that the correct controlling area is set.
    Notes on transporting
    You can transport the Customizing settings for Profit Center Accounting under Transport Connection.

  • Cost component split transfer for Profit center valuation in ke27

    Dear All,
    We have activated multiple valuation/transfer prices. Material ledger is also activated.
    We want to transfer cost component split to CO-PA by ke27.
    We have defined separate costing keys for access to actual cost estimate for legal and profit center valuations.
    But cost component split transfer to COPA works only for legal valution. Even we have defined type of valution for profit center  costing key -transfer cost component split and total costs.
    What should be else customized to transfer cost components splitting in profit center valuation to CO-PA from actual cost estimates?
    With best regards,
    Kamila.

    Hi,
    I have assigned the same value fields used for legal valuation to column 2, which was pointed in message.
    But now I got following message in ke27:
    For actual data, value fields that were already populated before CO-PA valuation cannot be changed in valuation.
    1. As a rule, value fields that were filled before CO-PA valuation - be it from SD or by a manual entry of a line item - can only be changed by means of user exits.
    (Note that for plan data, CO-PA valuation always has priority over the values planned manually.)
    2. The valuation steps in a CO-PA valuation strategy are numbered sequentially. These numbers determine the order in which the steps are carried out within that strategy. As a rule, value fields populated in one step can be used as a basis for calculating values for other value fields in a subsequent step.
    Value fields that were populated in a previous step are generally not overwritten by subsequent steps.
    The exception to this are steps that use a CO-PA user exit. User exits let you change individual value fields.
    3. If you valuate using multiple material cost estimates simultaneously, this means that the values of different cost components within the same cost estimate are aggregated and then entered in one CO-PA value field. However, value fields that already contain data from a previous cost estimate are not overwritten by a later cost estimate. Consequently, you should assign value fields in Customizing so that the values of different cost estimates are entered in different sets of value fields.
    4. When condition values are transferred to CO-PA value fields, note that condition types that are assigned to the same value field are added together. This is also the case when the condition types come from different costing sheets within the valuation strategy.
    So does it mean we should define separate value fields for PC valuation?
    With best regards,
    Kamila.

Maybe you are looking for

  • Negative sign for Currency fields

    Hello experts, If a currency field containt -Ve sign (86.47-) then, i have to move it this sign to Left sinde. I have do this as follow by moving the currency field value to Charractor field DATA:  w_total1 (18).              MOVE w_total To w_total1

  • Can't change group names.

    Anyone know why I can't change the names of my calendar groups? I right click > get info on the group and change the name from "group" to my desired name, and it just changes back to "group".

  • DVDSP4 STOPS encoding and sticks at approx 61% !!!!!!!!!!!!!!!!!

    Why is it that DVDSP4 WORKED okish until the latest OSX update????????? Help anyone as I am trying to produce a DVD for a customer (as usual) and now it will not do it and also compressor quits and fails in the batch monitor - this sounds a little to

  • Need RAW/NEF updates for Nikon D7100 on my Photoshop element 9

    Need RAW/NEF for Nikon D7100 updates for Photoshop element 9

  • Error on reader detection during fulfillment

    I am getting this error message during the reader detection: Incorrect use of detect mechanism - Return URL not supplied I know there is a return URL because I traced the ASP code. I have Adode Reader 6.0.1. TIA, Rolly