New account assignment category in OPJP

Hi,
Intend to have another account assignment category (apart from standard
F) for order category 10 (PP order) and Doc type NB for a specific
requirement . It appears that standard SAP does not have that
provision.
Please inform how to create a new document type and / or a new account
assignment category for order category 10.
Thanks in advance.
With regards,
Mrinal

Hi Fabio,
As far as I know that´s the standard behaviour. There are some checks in the system at the time of creating a PO, so when you fill any field the EKPO-KNTTP remains unchangeable.
You can check  that this is hard-coded this way in program
SAPLMECO, in include LMECOU04 :
   IF I_PSTYP EQ PSTYP-DIEN OR
      I_PSTYP EQ PSTYP-BLNK.
  Dienstleistungspositionen nicht ändern
     MESSAGE E456(ME) WITH I_KNTTP RAISING CHANGE_NOT_ALLOWED.
   ENDIF.
Review note 570767 as well.
This is hard coded so you can not change the account assignment. Please
see the below code. You can set a breakpoint and test this.
SE80
FUNCTION Group MEPO
Classes (Implementation)
LCLFS_MMMFD_ACCTASSCAT
      CLASS LCLFS_MMMFD_ACCTASSCAT IMPLEMENTATION
CLASS lclfs_mmmfd_acctasscat IMPLEMENTATION.
  METHOD lif_field_sel~execute.
    DATA:   l_t134m   TYPE t134.                            "n_932533
    IF NOT ls_local-ekpo-ebelp IS INITIAL.
IF ( NOT ls_local-ekpo-packno IS INITIAL AND          "360632
      NOT ls_local-ekpo-kzvbr EQ kzvbr-unbe ) OR       "570767
       ls_local-ekbes-wemng NE 0 OR                    "603064
        ls_local-ekbes-wesbs NE 0 OR                   "717799
        ls_local-ekbes-glmng NE 0 OR                   "785587
     ( ls_local-ekko-bsakz  EQ 'T' AND                 "785587
       ls_local-ekbes-wamng NE 0 ) OR
       ls_local-ekbes-remng NE 0   OR
       ls_local-ekbes-anzal NE 0   OR
       ls_local-ekbnk-ebelp NE 0.  -> Breakpoint
   switch_field_to ''.            ->('' means display)
ENDIF.
Regards
David

