Issue account assignment at item level.

Hi Experts,
I have an issue, because I have created a new order type that has to work the same that the one I have used as model however this new order type doesnu2019t work the same at item level in the view Account assignment. The new has the field Order as optional and in the old this field was hide. All related with account assignment at item level is different. Probably is related with the item category that is also a new one but copy from the order that we use with the other order type.
Thank you and best regards.

Hi,
Are these in different servers? If so, you would need to transport the settings (say from dev. to QA server).
Otherwise, the settings are common for all item catergories and document types... Screen variants are specific to TCodes only.
In case this doesn't help, please clarify question some more... old doc type, item category and new doc type item category.
Cheers.

Similar Messages

  • How to set Accounts of an Item when G/L Accounts is at Item Level?

    Hi!, is there a way I can set the accounts of an Item through DI when in an Item  the G/L Accounts is at Item Level?
    Thank you!

    Hi,
    If there are transactions on that item u cannot set taht.
    If its a new item ur talking abt then use the oItems.GLMethod()
    Hope it helps,
    Vasu Natari.

  • Error in account assignment for item

    Hello,
    We have configured EBP at Stack 03 in SRM release 550
    We are facing problem to create shopping cart,
    Already it was working fine but now at the time of adding item to shopping cart it shows below error
    messages
    1.Version 0 is not defined for fiscal year 2007
    2.Error in account assignment for item
    For your reference error screen is given in attached document.
    pls advise
    Regards,
    Santosh

    Hi Christophe,
    I am getting the same error <b>'Version 0 is not defined for fiscal year 2007'</b> when tried to create a Sales Order in IDES system and I am trying the solution to add the fiscal year 2007 in T.code OKEV but it fails.
    The steps what I have done :
    1. Go to OKEV
    2. Selecting control area 1000
    3. Selecting the version 0 line
    4. then trying to open the Settings for Each fiscal year from Dialog Structure
    The error i get is :
    <b>E: Activation of the indicator is not permitted</b>
    and the highlighted line in red is for Version 1
    The default indicator is set for version 1 is Plan, WIP/RA, Variance & Legal Valuation (Valuation view)
    I tried in many ways to 'uncheck' the boxes for this version 1 but fails.
    Pls help.
    regds,
    Umesh

  • How to derive amount posted in GL account at invoice item level.

    I want to designe an Audit report where in the report should display item level revenue / Tax / Insurance posted in each GL Account.
    In other words, when the Accounting document against an invoice, it gives the entire value of invoice posted in respective GL accounts. I need to have a break up at item level.
    From SD point of view, the Account determination procedure logic could be incorporated but it may creata performance issue in system as the report may be run for a years period.
    Is there any other logic / table reference?
    The matter is urgent.........

    Try S_ALR_87012291 - Line Item Journal .
    pls assign pts to say thanks.

  • Purchase Order:Account assignment for item category 'D' services

    Can someone explain to me usually what account assignment is assigned toitem category 'D'? We would like to implement this is our business process. We will be using in normal PO.
    Thank you.

    Hi,
    With item category "D", you can assign account assignment as "K" (cost centre) or, "U" (unknown).
    If you use "U" then at the time of creating service entry,you will have to assign a cost centre.
    Hope this helps!
    Thanks,
    Kaveri

  • How are GL Accounts assigned with item categories in Sales Order

    Please advise;
    - how and where GL accounts are assigned with item categories appearing in the sales order?
    Points confirmed.
    regardss

    We have number of sales document types and item categories. The sales order numbers are also different for hardware and software categories, so is the sales organization, plant and company code.
    Usually, the hardware orders contain line items for software but the item category used is for hardware and therefore, it gets posted to the incorrect (hardware) GL account. Is this happening due to MATERIAL TYPE/CODES.
    We are using separate GL accounts for both.
    Where and what controls could be developed to prevent this?
    Please let me know if you need further information.

  • Component configurator issue - Account assignment tab for SC in SRM 7.0

    Hello Experts,
      We have to disable some fields from account assignment tab of SC. We have identified the webdynpro application as /SAPSRM/WDC_UI_DO_ACC. We started the component configurator /SAPSRM/WDCC_ACC_DEF_SC and under the view V_DO_ACCOUNTING made the fields "DISTR_INDICATOR" and "COPY_TO_CLIP" as invisible.
      The problem is that these fields are still visible in the account assignment tab of the shopping cart.
      Do we need to do any other follow-up activity to disable the fields? Please guide.
    Thanks & Regards,
    Sarath

    An easier way to hide the two elements for you is to enhance the view "V_DO_ACCOUNTING" and remove the drop down and the button. Save and activate the enhancement.

  • Account assignment by item category

    Hello Experts!
    Is it possible to assign all sales order items with item category TANN (free of charge) to a separate G/L account and profit centre? My client's account dept. wants to separate these postings from normal sold items so that it does not affect the margins.
    I don't think it's possible but I wanted to check first.
    Thanks,
    Alvin

    Hi Alvin,
    Acc Det takes place wth mat acc assignment / cust acc assign..  which is standard.
    Your requirement is based on item cat. Since Acc Determination uses condition technique you can give a try using item category as one of parameters. This might need developement also since you are going to add a new field in the condition technique.
    If you this is mandatory requirement  - you might also want to think more development putting a user exit / ztable combination telling TANN - goes to your required profit centre. So standard would derive a G/L but your code is going to over write with teh custom determined GL.
    Regards
    Sadhu Kishore

  • Reg:Account Assignment

    Hi
    I have created PO doc type as ZCAP (for Capital items).whenever we select this doc type we have to select account assignment "A" in Acc.*** Category field in PO line item.As it is manual entry, user (by mistake) is giving "K" instead of "A".
    My question how can i make "A" as default to doc type ZCAP.so that whenever we select ZCAP, automatically acc.assign "A" should come and all other account  assignment categories should be deleted.
    plz suggest me some way.
    Thanks in advance.
    Regards,
    JNRKMM

    Hello
    There is no standard configuration to control the account assignment with Purchase order document type. Purchase order document type is an header level control where as the account assignment is Item level comtrol.
    You need to use Badi to control the account assignemnt category at PO line item level with reference to the PO document type.
    Please consider the Badi ME_PROCESS_PO_CUST
    Application components: MM-PUR-PO, MM-PUR-PO-GUI : Main program: SAPLMEPO
    The Business Add-In (BAdI) ME_PROCESS_PO_CUST enables you to extend the business logic of the Enjoy purchase order on an individual basis. You can thus influence the dialog transactions ME21N, ME22N, ME23N, and ME29N, and the BAPIs BAPI_PO_CREATE1 and BAPI_PO_CHANGE.
    Typical applications for this BAdI include:
    Processing of own objects
    Processing of additional data on standard objects
    Implementation of additional checks and derivations
    Change of data in standard fields
    1. Start of transaction
    Documentation for BADI method INITIALIZE
    2. Opening of a PO
    Documentation for BAdI method OPEN
    3. Checking of data
    Header data of PO
    Documentation for BAdI method PROCESS_HEADER
    Item data of PO
    Documentation for BAdI method PROCESS_ITEM
    Delivery schedule lines of PO
    Documentation for BAdI method PROCESS_SCHEDULE
    Account assignments in PO
    Documentation for BAdI method PROCESS_ACCOUNT
    Processing of Account Assignment Data
    Functionality
    The PROCESS_ACCOUNT method enables you to change the account assignment data and check it for correctness.
    Parameters
    The following parameters are available:
    IM_ACCOUNT - Account assignment
    The interface reference is of the type IF_PURCHASE_ORDER_ACCOUNT_MM. You can use all methods defined there.
    Note
    Please note the general hints on Error Handling.
    If you wish to mark the account assignment data as invalid, use the method INVALIDATE() of the IF_PURCHASE_ORDER_ACCOUNT_MM interface.
    Pleae contact Technical consultant to implement the same
    warm regards
    Ramakrishna

  • Me21n disable input at item level for a/c assn

    HI expoerts,
    I want to disable screen input for field account assignment at item level.
    anyone know about any exit or badi.
    thanks

    Hi,
    SPRO->Materials Management->Purchasing->Purchase Order->Define Screen Layout at Document Level.
    Then chosse me21n and click details.
    select Basic Data, Item then click choose (tick) button. there you can set the desired screen layout for me21n

  • Display cost center field under item level when creating sales order

    Hi dear experts,
       during  the sales order creation(tcode VA01),  is it possible to display the cost center field in the tab account assignment under item level??
    currently we are using ECC6,in the tab account assignment, the cost center field was actually already defined in the screen by the system...i used to try to 'activate' the cost center field VBAP-KOSTL in the user exit  MV45AFZZ, but the cost center still not shown.
    I know that there is a config to the sales doc type can be used to open the cost center at header level, how about item level?
    thanks and best rgds
    Mu

    Hi,
    The Cost Center Determination settings is in OVF3 -  but there are some cases where the Cost Center must be exceptionally changed. 
    If the document category for order type in IMG VOV8 is defined to be "I" which belong to order type FD - Deliv.Free of Charge, then the field cost center is active for input during transaction VA01. 
    Alternatively, you can specify an order reason and assign a cost center to an order reason. 
    However the standard SAP works only at the header level though, so it would not work if cost center is needed on the line item. 
    The cost center are assign for such business transactions as :
    - Free deliveries
    - Returns
    - Deliveries of advertising materials
    You can also make cost center allocation dependent on the order reason, for example:
    Order reason: Damage in transit
    Order reason: Free sample
    Both the IMG settings are done in transaction OVF3, either with/without the order reason.
    regards,
    Siddharth.

  • Sales Order - Account Assignment - Order

    Under account assignment at item level, the order field is applicable to internal orders but how is the field determined, is it using sales order type and customer or is it manually inputted? Where can I see this in IMG?

    Hello Garga Singh,
    This internal Order type is used to determine Profit center (present in Account assignmnet tab). As per my knowledge determination of internal order in Sales order is not standard.You can use userexit for determination.
    However you can also manually add value in that tab.
    No,it is not not using Sales Order type.
    Few of internal orders are:-
    0100     01     Internal orders: Development
    0200     01     Internal orders: Construction
    0300     01     Internal orders: Tools and equipment
    0400     01     Internal orders: Marketing
    0500     01     Internal orders: Third-party services
    0600     01     Internal orders: Investment
    0650     01     Capital investment order
    0700     01     Internal orders: Production
    0800     01     Internal orders: Repair/maintenance
    1000     01     Internal orders: Motor pool
    PI01     40     Process order (internal number assgnmnt)
    PI02     40     Process order (external number assgnmnt)
    PI04     40     Filling/packaging with "Assembly order"
    PM01     30     Maintenance order
    PM02     30     Maintenance order
    PM03     30     Maintenance order/-message
    PM04     30     Refurbishment order
    PM05     30     Calibration order
    PM06     30     Capital investment order
    PP01     10     Standard production order
    PP02     10     Standard production order (external NA)
    PP04     10     Assembly orders
    PPC1     10     Order type for costing
    PPK1     10     Production order for Kanban
    PS01     20     Network with header assignment (int. NA)
    PS02     20     Network with activity assignment(int.NA)
    PS03     20     Network with header assignment  (ext.NA)
    PS04     20     Networks for sales order        (int.NA)
    PS05     20     Networks for make-to-order      (int.NA)
    QL01     06     Appraisal costs - collective settlement
    QL02     06     Appraisal costs - item settlement
    QM01     50     QM: sample drawing instruction
    QM02     50     QM: inspection instruction
    QM03     50     QM: Physical sample label
    QN01     06     Defect costs
    RM01     05     Product cost collector
    SD01     70     Delivery scheduling
    SM01     30     Service order
    SM02     30     Service order (with revenues)
    SM03     30     Repair service
    Revert for further clarification.
    Regards
    Amit

  • BAdI Account Assignment

    Hi,
    does anyone know of a BAdI that is called when creating / changing the account assignment on item level while creating a service order (type SRVO)?
    I found a BAdi (created an implementation, activated it and put a break in both methods (check & merge)) but the BAdI implementation of BAdI definition CRM_ACASSIGN_BADI is not called at that very moment.
    Kind regards,
    Micky.

    Hello Micky,
    Another solution should be to use the events (transaction CRMV_EVENT).
    In the assignments, enter AC_ASSIGN in the object name and push on the button "callback for cat./obj./event". You will find a list of callback functions.
    Maybe you can copy one of these records to use your own FM with your own coding.
    Hope this will help you.
    Regards,
    Frédéric

  • Vendor and Account Assignment Issues

    Hi All,
    Iam Working  in ECS SRM 5.0,
    When We are trying to creat SC, we are getting following errors :
    1.Vendor 0000100029 not intended for purch. org. (Item Sourcing Strategy & Plan Consulting )
    SOS is automatically assiged to particular product ID thru Purchasing Contract (Purchasing Contract created locally).Vendor is assigned to the Purchasing Contract.Vendor is properly mapped to the respective Purchasing Organization as recored in the table BBPM_BUT_FRG0061.Purchasing Contract is also mapped to the same Purchasing Organization of Vendor.
    2.Account 50011 requires an assignment to a CO object (Item Sourcing Strategy & Plan Consulting )
      2.1 Error in account assignment for item 1 
    Account assignment Categories and G/L Acc. are properly maintained and activated in SRM for each Product Category. same values for G/L Acc. and Acc.Assignment Categories are maintained in R/3. In R/3 when we checked in the tables SKA1,SKB1 & SKAT all these entries are maintained properly.
    In our project Scenario we don't require CO Component only AP Component is Configured for our Business Requirement.
    Full points will be rewarded for the solution.
    ([email protected])

    Hi
    <u><b>Please go through this -></b></u>
    <i><u>Please implement following SAP OSS Notes -></u></i>
    <b>Note 1026168 - Vendor &1 not intended for purch. org. &2</b>
    [ This is caused due to a program error. The reason for this error is, purchasing organization and purchasing group are always assigned at header level and in this case SRM is passing the item guid to determine the backend purchasing organization and purchasing.group. The header guid should be passed instead. ]
    <b>Q 3: Why does the system issue message KI 235 - 'Account & requires an assignment to a CO object'?</b>
    <u><b>Answer -></b></u>
    <u>--> In SRM, you always have to post to a G/L account and to a CO object. Exceptions: Direct material scenario - account assignment occurs in the OLTP regardless of what was previously entered in SRM. For external requirements, the primary system is the OLTP from which the demand is issued and sent to SRM. In this case, account assignment changes are not allowed in SRM because this would lead to inconsistencies (in follow-on documents as well) when compared to the primary system.
    --> In /OBA5, you can suppress the message or define it as a warning message. Since only error messages are transferred to SRM (BBP_PD 047), the message then no longer is issued in SRM. Do not consult the FI/CO team when implementing the changes.</u>
    (<u><b>See related SAP Consulting Notes - Release-Independent</b></u>
    <b>Note 815849 - FAQ: Account assignment system response</b>)
    <u>Hope this will definitely help. Do let me know.</u>
    Regards
    - Atul

  • Multiple account assignment category for one line item in PO

    Dear Experts,
    We are on SRM 5.0 ECS
    One line item of a PO has multiple account assignment category with the cost distribution for
    1. Cost Center - 50%
    2. Order          - 50%
    Is it possible?
    As per my understanding one line item in a PO can have only one account assignment category
    Regards
    Mick

    Hi,
    Yes it is possible by Po line item.
    Just go to transaction bbp_poc through the web interface.
    Select your PO
    Select your line item PO.
    goto the account assignment tab (item overview)
    you get a cost distribution field in percentage
    then you get a cost distribution button : click it and you get several lines where now you can split your 100% in as many lines as you want.
    BR,
    Disha.
    Pls reward points for useful answers.

