Product Value

Hi All,
I have some doubt on product workbench in SRM (COMMPR01). How the price on the purchasing tab(Condition Price) is updated ?. I know it's coming from backend, But how it working ? How we can transfer purchasing tab price for new materials ?
Regards,
Raghu

Hi Ranjan,
Thanks for your response. I agree we can maintain local material using COMMPR01.
But as per our scenario all the material was replicated from back end. During the initial load all the material price is updated on the purchasing tab.
All the Delta Material which I created now the Purchasing Data is not updated ? I'm trying to understand the link between purchasing price and backend price.
Regards,
Raghu

Similar Messages

  • Production value in ZP06 do change

    Hi,
    ZP06 is used for calculating production value. However when processing the transaction on a given period a few times with a few days inbetween, the production value does increase a bit for that given period. Shall not this value be fixed when the day of production is finished? Or does it mean that operators could still confirm production on a previous day?
    thanks in advance
    sb

    Hi,
    ZP06 is not a standard SAP delivered transaction, it may be developed by your client or company. chec kthe program in the transaction Menu at the bottom and ask your abaper to check the program logic or yourself can check the program logic in SE38.
    Thanks,
    JK

  • Auto-Populating Product Value in Special Pricing Product

    Hi Experts,
    We need to give default value for product(required field) in Special Pricing Product.
    And it is not possible to give default value for Product (think because it is a System Defined Mandatory filed)
    So i tried to populate the value using Weblink. But didnt get that working.
    Thanks in advance for any inputs.
    Reagards,
    Lemu

    Lemu, I do not believe there is a workaround to auto-populating a product value.

  • Product Number value from Bid Invitation

    Hi All,
      I have a requirement where product number from Bid invitation to be appeared in the Bid (QUOT). I made custom field avaliable as 'product'  in the Bid-Item level.. But when user click the bid he/she must see the product value which should drive from Bid inivitation.. I know we can do this by BBP_DOC_CHANGE_BADI - BBP_QUOT_CHANGE method.. But i don't know how can i get the Product number from Bid invitation by BBP_QUOT_CHANGE method.. can anyone help me out please..
    john.

    Call function module BBP_PD_BID_GETDETAIL by passing GUID of bid invitation. The results will give you the item and in which you can find your product.
    Hope this helps
    Regards,
    Pradeep

  • Assigning a Constant Value for Target Revenue

    Hello all,
    I have a scenario where I need to assign a Constant value, say 10000, for my Target revenue Key Figure at the Info Cube level. This value should always be 10000. Please advice.
    Your valuable suggestions will be greatly appreciated. I will be assigning points as a way of expressing thanks.
    Best Regards,
    Deepthi.

    HI Deepti,
    Today I faced same issue and I read your thread.
    I saw the responses given by others and I feel its a shallow solution hardcoding the key figure to a constant value..because key figure is meant to change.
    I solved it by altering the Aggregation level in an key figure infoobject.
    The Aggregation must read MIN..Exception aggregation may be SUM..
    and the characteristic on which aggregation must the infoobject that determines the unique value of the Infoobject..eg GJAHR/MONAT from R/3.
    This will give the result as (where Target is the non-aggregated Key figure)
    Plant   Year    Target            Document No   Production value
    110      2004    1000000           1                        10
    110      2005    2000000           20                       20
    110      2004    1000000           2                         15.
    200      2005     40000             100                      50
    110       2005    2000000          21                       23
    The target value here depends only on Plant and Year..and stays constant for the unique combination of the 2.
    U dont need to change the BEx status of any key figure..
    I know the forum post I am putting is of no use..but someday someone who needs an answer urgently please do read this.

  • JWS "Product could not be found" error

    Hello,
    I have an eclipse OSGi project that works from inside eclipse, but when deployed, generates the following error. Below that I posted my jnlp files. I have been looking at this for over two days, and I can't see anything wrong. I have been through the tutorials, bug reports, and obviously Google, but nothing. I know this must be a simple error, but I can't seem to see the forest for the trees, and I am stumped (yes, pun intended)!
    Thanks for any help...
    !SESSION 2009-01-15 13:39:37.414 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.6.0_11
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    !ENTRY org.eclipse.equinox.app 0 0 2009-01-15 13:39:38.289
    !MESSAGE Product net.niat.calvin.product could not be found.
    !ENTRY org.eclipse.osgi 4 0 2009-01-15 13:39:38.305
    !MESSAGE Application error
    !STACK 1
    java.lang.RuntimeException: No application id has been found.
         at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:236) (......)
    calvin.jnlp
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp
        spec="1.0+"
        codebase="file:///C:/junk/ERS/">
      <information>
        <title>ERS</title> 
        <vendor>NIAT</vendor>
        <homepage href="http://niat.net"/>
        <description>Electronic Record System</description>
        <icon href="icon.jpg"/>
        <icon kind="splash" href="splash.jpg"/>
      </information>
      <security>
        <all-permissions/>
      </security>
      <resources>
        <j2se version="1.6+" max-heap-size="256m"/>
        <jar href="org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar"/>
        <extension
            name="Calvin Feature"
            href="features/net.niat.calvin.feature.jnlp"/>
        <property
            name="osgi.instance.area"
            value="@user.home/Application Data/calvin"/>
        <property
            name="osgi.configuration.area"
            value="@user.home/Application Data/calvin"/>
        <property
            name="eclipse.product"
            value="net.niat.calvin.product"/>
      </resources>
      <application-desc main-class="org.eclipse.equinox.launcher.WebStartMain">
        <argument>-nosplash</argument>
      </application-desc>
    </jnlp>
    net.niat.calvin.feature.jnlp:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="file:///C:/junk/ERS/">
      <information>
        <title>ERS</title> 
        <vendor>NIAT</vendor>
      </information>
       <resources>
        <jar href="plugins/net.niat.calvin_2.6.2.11.jar"/>
        <extension name="RCP" href="features/org.eclipse.rcp_3.4.1.jnlp"/>
      </resources>
      <component-desc></component-desc>
    </jnlp>
    org.eclipse.rcp_3.4.1.jnlp:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="file:///C:/junk/ERS/">
      <information>
        <title>Eclipse</title> 
        <vendor>eclipse.org</vendor>
      </information>
      <resources>
        <jar href="plugins/org.eclipse.core.commands_3.4.0.I20080509-2000.jar"/>
        <jar href="plugins/net.niat.calvin_2.6.2.11.jar"/>
        <jar href="plugins/org.eclipse.core.commands_3.4.0.I20080509-2000.jar"/>
        <jar href="plugins/org.eclipse.core.contenttype_3.3.0.v20080604-1400.jar"/>
        <jar href="plugins/org.eclipse.core.databinding_1.1.1.M20080827-0800b.jar"/>
        <jar href="plugins/org.eclipse.core.expressions_3.4.0.v20080603-2000.jar"/>
        <jar href="plugins/org.eclipse.core.jobs_3.4.0.v20080512.jar"/>
        <jar href="plugins/org.eclipse.core.runtime.compatibility_3.2.0.v20071008.jar"/>
        <jar href="plugins/org.eclipse.core.runtime_3.4.0.v20080512.jar"/>
        <jar href="plugins/org.eclipse.equinox.app_1.1.0.v20080421-2006.jar"/>
        <jar href="plugins/org.eclipse.equinox.common_3.4.0.v20080421-2006.jar"/>
        <jar href="plugins/org.eclipse.equinox.preferences_3.2.201.R34x_v20080709.jar"/>
        <jar href="plugins/org.eclipse.equinox.registry_3.4.0.v20080516-0950.jar"/>
        <jar href="plugins/org.eclipse.help_3.3.101.v20080702_34x.jar"/>
        <jar href="plugins/org.eclipse.jface.databinding_1.2.1.M20080827-0800a.jar"/>
        <jar href="plugins/org.eclipse.jface_3.4.1.M20080827-2000.jar"/>
        <jar href="plugins/org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar"/>
        <jar href="plugins/org.eclipse.swt.win32.win32.x86.source_3.4.1.v3449c.jar"/>
        <jar href="plugins/org.eclipse.swt_3.4.1.v3449c.jar"/>
        <jar href="plugins/org.eclipse.ui.forms_3.3.101.v20080708_34x.jar"/>
        <jar href="plugins/org.eclipse.ui.workbench_3.4.1.M20080827-0800a.jar"/>
        <jar href="plugins/org.eclipse.ui_3.4.1.M20080910-0800.jar"/>
        <jar href="plugins/runtime_registry_compatibility.jar"/>
      </resources>
      <component-desc></component-desc>
    </jnlp>

    Well, I found the solution to my problem.
    It turns out that this error is caused when your JNLP app is missing resources needed by equinox. In my case, I was missing the com.ibm.icu_xxxxx.jar and needed to update my org.eclipse.swt.win32.win32.x86_xxxxx.jar. I should have been clued in when the application ran in eclipse (my development environment, which has the proper files), but not under JWS. Correcting my .war build with the proper items did the trick.
    If this is happening to you, make sure you place all of the required bundles and fragments into your deployment directory.
    Good luck, I hope this helps someone else!

  • SSIS - Loop through files from a file path based on the value in the variable

    Experts,
    I have a requirement where I'll be loading multiple files in to a SQL server table and archive the files when loaded. However, the challenge is , the file path should be dynamic based on the value of a variable (say, @ProductName).
    For example: If I am running the package for variable @ProductName="Product", the file path would be "\\....\Src\Product", in that case the ForEachLoop will loop through all the files in that folder, load them to the table and Archive
    the files to the "\\....\Src\Product\Archive" folder.
    Similarly, if the @ProductName="Product_NCP", the foreachloop container should loop through files in the "\\....\Src\Product_NCP" folder, load them to the table and archive them to the ""\\....\Src\Product_NCP\Archive"
    folder.
    Any suggestions? I should be able to run the package manually just by passing the "@Product" value, create Archive folder if it doesn't exist, load the data and archive the files.

    Yes
    1. Have a variable inside SSIS to get folder path. Set path based on your rule using an expression
    like
    (@[User::ProductName] == "Product" ? "\\....\Src\Product" : (@[User::ProductName] == "Product_NCP" ? \\....\Src\Product_NCP:..))
    similary archive
    (@[User::ProductName] == "Product" ? "\\....\Src\Product\Archive" : (@[User::ProductName] == "Product_NCP" ? "\\....\Src\Product_NCP\Archive" :..))
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Value of the goods movement is negative in GR

    Dear all,
    While preparing GR for an imports sch agmnt we are receiving an error message "Value of the goods movement is negative".
    System is giving the diagnosis of the error message are "Sub-contracting by-product value is higher than GR value" & "Delivery cost is negative".
    But our case is an imports GR and we have prepared GR for same sch agmnt on last month also.
    Pl send us your valuable suggestions to resolve this issue. (What are all the other factors to cause this type of error)
    Regards,
    M.Sarathi

    Hi
    Check the following
    1) In Scheduling agreement additional data for that line in ME32l, check for field Pr.date.cat. It should not be 5. If it is 5 and the price validity falls below GR date then you get this errror.
    2)If you get that Pr.date.cat field in display mode, remove time dependent condition tick from document type config. then it will allow you to change.
    Hope your problem will be solved. If not please revert back
    Regards
    Antony

  • : Cannot find any information on property 'Product' in a bean of type '

    /********jsp file ********/
    <%@ page language="java" import="taxrate.*" %>
    <HTML>
    <BODY>
    <jsp:useBean id="TaxRate" scope="application" class="taxrate.TaxRate" />
    before modify
    <br>
    product :<jsp:getProperty name="TaxRate" property="Product"/>
    �@ <br>
    rate :<jsp:getProperty name="TaxRate" property="Rate" />
    <jsp:setProperty name="TaxRate" property="Product" value="Hello" />
    <jsp:setProperty name="TaxRate" property="Rate" value="2.9" />
    after modify�F
    <br>
    product : <jsp:getProperty name="TaxRate" property="Product" />
    �@ <br>
    rate : <jsp:getProperty name="TaxRate" property="Rate" />
    </BODY></HTML>="TaxRate" property="Rate" />
    </BODY></HTML>
    /*******bean file********/
    package taxrate;
    import java.sql.*;
    public class TaxRate{
    String Product;
    double Rate;
    public TaxRate(){
    this.Product = "A001";
    this.Rate = 5;}
    public void setProduct (String ProductName)
    {this.Product = ProductName;}
    public String getProduct(){return(this.Product);}
    public void setRate (double rateValue)
    this.Rate = rateValue;
    public double getRate()
    return (this.Rate);
    /******the error is********/
    Error: 500
    Location: /client/taxrate.jsp
    Internal Servlet Error:
    org.apache.jasper.JasperException: Cannot find any information on property 'Product' in a bean of type 'com.nokianeu.client.TaxRate'
         at org.apache.jasper.runtime.JspRuntimeLibrary.getReadMethod(JspRuntimeLibrary.java:619)
         at org.apache.jasper.compiler.GetPropertyGenerator.generate(GetPropertyGenerator.java:101)
         at org.apache.jasper.compiler.JspParseEventListener$GeneratorWrapper.generate(JspParseEventListener.java:730)
         at org.apache.jasper.compiler.JspParseEventListener.generateAll(JspParseEventListener.java:200)
         at org.apache.jasper.compiler.JspParseEventListener.endPageProcessing(JspParseEventListener.java:169)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:183)
         at org.apache.jasper.runtime.JspServlet.loadJSP(JspServlet.java:413)
         at org.apache.jasper.runtime.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:149)
         at org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet.java:161)
         at org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:261)
         at org.apache.jasper.runtime.JspServlet.service(JspServlet.java:369)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:160)
         at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338)
         at java.lang.Thread.run(Unknown Source)
    /******* use tomcat 3.11**********/
    please give me the right answer
    thank you!

    Hi xzwsun.
    Where did you put your class taxrate.TaxRate ?
    In which folder? is it in \WEB-INF\classes ?
    so that you have \WEB-INF\classes\taxrate\TaxRate.class
    --Paul.                                                                                                                                                                                                                                                                                                                                               

  • Pass report values to another dashboard?

    HI all,
    I have two reports say, Report1, Report2 in a Dashboard. Report1 is in one page and Report2 in another page of that dashboard.
    Say Report2 has these columns.
    gl company |||||||| gl account |||||||||||product||||||||||||||| balance
    User has to click on any product value in this report and then, it should take the user to another report Report3 in another dashboard(or same dashboard). BUT, Report3 is from a different fact than Report1, Report2.
    When the user clicks on Product values of Report2, the corresponding gl company, gl account, product values must be passed on to REPORT 3 (they act as criteria for Report 3) How can we pass on these values to REPORT3 which is based on another fact?
    I can use "navigation" But, that passes the values to report3 ONLY if that is based off the same fact as of the other two reports.correct?
    Btw I am using OBIEE 10.1.3.4.1

    I was using this link for the Go URL .
    I have used this code for "Product" field of REPORT 2.
    '<--a href=http://localhost:9704/analytics/saw.dll?GO&
    path=/shared/Development/Report3
    &Action=Navigate
    &P0=1
    &P1=eq
    &P2="Fact - Table1"."product"
    &P3='||" Fact - Table2"."product"||'
    style="text-decoration:none;">'
    ||
    '<--/a>'
    I have used text -decoration : none attribute too. But I am unable to see any values in PRODUCT column in REPORT2. It is BLANK
    One more thing is that, I tried replacing the spaces in table name by %20 in the above code. But it was throwing an error. hence I had to keep it as it is.
    Any idea why it wouldn't show me the product values?
    Any help appreciated. Thanks,

  • Cost center plannig data was deleted in production client

    Hi All Please look into below problem.
    2008 GP1 cost center planning data(KP06) that is entered in SAP Version 1 and 3 and assessed with planning assessment cycles has been mysteriously deleted from SAP.   The data is entered and re-enterd every month.   There are no line items in GP1.  The data is in GB2 to prove it was in GP1 when a snapshot of GP1 was taken to refresh GB2.   We need a root cause analysis.   Screen shots of GP1 and GB2 are attached for one cost center as an example
    Please let me know your opinions and thougts.
    While i am executing KP06.in Assurance i am getting Actual and planned costs values, but the same one while i execute in production values are displaying in Actual costs not displayed in plaaned cost.
    Please suggest to me tables which which is
    Double-post

    Hi,
    "deletion" of CO plan data is possible but not "mysteriously...
    Just copy an empty plan/actual version to a plan version containing plan data.
    T-Codes: KP97 or KP98, the important thing is, the source version needs to be empty, copy "all data" and flag "reset and overwrite".
    Pls. ensure that this T-Codes are not executed by mistake.
    Best regards, Christian

  • Best practices for development / production environments

    Our current scenario:
    We have one production database server containing the APEX development install, plus all production data.
    We have one development server that is cloned nightly (via RMAN duplicate) from production. It therefore also contains a full APEX development environment, and all our production data, albeit 1 day old.
    Our desired scenario:
    We want to convert the production database to a runtime only environment.
    We want to be able to develop in the test environment, but since this is an RMAN duplicated database, every night the runtime APEX will overlay it, and the production versions of the apps will overlay. However, we still want to have up to date data against which to develop.
    Questions: What is best practice for this sort of thing? We've considered a couple options:
    1.) Find a way to clone the database (RMAN or something else), that will leave the existing APEX environment intact? If such is doable, we can modify our nightly refresh procedure to refresh the data, but not APEX.
    2.) Move apex (in both prod and dev environments) to a separate database containing only APEX, and use DBLINKS to point to the data in both cases. The nightly refresh would only refresh the data and the APEX database would be unaffected. This would require rewriting all apps to use DBLINKS though, as well as requiring a change to the code when moving to production (i.e. modify the DBLINK to the production value)
    3.) Require the developers to export their apps when done for the day, and reimport the following morning. This would leave the RMAN duplication process unchanged, and would add a manual step which the developers loath.
    We basically have two mutually exclusive requirements - refresh the database nightly for the sake of fresh data, but don't refresh the database ever for the sake of the APEX environment.
    Again, any suggestions on best practices would be helpful.
    Thanks,
    Bill Johnson

    Bill,
    To clarify, you do have the ability to export/import, happily, at the application level. The issue is that if you have an application that consist of more than a couple of pages, you will find yourself in a situation where changes to page 3 are tested and ready but, changes to pages 2, 5 and 6 are still in various stages of development. You will need to get the change for page 5 in to resolve a critical production issue. How do you do this without sending pages 2, 5 and 6 in their current state if you have to move the application all at once??? The issue is that you absolutely are going to need to version control at the page level, not at the application level.
    Moreover, the only supported way of exporting items is via the GUI. While practically everyone doing serious APEX development has gone on to either PL/SQL or Utility hacks, Oracle still will not release a supported method for doing this. I have no idea why this would be...maybe one of the developers would care to comment on the matter. Obviously, if you want to automate, you will have to accept this caveat.
    As to which version of the backend source control tool you use, the short answer is that it really doesn't matter. As far as the VC system is concerned, you APEX exports are simply files. Some versioning systems allow promotion of code through various SDLC stages. I am not sure about GIT in particular but, if it doesn't support this directly, you could always mimic the behavior with multiple repositories. Taht is, create a development repository into which you automatically update via exports every night. Whenever particular changes are promoted to production, you can at that time export form the development repository and into the production. You could, of course, create as many of these "stops" as necessary to mirror your shop's SDLC stages, e.g. dev, qa, intergation, staging, production etc.
    -Joe
    Edited by: Joe Upshaw on Feb 5, 2013 10:31 AM

  • How to use Insert for mulit-values

    Can anyone help, I try to insert mulit-values using insert command. but keep getting error. here is the code.
    INSERT INTO PRODUCTS
    VALUES (
    'C','CABLE',39.95,
    'D','DSL',29.95,
    'U','DIALUP_56K',19.95);
    Thank you!

    The SQL you posted isn't valid, assuming that there are only three columns in your table. The type of insert statement you posted can only insert 1 row at a time.
    You could look into loading data into collections and using the bulk insert syntax to insert multiple values in a single statement. Please post to the PL/SQL forum if you need more assistance on this.
    Justin

  • When typing the product in the Item Grid - it goes-off

    Hi Experts,
    we are facing a strange problem.
    We have created a new item grid assignment block Z* (similar to BT115QIT_SLSQ)  in the CRM Quotation (BT115H_SLSQ) apart from the existing one.
    Now when we try to create/insert an item using the F4/Search Help it works fine.
    But When we try to create/insert an item by by typing it or copy-pasting it and enter, it goes-off & ordered_prod becomes blank.
    Does any one has has idea on that or faced similar problem?
    Thanks in Advance!
    Regards,
    Tarak

    Hi Masood,
    in the SET_ORDERED_PROD - the product value is there in <nval>, so it is set
    but in GET_ORDERED_PROD - it is not able to get that value.
    In the create context node of the CTXT class - I am not creating any new context node. Actually I have copied the component BT115QIT_SLSQ into a Z* component. So the Z* component is exactly similar to BT115QIT_SLSQ, then added this component to the header component BT115H_SLSQ in the overview page as an assignment block. So now we have 2 assignment blocks for the item grid, now I am controlling the products into these item grids using the Item category/category id. It works perfectly fine when i use the search help for the products.
    But when I type it - this problem is coming.
    Here I am using the context node BTADMINI (which is standard & present in BT115QIT_SLSQ & so in Z* as well).
    Regards,
    Tarak

  • How to create release order for value contract?

    dear experters,
    I create a value contract by T-code:va41, order type"WK1".I set a Assortment module to this order and mateirl "WKM1" to  it.
    then I create release order by T-code:va01 with refrence to this value contract,but it set the material "WKM1"  to the sales order, and I can't modify this material! I want to put another material which belong to the assortment module in the value contract. I want to know how.
    thanks.
    Best regards
    lance

    Assortment Module for Value Contracts
    This function enables you to define a list of materials that can be released from a value contract. Materials can be assigned to more than one assortment module.
    An assortment module is an entry tool and can be called up from the value contract. It is valid for a certain time period.
    If you delete a material from the assortment module, to which a value contract refers, you will be unable to release that material.
    In the value contract, only materials with the same sales organization and distribution channel as the value contract can be taken from the assortment module. All the other materials in the assortment module are not displayed in the value contract.
    To fulfill both these requirements, two types of value contracts are offered in the standard system:
    Value contract type WK 1
    You can specify a product hierarchy or a assortment module for value contracts with contract type WK 1. The system will always propose this type of contract, if you want to create a contract for several materials or a certain group of materials. All the materials in the relevant assortment, or belonging to the specified product hierarchy are then relevant for release.
    Value contract type WK 2 (material-related)
    You can create contracts for one material (usually configurable) with this type of value contract. A software company is an example of where this kind of contract is often used. There, a contract for the value of $500,000 is made with the customer for one specific software product.
    You can also agree on the length of the contract for this type. The contract duration can be agreed at item level and can be different from the contract duration specified at header level.
    You can store special price agreements for the value contract. These price agreements can then be used at any level. For example, a value contract can contain prices for individual materials, or discounts that are valid for every released material.
    Release Orders
    The customer fulfills a contract by issuing orders against the contract. The contract does not contain any exact dates for deliveries, so you need to create a sales order to release against a value contract.
    When a release order is created for the contract, the system automatically updates the released values in the contract. The release order value is calculated from the total of the open order and delivery values, plus the value that has already been billed to the value contract.
    The system also updates the released value for subsequent changes (for example, overdelivery of contract release, price changes in the billing document, partial deliveries, returns, rejection of order items, cancellation or reversal of orders, deliveries or billing documents).
    You can create a release order in any currency. The system automatically converts this currency into the one agreed upon in the value contract on the pricing date for the contract release order.
    Creating Assortment Modules for Value Contracts
    Procedure
    To create an assortment module, proceed as follows:
    1. From the initial screen choose Logistics >Sales and Distribution >Master data.
    2.Choose Products >Value contract - Assortment module > Create.
    You will then be in the Create assortment module: Initial Screen.
    Module type 6 is defined for the value contract.
    3. For external number assignment, enter a module number.
    You can then use existing modules as a reference by entering the name of the module under reference.
    4. Choose Enter.
    5. Enter a short description for the module.
    6. Enter a validity period for the product proposal.
    During a release, the system checks if the release date lies within the validity period.
    7. Create the materials that you wish to assign as items to a module.
    You can display a list of materials as a product proposal, which you can then copy into the assortment module. To do this, choose Suggest material, enter the selection criteria in the subsequent screen and copy the selected materials to the items. Use Edit > Delete item to delete the materials that you do not want to copy to the assortment module.
    8.Save your entries.
    Also Please check the copy control in VTAA
    Regards,
    Anbu

Maybe you are looking for

  • Using excel to generate signal in labview

    Hi there I am having a trouble in generating a signal in labview using excel and then plotting it as waveform. In excel file, I have 2199 rows and 9 columns with time in second and I want to plot time against other columns except column 1. In rows, I

  • Windows 8.1 wont release dead wi-fi profiles - will actually use them - Ghost profiles

    Serious bug in both Windows 8.1 and Windows Phone wifi profiles if you change routers/names I have 3 Laptops and 2 Windows Phones running at home. All laptops on 8.1 , Windows Phone current. They were attached to a Netgear Router with router access n

  • Submit unique surveys to a website?

    I have about 1600 unique surveys (each one had different options). Currently I am sending using Acrobat mail merge with an email javascript. But even with the enabled form, some people are having a hard time sending it back to me (unable to use the s

  • Different PLE's on different numa nodes

    We are running 2 node Availaibility Group FC servers with 3 numa nodes. On our Prod servers the PLE's differ from node to node on the Primary node yet and are the same on the Secondary node yet on our Accp servers the PLE's are identical on each node

  • Suppress a field in fs00 (Trading partner)

    Hi all, could any tel me how to Suppress Trading Partner field in FS00 screen. "in OBD4 screen we cant do that" Thanking you