Data flow in R/3 and CRM

Hi experts
I am bit confused about the data flow in source systems moving to Delta queue even though i know bits and pices but not able to relate and keep them in order.
First Scenario- R/3
When we save a transaction or create a sales order by V1 it will go to Database tables and then through V1 it will reach the Extraction queue or Update tables based on the delta method we select or else if direct delta it will go directly to the Delta queue which is nothing but QRFCOUT AND ARFCQUEUE tables.
in SM53 we can check the transfer of data records from this delta queue to BW.
Is my understanding right on the R/3.
Second scenario- CRM
when we save a transaction lets take an example of Activity creation how does this pass to Delta queue and to the Database tables and is their a intermidate place where we can check the data in between the Transaction creation and till the Delta Queue of CRM.
thanks and regards
Neel

Hi Rahul,
Execute Transaction: CRMC_R3_ORG_GENERATE
Select the org u want to copy to CRM.
Click on 'Generate Selected Lines'.
Best Regards,
Pratik Patel
<b>Reward with Points!</b>

Similar Messages

  • I want Data flow Co with SD and MM

    My dear Friends,
    I want Data flow Co with SD and MM with examples please..
    Ashok kumar
    Email: [email protected]

    My dear Friends,
    I want Data flow Co with SD and MM with examples please..
    Ashok kumar
    Email: [email protected]

  • Stop the Sales Orders flow between R/3 and CRM systems.

    Hello Experts,
    I am facing one middleware related issue.
    I am creating a quotation and Order in Crm system an those are replicated to R/3.
    But I am creating some orders in r/3 and those are alos replicating to CRM, I want to stop the flow of Orders between R/3 and CRM.
    Please let me know where I have to do the changes.
    Thanks

    Hi,
    What Debolina suggests would stop flow of Orders from CRM to R3.
    But what i learn from your post is :
    you wanna stop Orders flowing from R3 to CRM.
    If m coorect in above, then teh solution for you is different:
    You have to filter out the orders.
    Goto: R3AC1
    Select object : SALESDOCUMENT
    Goto Filters tab and set the filter as desired.
    This would stop the flow of Orders from R3 to CRM
    Kindly reward with points in case helpful
    Sharif.

  • Data exchange between R/3 and CRM system.

    hello,
    how to list the data sources, function modules, user and cust exits through  which the data exchenge happens between R/3 system and CRM system?
    do we have any transaction to see the list of the master and transaction data that is exchenged across these systems?
    thanks in advance,
    swamy

    thanks markus,
    but from CRM system we are able to find out only the data exchange that is happening at that point of time.(only the list of tables /function modules that are exchanging the data is listed.)
    is there any way to get the information of the datasources mapped between these two systems?
    swamy

  • Data flow between R/3 AND APO

    How the chars and Navigational attributes are flowing in-between the R/3 AND APO ?
    Why we need to maintain the chars and nav attrr in APO? . Any input will be highly appreciated
    Thanks

    Hello Nick,
    Navigational Attributes : Characteristic attributes can be converted into navigation attributes. They can be selected in the query in exactly the same way as the characteristics for an InfoCube. In simple words an attribute is a characteristic that is logically assigned and subordinated to another characteristic. Navigational attributes offer a way to plan multiple objects while achieving optimum system performance in Demand Planning.
    e.g. Costs of the cost center drilled down by person responsible: You use the attribute u2018Cost Center Manageru2019 for the characteristic u2018Cost Centeru2019. If you want to navigate in the query using the cost center manager, you have to create the attribute u2018Cost Center Manageru2019 as a navigation attribute, and flag it as a navigation characteristic in the InfoCube.
    Characteristics : A planning object such as a product, location, brand or region.
    The master data of Demand Planning or Supply Network Planning encompasses the permitted values of the characteristics, the characteristic values. Characteristic values are discrete names or numbers . For example, the characteristic 'location' could have the values London, Delhi and New York.
    Regards
    Rahul Chitte
    Edited by: Rahul Chitte on Aug 30, 2010 5:07 PM

  • Data Flow from Drop Down and Visibility

    Hello VCers,
    I am building a sample VC app, where I have one iView and two forms, "Country Selection" and "Country Results".
    Initially "Country Selection" form only will be visible and "Country Results" for will be invisible.
    In the First form, I want to enable to the user to select the country from dropdown and after that, I want to display the country, user selected in "Country Results" form.
    Could you please help me on,
    1. how to get the value from dropdown in the 1st form to 2nd form?
    2. How to make the visibilty of "Country Results" form to be visible when the user selects country in the 1st form.
    Thanks a bunch. Appreciate if somebody can help.
    I will sure reward points for help.
    /Sunita.

    Hi ,
    For First Question:
    Using signal in and Signal out you can get the data from one form to another Form.
    1.create a button with Customaction in First form a
    2.Drag  a signal out from output port of first form and assaing the Customaction as event .
    3.Add a signal in to the input port of 2nd Form but the names of both signal in and signal out should be same.
    After selcting the Country and Clicking on the ok button it will go to 2nd form.
    For Second Question.
    To put a visibility condition depending on the country filed value
    Set the visibility condition of 2nd form to BOOL(@CountryFiledofFirstform).
    Regards,
    Govindu
    i think above procedure will work perpectly if u still have problem get back to me
    if helpful award points

  • Can I update only from my iMac and have data flow to iPhone and MacBook, not the other direction?

    New to iCloud and Lion.  Can I update via iCloud only from my iMac and have data flow to my  iPhone and my MacBook, not the other direction?

    No. Syncing means bringing both ends to be the same.

  • Role of a CRM  Technical consultant in SAP C4C and CRM on HANA

    Hi,
    What would be the role of a CRM Technical consultant in the following.
    SAP C4C
    SAP S4/HANA
    SAP CRM on HANA
    Thanks & Regards
    Sunil

    Sunil,
    I have got privileged of working on some C4C assignments & as far as my vision goes. A CRM Technical consultant is an integral part of any C4C/implementation or AMS environment.
    C4C has a real time integration/initial migration and a day to day basis data flow possible from Backend SAP CRM system. At Backend CRM, XIF adapter is tapped extensively to leverage these functionalities & as a CRM consultant it is not tough to adapt to the Cloud environment of C4C as well but Yes the UI technology has changed as well the view layouts.
    Thanks,
    Ravi

  • Using asynchronous timer for data flow control

    Hi all,
      I am using system sleep to control the data flow (some digital lines and analog output). The pseudo code is something like this
    Sleep(150);
    // the following sections are exectuted in parallel
      #pragma omp parallel sections
        #pragma omp section
          DAQmxWriteDigitalLines(...); // output TTL to one digitla line
        #pragma omp section
          DAQmxWriteDigitalLines(...); // output TTL to another digitla line     
        #pragma omp section
          Sleep(2); // sleep 2ms
    // the following sections are exectuted in parallel
      #pragma omp parallel sections
        #pragma omp section
          DAQmxWriteDigitalLines(...); // output TTL to one digitla line
        #pragma omp section
          DAQmxWriteAnalogScalarF64(...); // analog output to one channel
        #pragma omp section
          Sleep(1); // delay 1ms
    // the following sections are exectuted in parallel
      #pragma omp parallel sections
        #pragma omp section
          DAQmxWriteDigitalLines(...); // output TTL to one digitla line
        #pragma omp section
          DAQmxWriteAnalogScalarF64(...); // analog output to one channel
    #pragma omp section
          DAQmxWriteAnalogScalarF64(...); // analog output to another channel
        #pragma omp section
          Sleep(11); // delay 11ms
    // ... other stuffs
    I am running windows XP and I know it is not possible to get realtime control but  I want a as precise timing as possible. Above code is not perfect but it works 95% of times. I just read an article about using the asynchronous timer to control the time delay. I try that idea with the following code frame
    int CVICALLBACK ATCallback(int reserved, int timerId, int event, void *callbackData, int eventData1, int eventData2)
    if (event==EVENT_TIMER_TICK)
    int *nextdelay = (int *)callbackData;
    SuspendAsyncTimerCallbacks();
    if (timerId>=0)
    double time;
    if (*nextdelay==0) time=2.0;
    else if (*nextdelay==1) time=1.0;
    else time=12.0;
    SetAsyncTimerAttribute(timerId, ASYNC_ATTR_INTERVAL, time);
    if (*nextdelay==0)
    #pragma omp parallel sections
    #pragma omp section
    DAQmxWriteDigitalLines(...); // output TTL to one digitla line
    #pragma omp section
    DAQmxWriteDigitalLines(...); // output TTL to another digitla line
    *nextdelay++;
    else if (*nextdelay==2)
    #pragma omp parallel sections
    #pragma omp section
    DAQmxWriteDigitalLines(...); // output TTL to one digitla line
    #pragma omp section
    DAQmxWriteAnalogScalarF64(...); // analog output to one channel
    *nextdelay++;
    else if (*nextdelay==3)
    #pragma omp parallel sections
    #pragma omp section
    DAQmxWriteDigitalLines(...); // output TTL to one digitla line
    #pragma omp section
    DAQmxWriteAnalogScalarF64(...); // analog output to one channel
    #pragma omp section
    DAQmxWriteAnalogScalarF64(...); // analog output to another channel
    *nextdelay++;
    ResumeAsyncTimerCallbacks();
    return 0;
    void main(void)
    int n = 0;
    int timeid;
    timeid = NewAsyncTimer(120.0/1000.0, 3, 1, ATCallback, &n);
    But it doesn't work. There is no compilation and runtime error but the timing just not right. I wonder do I have to suspend the timer in the callback function when I reset the delay for next call? If I do so, I am worry if it will apply too much delay (since I suspend and resume the timer in the delay) so it will cause even worse timing. But if I don't suspend the timer before I reset the time, what happen if the code running in the callback function not finished before the next callback arrive. It is quite confusing how to use asynchronous timer in this case. Thanks.

    Yeah, unfortunately the 6711 doesn't have clocked digital I/O.  There are only two counters anyway so even if you could use them to generate your signals you wouldn't have enough (*maybe* something with the 4 AO channels and a counter depending on what your output signals need to look like?  The AO channels can output "digital" as well if you write 0V or 5V only).
    A PCI DAQ card which does support clocked digital I/O and has 2 analog outputs is the 6221 (or if you could use PCIe the 6321 is a more updated version with two extra counters and some additional functionality).
    If there isn't a way to implement clocked outputs afterall, one thing you could do to make your code a little more efficient is to consolidate the writes.  You can put your digital lines into a single task and write them at ocne, and you can put your analog channels into a single task and write them at once as well.
    I'm not sure about the callback issue, you might find some more help in the CVI forum.  I don't think it's going to solve your underlying problem though as ultimately the execution timing of your software calls is at the mercy of your OS.
    Best Regards,
    John Passiak

  • How data flow when SSIS packages are run on a different server than the DB server

    The scenario is that i have a dedicated SQL SErver 2014 SSIS machine that executes the packages.
    The database server is a separate machine with SQL Server 2008R2.
    1) Running SSIS packages that transfer data within SQL Server 2008R2 (same machine)
    2) Running SSIS packages that transfer data between 2 separate SQL Server servers.
    How the data flow in these two cases and what resource is being used where? (cpu,disk,ram,network)
    Elias

    When you have a dedicated SSIS server, all data read flows to that server, is processed using the resources of that ETL server and then sent back over the network to the destination server.
    It doesn't matter if source and destination are the same server. If you use a data flow, all data flows over the network twice.
    The only exception is when you don't use a data flow, but only SQL statements. In that case, data flows only between source and destination.
    MCSE SQL Server 2012 - Please mark posts as answered where appropriate.

  • Stop the sales order flow from r/3 to CRM

    Hello Experts,
    I have an issue regarding middleware:
    In our process 1. we create a work order in r/3 from that we create a followup sales order in r/3 itself.
    But the problem is once the sales order is created in r/3 that is flowing to CRM .
    Our requirement is we have to restrict the flow  between R/3 and CRM.
    please send your valuable suggestions.
    Thanks

    Hi,
      Try to de regester the queeuee in smqr transaction related to sales. May be  it will work.
    Regards
    Srinu

  • Abap Data flow error in BODS

    Hi All,
    I have started to run a simple abap data flow in BODS so the data flow has been designed and it is executed then the below error is thrown.
    It seems to be some abap drivers issues , not the design flow.
    so anyone please suggest the actual issue here and let me know you need any further information.
    Thanks.
    Best Regards,
    Edu

    Hi Konakanchi,
    Please share the Job execution log for more details like RFC Configuration issue or BODS Issue, Mean while can you please check the RFC Connection Test through SAPGUI.
    Thanks,
    Daya

  • Data flow error in workflow runtime

    I have many workflow's (standard or not) that present error in runtime.
    The data flow between container task and container workflow doesn't work if one element is empty, but this element not is mandatory.
    List of errors:
    - ParForEach 000000
    - Object FLOWITEM method EXECUTE cannot be executed
    - and others...
    These errors occurs if <b>some information</b> of the workflow container that is used in <b>some data flow</b> (binding definition) will be <b>empty</b>, the workflow will present error in the start.
    List of specific error:
    Error during result processing of work item 000000395235
    Error when processing node '0000000083' (ParForEach index 000000)
    Error when creating a component of type 'Etapa'
    Error when creating a work item
    Error within method CL_SWF_RUN_WIM_BATCH->_CREATE_WORKITEM_CONTAINER
    Source (expression '&STANDARDMATERIAL.MAILCENTRAL&') of binding assignment is not available
    Source (expression '&STANDARDMATERIAL.MAILCENTRAL&') of binding assignment is not available
    Error in the evaluation of expression '&STANDARDMATERIAL<???>.MAILCENTRAL&' for item '17'
    Error when determining attribute 'MAILCENTRAL' of object instance '[BO.BUS1001006.000000000010279
    Error in the evaluation of expression '&STANDARDMATERIAL<???>.MAILCENTRAL&' for item '17'
    Error when determining attribute 'MAILCENTRAL' of object instance '[BO.BUS1001006.000000000010279
    These errors did not occur before the Support Package SAPKB70012.

    Hello Arghadip,
    Yes, the attribute is empty and not is mandatory. These error occur in Standard Workflow SAP and Customer Workflow (my developments).
    These error occurs if <b>some information</b> (attribute) of the workflow container that is used in <b>some data flow</b> (binding definition) will be empty.
    Example: I have a SendMail step in my workflow, and the email address is one attribute from business object. Before this step (sendmail), when the previous step is concluded and if the attribute (mail address) is empty, the error ocurr's.
    I believe that the email would not have to be sent for nobody, and not ocurr's an error. I think that these problem is one support package error.
    Thanks,
    Kleber

  • MM data flow

    My dear Friends,
    I want Data flow Co with SD and MM with examples please..
    Amruta.
    Email : - [email protected]

    Hi,
    <b>Link Between SAP SD, MM & FI</b>
    1. In SAP you will always get integration with other modules. SD will interact with FI, MM will interact with SD :-
    1a. Looking at MM and SD interaction first, take the scenario of a third party order process. This process uses a purchase order (which is sent to your vendor). Also invoice verification is used further along the process to check that the invoice you send to your customer is the same material and quantity as that which the vendor sends to you (but obviously shipped 
    directly to your customer). 
    1b. Billing is an SD function. But SAP needs to know, when processing a customer's payment, to which GL account the payment has to be processed. For instance payment of a UK based material would be placed in a different GL account to that of a non-UK based material. Furthermore, a UK based customer may have a different GL account to that of an Export customer. This is configured in Account Determination.
    2. ABAPers are there to essential do some bespoke development. Your integration, or interaction, with them would be when specifying the tables, fields, input fields, a simple process explanation, data mapping (if doing an interface from one system to another) etc.                
    <b>The link between SD and MM :-</b>
    1. When you create sales order in SD, all the details of the items are copied from Material master of MM.
    2. MRP and availibility check related data is also taken from MM although you control this data in SD also.
    3. While you create inbound/outbound delivery with reference to a sales order,the shipping point determination takes place with the help of the loading group, plant data, shipping conditions etc. This also refers to Material Master.
    4. The material which you are entering in a sales order must be extended to the sales area of your sales order/customer otherwise you cannot transact with this material.
    There are many such links between SD and MM.
    <b>Now the link between SD and FI :-</b>
    1. Whenever you create a delivery with reference to a sales order, goods movement takes place in the bacgground. eg. In case of standard sales order, you create an outbound goods delivery to the customer.
    Here movement 601 takes place. This movement is configured in MM. Also, this movement hits some G/L account in FI. Every such movement of good s hits some G/L account.
    2. The accounts posting in FI is done with reference to the billing documents (invoice, debit note, credit note etc) created in SD. Thus this is a link between SD and FI
    3. Tax determination: In case of a tax determination also, there is a direct link between SD and MM
    SD Integration points with other modules
    SD module is highly integrated with the other modules in SAP.
    Sales Order –
    Integration Points                      Module
    •Availability Check             -       MM
    •Credit Check                   -       FI
    •Costing                        -       CO/ MM
    •Tax Determination              -       FI
    •Transfer of Requirements       -       PP/ MM
    Delivery & Goods Issue –
    Integration Points                      Module
    •Availability Check             -       MM
    •Credit Check                   -       FI
    •Reduces stock                  -       MM
    •Reduces Inventory $            -       FI/ CO
    •Requirement Eliminated         -       PP/ MM
    Billing -
    Integration Points                      Module
    •Debit A/R                      -       FI/ CO
    •Credit Revenue                 -       FI/ CO
    •Updates G/ L                   -       FI/ CO
      (Tax, discounts, surcharges, etc.)
    •Milestone Billing              -       PS
    Return Delivery & Credit Memo -
    Integration Points                      Module
    •Increases Inventory            -       MM
    •Updates G/ L                   -       FI
    •Credit Memo                    -       FI
    •Adjustment to A/R              -       FI
    •Reduces Revenue                -       FI
    SD Transaction Code Flow: 
    Inquiry / Document type IN
    Tcode for creation VA11,VA12,VA13. tables VBAK,VBAP
    Quotation / QT
    Tcode for creation VA21,VA22,VA23. tables VBAK,VBAP
    Purchase Order PO
    Tcode for creation ME21,ME22,ME23. tables EKKO,EKPO.
    Sales Order OR
    Tcode for creation VA01,VA02,VA03. tables VBAK,VBAP
    Delivery LF
    Tcode for creation VL01,VL02,VL03. tables LIKP,LIPS
    Billing MN
    Tcode for creation VF01,VF02,VF03. tables VBRK,VBRP
    To create a sales order we need purchase order number and custmer number.  Before that, to create a purchase order we need to have material no, vendor no.
    To create vendor tcode is 
    xk01(create), xk02(change) , xk03(display)
    Tables are lfa1.
    To create custmer tcode is xd01, xd02, xd03.
    Table is kna1.
    After creating sales order using this no we can create delivery note tcode is vl01.
    Reward if useful.
    Chandru.
    Message was edited by:
            CHANDRAMOHAN NATARAJAN

  • Reverse Data Flow

    Hello Experts,
    I have a InfoCube, and i am backtracking it's data all the way to R/3. I checked the data flow to this cube and it showed that it's been loaded from an Infosource ( there's no ODS in between the Infosource and the Infocube) - When i click on Infosource, i can see the Communication Structure ( Which i suppose is the structure in which the data is stored in an Infosource - Correct me if i am wrong anywhere)  and the Transfer Structure ( Which i suppose is the structure in which the data is stored in the Datasource) and where i also can see the Datasource assigned to this Infosource and this datasource would tell me whether this is a delta load or init load.
    Coming to the questions ?
    How is data loaded into a datasource - I know a datasource is something which is present both at R/3 and BW end. So how is data loaded into a Datasource at R/3 end and how is it loaded into BW. If someone can provide how to do in BW, i mean the T Codes or the procedure - that would help me a lot in understing or getting the bigger picture.
    Where does PSA come into picture in this whole process ?
    All answers would be really appreciated and duly rewarded with points.
    Thanks,
    Nandita

    Hi Nandita,
    Data permanently stored in tables only.
    Data source is structure  and it provide the data to other objects at run time
    data source can be crated by views, tabels, structure and feeding programme, sap queryetc below transactions are useful for managing data sources
    RS02,RSA6,RSA5,RSA3,RSA7,BWA1,BWA7 and RSA2
    Here is data flow.
    data source(R3) - Transfer structure (data source ) (BW) (PSA) -Transfer rules (BW)Infosource (CS) (BW)-Update rules (BW)---- data target (BW)
    BW side tranfer structure is just replication of r/3 side data source to move date from data source through infosource to data target.
    Update rules and transfer rules are joining infocube , info source and infosource to data source.
    PSA is the  persisting staging area, whatever data is there in r/3 same data available in BW as PSA, it entry point of data to BW.
    i hope it will give some idea.
    Thnaks
    Thota

Maybe you are looking for

  • HowTo mount the home dirs in the global zone to many zones?

    I tried it with loopback mounts. global zone /export/home is loopback mounted to /export/zones/zone1/root/export/home and to /export/zones/zone2/root/export/home with the zonecfg command. Now booting zone1 works, zone2 exits with zoneadm: zone 'zone2

  • I want to put all my documents in a pdf form. How can I do that?

    I want to turn my documents in to a pdf or word document. How can I do that?

  • Missing models in 3dMax exported W3D

    Hi, I am very new to Director (1 week) and have come up against a small problem. I have created a model in 3ds Max and exported it as W3D file. This imports into Director and is visually intact, but when trying to access some of the components in the

  • Re-Syncing Audio and Video

    After capturing in FC Express I find all my audio/video is about 10 frames out of sync. Tape was shot on an old Canon XL and transfered to FCE on a Sony DV deck. My settings in Easy Set Up are DV NTSC Firewire Basic. Do you know if changing settings

  • Gros probleme de batterie iphone 5

    Hi, J' espère qu' Apple règlera les gros soucis de batterie sur l' iphone 5 avec le prochain IOS car plus on avance en iphone plus la durée des batteries devient désastreuse. J' adore les produits apple mais ce souci récurrent des batteries me feront