Unable to change account assignment field in PO

Hi Experts!
We are using SRM 7.0 with extended classic scenario.
We are facing an issue with account assignment category field in a PO.Here is our scenario.
User created a PO with costcenter account assignment field and this PO transffered to backend system i.e R/3.
When the user again tried to edit the PO in SRM and change the account assignment field from costcenter to Internal order that is not possible because the
account assignment field is grayed out .Then the user has to create a new PO with Internal order as the old PO didn't allowed him to change.
Can any one help me in this regard with  some OSS note or any other possible solution and what might be the reason for the same?
Thanks in advance!
Regards,
Kalyani.

Hello Kalyani,
Just to understand, Is your PO has Good Receipt or Invoice receipt processed? If so then PO do not allow to change the account assignment as charges are booked already.
If not i would recommend to check if your BBP_GETSTATUS_2 job is running with proper interval? Sometime old PO's do not get refresh status if BBP_GETSTATUS_2 variant is set based on SAP recommendation (i.e. 7 days or so). In that case please execute manually BBP_GETSTATUS_2 and validate.
Thank you
Ritesh

Similar Messages

  • Unloading point is not copied from PR -PO,when i change account assignment

    Hi All,
    unloading point is not copied from PR -PO,when i change account assignment from 'K' to 'F' in PO. unloading point field should be in display for both 'K' & 'F' Account assignment category in SPRO because we r using this field to acknowledge my thirty party planning system.
    Thanks in advance
    Vengal Rao

    Have a look at SAP note <a href="https://service.sap.com/sap/support/notes/734273">734273</a>

  • Make Account assignment field mandatory in VF01 at item level

    Hi All,
    I want to Make Account assignment field mandatory in VF01 at item level in accounting block.
    Please guide.
    Thanks ,
    Salman Zahir

    Hi,
    Goto T.Code:SE51
    Program name:SAPMV60A
    Screen number:6106
    Select Flow Logic.
    Click on Change.
    Click on elelment list tab.
    Search for VBRP-KTGRM field.
    Two options you are going to identify.Select the  entry which is having the "type of screen element" as "I/O".
    Click on special attributes.
    Input is enabled as "Possible".Change it to "Required" from drop down.
    Save.
    It will be appeared as mandatory.
    One more way is use of an exit.
    Ask your ABAPer to check for this field  entry while saving the invoice.As we know incompletion log will not work out here in invoice,so we are going for an exit.
    If there is a value for this field then only we can save the invoice,else not.
    Regards,
    Krishna.

  • Account Assignment field in Sales Order (Internal Order)

    Hi SD Guru's
    In my sales order i have two items with two different item categories....for the 1st item in the account assignment field i can see internal order number field, in the 2nd item i cant see that internal order field. What do i do? Any customization settings?
    Regards
    Ravi

    Hi Ravi,
    it is due to profit centre accounting / costing is active, it is better to get it clearified from a FICO consultant
    regards,
    Santosh

  • During creation of WBS element How to pass ACCount Assignment field as blnk

    Hi Experts,
    I am  creating of WBS element by using BAPI   ''BAPI_BUS2054_CREATE_MULTI'' .
    during creation, passed the ACCount Assignment field  as blank.
    but when i check that WBS in CJ20n that ACCount Assignment field in coming as checked.    Please suggest me how to pass this field as blank.
    Thanks
    Susant
    Edited by: Susanta22 on May 9, 2011 6:08 PM

    I have same issue. how you resolved it.

  • Item Field Appearing In Account Assignment Field

    Hello
    I have added the customer specific field at the item level of the shopping cart and added the code in BBP_DOC_CHANGE_BADI. When I activate teh BADI this field also appears in Account assignment fields which shudnt appear and when i deactivate the badi it doesnt appear in account assignment fields. Was there something wrong in the badi implementation. Please help.
    Thanks
    Viky

    Hi
    As I told you earlier, Please refer to the SAP OSS note - 672960.
    <u>Here are the details -></u>
    <b><u>Account assignment fields</u></b>
    For the account assignment fields, use the INCL_EEW_PD_ACC_CSF structure. The account assignment fields are independent of the document type. To display the fields on the account assignment detail screen, you must carry out the following steps:
    1. Use Transaction SE16 to include the user-defined fields that were defined in structure INCL_EEW_PD_ACC_CSF in table BBP_C_ACC_F.
    2. Include the fields and the texts for the account assignment fields from INCL_EEW_PD_ACC_CSF in table BBP_C_ACCFD (according to point 1).
    3. In the IMG activity ' Supplier Relationship Management -> SRM Server -> Cross-Application Basic Settings -> Account Assignment -> Define Account Assignment Categories', you can now add user-defined fields to existing account assignment categories.
    <b>Alternatively, you can use BBP_CUF_BADI_2 to hide all the unnecessary fields from Display in the Shopping cart.</b>
    Hope this will help.
    Regards
    - Atul

  • Change account assignment and G/L account field

    Dear Experts,
    user creating purchase requisition with wrong account assignment and G/L account ,user requirement to change the account assignment and G/L account in the change mode,but system not allowing,user creation the line item again,so its consuming more time so please suggest me.
    Thanks in advance.
    Varun

    Hi,
    System has been designed for your business, so you have separate document type for account assigned PO where document type of PO link to Field Selection Key where you have control on  how the screen ,filed has to be appear in PO.
    Once PO has been created wrongly and to correct it, you need to follow my 1st answer , no need to go for any enhancement and if you do so by any mean, business will not allow you do so.
    Regards,
    Biju K

  • Authorization Object for Account Assignment field

    HI all,
    We wanted to restrict the users from creation of PO (in ME21N) against the specific Internal Orders (Account assignment KNTTP='F'). So that user can use Internal orders assigned to his Business Area only.
    Which authorization object i can use to restrict the user to use specific Internal order during PO creation and change. ??? I tried to check authorization object listed under t code ME21n but none of them restrict Internal order.
    Is there any std. object available, if not then what I need to do while creation of customized authorization object (in SU21), how system will call this authorization object in ME21N while using Acc. Assignment u201CFu201D. more detailed answers will be more useful.
    Thanks...

    Hi frnd...
    i think you want to allow all users to use acct. ***. "F",
    but you want to stop the user from using ir-relevant internal orders.
    For this, i think you can create a "Z" table having fields:
    1)User ID - (key field)
    2)Internal Orders - (key field)
    3)Access.
    Make the entries of the users against the internal orders. (if you  want any user to access all the internal orders, then make entry (*) in the field access. 
    While creating GRN check these entries, if the entry exist, let user use that internal order, if not give the error as you are not authorized.
    To do all these, you have to use user - exit. which one i dont  know...
    kindly let me know, if you use any.
    njoy SAP...
    njoy Lyf...
    Regards,
    Amit P Hiran

  • Changing account assignment at invoice receipt (MIRO/MIR7)

    Hello gurus,
    I have got two questions concerning changing the account assignment of a PO item at invoice receipt.
    Example: We have a PO item with account assignment category K and non-valuated goods receipt. Now, after GR, we receive the invoice and want to post it using MIRO.
    During this process we notice that the correct account assignment category would have been A. In MIRO we can change all accounting information (apart from the account assignment category). So we delete the assigned G/L account and cost center and enter the correct asset master number in the asset column. Then we post the invoice.
    Result is that the invoice is posted to the asset, the vendor and the tax account. So, everything seems to be ok, except that the account assignment category in the invoice document is still K.
    Now, my questions:
    1. Is it allowed to change the accounting information as described, even if that means that the account assignment category is u201Cwrongu201D afterwards? I.e. is this a standard process?
    2. This works fine using MIRO, but when we try it to use MIR7, when posting the invoice there is a cryptic workflow error message (Message no. 00398) stating something like u201CPlaceholder for batch input error text, this message is not output. Please notify system administration u2013 Problem with S.u201C [sic!]
    Any ideas on this?
    Thanks in advance
    Alicia

    Hi Praveen,
    no, there is no error in MIR7. But the invoice is not posted and the workflow shows the error message given in my original posting.
    And the point is that I cannot change the K to A in MIRO or MIR7, but I can change G/L account, cost center, asset etc. So after I change it, I still have account assignment category K, but no G/L account and cost center given. Instead, there is only the asset number.
    This looks a bit funny to me and I wondered, if this could lead to any problems, because something like that would not be allowed in the PO.
    Cheers
    Alicia

  • Unable to change "Account country"

    Hey there :) I lived in Germany, but I activated the premium-trial in Italy, where I was on holiday, so now it turns out that I can't use my account because on my profile says I'm in the USA and I am unable to change it. I had some email exchange with Spotify but they told me I can resolve my problem on my own, by simply clicking "Change Country" on my profile, but the image attached in this post says it all. I used various accounts in this year, now it could be useful to recover my old account, is there any chance to solve this?  

    Thank you Merik! Do not worry for the late reply, I've created my... 5 account on Spotify (because yes, I switched country -like... in person, not on the web- a lot of time in the last months). Aaand yes!! It's A Perfect Circle's track, 3 Libras it's a part of me and I use it as a pseudonym around the web :) Case number was: 02387098 ... I miss my old account! :)  PS. my country is Italy... for good :) No more Germany/Italy :)  

  • Change account assignment for posting key-urgent

    Dear expert,
    please advice, when running mb30, in accounting doc for material xxx we want to change account for posting key 91 with other account since the old one is blocked.How to change this account assignment then?
    Thank you

    Hi
    I am not sure whether MB30 Tcode exist. anyways, if you are sure of the Movement type with which your document is getting posted, then you can get the details of the Transaction in the OMWN. In OMWN please select the Movement type and you will see all the Tr Keys.
    Or you can get into OMWB and select Simulation. Give the material, plant and movemnet type and then select the account assignments you will have all the information.
    Regards
    Nambi

  • Document Change - Change in assignment field

    Hi
    There are 1350 documents. In all these documents, i need to change assignment field for one line item (and not all line items). I need to put WBS elements in this assignment field.
    I cannot do manually for 1350 documents. Also i cannot  go for mass change through FBL3n --> Environment --> Document Changes. This is because all documents will not same WBS elements.
    Let me know alternate solution.
    Only solution which i thought was LSMW. But its changing my all line items in each document. This i do not want.
    Please help

    Hi,
    Create the LSMW for transaction FB09 and change the particular lines in the document.
    Regards,
    Gaurav

  • Mass change in Assignment Field

    Hi
    I want to change assignment field for 30 documents together. Let me know if its possible.

    Dear,
    There may be suggestions that you can do this by selecting mass option from line item display but that will allow you to put only one value for all the fields.....
    So if you want to change Assignment field with different value to these 30 docs then it can be manually or BDC....I know this may be a tedious ot weird solution but this is what we have to live with....
    Regards,
    Chintan Joshi

  • In VA01 Item detail screen tab Account assignment field  Internal order ???

    Dear Experts,
    In T.code VA01
    item level data tab Account assignment there is field internal order , here if i created internal order that internal order should come automatically into that field
    e.g. i have one article / material for that i created one internal order where i put all expenses through T.code FB50 and i want to add sales revenue for that while creation of sale order i am putting internal order manually in T.code VA01
    so my question is  the same task can be possible automatically or not
    i have two thoughts
    1) either that internal order should assign to article or material master data or
    2) status profile has some link with internal order type (so by default link with internal order ) and there is provision in T.code VOV8 and VOV7 we can add status profile .
    Question
    IS IT POSSIBLE INTERNAL ORDER SHOULD COME AUTOMATICALLY IN SALES ORDER ITEM DATA ACCOUNT ASSIGNMENT TAB AS PER ARTICLE / MATERIAL
    PLEASE GUIDE

    Hi Ravi,
    it is due to profit centre accounting / costing is active, it is better to get it clearified from a FICO consultant
    regards,
    Santosh

  • Changing Account assignment reference after posting flows to accounting

    Hi All,
    Is there a way for me to change the account assignment reference after I posted some flows in the past for a interest rate financial instrument? 
    I need this because accounting wants to change the GL account posting for legal fees from one GL to another when a long term debt changes to a short term debt (less than a year away from maturity).  I was assuming that changing the account assignment reference in TPM28 would work.  Is this true?  I do not want to transfer any of the old postings but anything moving forward.
    Thanks
    Regards
    Morgan

    Hi Ravi/Mahesh/Lorenz
    The issue is I can do valuation class transfer for securities or loans (TPM15).  But I have my long term debt in the money market area (Interest rate instrument with product category 550).  I have assigned company code, transaction type, product type to determine the account assignment reference.  So I am not able to do a valuation class transfer I think.  Is there any other way?
    I tried to access TPM82 & TPM15M & it says 'Function not allowed'. We are on Ehp5.0.
    Am I missing something?
    Thanks
    Regards
    Morgan

Maybe you are looking for

  • How to get WSDL url for a webservice created in Oracle Apex

    Can someone please help me in understanding the below: I want to create a web service in Apex and invoke it from OBIEE. I have created a web service in Apex but not sure what will be its WSDL url which I can provide in OBIEE action link. Can some one

  • JDBC - CallableStatement - Error in Accessing Stored Procedure of MS SQL

    Dear Friends, The following is the code to access a stored procedure of MS SQL Server 7.0 sp4,           try                CallableStatement cstmt;                ResultSet rst;                cstmt = connection.prepareCall("{call backupdb[?,?]}");

  • Does the iMac have an AUDIO IN besides from the built-in mic?

    Does the iMac have an AUDIO IN aside from the built-in mic?  Also, are any special cables needed? Thanks, John

  • The subject column

    I am using macbook pro built in mail. the list of received e mails show the sender, the time and the attachments, but is not showing the subject of the E mail. I right clicked the header and the drop down list to choose what columns to show do not se

  • Error 0xC004C032, Office failed install, multiple machines

    I suppose this is a minor problem in the great scheme of things. And maybe, depending on your point of view, it's not a problem. Allow me to explain. I'm trying to install the trial version of Office 2013, and I did so successfully on laptop A. Howev