Assigning valuation class when creating Material

Hi
I want assign "3100 -Trading Goods valuation class" to my material which i am creating. in Tr.code MMH1
In the accounting1 view, under the current valuation section, there are no options at all to select valuation class.
please help me figure out how to get the 3100 option into my valuation class.
i will send u a screen shot of my problem,if u need..gimme u r email id.
i will assign points
thanks

hi
u need to assign val classes to act cat ref.That act cat ref assign to mat type .
then syst automatically will give option of val class when ur creating mat of that mat type.
Log gen->mat master-> basic settings-> def att of mat type
here u assign act cat ref to mat type.
MM-> val & act assign ment -> act detr wth wizard-> def val class
here u assign val classes to act cat ref.
ok
if its ok
assign points
nani

Similar Messages

  • Error in Valuation class for a material

    Dear Friends,
    While assigning Valuation class for a material, system is throwing an error message " Enter the valuation class for the previous period/year".
    Please give me a solution.
    Thanks in advance.
    Bye,
    Varun Siddharth

    Dear All,
    My problem is solved.
    Thank you all once again.
    Bye,
    Varun Siddharth

  • How to assign a class to the material through ABAP code

    Hi,
    I am working on a transaction in ABAP which takes material name, material description and a class from the user. Now, after this much input I create the material, its configuration profile through the ABAP code. For this I know I have to make relevant entries in tables MARA, MAKT, CUCO.. and also check for the existence of the class in the table KLAH.
    Now the point where I am stuck is that I am not able to get how to assign the class to the material through the code. I am able to get the internal class id from the table KLAH but I am not able to figure how the internal material number is being generated in the table INOB and i need this number as well as the internal class id number to insert a record in the table KSSK to show proper assignment.
    Can anyone please suggest me some solutions?
    Thanks....

    Hi,
    I tried using BAPI_OBJCL_CREATE. In order to understand it functioning better I created a material and class (of type 300) through transactions MM01 and cl01 respectively. Then i  created a report and called the FM BAPI_OBJCL_CREATE, gave the material name as the material above, table as MARA, class as the one i created above and class type 300. I even analysed the message of the table return (return-message) after executing the report. The messahe said assignment done. But when I checked mnaually in cl20n there was no assignment done to the required material. There was also no entry for the required material in the table INOB which I need.
    Can anyoene tell me that where am i going wrong? Please do help.

  • Valuation class in the material master

    hi all, we maintain split valuation materials, namely domestic & imported. we are working on project based scenarion planning strategy 21 : MTO/project.
    in daily practice user convert unrestricted stock to project stock with 412 Q mvt type before MRP RUN.
    but for some when user try to convert stock following error occurs. I check stock available, it is available. but i do not understand why this error comes.                                                             
    Maintain the valuation class in the material master first
    Message no. M7232
    Diagnosis
    The system found that you have defined your own valuation classes for sales order stock and project stock in Customizing. However, these valuation classes have not been maintained in the material master record for the materials concerned.
    Procedure
    So that the relevant accounts can be posted upon goods movements, you have to maintain the valuation classes for sales order and project stock in the accounting view of the material master record for the material concerned.
    If you have authorization to do so, you can change the material master record.

    Hi,
    The normal valuation stock refer to relevant table valuation class field MBEW/MBEWH-BKLAS
    Special Sales Stock refert to MBEW/MBEWH-EKLAS
    Projeck Stock refer to MBEW/MBEWH-QKLAS
    Cheers,
    Girang

  • Is it Possible to assign Valuation class without accounting view in MM

    Hi all,
    I have check my client system for materials having without accounting view while checking in table mbew for this material having valuation class.can anyelse say is it possible to assign valuation class without having  accounting view.
    Advance thanks,
    raraja

    Hello ,
    It is not possible to have a valuation class without accounting view.
    There is some mistake that you are possibly making . pls check the same .Pls check if u r viewing the material master at the correct plant level .Also if you say that in MBEW valuation class exists , find out l the corresponding valuation level, the see the material master at the same level . You will definitely find the accounting view.
    Regards
    Anis

  • Valuation Class according to Material Master but not Plant wise

    Hi,
    Is there way to find out the Valuation Class according to Material Master but not Plant wise...
    Plant wise, we can get into MBEW table, but I want to find valuation class directly...
    Plz guide..

    I need to change Valuation class against material number...
    We have 18 plant in our company and more than 2,50,000 material's.
    Which one easy task for change in material master, either 2,50,000 material's or 2,50,000 X 18 (45,00,000) material list.
    If I go with plant wise, we need to change 18 times...also this is time consuming process... As I know in all Plant's, valuation class must be same...
    please guide...

  • Not able to change the Valuation class of a Material

    Hi Team,
    I am not able to change the Valuation class of a Material even if the stock is zero.
    Please assist.
    Thanks in advance.
    Chetan

    Hi Chetan,
    Please check if any open PO for this Material exist, if it is there, delete it and try to change VC.
    Thanks,
    Ninad

  • Assign Valuation Class to Company Code

    Hi Gurus...
    Quick Question: we are migrating from R3 to ECC 6. One of Treasury Management config points is Valuation Class definition. R3 used to have a config point in IMG called Assign Valuation Class to Company Code/Transaction Type. But I cannot find same in ECC6. Even CTRL-F does not help. Did it get moved and renamed?
    Thanks,
    JS

    Hi,
    Don't know the IMG path but what you can try:
    1. Go to the required IMG transaction in R/3 and look up the table / view (click on a field in the IMG transaction / push F1 / click icon Technical Information)
    2. In ECC 6 go to transaction SM30, fill in the table / view name from step 1
    3. Click icon Customizing
    4. In pop-up click Continue w/o Specifying Project
    5. An overview appears with IMG config points where the specified table / view is maintained. Choose the appropiate one by double clicking.
    Prerequisite is the existence of an IMG activity exists for object maintenance.
    Regards,
    Andre

  • Set default value for price unit when creating material master data

    HI: Every
    could you tell me how to use user-exit or else ways to set default value(such as 1000) for field "Price unit" (MBEW-PEINH) when creating material master data(MM01)?
    I have try to use Exit:EXIT_SAPLMGMU_001. However, this way cannot respones it.
    thanks
    Henry

    Hi: Ihave find out a solution
    Use BADI: BADI_MATERIAL_REF
    SPROlogistics general enhancement supplement or change default data (industry)
    And then creating a Implementation Name
    Double click method: CREATE_MATERIAL
    And then write code as below:
    method IF_EX_MATERIAL_REFERENCE~CREATE_MATERIAL.
              c_mbew-peinh = '1000' .
    endmethod.
    However, SAP still store '1000' in database evenif we change the default value such as 100 when we use TCode MM01.
    in additional, we still use MM02 to change the default value such as '100'
    can anybody tell me how to do?
    thanks
    Henry

  • What is the use of valuation class in Finished Material Master?

    Dear Expert
    What is the use of valuation class in Finished Material Master?
    Thanks of Advance

    hi,
    this is to inform you that,
    generally 7920 - will be the valuation class for the finished goods.
    Allows the stock values of materials of the same material type to be posted to different G/L accounts & vice versa.
    this is an integration field which identifies the G/L accounts & goods movement types.
    balajia

  • How to change valuation class of a material.

    how to change valuation class of a material.

    Dear Sandesh,
    Refer to:
    [Changing The Valuation Class|http://www.sap-img.com/materials/changing-the-valuation%20class.htm]
    and
    [Changing Valuation Class|http://masteryen.com/sap/?p=98]
    Best Regards,
    Amit
    Note: Key-points to remember, before changing the Valuation Class -
    1. All the stocks are zero and
    2. There is no pending orders as well?

  • Split GR/IR accounts by Valuation Class (PO without material master)

    Hi Experts,
    I've an issue here, when I'm tried to do GR posting (PO without material master), system doesnt able to post GRIR account by valuation class.
    Scenario: PO issue without masterial number, enter description and with material group.
    In the configuration, I've configure "Entry aids for item without material master", assign material group "Asset" and material group "Services" into 2 different clearing account. However, when GR posting, system prompt error message and not able to do posting.
    Kindly advice.

    Yes , you can post to different GR/IR accounts based on the valuation class . In OBYC for WRX , you can choose your rules . In the Rules , select valuation class . Then the system will allow you to choose different GR/IR accounts for each valuation class .
    During the GR , the system will pick the corresponding GR/IR account based on the material grp valuation class .
    Regards,
    Hari.

  • How to shift valuation class from one material type to another material type ?

    I have came across following weird scenario:
    We already created huge no.of materials of material type say ZABC with two valuation classes say 1100 and 1200(GL accounts for these VCs for different posting keys in OBYC settings are same). Account category reference for this material type is 0010.
    After that we created new material type say ZPQR  with new Account category reference 0025, and valuation class 1200 is linked with this ACR 0025. Because of this, valuation class 1200 disappeared from material type ZABC. In order to avoid inconsistency, we need to have valuation class 1200 linked with older material type i.e.ZABC.How we can do this ? What impacts must have happened in this period (from MM/FI) in the system, where valuation class get shifted from one material type(ZABC) to another material type(ZPQR)....please help us in this scenario.

    Thanks Sana,
    We are also looking for the solution provided by you i.e. reassign ACR 0010 to Valuation class 1200.
    Your are also correct in terms of  statement "config doesnt allow me to assign same valuation class to 2 different AREF (Account reference number/Account category reference).
    I wanted to know, what are the possible impacts in the system during this re-assignment of ACR to old material type ZABC.
    Regards,
    Sudarshan.

  • No calculation of base when creating material cost estimate

    Dear all,
    I am facing the following problem:
    I have created a costing sheet Z001. I have also created base Z001 to this costing sheet and also overhead Z401. Base is cost element 401100 and 415000. When I am creating material cost estimate in CK11N I only get overhead based on base 401100, not on 415000. What can that depend on?
    I am trying to creat the cost estimate for material 6004 in plant 1111. The material 6004 cost element 415000 consists of materials both in plant 1110 and 1111, could this be some problem? The material 6004 cost element 401100 only consists of material in plant 1111, so this is a difference.
    Very glad for any help!
    Best Regards,
    Åsa

    Hi
    1. Does the cost element 415000 appear in CK11N itemization or not? It must appear in the itemization, for the system to calculate overhead on it
    2. Create a cost element group including both these cost elements and specify the cost element group in your BASE
    3. If you are using Origin group also in the BASE, ensure that materials pertaining to both the cost elements have "origin group" assigned in their material masters
    Whether materials exist in both plant or not wont impact the situation
    BR,Ajay M

  • Error Extending the OAEntityImpl class when creating a BC4J  Entity Object

    I have created an EO based on an Oracle Apps table and extended the OAEntityDefImpl, OAEntityCache and OAEntityImpl classes as specified in the OA Framework Developers Guide when creating EO's via the BC4J wizard.
    When I build my Business Components package I recive an error stating that the Impl class should be declared abstract.
    Error(14,8): class oracle.apps.xxtpc.arinvoices.schema.TpcApInvoicesEO2Impl should be declared abstract; it does not define method setLastUpdateLogin(oracle.jbo.domain.Number) in class oracle.apps.fnd.framework.server.OAEntityImpl
    When I modify this class to declare it abstract and then try to test (via the AM test function) the VO that I created based on this EO - I receive an oracle.jbo.RowCreateException: JBO-25017.
    Do you think that this has anything to do with modifying the Impl class to make it abstract? I can create another VO against the same table by creating a SQL statement against it and not basing it off of the EO and this VO will run correctly via the AM tester.
    Thanks,
    Chris
    oracle.jbo.RowCreateException: JBO-25017: Error while creating a new entity row for TpcApInvoicesEO.
         at oracle.jbo.server.EntityDefImpl.createBlankInstance(EntityDefImpl.java:1054)
         at oracle.jbo.server.ViewRowImpl.createMissingEntities(ViewRowImpl.java:1532)
         at oracle.jbo.server.ViewRowImpl.init(ViewRowImpl.java:236)
         at oracle.jbo.server.ViewDefImpl.createBlankInstance(ViewDefImpl.java:1050)
         at oracle.jbo.server.ViewDefImpl.createInstanceFromResultSet(ViewDefImpl.java:1007)
         at oracle.jbo.server.ViewObjectImpl.createRowFromResultSet(ViewObjectImpl.java:2643)

    The problem was that there were no audit columns in the table that I was querying.

Maybe you are looking for

  • JDBC Stored Procedure

    Hello Techies, I hv a Stored procedure, which consists of the following: 1. Creating a Temp Table 2. Inserting Records to that 3. Do some more modifications... 4. Creating Cursors 5. Some Select Statements... Moreover, my pocedure has a output parame

  • How do I restore the function of the awesome bar? I no longer get the awesome bar function when I want to open a new tab.

    I do not know how to restore the awesome bar function. All I get now is the AVG Search window when I try to open a new tab.

  • Acrobat Crashing

    I keep getting a message that Adobe Acrobat has crashed when I try to download or read PDF documents from websites.  How do I fix this?

  • Loading video in flash

    is there any way how to load any video type into flash?.. like .avi (divx, ..), .mpeg, .3gp, .mov .. something i should put some codec .dll to load.. i know, flash player is not video player, but is there any chance how to do it and not to convert vi

  • HELP Broadband problem

    Hi     can anyone help for 5 days now i have very low speeds spoke to BT twice who ensured me last night that it would OK in about 12 hours time For 4 days i tested with speednet.com were my D/L would always be 0.49Mbps (very strange it just would no