Maybe you are looking for

  • How do I build a family tree on macbook pro

    Any suggestions/recommendations on how to build a family tree on my MacBook Pro? Should I use Numbers or Pages? I am used to using Window based programs. Not interested in paying $100 for a template. I am starting with my grandparents, then their 8 c

  • Associative Array with subsripts(Index) as Varchar2

    Hi All,      I m using Oracle Version 10.1.0.2.0 - Production      I have the following requirement:      The Associative array which holds the value with the subscripts(Index) as database table column. Create table Period_master Period_code_c Varcha

  • I am trying to extract two more fields from 2lis_13_vditm

    Dear Experts, I have some tough situation here. In BW: i am using 2lis_13_vditm this datasource for the last 5 years. i am running daily deltas to load(10 fields from r/3) ods which is in <b>addition mode.</b>. from this ods data is going to another

  • Web Service, SSL and Client Authentication

    I tried to enable SSL with client authentication over a web service. I am using App Server 10.1.3.4. The test page requires my certificate (firefox asks me to choose the certificate) the response page of the web service returns this error: java.secur

  • Pages Text Disappeared

    I am using an iMac with OSX Lion 10.7.4, and Pages version 4.2 For over a year, Pages has been working nicely for me.  About 3 weeks ago, the text within my documents disappeared. When I open any Pages document I have created in the last 15 months, i