CRM 2007 - Real Time Quotations from ECC 6.0

Hi Gurus
We want to be able to generate Quotations in our CRM 2007 system.
The Master Data is maintained in ECC 6.0 for the products we wish to Quote on.
I think the terminology we're looking for is a real time quotation capability where by we pulled the required values from ECC 6.0 at the time of the quotation.
Is this possible?
What are the general steps required to do this?
We want to avoid delta loads of data from ECC 6.0 into CRM if this is at all possible.
Is this the right approach or should we consider Delta Loads?
Many Thanks in advance
Panduranga

Hello Panduranga,
Not as far as I know, but the following is a good starting point:
IMG: Customer Relationship Management => Transactions => Settings for Sales Transactions => Define Profile for ERP Sales Transactions
Kind regards,
Johan Wigert

Similar Messages

  • Replication of Quotations from ECC to CRM

    Hello Experts,
    The scenario is as follows:
    I am required to replicate all the quotations from ECC to CRM.
    My question is: what are the various middleware settings to be done?
    I have created a transaction type for quotation by the same name in ECC and CRM so far.
    It would be great if I can get help on the following:
    1. What are the item categories that I need to maintain on both ECC and CRM side for Quotation?
    2.What action profile do I need to maintain on ECC and CRM side for quotation?
    3.How should the number ranges be defined on ECC and CRM side for quotation?
    4. Do I need to do a Cross-Copy Control of quotation from ECC and CRM at the transaction and item category level?
    5. Do I need to assign the Quotation Type (ECC) to ERP Profile on CRM side?
    6.Can the transfer of quotations from ECC to CRM happen only after replicating the product and customer data from ECC to CRM?
    What more needs to be done?
    Once the settings are complete and fool-proof,  I know I can run an Initial Load (R3AS) on the object: SALESDOCUMENT from R/3 to CRM.
    What are the filter settings to be maintained in SalesDocument Object?
    Experts, this is my requirement and all the pointers would be greatly helpful.
    Many thanks,
    VSK.
    Edited by: venkatskumar on Feb 16, 2011 12:17 AM

    Hello
    Please find below my reply :-
    1. What are the item categories that I need to maintain on both ECC and CRM side for Quotation?
    >> You can make a Z copy of the standard Quotation Item categories in ECC and CRM.
    2.What action profile do I need to maintain on ECC and CRM side for quotation?
    >> Action profile settings are specific to your business scenario. You need to define ACTION Profile in ECC. In CRM you can have an ACTION PROFILE and assign it to the CRM Transaction Type
    3.How should the number ranges be defined on ECC and CRM side for quotation?
    >> If ECC is a leading system for quotation creation, the number range will be EXTERNAL in CRM and assign this EXTERNAL number range for CRM Quotation Transaction Type
    4. Do I need to do a Cross-Copy Control of quotation from ECC and CRM at the transaction and item category level?
    >> Yes
    5. Do I need to assign the Quotation Type (ECC) to ERP Profile on CRM side?
    >> Not sure on this. Requesting other experts to answer this.
    6.Can the transfer of quotations from ECC to CRM happen only after replicating the product and customer data from ECC to CRM?
    >> Yes. The master data such as Material, Customer, Pricing should be downloaded to CRM, if the quotation needs to be replicated to CRM.
    Hope this will be helpful.
    Regards

  • Triggering Real time job from Batch jobs..

    Can we trigger real time jobs from the batch jobs. As soon as batch job completes we need to start real time job automatically. Is this possible with BODI XI?

    Greetings Post Originator,
    This post is older than 60 days and there are no entries in the past 30 days.  Based on the content discussed, it appears that you question has been answered. This message is being marked as answered and points are being assigned if available where possible. 
    Thank you for being an active participant in the SAP Forums,
    Rob Siegele
    Forum Moderator
    SAP Americas

  • Problems with real-time extraction from generic datasource.

    Hello,
    I have a real-time extraction from generic datasoruce with numeric field as a delta pointer. I have created an initilization infopackage, delta IP and real-time IP, real-time data transfer process, real-time deamon. The problem is that real-time extraction does not see delta updates. Deamon creates requests in PSA every minute, but there are all empty. When i delete the deamon and shedule not real-time delta infopackage, it loads delta records correctly. Version of BI - 7.0 SP 18.
    The second question: a cannot stop real-time deamon. I stop it in RSRDA, but when i try to shedule standart IP, i get an error, that deamon is still running. So i have to delete it and recreate.
    And the 3rd question, theoretical. What real-time extraction is necessary for? As i understand, i can create a process chain that will be sheduled every 1 (5, 10, ...) minute. What are advantages of real-time extraction rather such variant?
    Thanks.

    Hi,
    1.Note 1113610 - P17:SDL:PC:RDA:Daemon runs: Do not start delta/init IPackage
    Summary
    Symptom
    When a daemon runs or is scheduled, you may not start a 'normal' delta/init InfoPackage.
    Other terms
    RDA, real-time data acquisition, daemon, InfoPackage, scheduler
    Reason and Prerequisites
    This problem is caused by a program error.
    Solution
    SAP NetWeaver 7.0 BI
               Import Support Package 17 for SAP NetWeaver 7.0 BI (BI Patch 17 or SAPKW70017) into your BI system. The Support Package is available when Note 1106569 "SAPBINews BI7.0 Support Package 17", which describes this Support Package in more detail, is released for customers.
    **********you can apply the correction instructions provided in the note
    2.i refered closing of the request in the target i.e DSO not psa.
    3. Note 1000157 - RDA daemon does not get data from delta queue
    Summary
    Symptom
    You use Real-time Data Acquisition (RDA) to load data from an SAP source system. After several hours or days, the system no longer reads the data from the delta queue. In the RDA monitor, you can see that the InfoPackage has been executed, however the data transfer process (DTP) has not been executed for a long time. In transaction RSA7 in the source system, you can see that there is already data in the delta queue.
    Cheers,
    swapna.G

  • How can I generate a real-time highchart from my database data?

    I have looked several links; however, I couldn't find a working demo showing how to implement a highchart using data from a database.
    Objective: I want to generate a real time highchart line graph getting data from my database. What I want is very similar to the
    HighChart Demo which provides a real-time highchart with randomly generated values. It is also similar by X-axis and Y-axis, for I want my x-axis to be "Time" (I have a DateTime column in my database) and y-axis to be an integer (I have
    a variable for that as well in my database).
    Please I need help in sending the model data to my razor view.
    Note that I am already using SignalR to display a realtime table. I also want to know if it can be used to automatically update the highchart as well.
    Below is the code snippet of my script in the view. I have used the code provided in
    HighChart Demo link for generating the highchart. Please tell me where should I apply the changes on my code.
    @section Scripts{
    <script src="~/Scripts/jquery.signalR-2.2.0.js"></script>
    <!--Reference the autogenerated SignalR hub script. -->
    <script src="~/SignalR/Hubs"></script>
    <script type="text/javascript">
    $(document).ready(function () {
    // Declare a proxy to reference the hub.
    var notifications = $.connection.dataHub;
    //debugger;
    // Create a function that the hub can call to broadcast messages.
    notifications.client.updateMessages = function () {
    getAllMessages()
    // Start the connection.
    $.connection.hub.start().done(function () {
    alert("connection started")
    getAllMessages();
    }).fail(function (e) {
    alert(e);
    //Highchart
    Highcharts.setOptions({
    global: {
    useUTC: false
    //Fill chart
    $('#container').highcharts({
    chart: {
    type: 'spline',
    animation: Highcharts.svg, // don't animate in old IE
    marginRight: 10,
    events: {
    load: function () {
    // set up the updating of the chart each second
    var series = this.series[0];
    setInterval(function () {
    var x = (new Date()).getTime(), // current time
    y = Math.random();
    series.addPoint([x, y], true, true);
    }, 1000);//300000
    title: {
    text: 'Live random data'
    xAxis: {
    type: 'datetime',
    tickPixelInterval: 150
    yAxis: {
    title: {
    text: 'Value'
    plotLines: [{
    value: 0,
    width: 1,
    color: '#808080'
    tooltip: {
    formatter: function () {
    return '<b>' + this.series.name + '</b><br/>' +
    Highcharts.dateFormat('%Y-%m-%d %H:%M:%S', this.x) + '<br/>' +
    Highcharts.numberFormat(this.y, 2);
    legend: {
    enabled: false
    exporting: {
    enabled: false
    series: [{
    name: 'Random data',
    data: (function () {
    // generate an array of random data
    var data = [],
    time = (new Date()).getTime(),
    i;
    for (i = -19; i <= 0; i += 1) {
    data.push({
    x: time + i * 1000,
    y: Math.random()
    return data;
    function getAllMessages() {
    var tbl = $('#messagesTable');
    var data = @Html.Raw(JsonConvert.SerializeObject(this.Model))
    $.ajax({
    url: '/nurse/GetMessages',
    data: {
    id: data.id,
    contentType: 'application/html ; charset:utf-8',
    type: 'GET',
    dataType: 'html'
    }).success(function (result) {
    tbl.empty().append(result);
    $("#g_table").dataTable();
    }).error(function (e) {
    alert(e);
    </script>

    Hi Sihem,
    Thank you for contacting National Instruments.  Using the LabVIEW Real-Time module, you can do development without actually having a target.  While viewing the project explorer window, you can do the following steps:
    Right click on the project
    Select New >> Targets and Devices
    Select the "New Target or Device" radio button
    Select the target you would like to develop on.Information about the LabVIEW Real-Time Module can be found here.
    Regards,
    Kevin H
    National Instruments
    WSN/Wireless DAQ Product Support Engineer

  • Step for Ibase creation in CRM 7.0 using equipments from ECC 6.0

    Hi all,
    I would request you guys to share the steps which I need to follow for the download of equipments from ECC to CRM 7.0 and automatic creation of Ibase  with equiqment as Indivdual object and with details like partner etc.
    I would be happy if you guys canb share any document with steps.
    Regards
    BABU

    Hi,
    Refer the following to get the understanding the Equipment download to CRM.
    You define the default settings for replicating equipment in the IMG activity: Customer Relationship
    Management -> Master Data -> Installed Base -> Replication of Equipment from SAP R/3 Customer
    Service -> Define Default Settings for the Equipment Replication.
    For more information about the integration of different systems, see the SAP Library under mySAP
    Customer Relationship Management -> Architecture and Technology -> Business Integration -> CRM
    Middleware.
    The Business Add-In : Business Add-In: Equipment Upload (CRM_EQUI_LOAD) can be used to
    flexibly enhance the data transfer and validation in SAP CRM. The Add-In offers comprehensive options
    for influencing the mapping between equipment and individual objects
    Also refer to the following notes:
    1. Note 627279 - Serial number & configuration download
    2. Note 637173 - Equipment download/delta synchronization
    Hope it helps.
    Regards,
    Rajiv

  • CRM exchange rate delta download from ECC

    Hi experts,
    We are trying to download the exchange rate from ECC for the delta scenario. I've tried to schedule a job to run the program SMOF_DOWNLOAD with Object DNL_CUST_BASIS3, but it comes up with an err, which says "Error     004     DNL_CUST_BASIS3: No Initial Load if data distribution is active. Use Synchron. Load". Will anyone advice how to achieve the delta download for exch rate from ECC to CRM or what i did wrong in the program execution?
    Rgs, Michelle

    Hi,
    you can check the object DNL_CUST_BASIS3 by t-code:R3AC3,
    Delete Function COMPARE, Then can load again and check
    Regards...
    Arup

  • How to get the real-time data from a CCD camera in labview?

    I am going to setup a monitor system and need to acquire the intensity of each pixel at each second from a CCD camera. Also, I need to to some simple calculations with these real-time data at every moment to get my finanl output in this monitor system.
    How may I do this using Labview?
    Thank you very much.
    Kai

    We don't have special powers, so we can't guess if you have Imaq Vision or not, if your camera comes with a LabVIEW driver, if it has an USB interface, or firewire, or a dedicated NI card, if you just want to detect a move, or a change in intensity, etc...
    So, try to be more specific with your question, that will helps a lot  
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

  • How to get real time date from Sunny Boy Inverters through SMA Webbox?

    Hello,
    I was looking on how to communicate with three Sunny Boy Inverters that are linked to a SMA webbox. Currently we get a daily summary of the solar production, but we would like to have real time data uploaded into LabVIEW. The people of SMA said that I needed to use "RS485 protocols" with a software they have called YASDI (http://www.sma.de/en/products/software/yasdi.html); however, I keep finding other information that says that I can communicate with my inverters using the SMA OPC server (http://www.sma-america.com/en_US/products/software/sma-opc-server.html). I also found this forum, http://forums.ni.com/t5/LabVIEW/Sunny-Island/m-p/809129/highlight/true#M368718, where I understood that I don't need to use the OPC server, but instead I can use UDP communication to get the data. I found another forum that talks about using the YASDI :http://forums.ni.com/t5/LabVIEW/help-with-Sunny-Boy-inverter/m-p/293273/highlight/true#M153892. 
    I've tried to communicate with the people of the forums and I haven't gotten any responses; therefore, I wanted to see if I can get cleared up on this issue. Do I need to use OPC server to communicate with my inverters through the webbox or can I just use UDP in LabVIEW?
    Any help would be greatly appreciated,
    Thanks
    Jose

    Hello,
    I got a response from Vincezo: http://forums.ni.com/t5/LabVIEW/Sunny-Island/m-p/1794786. I'm currently working with the VI to communicate with the webbox through UDP. Since the PRC protocols to communicate with the webbox are in JavaScript Object Notation (JSON), I'm not sure if the data-in string has to be in JSON format. However, the only error I'm getting is 56 in the UDP read function. I've tried increasing the size of the bytes and timeout, but I keep getting this error. If anyone can help me with this part I would very grateful. 
    Thanks,
    Jose

  • 10 band real time equalizer from mic to earphones

    Hi. I would like to do script to do 10 band equalizer which would change sound from microphone dynamicly (in real time) and result play in earphones (also realtime) with small time lag.
    Is that possible? Maybe some paid library? I would like to get 15 band EQ.
    I found something like this:
    http://www.blixtsystems.com/2008/05/simple-3-band-eq-with-flash-player-10/
    but i don`t know how to scale it to get 10 or 15 bands.
    Would it work on mobile air apps or only on desktop & flash apps?

    I found something like this:
    http://philippseifried.com/blog/2011/10/20/dynamic-audio-in-as3-part-3-robot-voice/
    I would like to change it get EQ band corrector to set some bands (f.e. 10 different frequences in hearing range from 125Hz to 8000Hz) volume level up anddown. 
    Something like this:
    band125hz.volume +=1;
    band200hz.volume +=5;
    band400hz.volume +=0;
    band800hz.volume +=1;
    I would like volume up and down by frequencies. This script after change should strengthen (boost) or weaken (cut) the energy of specific frequency bands as in this process:
    http://en.wikipedia.org/wiki/Equalization

  • Record Real Time output from a Audio Instrument to Audio Track

    Hey,
    Is there anyway to record in real-time the output of an Audio Instr?
    I use a plugin that doesn't support automation, so I need to record the changes as they appear?
    Any other solution?
    D

    Sound Flower Sound FlowerSound Flower Sound FlowerSound Flower Sound FlowerSound Flower Sound FlowerSound Flower Sound FlowerSound Flower Sound FlowerSound Flower Sound FlowerSound Flower Sound FlowerSound Flower Sound FlowerSound Flower Sound FlowerSound Flower Sound FlowerSound Flower Sound FlowerSound Flower Sound FlowerSound Flower Sound FlowerSound Flower Sound FlowerSound Flower Sound FlowerSound Flower Sound FlowerSound Flower Sound FlowerSound Flower Sound FlowerSound Flower Sound FlowerSound Flower Sound FlowerSound Flower

  • HOW to update real time data from sap to other application?

    We have two option of passing data from sap to other system.
    1. web service
    2. through idoc.
    can anyone tell me advantages & disadv. of these two options.
    Which scenario shd we use web service & idoc.
    How is idoc triggerred.?
    Is it only through user exit?
    Kindly suggest any other ways for interacting with a 3rd party system which does not use a file.

    Dear Libin,
    IF you are using sap sytem as a sender then its better to use idoc's. Actually both systems (idoc and webservice) have there own advantages and disadvantages. Look up sdn for more info.
    My personal choice would be idoc since with webservices you would need special tools like xml spy or altova and the skill to analyze and run those tools.,, its a little tedious..
    Rgds
    joel

  • Call web service from OBI dashboard to show real-time data alongside data from DW

    Hello,
    OBI = 11.1.1.7.0
    We have a requirement to pull in real-time data from an external, secure web service (WS) into an OBI report.  The OBI report also contains data from the data warehouse (DW) along with a calculation that is derived from multiplying the DW and WS data .  In theory, the behavior that were looking for is similar to the Action Link "Invoking a web service" whereby the call is made to the web service for each row of data.  How would it be possible to achieve this result on an OBI report?
    Desired Result of OBI Report
    Product.......Qty.........Price........Potential Revenue
    TV..............100...........$500..........$50000
    VCR.............22............$75...........$1650
    DVD..........2500............$20..........$50000
    Breakdown of the data source for each column on the OBI report
    Product.......Qty.........Price........Potential Revenue
    DW............WS...........DW..........Calculated_on_the_fly_(qty*price)
    DW............WS...........DW..........Calculated_on_the_fly_(qty*price)
    DW............WS...........DW..........Calculated_on_the_fly_(qty*price)
    Thank you,
    Mike

    Does anyone know if it's possible to call a webservice from an OBI report to populate a column's value?  Thank you for your input.

  • How to write data from query into Real time cube?

    Hi All,
    Can anyone explain me step by step how to write data into a real time cube from front end queries.
    Thanks in advance

    Hi
    You can do this using Integrated Planning
    You need to create a aggregation level on the Real Time infocube and can create Planning function/sequence, Variables if needed.
    Then you can create query on this aggregation level and you can make the keyfigures Input ready in property pane and you can change the data and save it into cube.
    Please find below help link which clearly explains step by step about Integrated Planning like creating input ready queries etc.,
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/43/0c033316cd2bc4e10000000a114cbd/frameset.htm
    Regards
    Ravi

  • Booting Into Real-Time From Hard Drive

    Hello,
         We have a system that is real-time compliant, as said so by the pceval software that NI has on their website, that will not boot into real-time OS from the hard drive.  It can boot into RTOS with the floppy boot disk, but for some reason it can not do it from the hard drive alone.  We made a format hard drive disk and run it and it says that it succussfully installs the files and tell us to reboot.  When we do so the system has a short blinking line and just sits there, almost like the system is being haulted.  We have formatted the hard drive many times using the format hard drive disk and we have even tried other floppies thinking that the disk was bad.  We don't understand why it could boot into the RTOS from the floppy but not from the hard drive itself.  The only thing I can think of is that the disk isn't writing the right MBR to the hard drive and it's not getting directions to boot.  I have been working on this for quite some time, so any help would be greatly appreciated.  Thank you.
    Michael 

    We have actually figured it out, after many long days.  You just install the RTOS like Labview says and make sure it is the first partition.  Whether that is on another hard drive that is the master or if it is actually the first partition of the drive.  We had two seperate drives and we were running Windows as the Master and the Labview RTOS as the slave.  When we switched them it worked.  Also, doing a long format (Not Quick Format) also fixed the situation.  For a bootloader we are using GAG, THE GRAPHICAL BOOT MANAGER which can be found for free on google.  Thank you for your help.
    Michael

Maybe you are looking for

  • Assign meter that already created from PM to rental object

    Dear Expert, Please kindly advice on how to assign the meter that already created (already has the measuring point ) into pooled space or rental object. When I use REBDRO --> Meter Tab the transaction allows only creation of new measuring point , Fie

  • Grid in regions

    Hi guys. Here is my question: I created a window whith the board of the tictactoe game as you can see from the code below. How can I divided in 9 regions and refer to them ? import java.io.*; import java.awt.*; import java.awt.event.*; import javax.s

  • Read Cursor isolation level

    Using Berkeley DB version 4.5. DB environment is opened with following flags: DB_CREATE, DB_RECOVER, DB_INIT_LOCK, DB_INIT_LOG, DB_INIT_TXN, DB_INIT_MPOOL, DB_PRIVATE and DB_THREAD. My requirement: I need to use the cursor to iterate over all objects

  • How do you deal Iphone 5 with LTE  and at&t

    how do you deal Iphone 5 with LTE  and at&t

  • N7K can't save the configuration

    The N7K can't save the configuration to startup, here is the error message, the box is running 5.0.5, see you idea if it N7K-1# copy run startup-config [########################################]  100% Configuration update aborted: request was  aborte