PO: Default Account assignment category per material?

Hello,
The requierement of my company is that some materials are purchased for stock and some others for Cost center. But at some point they want to move some of the materials of "cost center" into "stock". So materials will be  "looking" the same in questions of views created, etc.
So it would be good if there is a way to default the account assignement category by material. Any idea? User-exit?...any possibility totally standard of doing this (withouth enhancemnet/user-exit)?
Release 4.6c

Hi,
It can be done by having two doc. types in the PO one for the stock and the other one for the consumption.No need for the two material types.
In doc type xy -account assignment is disabled, in the other doc type XZ the account assignment is enabled.
Also using the user exit ME_PROCESS_CUST, you can define the condition against the doc type.
Regards,
velu

Similar Messages

  • How to make default account assignment category in planned order?

    Scneario Description:
    1. Sales order for a configurable parent item is created in ERP & order BOM is changed & transferred to APO. In APO MRP run takes place for that parent item, which creates a planned order with account assignment category "M" (M:Individual Customer w/o KD-CO.
    2. Now based on the dependant requirement generated for parent item, MRP takes place for one of the child item in ERP & purchase requisition gets created for child item.
    Question:
    1. Can anybody help me how i can make default account assignment as "F" (F:Order) in the planned order of parent item?
    2. PR created for child item also has default account assignment category as "M". we wish to change that to "F".
    Thanks & best regards
    Hemchandra & Sandeep Mandhana

    Hi V. Suresh,
    The account assignment category maintained in the requirement class for parent item is 'M'.
    No account assignment category maintained has been maintained in the requirement class Semi-finished component (this component is sent for subcontracting).
    The business process is as follows:
    1. Create Sales Order for Parent say ME_PARENT.
    2. Order BOM for ME_PARENT is created and subsequently cifed to APO.
    3. PP/DS heuristic is run for ME_PARENT.
    4. MRP for component ME_COMP is run in ERP.
    It can be seen that purchase requistion for ME_COMP has a/c assgn category as 'M'. It seems that the ME_COMP has inherited 'M' from ME_PARENT.
    We would like to have no a/c assgn category for ME_COMP.
    Any pointers?
    Regards,
    Sandeep

  • Default account assignment category in ME51N/ME21N

    Hi,
    I want to default account assignment category ( KNTTP) based on document type while creating PR and PO, there are 4 different document types, Can this be achieved through config settings?, I am writing code in method PROCESS_HEADER of BADI ME_PROCESS_REQ_CUST, I am able to get header data using method GET_DATA but not able to use method in item interface SET_DATA. If anyone has achieved this please let me know.
    Thanks

    one of wayout is to set defaul value in user screen. set required account assignment otherwise use customisation
    regards
    points if helpful

  • Account Assignment Category & Test material combination

    Hi,
       Please look into this issue
       System allowing me to create the PO with combination of Account Assignment category"Q" and "Test material(With out Material code)",but it is giving error message while posting the GR(Account determination error)
    In this scenario I am expecting the error message should appear while creating the PO it self,how to block this combination?
    Regards
    Hari

    Hi Hari
    check in SPRO what account modifier is assigned to Acc Assn categ. Q, then in OBYC check in GBB if a G/L account is assigned against selected account modifier.
    i have got this idea from a solution provided by YOGESH and STEVE in the below thread:
    Re: PO
    Anjajn

  • Purchase Requisition / Order: Account Assignment Category for material type

    Hi,
    When creating a PR or PO for one specific material I would like the system to propose a specific account assignment Category for this material. It shouldn't allow the user to change this account assignment category.
    Is it possible? How should I proceed?
    Thanks in advance.
    Luis.

    I dont think there is any standard procedure for doing this.
    My idea would be to use a user exit say EXIT_SAPLMEREQ_010 for PR and a similar exit for PO and code a Error message check for Material type and account assignment combination.
    For ex : EXIT_SAPLMEREQ_010 is a exit which is called during check in a PR . SO when the user enters a combination of Material type and Acc assignment u can check for the requirements.

  • Mandatory default account assignment for HIBE material

    Hi,
    For stock transfer PO we need account assignment Mandatory with default value "K" while creating the stock transfer PO.
    How we can do this?
    With Best Regards,
    Rajkumar

    Thanks for the reply.
    We want the same functionality as described by you.
    The requirement is that, when the stock transfer PO will be created the account assignment for line item of HIBE type (only) should be displayed as "K" i.e. Acct. assig. is mandatory and default equal to "K". With this restriction the user creating the Stock transfer PO for HIBE material will be prompted to enter cost center and GL account. And when goods receipt will be made for the PO,  the HIBE material will get consumed for cost center.
    So, can we made such restrictions while creating stock transfer PO?
    With Best Regards,
    Rajkumar N. Phand

  • Default Account Assignment

    Hi all,
    I want to have a default account assignment category for the PR document type.
    Eg: When I use the particular document type there should be only one account assignment "K". I want to remove all the other account assignement for the particular document type.
    How this can be achieved?
    Thanks in advance.
    Regards
    Sachin

    hi,
    u have to go for user exit/badi

  • Account assignment category in Schedule lines

    Hi,
    There is a field called "account assignment category " in schedule line configuration. What is the relevance of this field ?
    For instance if account assignment category in schedule lines is "K", it means cost centre. What it means ?. does it means some data flows from sales order  to a cost centre or for instance if account assignment cat is Y, it means third  party purchase. does it mean some values flow from purchase orderes to sales orders ??
    Could somebody explain in detail the functionality in detail.
    regards
    sachin

    Hi,
    You are going in the right direction,
    This is related to SD -  MM config regarding the default account assignment category in PO.
    By maintaining  the various account assignment categoy in schedule line you can default it in PO.
    The account assignment category decides the cost collector for the PO and also defines the type of process that is being run.
    regards,
    ashish

  • Badi For Account Assignment Category in me21n

    Hi All,
    I am trying to implemnt badi for me21n for assigning default account assignment category as  E.
    i got the badi for  ME_PROCESS_PO_CUST .
    But the the problem is i dont find account assignment category field(KNTTP) in trhe metyhods tab.
    No othe badi is getting triggered.
    Please help me out in  this regard.
    Thanks and regards
    Ibrahim

    hi,
    i hope this will help you.
    DATA:
             ls_acc TYPE REF TO if_purchase_order_account_mm,
             ls_item     TYPE REF TO if_purchase_order_item_mm   ,
             ls_hdata    TYPE mepoheader                            ,
             ls_header   TYPE REF TO if_purchase_order_mm           ,
             ls_idata    TYPE mepoaccounting,
             ls_data     TYPE mepoitem_data    .
      DATA : lv_werks TYPE wrf1-locnr .
      DATA : vlfkz  TYPE wrf1-vlfkz.
      DATA : matkl  TYPE mara-matkl.
      DATA : ls_ana   TYPE zmm_ana_hesap.
      DATA : lv_okset TYPE c.
      ls_acc = im_account .
    *get item from account
      CALL METHOD ls_acc->get_item
        RECEIVING
          re_item = ls_item.
    *get item header
      CALL METHOD ls_item->get_header
        RECEIVING
          re_header = ls_header.
    *- Get item header data
      CALL METHOD ls_header->get_data
        RECEIVING
          re_data = ls_hdata.
    *- Get item data
      CALL METHOD ls_item->get_data
        RECEIVING
          re_data = ls_data.
    *- Get account data
      CALL METHOD ls_acc->get_data
        RECEIVING
          re_data = ls_idata.
      lv_werks = ls_data-werks.
    ***Conversion Exitler
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
        EXPORTING
          input  = lv_werks
        IMPORTING
          output = lv_werks.
      SELECT SINGLE vlfkz FROM wrf1 INTO
         vlfkz
        WHERE locnr EQ lv_werks.
      SELECT SINGLE matkl FROM mara INTO
         matkl
        WHERE matnr = ls_data-matnr.
      SELECT SINGLE sakto INTO ls_ana-sakto FROM zmm_ana_hesap
        WHERE matkl = matkl
        AND vlfkz = vlfkz
        AND bsart = ls_hdata-bsart
    AND knttp = ls_data-knttp
      IF sy-subrc EQ 0 .
        ls_idata-sakto = ls_ana-sakto.
        lv_okset = 'X' .
      ENDIF .
    * buraya lv_check ya da sakto bou015F ise için kosul gelecek
    IF lv_okset IS NOT INITIAL .
    *- Set item
        MOVE-CORRESPONDING ls_data TO ls_idata .
        CALL METHOD ls_item->set_data
          EXPORTING
            im_data = ls_idata.
      ENDIF.
    ENDMETHOD.

  • G/L account defaulting in purchase order with account assignment category.

    Hello Gurus,
    when creating a purchase order item  with account assignment category - E, system is defaulting G/L account in account assignment tab for that item.
    We have material group defined for this material in material master.
    Please help me in finding why this is happening and from where this G/L account value is considered.
    regards,
    Steve.

    Hi,
    Ckeck in KA01 and that particular GL Acct. might be assigned to cost element.
    For eg if the G/L account is 400000 in that account on top in menu you will find edit cost element .so check in wether it is maintained.
    once check and reply.
    Check in OKB9 whether g/l account and cost centre is maintained for your company code.
    Edited by: V K on Mar 31, 2008 6:34 AM

  • G/L Account default in purchase order with account assignment category K

    Hello gurus,
    when creating a new position in a purchase order with account assignment category K "Cost Center", the G/L Account No. is always filled with a default account.
    Where and how can I define, what account is used as default GL Account?
    The version is sap ecc 6.0.
    I will reward points all answer!!
    Thank you!

    Hi
    check the valaution class assigned to the material or the material group (if no material is being used)
    Now goto OBYC, Click on the transaction key GBB, for the account modifier VBR, & for the valuation clqass combination - check the G/L account.
    Based on this combination the G/L is determined auitomatically in the PO. if you chnage it here ... it will reflect in PO at the time of creation.
    Thanks & Regards
    Kishore

  • Account Assignment Category in Rework Order for non valuated material

    Friends,
    We created non valuated material for rework. I want to accumulate the rework cost. When i am trying in CO02 = Header = Settlement Rule where the category is MAT but I want it to be ORD.
    How that category is changed to ORD, so that I can able to accumulate cost with respect to order?

    Hi,
    Whether you are creating the rework order with material? Actually rework order is supposed to be created without material with transaction CO07. Here in this case you have to define the account assignment category ORD in settlement rule.
    In some cases to meet the requirement we can create the rework order with material also through transaction CO01/CO08, but in this case the account assignment category will be MAT by default. Therefore you cannot change it to ORD.
    Hence you need to create rework order to have account assignment category ORD w/o material only.
    Regards,
    Sandeep

  • Default G/L account for account assignment category 'E' in PO

    Dear All,
    I have a PR created by MRP where this PR is triggered from Sales Order. Therefore, PR has the account assignment category 'E'.
    When I create a PO with reference to this PR,  G/L account needs to be entered. Is there a way to make it default from T030 BSX key ?
    Best regards,

    Hi,
    Check the attributes of Account Assignment Category "E" in OME9;
    Consumption posting  E
    Special Stock        E
    Based on the this system reads the BSX key for the material valuation in OBYC (Table T030) and defaults the GL A/c.

  • Non stock material - Account assignment category Q

    Dear All,
    I have came across a strange situation.
    For non stock material, qty update and value update is un checked in configuration.
    When I am trying to create PR or PO for non stock material, system is giving an error for account assignment category.
    Upto this, everything is fine.
    Now when I am entering account assignment category - Q, system is allowing me. Further ahead, when I am doing GRN, stock is also generated which is against the SAP standard practise. Because stock should be consumed for non-stock material.
    However, for other account assignment category, system is not generating stock and directly consumes the material.
    Once stock is generated, system is also not allowing issue of this material, because qty update is unchecked.
    Would request you to please help me. Do I need to do any configuration in the system for this.?
    Please help.
    Thanks & Regards,
    MP

    Hello,
    Thank you ver much for your inputs.
    But the problem is, how come stock generated for a material of material type "non-stock material". As per standard practise, non-stock material should be directly consumed and can not come in stock.
    Problem comes only when we use account assignment category - "Q". For other account assignment categories, stock is getting consumed.
    Thanks & Regards,
    Mihir Popat

  • Report as per Customer Account Assignment group or Material Account Assig

    Hi,
    I require report as per customer account assignment group or material account assignment group.
    Can you please tell me how to fullfill this requiremetn.
    I have go for ZReport or any standard report is available.
    Regards,
    ch.srinivas

    Hi,
      You could have gone for a query but unfortunately,you cannot use table TSTMT in a query so I think ZREPORT would be a better option.
    Regards
    Karan

Maybe you are looking for

  • Passing parameters to an event handler

    I am successfully using event handlers to respond to user inputs(mouse click, enter key, etc.) The handler can also use the event objects parameters to perform operations based on who called the function. An example of this is the target._name, which

  • Launch to specific help page

    I'm sure this has been covered before, but I can't seem to find it when I browse or search. So I apologize for the redundancy... Is there a way to launch RoboHelp so that it opens to a specific topic? For example, you are on an e-mail page and you la

  • Acrobat Install Failing

    I just purchased XI Pro through Creative Cloud.  When I try to install, I get "Installation Failed" with the following error message: Exit Code: 7 Please see specific errors below for troubleshooting. For example,  ERROR: ----------------------------

  • Sales Text control based on Order type

    Hi, I am in process of maintaining both header level and item level texts in order to perform reports. I found the Text deter maintain in SD--> Basic functions --> Text control and already defined the required filed. But now i want to know how to con

  • Locked by ACI

    Hi, I tried modifying the default aci that allows anonymous access by putting in "deny" for "allow". Now i am unable to view the ACI itself to modify it back. The ACI was on top of o=sample.com and target was the same o=sample.com. Is there anything