Similar Messages

  • PO with new account assignment category to G/L without CO object

    Hello all,
    A customer in a company I work for asked me to create a new account assignment category (AAC) with G/L account as mandatory field and no CO object as mandatory.
    He would like to create a PO with this AAC directly to balance-sheet account without any CO invloved (such as PO to stock) without a material.
    I have bad feelings about this process but I do not have anything substantial to convince him against it.
    Am I wrong ? Is this process allowed ? What "bad things" may happen if we use this process ?
    Any help will be appreciated,
    Thanks,
    Isaac

    Sir -
    These stuffs are done by many indian companies to inject some bad accounts. If this is a requirement, no choices left.
    It is possible to enter the material text and u can proceed with the things u need. You can create the value contract for this requirement.
    Thanks,
    Shiva

  • New account assignment category for GR Non Valuated

    Hi Friends,
    I want to make a New account assignment category for GR Non Valuated. I created the same in SPROMMPurchasingAccount assignmentMaintain account assignment categories.
    I selected followig:
    AA Changeable at IR - X
    Consumption account -V
    Acct modification- VBR
    ID: AcctAssgt Scrn- 1
    Distribution - 1
    Partial invoice- 2
    GR- Non Valuated - X
    GR non Valuated. Frim - X
    After this When I am trying to create a PO with above made Account assgn cat. it is giving a Error that
    "With non-valuated GR, please also enter GR indicator"
    When I am clicking on GR indicator in Delivery tab, it also selects GR-Based IV in Invoice tab.
    I want to have GR to be selected automatically in Delivery tab & GR- Based IV not to select in Invoice tab.
    How to do this ?
    Regards,
    Sai Krishna

    Hi ,
    In this case you may not enter the account modifier VBR . See as there is no GR posting you don't need it . But it is useful to determine the account in PO. For example if you maintain account modifier in your account assignment category you need not to enter the G/L account at the time of creating PO in account assignmnet Tab. If will be automatically picked . But if you are not maintaining the account modifier in account assignmnet category then you have to enter the account manually .
    So choice is yours whether you need an account modifier or not depending on your scenario.
    regards,
    Anupam

  • Account Assignment Category for third party process.

    Hi ,
              I would like to use different account assignment category for third party process. This account assignment cat must be assigned at the sales order itself. Is there any config for this.
    Kindly help me.
    Ram.

    You can create new account assignment category for 3rd party process  by copying existing std one 2 in configuration under MM - Purchasing - Account assignment - maintain account assignment category
    You can assign your own set of control for account assignment based on requirement.
    SAP use TAS item catgory in 3rd Sales order which is linked to Pur Req account assignment catgory 2.If you are defining own account assignment catgory than you need to config set-up with TAS sales order item catgory.
    Hope above details will help to move further...sanjay karkun

  • 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

  • Customized Account Assignment Category In SRM 4.0

    Hi All,
    We are using SRM 4.0 & SAP R/3 4.6c in classic scenario. we need to map account assignment category (Balance Sheet) in SRM which is having fields Profit Center (mandatory), G/L account (optional) & partner (optional).
    I want map this account assignment category in SRM. Please tell me how to do this.
    Help me out in this.
    Thanks & Regards,
    Ajay Pakhale

    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

  • Add new account assgnment category in IMG

    Hi,
    I want to know the step by stop process to add the new Account assignment category in IMG settings.
    Please provide the complete step by step process.
    Thanks in Advance.
    Regards,
    Kumar.

    Hello,
    You can add new account assignement category in IMG-->Supplier Relationship Management -- SRM Server -- Cross-Application Basic Settings -- Account Assignment -- Define Account Assignment Categories.
    For an example:-
    Select Account assignment and add a new entries
    Account assignment - CC
    Description -  Cost Center
    Active - X
    Back end acct asst category - K  (according to ur backend system)
    Select the added  Account assignment  and click on Account assignment fields
    Acct assignment Field(techincal name) : COST_CTR
    Description -  Cost Center
    Leading Acct assign Field - X.
    Hope it helps,
    Regards,
    Neelima

  • Error while creating purchase order with account assignment category "A"

    Dear All,
                      At the time of creating purchase order with account assignment category A - Asset its throwing error as " GL Account 123400 can not be used"
    how to resolve this  issue"
    Edited by: Matt on Sep 16, 2010 10:09 AM - removed bold tags

    HI,
    Assign all assets GL to Asset Class
    spro --> financial accounting new -->assets accounting --> assets accounting (lean Implementation) --> organization structures --> Assign GL
    Hope Help U !
    Regards,
    Pardeep Malik

  • Ability to modify Account Assignment Category for Service Item Categories

    Dear experts,
    Our customer has a requirement to modify the account assignment category when the item category is set to "D" services on a PR and PO line item. This scenario is specific to indirect procurement scenarios in SAP ECC 6.0 MM.
    End users may potentially create a PR against a service item category with an incorrect account assignment category. These PRs are created using free form text. No service master exists in these scenarios. During the approval process or during PO creation, an approver or the buyer may need to correct the account assignment category. The account assignment category is "display" only and cannot be modified when the item category is set to "D". The user must delete the line item and create a new line item with the correct account assignment category. The copy function cannot be used because the account assignment copies from the existing line and cannot be modified.
    Any recommendations to this issue using standard SAP configuration solutions?
    Thanks,
    Jennifer

    Item Category to Account Assignment Category combination is already configured. For Service Item Category, we have three account assignment categories configured. All three categories are valid in different scenarios. Sometimes the user selects the incorrect account assignment category (out of the three available) depending on the business scenario. PT9F configuration is already set to Account Assignment category "optional". However, the account assignment category still cannot be modified on the PR when the item category is "D" service.
    Any other recommendations?

  • 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

  • SRM - creation of new account assignment

    Hello,
    I just created a new account assignment that combines an asset and a cost center.
    My client wants to be able to purchase products as a asset and use the cost center to the workflow approval of the shopping cart.
    The customizing I did in MM was:
    The same customizing was done for item category O, G and P.
    The customizing I did in SRM was:
    I also added the attribute Asset/Cost center in account assignment in PPOMA for my user.
    Two questions:
    1 - When using this new account assignment, the button to create a new asset is not showing. Is it only possible to create new assets if you choose account assignment asset?
    2 - When using this new account assignment, no documents were created(purchase order). I got the error message Process schema not found.
    Did I miss any step in the customizing?
    Do I need to do something else when creating a new account assignment?
    Thanks in advance!
    Best regards,
    Karin

    Hi Karin,
    Did you do the following set up / security role assignment Assigning to Assets - Account Assignment - SAP Library as mentioned in the above link.
    Please do the same you should able to see Create Asset button.
    Thank you
    Ritesh

  • GR going to wrong GL account for PO Item with Account Assignment Category M

    Hi Experts,
    I need some help on GR posting for PO Item with M as AAC.
    PO1 for material ABC with M as  Account Assignment Category, when I book GR for this Item, the GL document generated as below.
    Dr: PRD  (Cost Price Differences)
    Cr: WRX (GR/IR)
    The material ABC price control is "S" and already have standard cost.
    For another material DEF which have ascetically same master data as  ABC and got a similar PO2 with M as Account Assignment Category.
    But the GR document as below.
    Dr: BSX (Inventory)
    Cr: WRX (GR/IR)
    How can be one same setting got so different results, is there any data in Material or PO make these differences?
    Actually the results for material DEF is what we want, how could I avoid the GR results for material ABC.
    Thanks~

    Thanks you Mukthar,
    I have checked all the information and porcess for both material and did a lot of testing in testing system.
    Here is what I found.
    Case
    Material ABC  SO: 1111   PO: 6666 (ACC:M)
    Material DEF  SO:2222    PO: 7777(ACC:M)
    All the information in material mast data, SO, PO are the same.
    The differences is that:
    PO:6666 post GR before Material ABC's standard price release. So the first GR document as below
    Dr: PRD  (Cost Price Differences)
    Cr: WRX (GR/IR)
    This is correct document without material stand cost.
    The problem we reverse the fist GR document, release standard cost for Material ABC. Then re-do the GR. but the GL document still book into  PRD instead of BSX.
    If I create a new SO:3333 and PO:8888 (with ACC M) for material ABC now.
    The GR could be book into BSX.
    It seem like once the PO got GR with 0 standard cost, even I relesed a new price for the material and re do the GR, it still take the previous 0 cost to book inventory which make all the amount into PRD.
    Quite Strange

  • Account assignment category

    The field for account assignment category appears to have a length of one.  If we have used all alpha characters, can we enter a numeric number from 0-9?  Or is there another option?

    Hi,
    You shall give numeric values to account assignment category,just now i have tried this worked out, but you should be aware of functionality.
    Path:SPRO->Materials Mangement->Purchasing->Account Assignment->Maintain Account assignment categories .
    Activities
    1. Check the attributes of the account assignment categories
    2. Maintain the account assignment categories to suit your requirements
    Now click on new entries as per ur business requirement you may define the same.
    Reward if helpful.
    Thanks and Regards,
    Naveen Dasari.

  • Define G/L Account for Product Category and Account Assignment Category

    Hello Experts,
    I got a requirment to make a new entry in below SPRO path.
    Define G/L Account for Product Category and Account Assignment Category
    *Individual entries cannot be put into the change request*
    *Message no. SV141*
    *Diagnosis*
    *For technical reasons, the entries cannot be fully specified in the change request. There are two possible reasons for this:*
    *1. The key of an entry is longer than 120 characters. All entries whose keys match up to character 119, are then copied into the change request, rather than an individual entry.*
    *2. The key of an entry contains fields of special data types, for example, packed numbers. The key can only be specified in the change request up to the first such field from the left.*
    *all entries whose keys match up to character 26 are copied into the change request, rather than a single entry.*
    *System Response*
    *The selected entry is copied into the change request correctly, but other entries may be copied as well.*
    My question is, If I make one entry and move to Quality and production system will it move only one entry or whole table will move?
    Kindly help me.
    Thanking you
    Regards
    Sharan

    I got the same message trying to make an entry in SPRO:
    Define Backend System for Product Category
    I found the note 305942 describing exactly the issue for my and above mentioned entry, which offers the correction, then the note 326802 which offers the correction of the first notes. However, both notes are for Releases 4.6C and D (from 2000), and we are using EHP2 FOR SAP SRM 7.0.
    I see another discussions in SCN regarding this topic, but haven't found real solution yet. Any hints? At least the answer to previous question from Sharan would be appreciated.
    Best regards,
    Toni

  • Account assignement category for purchase requisition - error message

    Hi All!
    I created a new Item category in service order (IW31) "O" with the account assignment category "O". If I don't set the Consumption posting indicator to V for this category, when I set the account assignment category "O" to the purchase requisition in <i>Plant Maintenance and Customer Service-Maintenance and Service Processing-Maintenance and Service Orders-General Data-Define Account Assignment Category/Document Type for Purchase Requisitions</i>, I receive the message:
    <b>"Acct. assign. cat. "O" for purchase req. does not exist.
    Message no. CS 075"</b>
    The client request is not to charge immediately for the goods receipt with the relevant costs the service order. The client wants to create the goods receipt in a storage location for the plant and then confirm the components and charge the costs after the component confirmation (movement type 261) - similar to stock material.
    Any idea about what should I do?
    Thank you.

    Hi Everyone,
    The problem is solved now. The cause was that the test requisition that I was making was satisfying more than one rules and hence I end dated the remaining rules which solved the problem.
    Thanks!

Maybe you are looking for