Up/Cross Selling for sales ietsm in package quote

Dear experts,
We are using the package quote to do all our quoting and we have important requirement to be able to do up/cross selling with the package quote, at least for the sales items.
Do any of you know how this can be done with SAP? I am sure it would require an enhancement, but maybe someone have some hints on where to start.
Thanks and best regards, Mia

Hello Rumi,
The functionality  of cross-selling with configuration is not provided and "strongly" excluded in the SD coding.
Please see include FV45PF0C_CROSS_SELL_SELECTION
*kein cross selling bei:                        (no cross selling by:)
Konfiguration                                 (configuration)
  IF NOT VBAP-CUOBJ IS INITIAL.
    DA_GRUND = CHAR4.
  ENDIF.
You can also find information on this in note 869601 - FAQ Cross Selling   > point 2.
It can only be made possible via modification.
Thanks
Amber

Similar Messages

  • Cross Selling and Sales BOMs as results

    Hello,
    We are expanding our use of Cross Selling.  One of the requests is that cross selling return a list that includes items that are setup as Sales BOMs.
    For example:
    Cross selling is setup for:
    Sales Org/DC/Division/Material
    1000/01/01/ABC
    Alternate Materials
    AAA
    BBB
    CCC - CCC has a BOM with usage 5 and when entered on an order normally, it expands to items CCA and CCB.
    Create an order and enter material ABC
    Cross Selling shows with the three options above.
    Add a qty of 1 for material CCC and copy it to the order
    Item CCC is copied to the order, with the correct item category but does not then have the subitems of CCA and CCB.
    Is there a way to make the item added via cross selling explode the sales bom, or will this not work?  I know that BOM items cannot initiate cross selling, but wasn't aware it didn't work if it was a result of cross selling.  Thank you.

    Thank you for the response. 
    The item category is configured correctly, as the BOM does explode on the order correctly when entered manually, it only fails to add the sub-components when added as a result of the cross selling.  The note you specified is not applicable to our system, we are currently on 4.7 and not upgrading to ECC6 until this summer.

  • Personalization (Cross-Selling Rules for Target Group) in E-commerce

    Hi,
    Could any one suggest solution for the query...
    Scenario: Personalized Cross-Selling for Target Group in a Webshop (E-Commerce-B2B Occasional User Scenario). The Cross Selling is to
    appear only for Target Group, but the system is prompting the Cross Selling
    Rule for both Target Group aswell Global. The Config details are below
    mentioned.
    1. In Method Schema (11) we maintained Cross Selling Methods for Global as well
    as Target Group.
    (CRM_MKTPR_PP_CS_GL_READ & CRM_MKTPR_PP_CS_TG_READ).
    (I did remove Global Method for testing, but still it is appearing for Global
    Target Group)
    2. Created Cross Selling rules in CRM for Target Group Target Group & is
    Activated.
    3. Target Group Modeling done in Segment Builder.
    4. Target Group Assignment done in the webshop.
    5. Application Administration related tasks (clearing done).
    6. Product Catalog Updated Replication is done aswell.
    7. Simulation of Product Proposal is done using program
    "CRM_MKTPR_PRODUCT_PROPOSAL"
    Please suggest me if I miss anything to recommed Cross-Selling rules only to the Target Group.
    Thanks in Advance,
    D u r g a r a o

    Cartweaver
    http://www.cartweaver.com/
    Web Assist Power Store
    http://www.webassist.com/support/ecommerce-options.php
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Cross selling (one for pros)

    Hi,
    For me, one task I have left on my site is cross-selling
    products on my detail page. Cross selling, for those who dont know,
    is basically offering additional products that go well with the
    products they already sought up in the detail page. For instance,
    if they chose a flashlight, i might also want to offer them some
    batteries of the right kind.
    Anyways, the detail page works fine where the right product
    apears by looking at the the variable productID in the URL.
    Underneath I want to make an additional recordset (I guess this is
    the best way) with 6 items that fit well with this product. How do
    I do this? Do I need to make additional variables? How do I link
    the right cross sell items to the product above which is already
    linked from the master page?
    What I am basically asking is some pointers to get me in the
    right direction or even some more detailed ideas.
    Thanks.

    quote:
    Originally posted by:
    bregent
    >well, i learned a lot more about asp and access.
    Amazing how much one can learn in a month!
    >So its now: products.ProductID --> (one to many)
    crossell.productsID, crosssell.crossellproductID -->
    >(one to many) products.ProductID.
    That looks like you are on the right track. The relationship
    looks fine, but in SQL you cannot reference the second instance of
    the products table directly - you need to create an alias. An alias
    in SQL is simply a virtual instance of the table.
    You have a few options here and I don't recall if the DW
    recordset GUI allows you to create an alias. But you should be able
    to write the freehand sql directly. The SQL will look something
    like:
    SELECT Products.Product ID, Products_1.Product ID
    FROM (Products INNER JOIN Crosssell ON Products.Product ID =
    Crosssell.ProductID) INNER JOIN Products AS Products_1 ON
    crosssell.crossSellProductID = Products_1.Product ID
    Here we've created an alias of the Products table called
    Products_1. (sidenote: your table names should be singular, not
    plural. So, Products should be changed to Product)
    Another option is to create a query in Access that links the
    tables. Access will automatically create the alias for you if you
    select a table more than once in a query. Then just reference the
    Access query in your ASP page the same as you would a table.
    Well, something is defenitly going right...and some stuff is
    definetly still not okay :).
    I think that we were successfull in creating a virtual
    instance of something, when i test this sql I indeed get the two
    test results that i entered in the crossell table. only, the
    dreamweaver recordset now shows me two workable values:
    recordset2.productID and then again recordset2.productID :). So, I
    guess the productId's of both the detail page item is showing as is
    the productID of the cross sell product, but necesarry stuff like
    the price variable, name variable etc from the table products are
    still missing which i do need.
    what am i doing wrong?

  • Cross selling stop when find a condition type

    Hi everyone,
    I'm trying to use cross selling to bring a pop up window and the user can select the material, the fields that I'm using are sales org, distrib. channel, division and material group, I already performed all the configuration and when I create the sales order the pop up window only show one material because found a condition type in the access sequence and is not performing the following validation...somebody know what could be happening?
    Thanks in advance
    Regards
    Manuel

    Hi,
    you can use cross selling. When you create entries for condition CS01 (standard condition for cross selling) for a material, you start entering all materials that could be sold with that material. To do so, double click on the material and you’ll able to add additional ones and quantities. You can use a single acces sequence for condition CS01.
    When creating a sales order, a pop up will appear and you can select the materials you want to cross sell by entering a quantity in the pop up (if no quantity, they’re not copied).
    Regards,
    JM

  • Cross-selling in ERP catalog based webshop

    Hi,
    I want to setup cross-selling for B2B/B2C scenarios for an ERP catalog based webshop.
    I have made the settings in Sales And Distribution -> Basic Functions -> Cross-Selling
    but where do I need to maintain the cross-selling relation? Please tell me if there are any other settings that I need to make.
    Regards,
    Meenakshi

    Glad you found it,
    There should also be a section in your bestpractice guid in this area.
    Enable Cross-Selling          Set this flag if you want to enable the Cross-Selling function in ERP E-Commerce. Also check the ERP IMG Customizing in Sales and Distribution  Basic Functions  Cross-Selling
    Mark
    Edited by: Mark Foley on Jan 20, 2011 2:30 PM

  • ColdFusion Developer site for sale

    Post removed: Site Sold

    Two questions - why are you moving away from cf development
    and, are
    exisiting clients part of the deal?
    "spindiggy" <[email protected]> wrote in
    message
    news:estd25$338$[email protected]..
    > Hello,
    > I am moving away from ColdFusion Development. The site
    design,
    > hotfuzion.com,
    > hotfuzion.net, the cms and shopping cart are all for
    sale as a package
    > deal.
    > I'm looking for around $500.00 for all. If interested,
    let me know.
    > [email protected]
    >
    > Chris
    >

  • Cross selling in e-commerce

    Hi All,
    I have configured cross selling in e commerce.
    When I maintain the cross selling for material in r/3, then it is working perfectly fine and showing me the cross selling materials in related products in frontend.
    But when I maintain the cross selling materials for a combination of customer group/material in VB41, related products are not displayed in frontend.
    The problem here is that the frontend is not populating the header communication structure which contains the customer group field in the BAPI - ISA_CROSS_SELLING_DETERMINE.
    Can anyone tell me what do I do , so that the import parameter -header communication  is filled when the above BAPI is called from frontend.
    Thanks and regards,
    Nilesh

    Hi,
    I dont know how this would help you but I think this is a workaround which must work.
    What you do is
    In Master data of TV in Relationship tab go to SERVICES tab and assign the services which are possible for the TV installation like what you have mentioned DELIVER 10, DELIVER 20 etc
    Now in your service order you assign the product TV in PRODUCTID at the header level. THen in Product proposal tab you can choose from the services.
    You can choose from the services and give quotation from these service. You can maintain the SERVICES in INITIAL QUOTATION mode so that they dont go to ECC or are not released for billing.
    You can modify the smart form for providing this informatin to the customer regarding the different pricing. you can selectively release the item which the customer orders by changing the QUOTATION RELEASE functionality in STATUS of item.
    Thats how you can I think Cross sell the services using simple PRODUCT PROPOSAL and QUOTATION RELEASE functionality without going in complexities of PRODUCT SCEMA etc
    Please award points if helful
    Regards
    Surendra More

  • Letter of Credit usage for Cross Company Code - sales

    Dear All,
    Is is possible that we can use L/C Letter of Credit document for cross company code sales processing.
    client have created LC document for Company A which can also be utilized for Company B.
    Thanks,

    HI,
    I'm also interested in Cross Company Code Finacial Documents & revolving letter of credit.

  • In sales order cross selling pop up screen requires FIND option

    Dear Friends,
    In our company we are using the pop up screen for cross selling items per BOM.
    Our requirement is in the pop up screen we require find option also. we have only copy and cancel options are there in the standard functionality.
    Could any one of you help us how can add the functionality of find option with out changing any standard code, ( i mean any OSS notes or user exits ).
    Thanks in advance,
    NLX

    Hi Joshi,
    By seeing the above link, I think after creating transaction variant we need to create Custom tcode to use that transaction variant.
    But, in this case we should use transaction VA01 only, but not any Custom Tcode..
    This is very urgent ..
    Is there any other option to meet my requirement...
    Thanks,
    Radhika

  • SRM-MDM 3.0 - prices for sales packages

    Dear forum gurus,
    I am setting up the SRM-MDM 3.0 catalogue and have setup a fixed sales package and configurable sales package OK.
    However, I cannot get the price details to be shown in the SUI. I am using contract prices for all items and have configured the SUI to show Contract Price only in each screen, but the sales packages show no prices in any screen and give an error when ordering which I think is due to no price being found in a table.
    Can anyone advise on why this is or is there a document on configuring prices for sales packages?
    Many thanks,
    Nick

    I get the following error when I try and transfer the package back to SRM:
    java.lang.IllegalArgumentException: Field with ID 'F89_207' was not populated or does not exist in repository for table 'T1'
    Does anyone know what this is caused by?
    Thanks,
    Nick

  • Business Package for Sales in SAP R/3 4.6C

    Is it also possible to use some of the functions of the Business Package for Sales for connecting to an SAP system 4.6C? I want to use the standard ITS webgui and hope there are some developed templates which I can use.
    Best Regards,
    Alvaro

    <b>-> 46C is no longer in standard maintenance</b> (you could order extended maintenance at an extra price...)
    -> so: you either order or you will not be able to dl r/3 46C
    -> which database system do you plan to use?
    -> i'd rather start with sap r/3 47x200 sr1 or sap erp
    <b>standard installation procedure:</b>
    - get instguide + relevant sapnotes
    - check & apply prerequisites
    - as for oracle: install database software oracle (using runInstaller) and apply patches
    - install central instenace using r3setup and template r3central.r3s
    - install database instance usind r3setup and template r3database.r3s
    - perform post-installation actions..
    GreetZ, AH

  • Business Package for Sales or Internet Sales

    Hello:  I am looking for people that have experience working with Business Packages for Sales 60.1.  I believe this is the only package that supports "Internet Sales" scenarios but it requires an ECC 5.0 backend, so I want to find out if the iviews within contain only sapgui or BAPI calls or BSPs or something else like webdynpro or ITS?  I am also wondering if anybody has seen this pacakge work for connecting back to a 472 R/3 backend?
    Thank
    George

    Hello again,
    This is what i did:
    I unzipped the SCA-File and found an EPA-File.
    I imported the EPA-File with the Enterprise Portal:
    SystemAdministration>>Transport>>Import
    Everything looks OK.
    Hope I did the right thing - other opinions?
    Christoph

  • Configuration for sales business package

    Hi,
    Any one having documents for configuraing  Business Package for Sales. I need step by step document to do that.
    What are other BP can be helpful for MM, SD and PM process.
    Regards
    Stan

    Hello again,
    we dindn't move any further with that Business Package. What I see is, that the Launchpad iView is configured within the package with the following parameter:
    com_sap_webdynpro_mandatory_application_parameter:  class=CL_FPB_SNI_ACCESS&role=ISR&instance=REP&display_external=X
    <b>But:</b> In the end, the iView points to a Web Dynpro named <b>java/sap.com/mss~lpa/com.sap.xss.fin.lpa.reportlaunchpad.ReportLaunchpadPcdApp/base</b> which is not existing on the portal system.
    Do I need the Web Dynpro on portal or backend system? And, which packges do I have to install to get this Web Dynpro?
    Please help me...
    Kind regards,
    Matthias

  • Transparent table for  Indicator: cross selling materials

    hi,
    Can anyone tell me how to find the table which contains all the indicators.  And especially the indicator for cross selling materials.

    Hi Deepika,
    By using the T code ST050 - SQL Trace , You can get the list of data base tables  which are accessed during a transaction.
    Go to ST05=> click the ACTIVATE TRACE button.
    Execute your transaction, Then DEACTIVATE TRACE and DISPLAY TRACE.
    Now you will get the list of database tables access in the transaction.
    Regards
    DKS

Maybe you are looking for

  • Apple tv 1st gen streaming

    Hi All I have 1st gen atv and can no longer stream anything without buffering isuues, I think the problem started after installing Lion. is lion not compatable with the 1st gen atv? has anyone else had same issue and managed to sort it out. thanks ch

  • Automatically create Project number

    Hello, i heard that there is a way to create automatically a project number when the user creates a new project. There must be a BADI to configure it. Can anybody help me? Thanks for your help!

  • How to i apply cross fading in adobe premiere elements 8?

    Hi, i am using adobe premiere elements 8 and i would really like to know how to cross fade video like in windows movie maker.  I have tried the cross dissolve and addictive dissolve as well as the fade in and out options and the even the opacity opti

  • Ipad mac mini combo possible?

    Hello all This is my first post I am itching to buy a mac mini and was about to when the ipad came out. So here I see a beutiful display (with a keyboard dock) that would be perfect for a mac mini. The mac mini needs a display, keyboard and mouse. ip

  • My MBA 11 Mid 2013 is losing about 1% of battery every minute.

    It did not do this before two days ago. I easily made the battery last 13hr on the same amount of activity I am using it for now. Never did it decrease at this crazy rate of 1% every minute. It is also very hot on the bottom.