Product Pricing Problem..?

Hi All,
I have a Product of type variableSetItem.. it contains one childSku.. that childSku in turn contains *2 bundle links*... among the 2 bundle links one is selectable-sku which has 3 SKUs ($12.45).. another link points to fixed-sku($3.60).. Now the problem is., i want to display 2 select boxes to select 2 skus from first bundle link.. & second bundle link's fixed SKU is given along with the other 2 selected SKUs.. That is, price is like ($12.45+$12.45+$3.60) .. Here, i want to display a message simply that fixed SKU comes along with other 2 selected SKUs..
can u suggest way to make it possible..
Thanks in Advance,
VishnuVardhan Bovilla

Hi Subrat,
Pls split the problem as follows.
In the system perspective, what will differentiate the internal sales from general sales or spare parts sale. To my understanding, if soemthing is sold for internal sales, it is sold in a particular way(Distribution channel) which is different from the way it is sold as a spare part. So extend this material to two D.C., one for internal sales and another for sparepart sales.
Also find out who will be the partners in both the cases. Are there any dedicated partners for one process who cant be a partner for other process. For example a payer for internal sales cant be a payer for spare part sales.
Like this try to find out the unique organisational entities for both the processes.
Then create your condition tables based on these entities so that you can maintain different values for the same condition type based on different values of the organisational entities (Distribution channel, payer, sold to party etc)
Please assign reward point if this approach helps you to solve the problem.

