Cost center quantity restriction

hello all,
i want to make check on goods issue against cost center with movement type 201
for different materials i want to restrict the quantity to be issued against cost center.
for Ex.
1)for material A with cost center XYZ i want to restrict that only 200nos will be issue for particular month AND IF MORE QUANTITY TO be issued (more than 200) than system will show the error message.
2)for material B with cost center same as above XYZ I WANT TO RESTRICT QUANTITY to be issued In monthwise.
pls provide some input.
is there any standard settings available?
regards
Sumit Simran

Hi Sumit,
I dont think this can be achieved in standard.
One solution in my mind is as follows (use ABAP help)
Step 1.
Create and Use a log table (ie, a transaction where a responsible person will enter the fields)
Month
Year
Material
Cost center
Qty
Unit of measure
Step 2.
Use technical help [MB_MIGO_BADI or any other ]   in MIGO posting such that while posting 201 movement the values of
(month , year, material , cost center, qty and unit of measure --- take sum) need to be checked from MKPF and MSEG tables and to be compared with the value in the log table.
If value is exceeded then posting should be restricted.
hope it helps
sBk
Edited by: Sujithbk on Jan 20, 2012 7:46 AM

Similar Messages

  • Org Level, fund center/cost center level restriction for tcodes????

    I am looking to see whether org level restriction and cost center/fund center level restriction is possible for certain set of transactions.
    I am using USOBX table for this analysis. This table has a check flag field ( same as in SU24) which says whether the Tcode (program) does the authority check for certain auth objects. Example- X (checked but not maintained in USOBT). This table pulls up several authorization objects under the 'X' category. However, when I do the System trace for the same tcode, all the objects (marked as X) are not captured. Instead only a few are captured.
    Can we rely on the USOBX data or should we do system Trace for every tcode. I am just pulling a report and not creating roles at this point. So trace is time consuming. But data reliability is equally important.
    My objective is to verify whether org level and cost center/fund center level restriction is possible or not for some tcodes.
    Do you have any suggestion to achieve this faster (through USOBX or any other means)?
    Thanks in advance
    Kee

    I would suggest you to check USOBX_C and USOBT_C instead of USOBX and USOBT as it will have your customization as well and not just the standard ones given by SAP.
    Also when check field is X ...it means the object is checked but not maintained for the t-code as you already said but I am not sure how much it will help you as the they will not be pulled by PFCG when you are creating the role until you change the object to Check / maintain . When you do that the check field will be Y and not X. So basically it is the Y one which you need to see.
    Going for trace is time consuming for every t-code and I am not sure if it really needed. When your roles are in testing phase and are tested by the functional team or the team which needs it and if they are missing some object, you can run a trace and find the missing object....
    I am not sure on what basis you want to change some field to Org level ...but typically it is done if you want to do segregation of roles based on these org level. There could be various other reasons and it is better to talk to your functional counterparts before changing a field to Org level.
    for ex : If you want to segregate on company code, you will create co. code as Org level and create roles for different company code.

  • Is there a way to limit Purchase Order Display by Cost Center?

    We want to limit who can view specific purchases. Has anyone done this before? Thanks!
    Chris Lintner

    Oh sorry I completely mistook your question- I dont think we have a auhroization object for Cost center to restrict it in viewing the PO.
    But please have it confirmed from some basis people and ofcourse if you have a Plant or purchasing org associated with the cost centers you can restrict then definately you can. Please check with your basis team.
    thanks

  • BW report authorization for restrict cost center

    dear all,
    i have problem on BW report authorization for restrict cost center.....when i execute the query, after selection screen, appear error message 'you cannot change zv_cctr for characteristic 0COSTCENTER during query'.
    note : zv_cctr is variable restriction for costcenter, type processing = customer exit.
    below the customer exit :
    WHEN 'ZV_CCTR'.
        IF i_step = 2.
          DATA : gt_mstuidvscc TYPE TABLE OF  ztbw_mstuidvscc,
                 gs_mstuidvscc TYPE  ztbw_mstuidvscc,
                 wa_final2(10) TYPE c.
          SELECT * FROM ztbw_mstuidvscc INTO CORRESPONDING FIELDS OF TABLE gt_mstuidvscc
            WHERE userid = 'sy-uname'.
          LOOP AT gt_mstuidvscc INTO gs_mstuidvscc.
            wa_final2 = gs_mstuidvscc-kostl.
            l_s_range-opt = 'EQ'.
            l_s_range-high = wa_final2.
            APPEND l_s_range TO e_t_range.
          ENDLOOP.
        ENDIF.
    Regards,
    Tony

    i defined variable as ready for input and mandatory.
    regards,
    Tony

  • How can I restrict options result to only one cost center?

    In transaction KS03 (Display cost Center), when I search for a cost center (hit F4), I have an option to drill down by Company code, controlling area, Cost Center Category, Person Responsible etc.
    My question is, how can I restrict users to select only controlling area they are authorized for ? Is there any authorization object I can use to restrict user's access to particular value in the table CSKS ?
    Thanks,
    Karan.

    Hi Karan,
    If you want to restrict on the values users can return when using F4 lookup then there may be some useful info in the following link:
    Authorization object for capacity planning CM03

  • Restricting cost center selection during creation of reservation

    Hi,
    We had a requirement to restrict the selection of cost center during creating a reservation. An user should be restricted in selecting any other cost center which does not belongs to his department. Since the restriction was not possible in standared/available authorization objects, we have created a customized object thru SU2. The Z object is available in role maintenance (PFCG) which we assigned to the object class MM_B and maintained the relevant cost center value.
    Still it is not giving the desired result as selection of any aother cost center (which is mot mentioned under the Z object) is permitted while creating a reservation.
    Request your valuable update in fixing the issue.
    Thanks & Regards,
    Vinod Punnoran

    Hello Vinod,
    How to manipulate the screens from transaction MB21 to avoid your
    issue?
    a) by transaction OXK1:
    In customizing transaction 'OXK1' you can see which screens are
    available and in which order they are selected by the program.
    This transaction also allows to add customer-defined screens, to
    change the priorities and to de-activate standard screens.
    So if you create yourself a screen with all the fields you
    would like to see you can assign it in OXK1. You would have to
    set the priority key so that program would choose your screen rather
    than the standard screens.
    Transaction OXK1:
    The coding block searches through the existing subscreens for the one
    which fulfills most requirements. The "Priority" serves as fine tuning
    in the search procedure: 1 is the highest priority, 9 the lowest.
    The system searches for the most suitable subscreen according to the
    following strategy:
    First, it searches for subscreens containing all the account assignment
    fields required. If there is more than one, it selects the one with the
    highest priority.
    If this is unsuccessful, the system then looks for subscreens containing
    all of the obligatory fields, or as many of them as possible. The
    subscreen containing the most obligatory fields is selected.
    If two subscreens contain the same number of obligatory fields, then the
    one containing the most required account assignment fields is selected.
    If there is still more than one, the selection is made according to the
    priority.
    b) by user exit or BADI
    Enhancement to manipulate reservation data is MBCF0007 and the user
    exit is EXIT_SAPMM07R_001.
    MBCF0007 Customer function exit: Updating a reservation
    MBCF0010 Customer exit: Create reservation BAPI_RESERVATION_CREATE1
    MBCF0011 Read from RESB and RKPF for print list in  MB26
    There is a BADI as well:
    MB_RESERVATION_BADI  MB21/MB22: Check and Complete Dialog Data
    I hope this information helps you.
    Best Regards !
    Fábio Almeida
    MM Consultant

  • Restricting issue of goods to cost center with respect to material type

    Dear Users,
    I have a requirement like we want to restrict issue of goods to cost center with respect to material type i.e., we want to issue goods to cost center only through reservation and that too only for specific material types. Is there any standard solution for this, please provide your suggestions.
    Thanks,
    Manoj

    Hi Ajay,
    Thanks for valuable input.
    I also thought in the same line , but user has the following concern on this:
    Assessment Cycle: As per Users, it cannot be used because this will allocate based on allocation basis. But they need, the values that was posted at the time of transaction and as per materials. So it wont be accurate through Assessment cycle,
    OKB9: They have different Cost center for different valuation area for the same GL Account.
    Hence through OKB9 also, we cannot post directly to COPA.
    That's the reason the above option were not adopted.
    My other concern to this is:
    In CKM3, we have two lines under consumption, one for Normal sales PGI and other is Cost Center.
    After doing revaluation of consumption in CKMLCP, we see one line under Cost Center :Revaluation of Consumption Figure"
    My question, where can I see that figure whether in any table or in Cost Center report??
    If that is also available we can try to match those values and post to COPA.
    Let me know your thought on this.
    Thanks and regards
    Kami

  • How to restrict the users specific cost center/profit center in FBCJ transaction.

    Hello Guru's
    We have created multiple profit centers across india. So I would like to restrict area wise profit center to use the users.
    ex ; I have created for MUMBAI M001 to M009 range and for Hyderbad I have created H001 to H009.
    So my requirement is Only Mumbai user should able to post the entries in FBCJ transaction and should not able to post other area's which are hynderbad and so on.
    In T code FBCJ, Users are able to post to any cost center/profit center even it is not in the range of B001 to B991. I have maintained these values in object K_PCA and org levels as well
    Kindly provide your valuable solutions’.
    Thanks
    Mohan

    Hi Rajiv,
    Thanks for information.
    I have already restricted the filed RESPAREA of K_PCA. Please find the below details.
    PCFFCLB001-PCFFCLB991, PHFFCLMUMBAI
    However still the user is able to post the entries in other area's (hydarbad n delhi..). Can you please let us know other solution.
    Let me know if you need any other details.
    Thanks
    Mohan

  • FI Cube for G/L and Cost Center Restriction

    Hi,
    We are trying to build a finance report that provides items like overhead, revenue, expenses etc. We started working with cube 0FIGL_C01 but there does not appear to be a way to restrict by cost centers. Basically, we have a list of G/L accounts defining the various items like overhead, revenue, expenses etc, but for some of these items we need to exclude certain cost centers. In such a scenario, which cube might be the best for us to use?
    Thanks,
    Anita S.

    Agree, but also check if the company is approaching the use of the new Flexible General Ledger (that comes in ECC 6.0).
    If so, you could have GL balances split by Cost Center directly in GL.
    If not, you have the above mentioned infocubes.

  • How to restrict the Cost Center Search ?

    Hi everybody,
    Im a little bit worried... In my Org Model, I defined in the CNT user's attribute some Cost Centers. 
    I was thinking that this action would restrict the Cost Centers that the end-user can use. 
    Obviously not.. it seems that it is just a default value, but the user can search and put any cost center.  The same concept applies for the GL account.  =(
    Somebody knows how to really restrict the cost centers that an user can use ?
    I appreciate your help a lot !!!
    Regards,
    Diego

    Hi Diego,
    For cost centers search help in SRM, there are 2 options:
    1 - You use the backend search help, then backend search help is called directly, and the attributes are not taken into account.
    2 - You do not use the backend search help, then a HTML select option (dropdown list) of codes is shown to the user with all the values entered (one by one) in the user attributes (or herited values, but ranges are not supported).
    The first option is used as soon as the user has the authorization object (authorization object SRM 3.0: M_BBP_SHLP; authorization object SRM 4.0: BBP_FUNCT/value: BE_F4_HELP)
    What I understand, is that you want to use the backend search help, with a limitation upon the user attributes: this can be done using the search help BADI.
    Regards.
    Vadim

  • QM ? - Cost Center ? UD = Quantity for Sample for HUM goods ?

    Hi everbody,
    Can someone help me ? : I would like to know how to determine cost center in the following posting:
       Usage decision: Quantity for sample.
       Inspection lot origin: transfert order => no process order
       HU managed goods (HUM). (for non-HUM goods, a button is available to put the cost center)
    I can not find a way to put the cost center.
    Thank you in advance for your help.
    Best regards,
    Jean

    Hi
    In the same plant level you can maintain Cost center: Destroyed
    It is nothing but sample Usage only
    Reagrds
    Sujit

  • Individual COst center restriction in BI

    My company is also looking for restricting access to cost center specific & we have implemented a solution using Listcube tcode, let me explain the steps.
    1. The Analysis auth obj (AA) contains ZCC_AUTH info object which is given aggregated values.
    2. this AA is inserted into the role & then assigned to the user.
    3. The User assigned to a specific Cost center is inserted into the ODS table.
    4. Then the Listcube tcode is run for the infoprovider, which assigns the costcenter to the user Id.
    5. When User runs the BI query the assigned cost center values only is retrieved from the database.
    But i feel this is has disadvantages
    1.  Every time a new user is created, the ODS table as to be updated with this info & list cube as to be generated or if a user changes the Cost center then we once again have to update the ODS table & regenerate using the List cube.
    Now i would like to know the solution w.r.t user customer Exit with variables
    1. when is the customer exit is trigerred -
           a. when the query executed by the user is run or when the auth check is done for cost center in the AA object?
    2. How to determine inside a query which info object are being checked, i know in RSECADMIN the trace shows which auth objects have been checked - but seeing a query i need to know which auth obejcts have been used for retreiving data.
    your suggestions are really helpfull for me to debug this issue we are facing.
    Thanks a lot in advance.
    regards
    Naveen Murthy

    1. when is the customer exit is trigerred -
    a. when the query executed by the user is run or when the auth check is done for cost center in the AA object?
    Ok here's the thing. You are looking at two things that are in sequence. You opted for the System to check for InfoObject (here CC). In order to get that info the system triggers the Customer Exit. So to your question, the Cus Exit is triggered when the query is excuted. And based on the info in the Customer Exit the system check for the Cost Center Access.
    2. How to determine inside a query which info object are being checked, i know in RSECADMIN the trace shows which auth objects have been checked - but seeing a query i need to know which auth obejcts have been used for retreiving data.
    I doubt if that info is available in the query, since queries are build based on InfoObjects and not auth objects.
    AB

  • Report restricted to specific Cost Centers of a cost center group

    Dear Experts,
    can you tell me how to achieve the following goal:
    We want to have a report writer report restricted to one cost center group that can be chosen by the user, but only showing in the first column the cost centers starting with "1049" for example that are part of this group and in the second column the cost centers starting with "1039" that are part of the group and so on.
    As far as I know, if we insert a variable on cost center group, we cannot restrict the cost centers any further ... do you have an idea how to proceed?
    Thank you very much!!
    Thomas

    Try it with two sub groups in your main cost cente group, one for the first column, and on for the second column.

  • Value wise restriction Cost Center Wise

    Dear Experts,
    How can we restrict each cost center not raise PR beyond some limit.For example i want to restrict one cost center to buy consumbale not beyond 1 lac per annum so there should be some check at PR level to stop user for creating Purchase requisition if value cross 1Lac.
    Regards
    Vivek
    Edited by: Supergene on Jan 15, 2009 3:01 PM

    Hi
    You can set up budget for cost centre and limit the expenditure on it.
    Thanks

  • Cost center + Activity actual consumed quantity report

    Dear Friend,
    I want to see acitivities actual conumption (operation confirmation by PP) quantity with the combination of cost centers. Please provide me some reports number.
    thanks
    Ravi

    Hi Ravi,
    try  S_ALR_87013646 - Activity Types: Period Breakdown
          S_ALR_87013647 - Activity Types: Scheduled/Plan
          S_ALR_87013617 - Area: Activity Types
    S_ALR_87013629 - Activity Types: Reconciliation
    S_ALR_87013630 - Activity Types: Plan Receivers
    KSBT - Cost Centers: Activity Prices
    KL20 - Template Allocation Structure: Cost Center/Activity Type
    Hope this helps you....
    Regards,
    Sreekanth....

Maybe you are looking for

  • OUTPUT as FAZ

    Hi All, Can anyone tell what is the configuration to be done to send output as fax. Is it possible to send output as fax to corresponding warehouse number. If yes kindly tell me where we maintain FAX # for warehouse Points will be rewarded for suitab

  • What are the advantages/disadvantages of using PS/CS5 in 64bit over 32bit please?

    What are the advantages/disadvantages of using PS/CS5 in 64bit over 32bit please?

  • Online Manuals for Vintage Gear-Link Me Marge...

    this is not about logic (which i use a lot) but a more general enquiry related to an audio project i am working on. i have posted here as this is about as close as it gets to professional audio w apple forums and so i thought there might be some over

  • How can I install Firefox12 silently

    I can get the install to run via the -ms switch, but I need to copy the prefs.js file over to the randomly generated "C:\Users\xxxxx\AppData\Roaming\Mozilla\Firefox\Profiles\xxxxxx.default" folder. Is there an easier way or do I have to figure out ho

  • Running Compressor and uploading videos. Imac keeps Crashing.

    Hello, Here are my system specs:   Model Name:          iMac   Model Identifier:          iMac11,1   Processor Name:          Intel Core i7   Processor Speed:          2.8 GHz   Number Of Processors:          1   Total Number Of Cores:          4   L