Sales order for a configurable material

Hi all,
While creating a sales order for a configurable material i'm encountering an incompletion log saying enter gross weight & net weight. Even after i enter some value in the respective fields, i'm still thrown with the same incompletion & i'm unable to complete the order. In the material i find that the gross weight, netweight, volume are maintained as "zero". How do i resolve the problem??should the material master be changed??
Thanks and regards,
Deepak Prasanna S

hi,
If ur not having access to change teh master data in client system, Then u have to feed data manually in the sale order
VA02/VA01->go to item details->in shipping view u can feed the details.
1.But in ur earlier posting u told even after filling the details, the system pops up the message.Revert waht is error r u getting.
2. But is advisable to  change in material master since each time while creating sale order u can't feed the input
regards,
Arun prasad

Similar Messages

  • Error while Creating a Sales Order for a Configurable Material

    Dear Members,
                            When I am creating a Sales Order for a Material. After Entering the Sold to Party and Material(Variant Configuration) I am getting an error in popup that Derivatiion Rule not defined for the Country IN. Please can you help me out regarding the settings for this.
    Thanks,
    Farhan.

    It seems your issue relates to some non assignment in COPA settings.  Hence,  check this help link and I hope this will be helpful to you
    [Source and Target Fields |http://help.sap.com/saphelp_erp2004/helpdata/en/59/65a2b8dd1711d2a6110060087a7a87/frameset.htm]
    thanks
    G. Lakshmipathi

  • Costing the production order for the configured material

    We are trying to cost the production order for a configurable item.  But the system is not calculating any cost in the production order.  Sales order related to this configurable material is costed.  What additional setting I need to cost the production order for the configured material ?

    Hi Niki
    If your SO is costed, thats enough from a System's perspective... Planned cost will be the sales order cost estimate because SO saves the Chars required for the Configurable material
    Planned cost in Prod order depends on the Costing variant you have assigned in the order type... Check the error log if there is any error in cost calculation in prod order
    br, Ajay M

  • BAPI/FM in ECC to create a sales order with variant configurable material

    Hi all,
    I need to create a function module that creates a sales order in ECC with a variant configurable material.
    can some one tell me if there is a in built function module or BAPI that i can make use of to create a sales order with variant configurable material in ECC.
    Regards,
    Jessica Sam

    Thanks MxG,
    I dont know how to use this BAPI. .Can you suggest me a sample code.
    My reqmnt is, i have
    Sold to party, ship to party, bill to party , VC config material and all char values that should be populated while creating a sales order.
    please help me with what values should i populate in i/p paramters and and how to use this BAPI with some sample code if posible.
    Regards,
    Jessica.

  • Regd : Error during saving the  sales order for Variant configuration

    Hi -
    When the item( config material) is saved in the sales order , system scheduled the production order and getting an error as " Posting Rule for Assembly order for item 000010 could not be generated".
    Any solutions regarding the error.

    Hi,
    This is the process of Assembly to order with variant configuration. In material master, you can maintain gen item category 0002 (configurable material) in basic data view, sales 2 view item category grp 0002 and strategy group 82 in MRP 3 view. After creating of material master, BOM & Routing, You can create sales order in VA01 transaction.
    In this VA01, When you create sales order, system will check material availability, capacity checking and system will show variants for each items. And also when you will save the sales order, system will create production order no immdiately.
    So you can maintain the above settings compulsory.
    please let me know any clarification.
    Regards,
    Mohan

  • BAPI for Creating Sales Order For Variant Configuration Materials

    Dear Gurus,
    Before posting this thread, we have referred many SDN threads, OSS notes and other sites for any sort of help..but no success..All threads and other referrals are not much of help as they are kind of incomplete( Perhaps, we are unable to understand them..no offense).
    Few checked threads on this subjects are:
    http://scn.sap.com/thread/34590
    http://scn.sap.com/thread/851070
    http://scn.sap.com/community/abap/blog/2014/04/23/update-vc-variant-configuration-data-using-standard-bapi-in-sales-order
    http://scn.sap.com/community/abap/blog/2014/07/15/creating-orders-with-variant-configured-items-using-bapisalesordercreatefromdat2
    http://scn.sap.com/community/abap/blog/2014/04/23/update-vc-variant-configuration-data-using-standard-bapi-in-sales-order
    http://scn.sap.com/thread/120144
    OSS: 549563
    Well, we're using the BAPI (BAPI_SALESORDER_CREATEFROMDAT2) which creates the sales order successfully but without the characteristic values in line items.
    We're passing data to the following parameters - ORDER_CFGS_REF, ORDER_CFGS_INST, ORDER_CFGS_VALUE to create the variant config but not able to see it getting created.
    Pls find attached BAPI coding document for your reference.
    If you could throw any light on this issue will be of great help for us.
    Thank You in Advance!!!
    Reg,
    Jagan-SD.

    Jagan nath
    Try below.
    you would need miimum of 3 segments to pass variant config data using this bapi
    ORDER_CFGS_REF for each configurable item
    POSEX = ITEM #
    CONFIG_id , root_id - Start with 1 and increment it for each configurable line item
    ORDER_CFGS_INST
    CONFIG_ID - from above
    INST_ID - Start with 1 and increment it for each configurable line item
    OBJ_TYPE = "MARA'
    CLASS_TYPE = '300'
    OBJ_KEY = material #
    ORDER_CFGS_VALUE
    CONFIG_ID for the item, INST_ID for the item
    charc for characteristic value
    VALUE for characteristic value
    Reference thread
    How to Fill Configuration Data in BAPI BAPI_SALESORDER_CREATEFROMDAT2
    Hope it will solve your issue.
    Thanks
    Ritesh

  • Get Classification status of item in Sales Order for variant configuration

    Hi Experts,
    I want to get the classification status against the variant configuration of item in sales order.
    When i enter the sales order in VA03 , at the item level, I select the item and click on item configuration icon below.
    Here I can see the variant configuration. Now if I do not maintain the configuraiton correctly, then the classification status shows either locked or incomplete. When it is properly maintained  it shows released. ( When it is locked, the classificaiotn status shows a red signal at the left bottom corner).
    My requirement is to capture this classification status at the item level of each Sales Order.
    How can I get this.

    Hi!
    try this code:
    * Initialization
      CALL FUNCTION 'CUDB_INIT'.
      CALL FUNCTION 'CE_C_INIT'.
    * read configuration from database
      CALL FUNCTION 'CUCB_GET_CONFIGURATION'
           EXPORTING
                instance                     = vbap-cuobj
           IMPORTING
                configuration                = gt_configuration
           EXCEPTIONS
                invalid_instance             = 1
                instance_is_a_classification = 2
                OTHERS                       = 3.
      IF sy-subrc <> 0.
        WRITE: /'   No configuration data found!'.
        EXIT.
      ENDIF.
    * only sinlgle-level configuration possible
      READ TABLE gt_configuration ASSIGNING <gs_instance> INDEX 1.
    * get and show status
      SELECT SINGLE * FROM tclc WHERE
           klart EQ <gs_instance>-conf-klart
           AND statu EQ <gs_instance>-conf-cstatus.
      FORMAT COLOR COL_NORMAL.
      IF tclc-frei = 'X'.
        WRITE: /'Status:', icon_green_light AS ICON.
      ENDIF.
      IF tclc-gesperrt = 'X'.
        WRITE: /'Status:', icon_red_light AS ICON.
      ENDIF.
      IF tclc-unvollstm = 'X' OR tclc-unvollsts = 'X'.
        WRITE: /'Status:', icon_yellow_light AS ICON.
      ENDIF.
      FORMAT COLOR OFF.

  • Different Tax base in pricing procedure for a single sales order for different line item material.

    Hi,
    I have a scenario wherein in a sales order, for two different material, the tax base of pricing should get triggered on the basis of sold to party and the material entered at line item level.
    Logic triggers on the basis of Region of Customer & a unique field in the Material Master but problem comes in the calculation of Tax base as the sequence of condition type (from – to)  is already defined in the pricing procedure to pick from a particular step but in second line item the base is different i.e. the sequence of condition types that are maintained in pricing procedure should be different for Tax to calculate differently.
    Kindly suggest if the same can be handled in a single pricing procedure and dynamically taking care of condition type sequence through Alt Cal Base Formula, so far I’ve tried both Alt Cal Formula & Base but it is not working
    Client doesn’t want to go ahead by creating two different orders (through separate Pricing Procedure) for that. They want to have both materials in same order.
    Kindly suggest a suitable way to handle this scenario.
    Regards,
    Aashika Agarwal

    Hi,
    Click on the ''check availability'' button at item overview and then click on ''One-time delivery'' on the top. This will ensure that you will have only one delivery for whatever quantity is confirmed on that date.
    If you want to apply this rule for all orders across a sales area, then you can do the below configuration step :
    SPRO->sales and distribution->basic functions->availability check with ATP logic->Define default settings-> Here in avail. checking rule select A (one time delivery). This will ensure that all orders created for a particular sales area will have only one delivery.
    Hope this helps.
    Regards,
    Palani

  • The Material description on sales order for a particular item is red text

    Hi friends,
    When I key-in a sales order for a specific material, the material description on the sales order appears in red text. What could be the reason?
    Sreedhar

    Hi Sreedhar
    First of all Welcome to SDN forum
    Coming to your query , As the material description maintained in MMR  is coming in red colour in sales order , First of all check in which colour you maintained the text in MMR . Secondly check the MAKT table .
    As you are telling for a specific material , check for other materials and their material texts & colour in sales order also
    Regards
    Srinath

  • Sales order for service should create project and link equipments.

    Hi,
    I'm trying to create a sales order for a service material through VA01. The problem is that this sales order should create a proyect, but at the same time i should be able to associate several equipments to the item position.
    The problem is that if I want to create a project, option " Sched.Line Allowed" should be marked for the item category, But if do it, when i create a sales order, if i want to associate 1 o more equipments to my item position, (Extras-->Technical Objects), i get this message "Serial number profile is missing for material..." instead of the table where i would introduce my equipments.
    Is there any solution to this problem or should i proceed in a different way?
    Thanks in advance.
    Luis.

    Hi Luis,
    We both are working on the same vertical, I am also working now in elevators and escalators.
    We have enabled similar (not same) scenario like this.
    When order is created (sales order) using serial number profile, serial no and equipment number are generated. I think even during service order, this can be enabled. The only thing you have to do is to create a profile and link that to material master. Please explore in SD and MM. This is easy to do. This will create equpment no for every item in the service order.
    We have also enabled the creation of whole project for the order and one WBS element  and network for each of the line items adn this happens automatically.  This is done as explained earlier. Creation of standard project, std WBS, std network adn then linking the material codes to these objects in CN08. To my knowledge, this is the only way.  If there is one standard project, which is linked to all related standard WBS, then during order creation, a WBS element is created after the creation of a standard project. When project is created, service order is linked to the project. So for other items, this project is taken and the WBS and network are created using this project.
    Now your assembly processing, production order, Purchase requisition are taken care of by the usage of components overview for activities in the network and object dependencies. For Production orders, you also have standard BOM, which can be linked to activities in the NW. You can control the materials of the standard BOM using selection condition dependencies. You can also initiate variant configuration in service order to maintain the nature of service and then use dependencies to trigger respective assembling, PR etc.
    If you want to do this for multiple eqpmts, you can also use functional location, which links multiple equipments to one place.
    The only thing you have to do is to configure this and see. Only then you will get ideas.
    Pls let me know if you need more information.

  • Requested delivery date in Sales order for internally produced products

    Dear All,
    I'm searching for a solution for the following case:
    Customer places a sales order for inhouse produced material, there is no stock for that product and no planned receipts, so ATP check does not confirm anything.
    A sales person does not know when product can be produced since thats depended on components availability on stock or confirmed dates of future receipts of needed components.
    So at the stage when a sales person inputs a sales order he should somehow calculate the requested delivery date.
    He can create a production order (without saving it) for requested good and check components availability inside production order, and based on that figure out a valid date, but thats of course is not convenient at all.
    He will need to go through all confirmed dates in ATP (in production order) and figure out the latest date when the latest component is available. Then he will get a start date for production order and as a result a date when requested product will be on stock.
    All these activities which could be a workaround are not so convenient for sales persons.
    I'm curious, is there any official SAP way how to calculate a day for above described case when product will be produced (like simulation of overall chain) and of course much better to have it in background...
    Your ideas and suggestions are very much appreciated.
    Best Regards,
    Andrey

    Hi Andrey
    I feel this is more of process issue rather than config problem. Whatever market and productline your client is operating in ,there will be some analysis available regarding the time required to replenish a material from the date requirement is generated and this is even if you don't have SAP.
    Generally companies have the approximate time entered in  material master  either in GR processing When material is procured  or in planned delivery time When  produced in house.
    So you can still maintain approximate time there and configure availability check to check cumulated confirmed quantities.
    change VOV8 to propose the delivery date. this way u get delivery proposal for availability check and then still u can block the delivery as Mr.Sai ; has suggested , OR  have your own checks incorporated in user exits in  RV03VFZZ.
    The requirement transfer can be blocked and you can use  user status  or  combination of user status and user exit to control the requirement transfer.
    For customer specific manufacturing of sales order stock also ,you need to verify strategy group and planning strategy .that should solve problems rather than changing config. into sales.
    So i would suggest that have a second look  at PP ,MRP config and material  master data and then check for changes on SD side. also try using delivery proposal.
    Regards
    Mandar

  • BAPI/ FM in CRM to create a sales order with variant configurble material

    Hi All,
    I need to create a sales order using variant configurable material in CRM not manually through GUI. I need to develop a function module that will create sales order using variant configurable material in CRM .
    Can some one tell me if there is an in-built BAPI/Function Module availabe in CRM to create sales order using variant configurable material in CRM .
    When i researched i found that there is a BAPI 
    BAPI_BUSPROCESSND_CREATEMULTI which can create a sales order in CRM.
    I dont know if this can create a sales order with varinat configurable material in CRM
    can some one guide be how i can build a function module in CRM which generates a sales order with variant configurable material.
    Regards,
    Jessica Sam

    Jessica
    I am not a CRM expert and am still learning. But you can try the BAPI CRMXIF_ORDER_SAVE and see if that helps.
    Good Luck
    Ram

  • Availability check in sales order for DIEN materials.

    Hello,
    Is it possible to make availability check in sales orders for a service material e.g.: type DIEN? How can i customize it?

    The DIEN material type is not stock managed, so it does not make sense to check the availability. If you need to do something similar you could use material type UNBW, this material is quantity managed but not valuated, so maybe this can help you !
    Regards
    Roberto Mazzali

  • Creation of Sale Order for configurable material with availability check.

    Hi,
    We have a scenario in which the material is configurable. The configurable material (X) has few variants (Ex: X1, X2, X3, X4, X5). While booking the sale order, we use the material number (X).
    Further, the material planning is done for the variants X1, X2, X3, X4, X5. The standard variants are planned for production in advance.
    1.     While booking the sale order, we want the availability check of the stock (type matching to happen). What needs to be done in configuration?
    2.     While booking the sale order, there is a possibility that the configuration selected will not match with any of the standard variants due to some additional requirements of the optional features, in such cases how to link the standard variants to the sale order & create requirement for additional requirements.
    Regards,
    Umesh

    Hi Umesh,
               1.Create material master for configurable material and variants in mm01.
               2.Maintain BOM for the configurable material in CS01
               3. Configur the variant configuration steps
                  a. Create charecteristics T.code CT04
                  b. Create values and assign classes
                  c. assign the values to charecteristics
                  d . Maitain dependence  T.code CU01
                  e.create configuration profile t.code CU41
                  f.stimulate the configuration profile.
    4. Do the availability check configuration through this path
    IMG --> Sales and distribution > Basic functions ,> Availabilty check and Transfer of requirements.
    5. Maintain the Availbility check field and MRP views in the material masters other wise you sit with PP people and do that
    I hope it will help you
    Regards,
    Murali.

  • Material variant replacement in sales order for Configurable Material

    HI
    I am using variant configuration. In this i have created material A as configurable material and have Preconfigured Material B as its variant by assigning configurable material in MRP 3 view.
    Now when i am creating Order for material A i.e. Configurable material and the characteristics values are same as that of Preconfigured material system is not replacing Configurable material with Preconfigured material.
    Please help me out.
    Regards,
    Anand.

    Even after maintaining the item category MTAC(Mills Make to order config at mat level), the configurable material is not getting replaced in the sales order (va02). It is just showing material variant exists for the configurable material.
    The setting in item category for configuration is.
    Config. Strategy     01(Sales Order Strategy (TAC, TAM))
    Mat. Variant Action  4 (Replace configurable material (Append and change))
    ATP material variant 2 (Do not substitute if not completely available)
    Structure scope      D (Configuration, poss. with BOM explosion)
    I have maintained the stock for material variant as well to take care of ATP material varinat setting shown above.
    Please suggest if missing something.

Maybe you are looking for

  • Problem with installing adobe illustrator cs6?

    I am having trouble installing adobe illustrator cs6.When it gets to 2% it says "the setup encountered an error (37) during install. Please restart the machine and try again." I tried restarting my computer but it still shows that message. Also at th

  • DV7T quad core fan on and off on and off repeatly

    Hi everyone, I was wondering if anyone experience this fan problem. Just today, I opened quite a few chrome tabs, maybe like 50 or so. And after a few hours of usage, suddenly the fan started to turn on and off on and off at every 1 second interval.

  • WHICH CAMCORDER IS COMPATIBLE

    I want to buy a sony camcorder which would be compatible with my iMac OS X ( 10.7.2)

  • IPad Calendar crashes immediately after opening

    Having trouble with the Calendar app. My ipad and my dad's immediately crashes after opening. What should I do? Anyone else having this problem?

  • Harddrive max capacity has decreased after reinstalling OSX

    I recently deleted my harddrive using the disk utility that came with my macbook. I then created a new partition in hopes of reinstalling the OS except that the maximum size availble for my partition is now 110gb when before it was at 120gb What happ