Similar Messages

  • Pricing problem with value based free goods!

    Hi All,
    I've got a pricing problem.....
    Can anyone can come out with a solution.
    Here is the Business Scenario....
    In a super market pricing...should be implemented in such a way that....if the customer purchases any material(all materials) for $1000 he should be given  a materisl XXX one unit free (free goods)
    How to implement this in SD R/3 Scenario...
    i have tried out with Free goods...n pricing...but was not able to implement it..can any one of you suggest me a solution for this plz..
    Regards,
    Pavan.

    Hi Pavan,
    I would suggest that you post this message in the mySAP ERP business suite solution application forum. Here is the navigation info:
    Welcome to the SAP Forums » SAP Solutions » Enterprise Resource Planning (ERP) . It is more likely that someone from the SD slide will be reading that forum than this "SAP NetWeaver integration with my SAP ERP" forum. 
    I hope this helps,
    Mike.

  • Change product pricing

    Hi experts
    I need a FM in CRM for read from the product registry the product pricing.
    Somebody know any FM or table??
    Best regards
    Marco

    Hi,
    We are able to see change history of conditions which are happend at one order, the same thing we want at product master.
    Is there any way to get the same.
    Thank you.
    Regards,
    Babu

  • Pricing problem : one product two treatment,one single customer

    dear all,
    i am facing a strange problem
    i m having some material which is under one division one distribution channel and one sale organization,and also the customer is same,but the customer some times taking the product for internal use of their company so they order it as general product and charging 4% tax on it
    and some times they are asking product as spare and the spare is rate is hihg ,the tax is 12.5%then additional cess and exice duty is there
    so the treat ment is totally different
    can any body help me to solve this
    shoud i make another division
    should i make another distribution channel shoud i use another pricing procedure
    should i use another order type to raise the order
    please please solve the problem
    regards
    subrat
    [email protected]

    Hi Subrat,
    Pls split the problem as follows.
    In the system perspective, what will differentiate the internal sales from general sales or spare parts sale. To my understanding, if soemthing is sold for internal sales, it is sold in a particular way(Distribution channel) which is different from the way it is sold as a spare part. So extend this material to two D.C., one for internal sales and another for sparepart sales.
    Also find out who will be the partners in both the cases. Are there any dedicated partners for one process who cant be a partner for other process. For example a payer for internal sales cant be a payer for spare part sales.
    Like this try to find out the unique organisational entities for both the processes.
    Then create your condition tables based on these entities so that you can maintain different values for the same condition type based on different values of the organisational entities (Distribution channel, payer, sold to party etc)
    Please assign reward point if this approach helps you to solve the problem.

  • Product pricing and effective dates

    Hello guys,
    Hope all of you are doing fine.
    In my current implementation we are going to integrate the pricing in the product repository, however I was asked to find out if anyone in the team has experience with putting pricing in a product or material repository in MDM and specifically dealing with the requirement of having effective dates for different prices.
    If you have such experience or thoughts to share please reply.
    Also it would be useful to know if you are aware if SAP has any future plans to release such functionality in future versions of the tool (or business content).
    Kind Regards,
    Jorge

    Then my cardinality is drastically reduced to 92K (actual 110M) - leading to Nested Loops further up the query plan....
    I don't have histograms on the columns involvedIf you add histograms on the involved columns, is the optimizer picking up a better execution plan?
    Also note that the problem might be that you need a combined value distribution on two columns. This is possible from 11g onwards, but not before. Check out http://www.oracle.com/technology/pub/articles/oracle-database-11g-top-features/11g-manage.html (Search for Multi-Column Statistics)

  • OC4J 10.1.3 production: Build problem Adventure Builder 1.0.1 using EJB 3.0

    Hi all,
    I tried to use the migration to EJB 3.0 of the Adventure Builder 1.01 from Debu Panda and had some build problems.
    Does anybody know if this demo was tested with the production version of 10.1.3?
    I used the standalone version and had to tweak a lot of entries in ant-oracle.xml.
    Is it possible that the migration was done with a preview release? Have there been so many changes? I had to include a bunch of additional JARs e.g ${J2EE_HOME}/lib/adminclient.jar, ${ORACLE_HOME}/webservices/lib/wsclient.jar. ${ORACLE_HOME}/lib/xmlparserv2.jar
    and others.
    Also I had to change some task definitions as I guess that the contents of ${ORACLE_HOME}/j2ee/utilities/ant-oracle-classes.jar must have changed...
    If I did not do something terribly wrong it would be nice if you could update the example to save other people from this nightmare of running from one build error to the next!
    Regards,
    Eric

    Hi Debu,
    thanks for your reply. I've used an previously installed ant 1.6.5 from ant.apache.org, but I don't think this should matter, or?
    As far as I could see one of the problems is related to the version of ant-oracle-classes.jar in ${ORACLE_HOME}/j2ee/utilities which the example relies on.
    In the adventure builder ant-oracle.xml you'll find task definitions like that:
    taskdef resource="oracle/ant/taskdefs/deploy/antlib.xml" uri="http://www.oracle.com/ant/taskdefs" loaderRef="oracle.tasks.loader">which does not match with what one can find in ${ORACLE_HOME}/j2ee/utilities/ant-oracle-classes.jar
    So from my point of view this has to be changed to
    <taskdef resource="oracle/antlib.xml" uri="antlib:oracle" loaderRef="oracle.tasks.loader">I also had to change some libs... That's why I thought this example was made and tested with an earlier version of oc4j 10.1.3 (maybe a preview version).
    Regards,
    Eric

  • Product registration & Product installation problems

    I recently purchased the full version of LR2 after using the 30 day trail version of LR2.
    Mac Pro
    Dual-Core Intel Xeon
    2.66 GHz
    OSX 10.5.7
    LR2 accepts the software liscence upon initial setup (confirmation within prompt says product is registered) but software closes after this. After spending many hours with tech support I am unable to use this software. Various procedures that tech support had me conduct included manually removing all LR2 files from the system & re-installing LR2, re-installing LR2 under a new admin user, and logging in with safe mode and reinstalling LR2. All procedures did not work. I am told that my case has been moved to a higher level technician and that Tech support will call me in 24 hours. Anyone having any similar problems and/or might have a solution? Thanks.

    Thank you. I have checked and I have installed LR 2.5. The problem is still present. I have yet to hear from Adobe Technical support. Is anyone familiar with Adobe subscriber support? I would gladly pay to have a problem like this taken care of.

  • Product registration problems

    with respect,
    hello, im am charlie, I just bought a macbook pro 15 "on 01-july-2011 in eStore authorized resellers in Indonesia with no series" W8050XXXXXX "and register the product. until now dated 04-july-2011 and I did not receive a confirmation e-mail that the macbook pro 15 "I have been registered.
    and if I check on https://selfsolve.apple.com/agreementWarrantyDynamic.do
    it will look something like this:
    "Please register your product
    Apple is Unable to Provide information about your service coverage. Please sign in with your Apple ID and Provide your product's date of purchase so That We Can display your coverage information. "
    and if I continue to fill in the date of purchase then it would appear are like this:
    "We're sorry, but We Are Unable to register your product with That purchase date. To complete registration, please submit your proof of purchase.
    Your warranty is the same whether or not you register. See your service options "
    so, what should I do?
    please help for this problem quickly resolved perfectly.
    Charlie
    Indonesia

    not like that, because of its web interface written in day / month / year
    so what should I do? Anyone know the email contact apple is concernedwith thisproblem?

  • Pricing problem in sales order creation

    Hi friends,
             My requirement is to create sales order with ref to contract i am using 'BAPI_SALESORDER_CREATEFROMDAT2' , and I am extracting data from konv table to get price through condition record , but i am getting 4  messages
    (S)    SALES_HEADER_IN has been processed successfully
    (E)   Condition PR00 is not allowed as header condition
    (W)  The sales document is not yet complete: Edit data
    (E)   Sales document  was not changed
    and i am not getting pricing for created sales order document.
    please help.
    regards,
    Sravani.

    hi
    ZK01 Company Selling Price - 21.86 INR 1 BT - 2360.41 INR for 108 BT( your statement)
    This is wrong 21.86 x 108 = 2360.88 and not 2360.41 as written by you
    so the calculation of the system is correct
    21.86 x 108 =2360.88
    1.41 x 108 =153.28
    So total  23.27 x 108 = 2513.16 (also 2360.88 +152.28 also is equal to 2513.16 )
    you can check in calculator
    If ZK01 is showing a wrong vaule 2360.41 instead of correct 2360.88 in your case then you need to check the configuration of that condition type
    The subtoatal valuew hich you have written is also wrong because of ZK01 
    Problem lies in ZK01 check the  other controls and rounding profile etc of ZK01 in V/06
    Regards
    Raja

  • Pricing Problem in Sales Order

    The problem is related to Pricing in Sales Order which is given below with an example -
    ZK01 Company Selling Price - 21.86 INR 1 BT  -  2360.41 INR for 108 BT.
    ZEXS Excise Recovered on Sale - 1.41 INR 1 BT - 152.28 INR for 108 BT
    Subtotal 1                                 - 23.27 INR 1 BT - 2512.69 INR for 108 BT
    ZK19  Copy of Subtotal 1 -  100% -  it should be 2512.69 INR , but its is showing 2513.16 INR ( 23.27 x 108 = 2513.16 INR actually).
    Why this is happening? I want ZK19 to copy the exact value of Subtotal 1 which is not happening.
    Please suggest some solutions.
    Thanks & Regards
    Priyanka Mitra

    hi
    ZK01 Company Selling Price - 21.86 INR 1 BT - 2360.41 INR for 108 BT( your statement)
    This is wrong 21.86 x 108 = 2360.88 and not 2360.41 as written by you
    so the calculation of the system is correct
    21.86 x 108 =2360.88
    1.41 x 108 =153.28
    So total  23.27 x 108 = 2513.16 (also 2360.88 +152.28 also is equal to 2513.16 )
    you can check in calculator
    If ZK01 is showing a wrong vaule 2360.41 instead of correct 2360.88 in your case then you need to check the configuration of that condition type
    The subtoatal valuew hich you have written is also wrong because of ZK01 
    Problem lies in ZK01 check the  other controls and rounding profile etc of ZK01 in V/06
    Regards
    Raja

  • Pricing problem-Urgent

    Hi all,
    iam getting a problem regarding pricing.
    When i make a Sales doc. with reference to an invoice,
    everything is being copied from invoice to the sales doc.-customer, material  and its no. , sales area, payment terms, incoterms, and material qty. also.
    But the pricing of the invoice is not getting copied on to the sales doc.
    I have maintained all checks available in the sales doc. type and the item category of the sales doc. type i.e
    Pricing: X
    and then in OVKK , i have maintained the doc. pric. procedure of the sales doc. type  with the pricing procedure of the invoice
    and again in the copy control measures, i have maintained
    Pricing type: D
    But i still not able to copy pricing procedure from the invoice to the Sales doc.
    I want the soltn. urgently.
    Thanks in advance
    Sourav

    run VTAF for your sales doc type/bil type
    and check item category
    set flag for "update doc flow"
    and pricing type B

  • Product recovery problems on Satellite Pro A200

    Hi
    I have a Satellite Pro A200. It is running very slowly and sometimes it freezes up when I log on.
    Also the homepage has been hijacked and I have tried several anti spyware programs and they have not worked.
    I have the product recovery disc but the problem the DVD rom drive has stopped working.
    The light is on but it will not open unless I use the manual release.
    I have removed it and checked the connections but it seems o.k.
    The DVD/CD rom has disappeared from the device manager and does not show up under hardware.
    I have tried system restore but this also will not work.
    Is there anyway you can use the product recovery software if you boot from a USB key?
    I have tried restarting the computer and choosing boot from CD but it will not give me that option.
    I have looked in the bios and the only boot options that it gives are harddrive, CD rom, land and FDD

    > Is there anyway you can use the product recovery software if you boot from a USB key?
    No, this Toshiba Recovery disk cannot be copied to USB flash memory stick and used for OS installation. Im afraid this would not work.
    But if youve got an Microsoft Windows CD you should be able to create an bootable USB flash memory stick. In internet you will find many useful step by step instructions how to create such bootable USB stick.
    But booting from USB flash memory stick should be definitely possible since the BIOS supports following bootable devices:
    USB FDD, HDD, ODD, Network(LAN), USB Memory

  • Tricky Sales doc pricing problem

    I have a problem becasue a particular item category does not have the u201Cdetermine costu201D flag checked and therefore then when pricing is invoked the VPRS pricing condition is not re-determined, and its removed.  Which 99% of the time is what they require.  However, when they create a new order with reference to an old document containing a VPRS condition, but then they change the sold-to party of the new order, pricing is then automatically invoked again, and the VPRS cost is removed, due to the "determine cost" flag not being checked.
    So I need to find away of either ofrcing the pricing to keep the old cost, or a way of putting it back in.  I am looking through the user exits but I can't find a point that actally stores usuefull pricing data. 
    - Neither of the USEREXIT_PRICING_PREPARE_TKOMK or USEREXIT_PRICING_PREPARE_TKOMP contain any useful table that show the VPRS amount.
    So can anyone suggest how I can tackle this problem?

    Dear Ramaswamy,
    As you said, things are proper in Quotation, while the error encountered at Sales Order level.
    Just a thought, check with Copy Control settings (T. Code: VTAA) b/w Quotation-to-Sales Order.
    For combination (say, OR -- QT), at Item (from dialog structure), select Item Category "AGN" and double-click.
    Chexk with "Copying Requirement Routine".
    Also, check with "DataT - Copying requirements for data transfer VBAP".
    ensure, routines are writen correctly, as per requirement.
    Best Regards,
    Amit.
    Note: Also, could you please confirm, whether this error is particularly for this Order, or is getting encountered for every Order.
    Are you using Standard Sales Doc. Types and routines, or Custom-ones?

  • Product display problem in business catalyst shop

    I have set up a shop in business catalyst, but I am having trouble getting all the products to display on one page, 3 have moved to a second page, but left gaps on the previous page where they should fit in? Adobe support told me to post this on the forum, saying to 'alter the css and have it checked out', has anyone else had this problem? How do I fix this?

    No I had no idea either, I had checked everything, but just could not see a way around it.
    This was really helpful after a few frustrating hours! Thanks again.

  • Solution manager configuration for EHP4 install (Product Version Problem)

    Hi guys!
    I'm new on SAP and SDN is a help all days and this time i really need some help from you guys!
    Im installing EHP 4 and need the XML Stack file, so i go to the solution manager to generating them. But after configuring the logical components, make the associations, etc. on create maintenence transaction, the product version dropdownlist is empty...
    It is configured but it dont appears... Anyone had this problem before and could give me some help!
    I will appreciate that!
    My regards,

    Hi,
    In SMSY, the system should have product version as SAP ERP 6.0.
    Next the logical component created for ECC Server should also reflect this version.
    The solution you create in DWSP should include this logical component via the Solution Landscape definition. Here again the logical component should show the product version.
    If all above are in place, the MOPZ for the respective solution should have the product version list populated.
    Regards,
    Srikishan

Maybe you are looking for