Multiple distribution channels in one shop application possible?

Dear all,
maybe someone can support me with the following requirement:
I have one shop application (SAP CRM ISA 4.0) that shall be used for selling sales products (distribution channel 10) as well as service products (distribution channel 20) at parallel.
The shop is based on one catalog. In this catalog I have two catalog variants - one for each distribution channel.
Problem:
A service product (distribution channel 20) is never released for the sales channel (distribution channel 10).
When having more than one catalog variant the user has to select a certain catalog/catalog variant when logging onto the shop application. By selecting a certain variant only materials can be purchased that are released for the distribution channel defined in the selected catalog variant (same is valid for TREX search).
=> Does anyone know if it is possible to set up a process to sell products of different distribution channels in one shop application out of one product catalog without releasing a material for both distribution channels?
Thanks a lot for you help.
Best Regards,
Rainer Gryschka

You can do this by specifiying the appropriate data load rule to be used by ERPi within Integration Option 1 in the location. This will kick off the data load rule you specify in ERPi that should be tied to the corresponding set of books in EBS.

Similar Messages

  • LSMW datamigration material master with multiple distribution channels

    Hi,
    We plan on using the LSMW to migrate our customer's material master to a ECC 6.0 system.
    Currently we use the BMM00 and BMMH1 structures, but there I can specify only one distribution channel.
    Does anyone know how to include multiple distribution channels in LSMW material master migration?
    Thanks in advance for your support.
    Edited by: Mohammed Qasim Malik on Jan 21, 2008 10:01 AM

    you need an extra record in your source per distibution channel.
    Alternative you can create the extra record with a small Abap  code in LSMW in section __END_OF_RECORD__
    There you habe in standard the code:
    transfer_record.
    just add after this statement a statement that gets the additional wanted distribution channel into the  distribution channel field.
    BMM00-VTWEG =  'xx'.
    transfer_record.

  • LSMW with multiple distribution Channels

    Hi,
    We plan on using the LSMW to migrate our customer's material master to a ECC 6.0 system.
    Currently we use the BMM00 and BMMH1 structures, but there I can specify only one distribution channel.
    Does anyone know how to include multiple distribution channels in LSMW material master migration?
    Thanks in advance for your support.

    you need an extra record in your source per distibution channel.
    Alternative you can create the extra record with a small Abap  code in LSMW in section __END_OF_RECORD__
    There you habe in standard the code:
    transfer_record.
    just add after this statement a statement that gets the additional wanted distribution channel into the  distribution channel field.
    BMM00-VTWEG =  'xx'.
    transfer_record.

  • Playing multiple stereo channels out one single mono channel tia sal22

    Greetings All
    I have a vi which creates multiple stereo audio signals
    in labview 8.6.1 and I would like to play all of the stereo channels out one single Mono channel
    is this possible?  I tried setting all the device ID's to the same thing but a lot of clicks and pops occurred.  Basically I'm trying to play and mix all the signals out one mono channel at the same time.
    Please note I would like to have each signal that is created played over
    the mono channel at the same time.
    tia sal22
    Solved!
    Go to Solution.
    Attachments:
    lvt_audio_realtime-out left right device ID test onw while loop.vi ‏69 KB
    stereo_to_mono.png ‏63 KB

    sal22 wrote:
    Thanks but which options allows me to do this
    tia sal22
     Just add the arrays if they have the same length. Use the standard add function (like in 2+2=4). Then arrays are added each index is added together
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • Show different distribution channels in one line

    Hello everybody,
    I have the following reporting problem: My customer wants to see an an attribute to 0Mat_sales summarized in one line despite the different distribution channels. With other words there is one material where two different distribution channels have the same value in this attribute. Any chance to show this in one line summarized in the query?
    Thx in advance,
    Karsten.

    This is not a support forum for the psexec utility.
    Try posting here:
    http://forum.sysinternals.com/pstools_forum8.html
    -- Bill Stewart [Bill_Stewart]

  • Help using multiple audio channels for one video

    Hi,
    I have a video file with 3 audio files (stereo (.wav), 5.1 surround (.AC3), and commentary (.wav).
    I have placed these on the time line of the video track, but now I need to have buttons to target each of them from a menu. However, when is choose a buttons target, is doesn't give me the option of which audio channel to play (A1/A2/A3 etc).
    Is this possible with just one track, or do I need 3 (each with a different audio file as A1)?
    Hope you can help! cheers.
    Tim

    There is a tutorial on setting this up here;
    http://www.kenstone.net/fcphomepage/dvd_languagenattress.html
    BTW I would very strongly suggest to compress your WAV files to stereo AC3 files. It will reduce your overall bandwidth, and you will have a disc that will less problems in playing.
    http://www.kenstone.net/fcphomepage/a_packwarmouth.html

  • How can I allow multiple CGI calls to one LabVIEW application?

    I currently have web server running my application, and I am having difficulty allowing multiple calls. How can I solve this?

    My suspicion is that the CGI requests are handled using the VI Server.
    The CGI VI is dynamically loaded and the run method is used to run the
    VI. This means that only one call to the CGI handler can run at a time.
    I suspect that the CGI handler could be a template, a .vit VI, instead.
    This alone might allow multiple calls. I don't have the toolkit in front
    of me, so I can't try it out. There may also need to be a few changes
    made to the internet toolkit so that they would load the template.
    You might give this a try.
    Greg McKaskle

  • Multiple import formats in one FDM application....?

    I wanted to know in my situation where there are 15 EBS Set of Books. whether it is possible to use only 1 FDM application to import all these data into my HFM application.
    My ERPi application is like this :
    1 source application that is EBS.
    1 target application that is HFM.
    15 EBS Set of books, for which i think i have to create 15 import formats in ERPi for each set of books. this also implies to the locations.
    then I have to do the common period mapping and category mapping.
    in the Data load Setup: I have to select each location and do the member mapping. create a data load rule for each location.
    FDM Application:
    i already have an FDM application which i am using to import data from EBS to HFM using ERPi, till now i have only used 1 set of books just to verify that everything is working fine. now as everything is working fine with the application, I want to add additional import formats in the existing FDM application to answer the import formats and locations created in the ERPi application.
    Is it possible to do like this, if so then i need your assistance in achieving this task.
    please put your comments in this regards.
    Thanks,
    Shantan Kommera

    You can do this by specifiying the appropriate data load rule to be used by ERPi within Integration Option 1 in the location. This will kick off the data load rule you specify in ERPi that should be tied to the corresponding set of books in EBS.

  • Multiple midi channels in one region

    Hello,
    I've been using Logic since version 4.7, but haven't tried the following in a version newer than 5.5.1. Not sure what functionality might have changed, so here goes...
    I'm having issues with having notes with different midi channel assignments in a single region. I have 3 audio instrumets on midi channel one, two, and three, respectively. I have a midi instrument whose midi channel is set to all, that is patched to all three audio instruments in the environment. The track containing my region is playing back on the midi instrument, not the individual audio instruments. I have assigned channels 1, 2, and 3 to individual notes in the region, yet when it plays, all 3 audio instruments are triggered for every note rather than only the instrument whose midi channel matches the note's channel.
    Thanks in advance,
    JG

    Thanks for the responses! The issue is that the three audio instrument objects in the environment are not respecting it's assigned midi channel. Yes, the channel splitter will split the incoming midi channel, but I shouldn't have to use the splitter if I set the midi channel on instrument 1's parameters pane to channel 1, and if the the midi channel is set to channel 2 on audio instrument 2 ect. So in the above example, no matter how how many different events I send on different midi channels to audio instrument 1, audio instrument 1 should only respond to midi channel 1. However it responds to all midi channels. Again, the channel IS NOT SET TO ALL.
    So here's a simple test:
    -Instantiate Logic's EFM1 on audio instrument 1
    -Set audio instrument 1's midi channel in the parameters pane to midi channel 4
    -Create a blank midi region with the pencil tool on audio instruments 1's track in the arrange window
    -Open up the blank region in the matrix editor
    -With the pencil tool, create a few notes.
    -Then open up the same region in the event list editor and make sure that all the notes are on a midi channel other that channel 4.
    -Play back the region and EFM1 will play back not respecting it's channel assignment!
    Hope this clears some stuff up.

  • How to calculate multiple Drop Shippers in one shopping Cart/Basket?

    Hi all,
    We would like to know if it is possible for BC to calculate each drop shippers product weight individually instead of just the weight of the products in the shopping cart?
    Here is the example:
    Say the shipping is set at £3.75 for 0-500g
    Drop shipper #1 product weighs 100g and will cost them £3.75 for this particular product to be delivered. I add x1 to the cart.
    Drop shipper #2 product weighs 200g and will cost them £3.75 for this particular product to be delivered. I add x2 to the cart.
    If you add the x3 products from Drop shipper #1 & #2 the cart will calculate shipping at £3.75. But we need to give £3.75 to both drop shippers for there delivery.
    We can set it so both the products weighs 500g then the cart will calculate the cost for the shipping on the order at £11.25 this is too much.
    Is it possible to have it so BC will calculate each of the drop shippers products weight individually so at the end the shipping for x1 products from Drop shipper #1 and x2 products from Drop shipper #2 will come to £7.50.
    Sorry if the example is a bit long winded but it seems to be the only way to describe this.
    Thank You Samuel

    Hi Samuel,
    Unfortunately the system is not set up to trigger drop shipping based on various weight only by the individual product. 
    So I guess the only workaround would be to create individual product items dependant on the weight. 
    Product 1 - Item (100-199g)
    Product 2 - Item (200-299g)
    and so on...
    Not the greatest solution but the only option I see at this stage.
    Kind regards,
    -Sidney

  • Distribution Channel Vs Sales Document Type

    Dear All,
    I have a confusion over my configuration process. My customer has the following types of customers:
    1) Distributors, 2)C&F, 3)Institutional Sales, 4)Modern Sales, 5)Employee Sales, 6)Scrap Sales, 7)Sale of raw materials and 8)Exports.
    Now I have an option of either creating 8 distribution channels and maintain one Sales document type or I can define one Distribution channel and define 8 sales document types.
    My requirement can be achieved by both means but I wish to know which would be a better approach. Whether creating multiple Distribution channels or creating multiple sales document types. Can you please suggest me a better method among the two with advantages and disadvantages if possible?
    As far as pricing condition records are concerned, I anyways have to maintain in the key combination either sales document type or distribution channel. So i am a little confused over which is a better approach

    In normal cases, we would be having different sales areas for the following
    1)  Domestic
    2)  Exports
    3)  STO
    4)  Institutional
    In fact, some clients would like to have Domestic OE and Domestic Retail since predominently, they cater to these segments and would like to have reports based on these.  In my earlier project, they had gone for even Exports OE and Exports Retail due to the fact that their major sales is exports.
    In your case, first decide whether to go for a seperate sales area or sale order type depending upon the volume of business the client would do.  If the sale is going to happen only occasionally in any of the above, then have one sales area called miscellaneous sales.
    As for as possible, have the document types to the minimal for better performance. 
    thanks
    G. Lakshmipathi

  • Common distribution channel and common division

    Hi experts,
    Wt is the use of common distribution channel and common division in sale prcocess?
    let me know wt are the configuration i have to do for common dist chanl and common division activation.
    Regards
    Ishikesh

    Hi
    SAP has the concept of common distribution channel for sharing master data( for customer/material and conditions) across multiple distribution channels under a sales orgsnization
    That means say if you have the sales org say 1000 and three distribution channels under them say 10,20 and 30
    Now you create a common distribution channel say 40 and assign them in VOR1 like this
    sales org--DC-common distribution channel for customer/material ---common DC for conditions
    1000--1040--
    40
    1000--2040--
    40
    1000--3040--
    40
    Now you can or need to  create master data for customer/material and conditions only  for DC 40
    There is no need to create separate master records for 10 and 20 and 30  distribution channel's
    That one master record created for DC 40 will solve the purpose for  10 and 20 and 30  distribution channel's
    *When you create a sales order for the distribution channel say 10 system will check whether that customer is created for DC 40  and material is created for DC 40 and condition record is valid in DC 40*
    Similarly for  distribution channels 20 and 30 also system will check whether that customer is created for DC 40 and material is created for DC 40 and condition record is valid in DC 40
    That means whenever you say DC as 10/20/30 in sales order system will take that as  DC  40 and whatever is valid for  DC 40 will be applicable for 10/20/30
    Instead of three master records one record in the name of DC 40 is sufficient
    Similarly for common division but with a difference
    The common divisions is for customer and conditions only not for materials
    You can see this in VOR2 go to VOR2 t code and observe the difference of that with VOR1
    This is a key assignment in SAP and without this being defined you cannot create CMR, or MMR or condition record and one in t codes VOR1  common distribution channel and  VOR2 common division
    This is a fundamental basic concept any SD consultant should be very clear in his mind
    Regards
    Raja

  • How i can combine multiple pdf files in one file using a macbook air

    how i can combine multiple pdf files in one file

    The application Preview.
    Preview Help.
    Save combined PDFs
    Open the PDFs you want to combine.
    In each open PDF, choose View > Thumbnails to display the pages of the PDF in the sidebar.
    Drag the thumbnails you want to add (Command-click to select noncontiguous pages) to the thumbnail sidebar in the other PDF.You can add pages to the end of the document or between pages in a document. Drag thumbnails to reorder them. You can also add a PDF file before or after another PDF document.
    Choose File > Export to save a new PDF containing all of the combined pages, or choose File > Save to replace the original version of the destination PDF with the version containing the combined pages.

  • Which table contain the sales org/distribution channel details for an PO

    Hi Experts,
    Do you know from which table could i get the sales org/distribution channel details for an Purchase order.
    The Purchase order is an UB document type. STO
    Then there will be delivery order created for this STO.
    I heard there are 2 kinds of Sales org/distribution channel in one Purchase order? One is Vendor, another is local...?Is this correct understanding?
    Please let me know which table field could i find those info from an Purchase order document?
    Or the questions could be:
    Assumed we have replenishment delivery#, then how to get corresponding Purchase order#(UB, STO), and further how to get the sales org info?
    Please kindly advise from table fields points of view...
    How to get the PFrom an replenishment delivery#
    Thanks.

    Dear Hoo Laa,
    You may find the Sales Organisation/Distribution Channel details in PO itself (Shipping Tab). Table where you can get Sales Organisation/Disribution Channel is EKPV.
    Regards
    Samier Danish

  • Sharing Distribution channel among 2 Sale org

    Hi Gurus,
    I wish to verify if the following is correct:
    1. Within a Company code, the sales organization 1 can use distribution channel DC 2 of sales organization 2.
    Likewise for Div.
    Thanks.
    regards
    M Russo

    There  are four kind of Relations in SAP
    1 - One to Many
    2 - Many to One
    3 - Many to Many
    4 - One to One
    for Sales Org to DC is Many to Many
    means one sales org can have Many DC
    and One DC  can be assigned to Many Sales. Org
    one sales org can have more than one distribution channel. One distribution channel can have more than one Sal Org.
    Another Example
    One Company code can have Many Plants
    this is One to Many Relations.
    Please refer following links for further details : --
    http://sapfunctional.com/SD/EnterpriseStructureConfiguration.htm
    http://my.safaribooksonline.com/book/operating-systems-and-server-administration/sap/9780470404737/enterprise-structure/configuring_a_division#X2ludGVybmFsX0ZsYXNoUmVhZGVyP3htbGlkPTk3ODA0NzA0MDQ3MzcvNDE=
    Regards/Rajesh
    Edited by: Rajesh Kumar Bhansali on Feb 14, 2011 10:31 AM

Maybe you are looking for

  • What's the best way to do a "queing system"?

    I am trying to create a system where it has a number of queued slots and it accepts X incoming services. Now each service arrives/departs at different times so i could have one arrive 10 seconds from now and departs 20 seconds after arrival while the

  • Replace Orion.jar with Oc4j.jar, Changing the container

    Hi I'll be really appreciate any help. My application( web-based application based on Forms6i) is working fine with Orion.jar. I would like to upgrade this structure to Oracle9iDS using Oc4j.jar instead of orion. I have a main.jsp ( http://www.bmhub.

  • Java beans and PJC's

    can any one give me the differences of java beans and pluggable java components.

  • Setting PortalPath from database not working.

    We're authenticating via LDAP to OID. We then read out user group membership from a table in Oracle. We've recently tried adding a PORTALPATH variable to the db table so that we can specify the default dashboard for each user. We have a session init

  • Forms Personalization:Procedure

    I have a requirement to pass value from fields to a procedure and the output of the procedure need to be set as a default field in another form field. Can anyone provide sample code for passing the form field values and setting the value back in the