ASSET CODE FOR ACCOUNT ASSIGNMENT CATEGORY IN PURCHASE ORDER.

Sir,
greetings!!!
here is a procedure we follow...
We create asset code(AS01) for capital items. when createing Capital purchase order for the item, we give A as asset for assignment category which then asks for asset code in acc assignment cat tab. this is a general process.
Now problem is that I want the field of account assignment category in PO item tab to be automatically populated with the asset code at the time when I put the material and plant i.e capital item.
Is it possible.
What is happening is that the user while creating PO is not at all selecting correct asset code with reference to capital item, that has a huge effect on asset accounting..
please provide

Hello,
As such there is no standard thing available, but there is one thing that you can do, that is
Create a PO document type for Assets and for that document type allow only account assignment A and delete rest including standard account assignment that is blank.
This way, once a person choose the document type for Assets, he will have to give the account assignment A.
Regards
Prabhjot Singh

Similar Messages

  • PO Release for Account assignment category is K(Cost centre)

    HI Experts
       I need to set up release procedure for PO when account assignment categeory which is being maintained at Item level so suggest suitable method
    Regard
    Srinivasan

    HI
    Yes i know PO Release is maintained at Header level but i need to prepare a functional Spec
    and i need to configure PO release for Account assignment category i think some user exits
    to be used please suggest how to proceed
    Regard
    Srinivasan Kannan

  • Error message when trying to post GR for account assignment category A

    Hello gurus,
    when I create a PO item with account assignment category A, PO creation works fine. But when I try to post the GR for that item, I get an error message similar to
    "Account determination for entry <our chart of accounts> ANL <our company code> not possible".
    Any idea what the problem might be?
    I have had similar error messages in the past, when the automatic postings where not configured completely. So "ANL" should be some transaction like BSX or something. But I cannot find a transaction ANL.
    Thanks in advance
    Alicia

    Thanks for your help, everything seems to be ok as described.
    This seems to be a SAP error, see SAP note 1249431.
    Greetz
    Alicia

  • Display mode for Account assignment category for NB document type

    Dear MM gurus,
    Is it possible to have Account assignment category field in ME21N for document type NB to be display only. Could any one please advised if this is possible?
    Thanks in advance.

    Hi,
    Yes it is possible. But u have to define ur own Field selection for the PO document type and u have to assign it in the document type NB. Go to SPRO>IMG>MM>Purchasing>Purchase Order-->Define Screen Layout at Document Level

  • G/L Account for Account Assignment Category in PO

    Hi,
        I am creating Purchase Order based on Purchase Requisition. My Account assignment category is "E". G/L account is "400000". But error message is coming as "G/L account 400000 cannot be used (please correct)" & "Purchase order item 00010 still contains faulty account assignments".
    Kindly clarify. Thanks in advance.
    Regards,
    Maheswaran.

    Hi Maheswaran,
    Generally said, SAP decide G/L automaticlly. but if you want to check, you can:
    First you need check in your system  the  Acct modification of you account assignment E in IMG-MM-Purchasing-Account Assignment-Maintain Account Assignment Categories. For example , in my system it is VBR.
    then you check which is the corresponding G/L of VBR(Pay attention to the Chart of Account!) IMG-MM-Valuation and account assignment-account determination--account determination without Wizard. ( double click GBB (fill in your chart accounts name such as INT ) to see if 40000 the right in the row VBR (of course, make the right for valuation class and valuation modification which is decided by your material and valuation area)
    Best regards,
    Cliff

  • 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

  • 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.

  • 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.

  • 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

  • Account Assignment in the Purchase order

    Hi
    I am trying to create Purchase order with Account assignment category "Q"  wherein system displays a GL account (4011100) which is mapped in the OBYC in the transaction GBB and general modification VBR. Further when I enter WBS element, it changes  GL account to  2301100 which is mapped in the transaction BSX. You are requested to kindly let me know what is logic behind GL account change, Is there any setting of WBS element with transaction BSX ?
    Can I change vendor code in the purchase order modification ME22N before PO release.
    regards
    Sanjay

    Hi
    If you are using the account assignment category Q, then the account to which it should get posted is the Inventory account
    So the The g/l is getting changed once you give the WBS elemnt.
    After the receipt of stock thsi will get moved into Special Stock with Project.
    Can I change vendor code in the purchase order modification ME22N before PO release.
    Once the PO is craeted Vendor cannot be changed.
    Cancel the PO & create a new one.
    Thanks & Regards
    Kishore

  • Account Assignment category in Limit order confirmations in SRM 4.0

    Hello
    We are using SRM 4.0 in extended classic scenario.
    When entering the confirmations for limit orders in SRM, users add the limit/ service items.
    After SP14 recently, the " account assignment category" is not set in the added lines , same as the
    PO .
    Rather the account assignment category is the first one from the available list.
    Any suggestions / notes for this issue?
    Regards
    Kedar

    Hi,
    1. In customising (SPRO) in R/3 you need to create the corrpesponding account assignment category with the relevant fields specified.
    2. In customising (SPRO) in SRM you need to create the new account assignment category and specify it as active plus the backend system reference. You can then assign the cost assignment types that are applicable and those that are mandatory.
    I haven't got access to a system at the minute so can't give you the menu paths in customising but for R/3 it is under Materials Management > Purchasing and then look for Account Assignment. For SRM it is in Cross Application Components and then look for Account Assignment.
    Regards
    Chris

  • Account assignment category in production order

    Hi all,
    When I create a production order, the account assignment category coming is OIT - Order Item where as it should be MAT because in order type dependent parameters - distribution rule - Production Mat.Full settlement, is maintained.  Is there any setting missing from production side if any?
    Regards,
    Yogesh

    Hi,
    If you are using a nonvaluated sales order stock, you can only use full settlement for the manufacturing orders assigned to a sales order item. At the end of the period, the costs are settled from the manufacturing orders assigned to the sales document item.The inventory values are calculated on the sales document item when you perform results analysis. You then settle the inventory values calculated in results analysis to Financial Accounting and Profit Center Accounting.
    Please check strategy group of the material and settlement profile.
    Regards,
    Rajarao.

  • Enhancement/exit name for Account assignment category for tcode XD01

    Hi Gurus,
    Can you tell me Exit name/Enhancement name To populate the proper
    Account Assignment group based on the type of customer and the relationship of the customeru2019s country to that of the sales organization while creating customer master record using tcode XD01

    Hi
    For this u need to ehancement Point.
    Regards,
    Raghu.

  • MAKE BUSINESS AREA MANDATORY IN ACCOUNT ASSIGNMENT TAB IN PURCHASE ORDER.

    What I've done is in dev server is made BUSINESS AREA mandatoy for"A" asset acc assign category, so that while creating a capital purchse order, one should mandatory give input at BUSINESS AREA field in purchase order.
    This all setting i've done in OME9.
    Till now everything is OK in PO creation except the fact that system is not asking for Business area, infact it is picking the same business area which is present in asset code.
    i.e. when i give asset code, it is automatically proposing the business area from asset code and instead i want the system to compulsory ask for business area.
    By this I can be sure that the asset code authenticity...
    Thanks and Regards...
    rahul

    go to SPRO > MM > Purchasing > Purchase order > defiene screen layout at document level
    and check for the field "Business Area". to do the field as mandatory, the field should be available here.

  • What is the differences between the account assignment category of E and M?

    Hi, I have a question about account assignment category.I hope someone give me the answer , and I would appreciate it.
        as you know, there are so many account assignment categories (e.g. A:asset,K:cost center)in sap customizing,when we want to purchase asset, we will input A to the field of account assignment category in purchase order.
         When will we input E or M in purchase order? What will it imply when we input E or M in purchase order? What is the differences between the account assignment category of E and M?
    Best Regards
    Bob Wang

    Vijay,Thanks for your answer,but I am still not clear about it,I have a instance to describe my question at detail.
        If there is a final product A, and the planning strategy for A is 20(MTO), the procurement type of A is F(external procurement) at the view mrp2 in the material master datas.
    step1: I creat a sales order.
    step2: run MRP for A.
    step3: transfer the purchase requistion into a purchase order,and the field of acc.***.cat. in the purchase order will be filled out M automatically, because the acc.***.cat. in the planning strategy 20(MTO) is set with E.
        Well, the purchase order is created, what is the relationship between the sales order and the purchase order? What will be happened about costing between the SO and the PO?
        If I delete the E, I make the PO become a standard PO, what is difference between standard PO and the PO including E?
    Best Regards
    Bob

Maybe you are looking for

  • How to get access to Row Data (Child Text) in a Tree Control Pragmatically?

    In LabVIEW 2010, I have entered Row Data into a Tree Control pragmatically using the Add Item method and providing the Child Text array and the Child Tag for the Row. When a Row in the Tree Control is selected, I can get the Row Tag in the Value Prop

  • Scan to email certificate problem

    Having a problem with scan to email secure https.  I have to use unsecure in order for it to work. Hp 8620 office jet pro, windows 8.1, thanks, Hurstolds

  • URL generation

    Hi Everybody , i want to generate a URL to make use of this in xcelsius . Now , iam able to generate a flat XML file using 'Call Transformation' on the local desktop . Similarly i would like to generate a 'URL'   there by i want to make use of this U

  • 1Z0-051 study material

    Hi, I am planning to give 1Z0-051 Oracle Database 11g: SQL Fundamentals I exam. I needed some guidance as to where shall i get the study materials. If someone can help me it will be great. Thanks.

  • "Magnetosphere" could not load in 64-bit mode

    Since upgrading to Lion and iTunes 10.4, an alert "Magnetosphere" could not load in 64-bit mode pops up each time I launch iTunes. I have tried reinstalling iTunes 10.4. Any ideas how to resolve the issue without telling iTunes to run in 32-bit mode?