Need Info on RDA-enabled data source based on FM

Hi,
I need Info on RDA-enabled data source based on Function Module.
How to implement it?
Thanks & Regards,
Rashmi.

Hi Rashmi
Check this link
http://help.sap.com/saphelp_nw70/helpdata/EN/52/777e403566c65de10000000a155106/frameset.htm
[under tab Tranferring Transaction Data from Source Systems (RDA)]
http://help.sap.com/saphelp_nw70/helpdata/EN/3f/548c9ec754ee4d90188a4f108e0121/frameset.htm
Regards
Jagadish

Similar Messages

  • Error While Activating BI Web service data source based on MDM XI.

    Dear experts,
    Need help with an error that i am getting for a BI data source based on XI MDM. An extra field was added in the data source as part of business requirement and it works fine in dev environment but when we transported the changes to Q environment it is always giving following error.
    The web-service based communication structure in the data source in QA is not getting updated with the new field in the target system.
    Any inputs or pointers would be appreciated.
    Thanks,
    Abhishek

    Many thanks for your help.  This solved the issue for our .NET code, however the leak is still present in the report designer.  I was also wondering if you could help further: because of the limits on the java memory process is there a way to ensure that a separate java process is started for each report that is loaded in my report viewers collection?  Essentially the desktop application that i have created uses a tab control to display each type report, so each tab goes through the following code when displaying a report and closing a tab:
    Is there a way to ensure that a different Java process is kicked off each time that I display a different report?  My current code in c# always uses the same Java process so the memory ramps up.  The code to load the report and then dispose of the report through closing the tab (and now the Java process) looks like this:
        private void LoadCrystalReport(string FullReportName)
          ReportDocument reportDoc = new ReportDocument();
          reportDoc.Load(FullReportName, OpenReportMethod.OpenReportByTempCopy);
          this.crystalReportViewer1.ReportSource = reportDoc;
        private void DisposeCrystalReportObject()
          if (crystalReportViewer1.ReportSource != null)
            ReportDocument report = (ReportDocument)crystalReportViewer1.ReportSource;
            foreach (Table table in report.Database.Tables)
              table.Dispose();
            report.Database.Dispose();
            report.Close();
            report.Dispose();
            GC.Collect();
    Thanks

  • Generic Data source based on Infoset

    Hi,
    I have a Generic data source based on Infoset. i need hostorical data from this data source, when i extract it is given me only current data. Infoset based on PNPCE logical database, in the Infoset query (ECC6) when i select "All" it gives all data, but when i extract with RSA3 with perticular personal number it just give me 1 record,
    Please help me to fix this problem.
    Thanks

    i think you mean to get data relevant to a date. have you setup the begda/enda as selection parameters in the generic datasource? that would be the only aside from a custom  program to first fetch the data and then send it to bi.
    with the dates, you can pull it with the relevant date range setup in the infopackage

  • Multiple data sources based on a parameter

    Hi there!
    Is it possible to get data from different data sources based on a parameter?
    For example, I have SQL query and parameter pFI that can be equal to 1 or 2.
    So if the pFI = 1 then I need to execute this query in DB1 otherwise I need to execute It in DB2.

    I do not think its possible to change the datasource on a data model dynamically. However you could create two seperate data models and two seperate layouts using a parameter to distguish between the two when you call the report.
    Richard

  • Problem with R/3 Data Source based on Function module in SAP BI

    Hi,
    We have a data source based on functional module. When we load data from R/3 to BI we face the following error.
    " No end-confirmation arrived in the Warehouse from the source system."
    We are getting data but due to no end confirmation from the source system, the load become timed-out and status becomes "RED". When we change the status to be "GREEN" and proceed tha load further, load is fine.
    Please suggest us a suitable solution.
    Thanks in Advance,
    Geetha

    Hi Geetha Devi Ramalingam.
    I faced the same problem since yesterday. I just resolve the issue.
    So here is my solution :
    try this code :
        FETCH NEXT CURSOR s_cursor
                   APPENDING CORRESPONDING FIELDS
                   OF TABLE e_t_data
                   PACKAGE SIZE s_s_if-maxsize.
        IF sy-subrc <> 0.
          CLOSE CURSOR s_cursor.
          RAISE no_more_data.
        ENDIF.
    if you add your
    bold
    IF sy-subrc <> 0.
          CLOSE CURSOR s_cursor.
          RAISE no_more_data.
        ENDIF.
    bold
    than the sy-subrc may be equal and than your CLOSE CURSOR s_cursor. will have no effect
    it work for me hope it will for u
    Hard luck!
    Salah
    Edited by: idrissi salaheddine on Jan 19, 2012 12:24 PM

  • Need documents related to inventory data sources

    Hi all,
    just need a favor from u guysu2026.i need documents related to inventory data sources (complete step by step)u2026we need to extract inventory data sources from R/3 and need to replicate them in a brand new BW systemu2026Iu2019ll appreciate anything that u people have gotu2026and share with me.
    Regards,
    KS

    Hi
    check this thread
    it might be helpful
    doubt related to inventory data loading
    Inventory doubt
    regards
    gaurav

  • Generic Data Source Based On Function Module (Delta capable)

    Hi,
    My requirement is to develop a Generic Extractor based on Function Module (Delta capable). As I already found many threads explaining this concept, but most of them discussing FM RSAX_BIW_GET_DATA_SIMPLE with Extraction Method F2. There is another FM RSAX_BIW_GET_DATA which, one can use to build delta enabled extractor.
    Although I do have some doubts:
    what is the E_T_SOURCE_STRUCTURE_NAME ?
    read table i_t_select into l_s_select with key fieldnm = 'PGMID'. Use of this code ?
    Templet only showing
    case i_updmode.
          when 'F'.
          when others.
            if 1 = 2. message e011(r3). endif.
            log_write 'E'                  "message type
                      'R3'                 "message class
                      '011'                "message number
                      i_updmode            "message variable 1
                      ' '.                 "message variable 2
            raise error_passed_to_mess_handler.
        endcase.
    i.upmode as F, D(delta) is not included, do i need to include this?
    Can someone help to solve this. Appropriate points will be allotted to helpful suggestions.
    Edited by: Debjit_Singha_86 on Jul 23, 2011 8:35 AM

    Try using following piece of code;
    READ TABLE g_t_select INTO l_s_select
                                 WITH KEY fieldnm = 'Date Field for Delta'.
          IF sy-subrc EQ 0.
    SELECT SINGLE *
                           FROM ROOSGENDLM
                           WHERE oltpsource EQ 'DataSource Nameu2019
                           AND slogsys      EQ lw_slogsys.
              IF sy-subrc EQ 0.                                            
                lw_date = roosgendlm-deltaid+0(8).
                lw_time = roosgendlm-deltaid+8(6).
                                                                                    ENDIF.                       " IF SY-SUBRC EQ 0.
    ENDIF.
    OPEN CURSOR WITH HOLD S_CURSOR FOR
    SELECT * FROM TABLE
                                   WHERE  CPUDT     GE   lw_date   AND
                                               CPUTIME  GE   lw_time.
        ENDIF.                            
    Table R00SGEMDLM stores the date and time data was last extracted from a data source.
    Alternatively, you can also try using the i_updmode.
    When 'F'.
    SELECT * FROM TABLE (without any where clause on last change date)
    When 'D'
    SELECT * FROM TABLE
                                   WHERE  CPUDT     GE   lw_date   AND
                                               CPUTIME  GE   lw_time.
    These are just suggestions. Try these out, I hope it helps.
    Regards,
    Gaurav

  • Creating Info Cube from Generic Data source in BI 7.0

    Hi Gurus,
    I have small issue regarding creation of info cube. currently using BI 7.0, I have created generic datasouce in R/3 and same replicated in BI. now i want to create infocube. but bit confused whether it has to be created through DTP or regular method of creating transfer and update rule for cube. your feedback will be highly apppricated.
    Regards
    Kamal Purohit
    INDIA

    Hi ,,
    After done the Genric Datasource in R3, If u want extract that data from R3 to bw side. First we need Replicate the datasource.
    ->> Once datasource has replicated .
    -> We need to assign the datasource to infosource if we are using in 3.5.
    -> if it is BI7.0  after desinged the Cube or DSO.
    -> we need to do transformation  (3.5 transfer rule and update rule we are using that to first assign datasource to infosource).
    -> here we need to map the fields for both DSO & Data Source. (Creating Transformation)
    -> After done transformation we need to run the infopackage . . (Because still data is avialble in datasource if u run the infopackage the data comes from source system to Data source (Here Datasource is nothing but PSA).
    -> still data is available for PSA.
    -> if u want load data from PSA to Target (DSO/Cube),
    -> we need to run the DTP. (When u execute the DTP the data fetches from PSA to data targets.)
    -> still data is available for the Target(DSO)
    If u want to load data from DSO to Cube.
    We need to do the datamartstatus.
    ->->
        When u want to load data from DSO to Cube.
    -> ->Here no need to run the infopackage.
    -> Here we need run the transformation (just for mapping the fields (ODS & CUBE)).
    -> After done the transformation
    -> we need to execute the DTP ....
    once DTP has done successfull the data moved from DSO to Cube.
    Regards,
    Venkat.

  • How to incoporate a function module in data source based on view

    Hi,
    I need to develop a data source in R/3 based on a view (which is straight forward).
    One field in the R/3 Z table  will be in like this ‘20,070,709,110,000’
    There is a function module developed in R/3 when executed will split the record(20,070,709,110,000) and display time & date
    How can i incorporate this function module in data source so that the data and time records will be loaded to BW
    Thanks

    Enhance the data source with date and time and populate these fields in the user exit using the function module IB_CONVERT_FROM_TIMESTAMP .
    OR
    You can create Z function module IB_CONVERT_FROM_TIMESTAMP in BW side and write a routine in update rules/transfer rules to populate date and time.
    hope this helps ...
    Ravi

  • Need help to Create LIS data source

    Hi friends,
    I Have a requirement where i am suppose to create LIS data sources so please give me the step by step procedure to create LIS Data source,
    I Need to create some data sources like,
    2LIS_03_S831,S832
    2LIS_07_S515,S763,S516
    Kindly let me know how to proceede to create the above LIS data Sources and till we replicate them in BW Box.
    Thanks
    Jag

    Hi,
    You need to sum for specific elements ( Male,Female in this case).
    Try :
    chart:
    <Graph graphType = "BAR_VERT_CLUST" maxBarWidth = "30000" >
    <LegendArea visible="true"/>
    <SeriesItems>
    <Series id="0" color="#ffcc00"/>
    <Series id="1" color="#ff6600"/>
    </SeriesItems>
    <Title text="" visible="true" horizontalAlignment="CENTER"/>
    <O1Title text="Salary grade" visible="true"/>
    <Y1MajorTick visible ="true"/>
    <O1MajorTick visible ="false"/>
    <LocalGridData colCount="{count(xdoxslt:group(.//SALARY_SCALE, 'SALGRADE'))}" rowCount="2">
    <RowLabels>
    <Label>Male</Label>
    <Label>Female</Label>
    </RowLabels>
    <ColLabels>
    <xsl:for-each-group select=".//SALARY_SCALE" group-by="SALGRADE" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <Label>
    <xsl:value-of select="current-group()/SALGRADE" />
    </Label>
    </xsl:for-each-group>
    </ColLabels>
    <DataValues>
    <RowData>
    <xsl:for-each-group select=".//SALARY_SCALE" group-by="SALGRADE" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <Cell>
    <xsl:value-of select="sum(current-group()[GENDER='Male']/COUNT)" />
    </Cell>
    </xsl:for-each-group>
    </RowData>
    <RowData>
    <xsl:for-each-group select=".//SALARY_SCALE" group-by="SALGRADE" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <Cell>
    <xsl:value-of select="sum(current-group()[GENDER='Female']/COUNT)" />
    </Cell>
    </xsl:for-each-group>
    </RowData>
    </xsl:for-each-group>
    </DataValues>
    </LocalGridData>
    </Graph> Regards,
    Colectionaru

  • A data source based on a file stored in a network drive

    Hi,
    I created a new Crystal report using Crystal Report Designer XI R2. In the beginning, my data source is from a Excel file in local device like c:\.
    After I moved the file to a network device then recreated a report, it couldn't connect to the data source. Can anyone know how to sort it out?
    Thank you,

    Hi Jin,
    Since the Excel file is stored on a Network Drive the Crystal Reports page server, cache server, and job server, and the input and output file repository services should all be configured to be run by a domain user account which has local administration privileges. This should allow the report to access the excel file online.
    Hence you can try of these:
    The way to get this to work is to:
    a) set the job server and cache server to run under a domain account that has local admin rights (so it should appear as DOMAIN\user in the service settings) and
    b) when setting the connection in Crystal Reports connect to the share that holds the .xls using the unc path rather than the mapped drive (i.e.
    server\folder\file).
    Hope this helps.
    Shraddha.

  • Need info about HR realted data in webdynpro

    Hi experts,
           I am very new to hr module to use in webdynpro abap.
    I want to extract HR data in webdynpro view.
    Where should I give Logical Database PNP?
    The ifnotypes key word is not accepting in Webdynpro coding?
    Please give me all the info which you can give.

    Hi Srinivas
    We cannot use LDB in WebDynpro Programming.
    Atlernate to fetch the data from infotypes is Create class SE24 and one method in this call HR_READ_INFOTYPE to get the data from whatever infotype you want..
    Aftertaht call the class of method by creating one reference object to that class...
    Thanks and Reagrds
    Tulasi Palnati

  • Data source based on BI Cube (TCode CRMD_MKTDS)

    Hi
    We have a requirement to segment customers based on BI queries. This is done in transaction CRMD_MKTDS using Origin type Business Intelligence Cube. The problem is that the RFC-destination of the BI system does not show up in the list of possible entries. The only possible entry that is shown is the RFC destination for our interactive reporting client. The RFC-destination for the BI system does exist in CRM and it's working fine. If we choose InfoSet as the origin type all the RFCs show up (including the one to BI), but when the origin type Business Intelligence Cube is used the RFC is missing. Any ideas?

    Hi,
    The
    Function Module : CRM_MKTTG_DS_RFC_F4
    For Datasource = Infoset/ External list the RFC destinations are read directly from the table.
    select RFCs
        SELECT * FROM rfcdes
        INTO CORRESPONDING FIELDS OF TABLE lt_f4_com_rfc
              BYPASSING BUFFER
          WHERE RFCTYPE = '3'.
    For BW datasource it is read as follows , the Function module 'RSA_RSBASIDOC_READ'gets data from statement
    'SELECT * FROM RSBASIDOC INTO TABLE BASIDOC'
        IF lv_sds_type = sourcetypes-bw_cube OR lv_sds_type = sourcetypes-el
    only RFC-Dest from BW: check if destination is aconnected BW
          CALL FUNCTION 'RSA_RSBASIDOC_READ'
            TABLES
              basidoc = lt_basidoc.
          LOOP AT lt_f4_com_rfc INTO ls_f4_com_rfc.
            READ TABLE lt_basidoc WITH KEY rlogsys = ls_f4_com_rfc-rfcdest
              INTO ls_basidoc.
    ====== Hope this information provided ansers your query.

  • Variant to data: Need info regarding type of data

    Hello,
    What I want to do is very basic. I will acquire the image using CCD camera. The
    image is a raw data type: 2D array of type long (4 bytes per element) or integer (2 bytes per element). I can save the image even as .tiff file. Using Variant To Data, I am converting the image so that labview can handle it (I am not sure whether I really need this) before I write that data to some file and save it. I have to define data type for Variant To Data. I tried to define the data type. However, I am confused. Would anybody give me some suggestion?
    Thanks a lot,
    Dushyant

    Hrm, you'll need to be more specific about your actual question in order for us to give you a good answer, but, without more information, I'd say you should just define the type as a 2-d array of either longs or words. (i.e. get an array constant, place a numeric constant inside of it, right click the numeric constant, and select Representation->Long or Representation->Word then wire the constant to the Type input of the Variant to Data).
    If you're dealing with variants, I'd guess you are probably calling an ActiveX control or server to communicate with your camera?
    Regards,
    Ryan K.

  • Delta field for generic data source based on view EKBE

    Hello,
    I am creating a generic datasource based on table EKBE. Can anyone please tell me what field should I use for delta. Is it BUDAT(Posting Date in the Document) or CPUDT(Day On Which Accounting Document Was Entered).
    Thanks for the help.
    Praveen

    Hello Ajeet Singh,
    Thank you very much for the reply.
    I will go ahead with CPUDT.
    BUDAT is the date which can be changed. I can change the date in system and chances are it will not pick in delta.
    CPUDT is the date on which document was created/changed.
    Thanks,
    Praveen

Maybe you are looking for

  • Quicktime 7 behaving oddly?

    Couldn't find a Quicktime discussion group.  I use Quicktime 7 all the time to convert audio files; it's so fast and easy.  And it's worked great up until Mavericks and FCP X.  Now when I convert a file (say from .caf to .aif) I get a blank .aif file

  • Missing tabs in iTunes?  Please help!

    I have just received a new 80GB iPod and was going thru all the tutorials about how to use it & am now having problems. In the tutorials, it says go to Edit then Preferences to open a settings box with tabs at the top. It shows in the picture to have

  • OPA download - doesn't work for Windows 8 & Microsoft 2013?

    I downloaded the OPA software on to my laptop however when I am in a project and right click "Rules" - I do not have any options to "add new word document" or "add new excel document". Also, when I open a Rules doc that someone had sent me, I do not

  • Clearing a used hp touchpad

    I just bought a used hp touchpad.  The last owner did not clear out their info.   How do I take it back to factory setting...and make my own account.  

  • Brushes Still Cause Freeze Up

    I posted last week about this same problem. I have 11k images in library, the image I'm working on is RAW and 11mb in size. Before making any other changes to the image I make a curves adjustment via curves brick and then click the gear symbol to bru