Account assignment category F not showing in PR & PO for stock material.

Dear All,
I have created one breakdown maintenance order in that i have planned one stock (L) material, for this reservation is created.
Then i have run mrp by using tcode md03 for that material.......pr is generated.
Now when i am going to convert this pr into po, system dosen't show account assignment category for this pr as "F"
Also when i see in change pr tcode me52n.........._system dosen't show account assignment category as "F"_
Actually system must show account assignment cateory as* "F" in pr & while converting pr to po.*
How i can resolved this issue. Any config setting is to be done kindly give the step by step procedure.
Thanks & Regards,
Sandeep

Hi,
When you select L stock Item that means the material will come under stock at stores. And then goods issue will be done against your reservation.
Coming to account assigned PR as F order then when GR is done agaist PO the material is directley isued to the order. From MRP system only checks agaist that material what the requirement and what is available stock, if short fall exists then it will generate PR with out any account assignment based on material master setting.
For ex if for the same material requirement has come from 4 orders then which order no system will consider to generate a PR.
Hope it is helpful.
Regards,
N.Nagaraju

Similar Messages

  • Account assignment Category is not popping up for one User

    User is trying to create the SC, but there is no Account assignment category( Cost center, WBS…) being displayed when I try to search the Acc assignment category, it gives the results without any values. There is no values for Category field for the SC cart.
    I verified the attributes for me and user, everything looks same.
    Please advise.
    Thanks & Regards
    Sada

    Hi
    Seems like there is a bug in the System.
    Are you talking of customer fields / standard fields - search help ?
    Account assignment search help in SC.
    User must have should the authorization object MBBP_SHLP assigned in attributes (SU01 transaction)._
    Re: Blank account assignment in plan-driven scenario
    Meanwhile, try these SAP OSS notes and links ->
    Note 739509 BBPPO01: SEARCH FOR ACCOUNT ASSIGNMENT CATEGORY DOESN'T WORK
    Note 746788 - Back-end system search help for cost center
    Note 656633 - Search help requires dialog users
    Note 907016 - Error when you select search help
    Re: Search help for Acct Assignment not working
    Also ensure, proper authorization objects are provided by BASIS team.
    Let me know incase you need any assistance.
    Incase nothing helps, You need to raise an OSS message with SAP on this.
    Regards
    - Atul

  • Account assignment category not flowing to PR and PO in MTS

    Dear All,
    I am facing a problem in MIGO. When I enter the PO number, it says, PO has no selectable items.
    When I consulted with MM consultant here he says the Account assignment category is not there in PO. And this has to flow in PR and PO when it is created.
    The PR is cretaed by MRP run and the strategy used is 40.
    Is this is the reason for error in MIGO? If yes where I do need to set this so that account assignment category will come in PR and hence in PO.
    Please suggest.
    Sumeet Vaidya

    Hi,
    Since the PO is not released , it is not allowing you to do MIGO.
    Hope , there might be a Release Procedure / Release Strategy defined for the Purchase Order. So pls consult with your MM Consultant and get the PO released.
    Then you will able to post the Goods Movements.
    Regards,
    Sheik
    Edited by: sheik abdulla on Apr 17, 2008 6:00 PM

  • 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

  • Change account assignment category for services with ME22N

    Dear guru ,
    i have created a purchase order for a position with item category D(service) and account assignment category K(cost centre). I have inserted for the accounting view the cost center.
    After the saving If I a try to change the purchase order position with ME22N the system donu2019t allow to change the account assignment category (F order instead of K).
    I have verified that for other positions with account assignment category K(cost centre) but for Item category blank(standard) the system allow to change the account assignment category if not exist goods receipt or invoice.
    Whatu2019s the problem about services ?
    Thanks

    Hi,
    Usually the Account assigned PO's are fixed with Account assignment, you cann't modify the account assignment once it is saved.
    It depends on the IMG settings for Account assignment category.
    Check the following IMG Settings
    SPROMMPurchasingAccount assignment-Maintain account assignment categories
    Here check for "K" --Costcentre in the detailed information if the checkbox at Acct assignment changable then only you can modify the Account assignment category modification in PO, otherwise not possible.
    rgds
    gsc

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

  • Sales account assigned PR not showing account assignment category E

    Hi,
    I have created a sales order and ran MRP for the material but I am not getting E as account assignment category automatically.
    Please guide where I am missing.
    Regards,
    Manoj

    Hi Manoj,
    You enter the Item Category and Accout.***.Cat at the below path  when PR is cretaed for a Sales ORder.
    You define the SPRO Sales and DistributionSales DocumentsSchedule LinesDefine Schedule Line Categories
    Eg :CS - Click on It.
    Regards
    Ramesh Ch

  • Budgeting thru Internal Order with Account assignment category 'A'

    Dear All
    I want Budgeting thru Internal Order with Account assignment category 'A'
    i.e
    Created Assets with Tcode As01
    Created Internal Order and assigned budget amount to IO with Tcode KO01 and KO22
    Created Purhcase Requisition with Account assignment catg as 'A' i.e asstes. Also given Internal Order No and Asset code in PR.
    Releases PR with ME54N
    Created Purchase Order with Account assignemnt catg as 'A' i.e asstes.  In Purchase Order it displays Internal Order No. and Asset code which i have given in PR in Account assignemnt tab on Item level
    Released Purchase Order.
    Now i am checking budget detail in Tcode : S_ALR_87013019  -> List: Budget/Actual/Commitments ,  Here it gives message , "No line item were selected " in Commitment line items.
    Actually  my requirement is , i want budgeting thru internal order and want to use Account assignment category as 'A' (Assets) in PR and PO.
    Why it's not showing detail in report S_ALR_87013019  .
    What is solution for my requirement. Is it possible with some configuration or by other options.
    Thanx & Regards
    Swati Shah

    Hi Swati,
    You can do this in Asset Accounting. By standard MIGO Posting Date is taken as capitalization date for asset. You can configure to make it 'Document Date'.
    So, whenever user is posting thru MIGO, he will have better control on deciding capitalization date by inputting appropriate date in Document Date Field in MIGO.
    Check this thread..
    Re: Depreciation start date for asset thru MIGO
    Regards,
    Sayujya

  • Create Purchase Order - Account Assignment Category Q

    Hi experts,
    I'm trying to create a purchase order with account assignment category "Q" and the system show me the error message ME083 - Enter GR non-valuated.
    The material type is HIBE. The Quantity and value updating are flagged.
    Does anybody can help me?
    Thanks in advance.
    Osmar.

    Hi Jurgen,
    It was necessary change the settings below.
    SPRO -> IMG -> MM -> Purchasing -> Purchase Order -> Define Screen
    Layout at Document Level
    FldSI = AKTV ( change )
    Field selection group = GR/IR control
    GR/IR indicator = required entry.
    Set the GR/IR indicator to "Opt. entry".
    With that, the issue message ME083 will not appear when the Flag "GR
    non-valuated" is unchecked.
    Thanks.

  • Account Assignment Category MAT for refurbishment order

    Hi friends,
    At tcode OKO6 (customizing of Settlement cost elements), Allocation structures, Assignments, Settlement cost elements, Receiver cat. - Input help (F1)
    I need to find the object type 'MAT' for account assignment category that will be used by the refurbishment orders settlement profile (order type 30).
    The problem: the object type 'MAT' is not available at the input help list.
    The object type 'MAT' is in the table TBO01 and it is assigned to TBO01-OBART but it does not appear in the OKO6 input help list.
    Your suggestions will be welcome.
    Regards,
    Roberto

    Yes, you are right. It is necessary to create or modify a settlement profile and to do the assignments like Allocation structure and the Default object type (in my case it has to be 'MAT' for material) in tcode OKO7. It was customized without problem.
    But before to run tcode OKO7 we have to run tcode OKO6 and create the Allocation structure. It was done but we could not do the assignment to the object type MAT because the input help (F4) does not show this option. The help shows many options like ORD (order), CTR (cost center), FXA (asset), G/L (G/L account), etc., but the MAT option does not appear.
    How to make the object type MAT available in the Receiver cat. in Settlement cost elements in tcode OKO6???
    Regards,
    Roberto

  • Purchase order and Account assignement category- Change

    hi.,
    We are trying to receive the Purchase order of High value components into INVENTORY.
    However, most of these Purchase Orders were created with account assignments.
    Because of that, if we receives these PO’s, they will be consumed against the object identified in the account assignment.
    Additionally, some of these have been invoiced already and would need to be backed out from the finance side.
    Question: How can we receive these STO Purchase orders and then make changes through Movement type ( or any other way ) so that the HIgh Value Components that are consumed against that AC assignment can be subsequently moved into Invenotory.
    Also, what are the other options ( FI will not open Previous period) so that the PO's which have been invoiced  can be reversed against that AC assignment.
    Thanks All

    hi Rajesh.,
    As mentioned earlier, these  Purchase orders are STO's which have been already created and we are waiting to do the GR for the same. Items in the STO PO are of  High value which we need to bring into  INVENTORY.
    But, because these STO PO's were created with account assignments, if we do GR now, they will be consumed against the object identified in the account assignment.
    Some of these STO PO's have been invoiced already and  FI has indicated that they could cancel the invoices for those STO PO's in previous posting period.
    Question again : How can we receive these STO Purchase orders and then make changes through Movement type ( or any other way ) so that the HIgh Value Components that are consumed against that AC assignment can be subsequently moved into Inventory and not to a cost Center (202)
    Step (1) Can we cancel the Invoiced items> reverse the GR for invoiced Items>reverse STO for PO ?
    Step (2) Can we reverse the STO for PO for which GR has not been done? then
    Step (3) Change the PO through ME22N, remove the Account assignment category?
    Or how do we correct this situation for
          (1) PO's already invoiced.
          (2) PO for which GR has not been made. How can we receive them into Stock and not Cost center.
    Anticipating a reply
    Thanks
    Sri

  • Exchange rate problem between GR&IR for PO with account assignment category

    ear SAP experts.
    We have used expense puchase order through account assignment category.
    the cost object include cost center,sale order,order.because we don’t use Fixed assets module in SAP,when purchase fixed assets,we also use account assignment category but no need to fill assets number(Not use account assignment category A).
    the processing in current system when there is exchange rate difference between GR&IR  as follows.
    purchase order Currency :USD  company code currency:HKD
    example 1-- when something purchased into expense account,
    Good receipt  (1USD=7.75HKD)
    Dr :expense account  100USD    775HKD
      Cr: GR/IR        100USD    775HKD
    Invoice receipt
    Dr : GR/IR         100USD    775HKD
        Expense account            25HKD
    CR: Vendor        100USD    800HKD
    Example 2-- when something purchased into Fixed assets account,
    purchase order :USD  company code currency:HKD
    Good receipt on Oct .01. 2007  (1USD=7.75HKD)
    Dr :Fixed assets account  100USD    775HKD
      Cr: GR/IR           100USD    775HKD
    Invoice receipt on Dec.01.2007  (1USD= 8HKD)
    Dr: GR/IR              100USD     775HKD
       Fixed assets account                25HKD
      Cr: Vendor            100USD     780HKD     
    The fixed assets is depreciated from Nov,2007.
    There is one problem that after the fixed assets is depreciated, the value for the fixed assets is added , the finance clerk have to adjust the added value from fixed assets account to Exchange Difference-Gain/Loss account by manual.
    Our problem is
    How to configure in order to make  the exchage rate difference into Exchange Difference-Gain/Loss account for purchase order with account assignment category,not the original assigned account in purchase order item.
    Many thanks
    Fanny

    Hi Fanny
    Even though the question is bit unclear, I guess you are looking for the T-Code OBYC. Use transaction key KDM for configuring the exchange gain/loss
    S Jayaram

  • How to enter an account assignment category for a material.

    Hi guys:
       I am facing following error prompt,please tell me how to enter an account assignment category for a material.
    thanks
    Account assignment mandatory for material 0000000N6451 (enter acc. ***. cat.)
    Message no. ME062
    Diagnosis
    There is no provision for value-based inventory management for this material type in this plant. Account assignment is thus necessary.
    Procedure
    Please enter an account assignment category.

    HI Shyam :
    Go to transaction type OMS2. Check whether the material type u are using is ticked for Value update.
    If not,
    a. Use a different material type
    b. or Use an account assignment category.
    How to use B,that is hot to enter an account assignment cateogory

  • PO with account assignment category F

    Hi Gurus,
    For PO with account assignment category F, the system is creating aaccounting documents during GRN for some POs & for some pOs it is not . What could be the reason.
    Regards,
    Kumar

    Hi SAPMM6,
    Check details of account category refernce 'F' whether tick is there for GR Valuated.
    Also when you are creating PO with multi-account assignment then also GR is non-valuated as per SAP standerds.
    Also check the both POs for material code and there valuation classes.
    Hope your problem gets resoled.
    Regards,
    Gitesh

Maybe you are looking for

  • USB in imovie HD

    I only use imovie HD to edit. Don' like 09. My problem is that my second camera is a waterproof panassonic with USB conection and I can't import. Does anybody know how I can transfer the footage from the camera to imovie HD? Thank you.

  • Printing Landscape

    Using Reader 9 for Windows. TWO QUESTIONS 1. Where do we find info re getting Reader 9 to print content full-size in landscape format on 8.5 x 11 paper? 2. Currently, the PDF file sent to me is in landscape. I can have the printer print landscape, bu

  • I have reset Firefox, but still cannot open Preferences.

    I am running OS 10.6.8 on MacBook Pro and have been using Firefox for years as my primary browser. The crashes have been increasing over the last few months until now, Firefox crashes multiple times a day. I cannot get the Preferences to open from th

  • .ffx and .aet previews/presets not playing in Bridge

    Asked this in the Bridge forum and it was suggested to ask here: I am running CS5.5 on a Mac (10.6.8) and when I want to preview an After Effects text animation preset or project template, Bridge opens and I can click through the various presets/temp

  • Unable to view .XLSX doc

    Hi, I have a user that is unable to open xlsx file. Our environment is Office 2007, Win 7, Server '08. Everyone else can access the file except for her. We have verified that she belongs to the correct member groups in AD. And it doesn't matter what