ODS Data Update

Hi,
I have created the InfoPackage for ODS (Delta). When I click on Monitor, message is "No Data Records". It says "No successful initialization of the delta update took place"
How do I resolve this?
Kidnly help.
Thanks!

Hi,
    You need to run Init run before running the Delta in the Infopackage.  Please check if the earlier Init run was successfull.  If not you need to delete the failed Init request through the Scheduler and re-run the Init.
Award points if useful
Thanks
Kishore Kusupati

Similar Messages

  • RSA3 check generated datasource error, ODS data can't be updated into cube

    Hi Experts,
    I create an ODS( T_ODA01 ), and loaded data from flat file into this ODS. Of course, I activated the ODS after the loading process.
    Now Created an Infocube( T_CUBE01 ) similiar with the ODS.
    Next I want to update the data from ODS T_ODS01 into T_CUBE01.
    Following are my steps:
    1, Create Update rule from the InfoCube T_CUBE01, input the ODS T_ODS01 as the datasource.
    2, Activate the update rule
    3, Selected the 'Update ODS data in data target' in the context menu of ODS T_ODS01
    I checked the status of this process in the monitor. But it failed informed me that 'No IDoc generated in BW', and sent 0 records.
    Then I wanted to check the Generated DataSource 8T_ODS01 in RSA3. But when executed the check process, it noted me that Runtime Error.
    Syntax error in program "SAPLXRSA ".
    What happened?
    ------------
    The following syntax error occurred in the program SAPLXRSA : "The type "RSR_T_RANGESID" is unknown." Error in ABAP application program.
    The current ABAP program "SAPLRSAP" had to be terminated because one of the statements could not be executed.
    This is probably due to an error in the ABAP program.
    Error analysis
    The following syntax error was found in the program SAPLXRSA : "The type "RSR_T_RANGESID" is unknown."
    Information on where termination occurred
    The termination occurred in the ABAP program "SAPLRSAP" in  "CALL_DATA_CUSTOMER_FUNCTION". The main program was "RSFHGEN2 ".
    The termination occurred in line 117 of the source code of the (Include)  program "LRSAPF06" of the source code of program "LRSAPF06" (when calling the editor 1170).
    Source code extract
    001140   * Call Customer-Exit
    001150     message s299 with 'BEGIN EXIT' sy-uzeit.
    001160     clear sy-subrc.
    >     call customer-function '001'
    001180          exporting
    001190               i_datasource             = l_datasource
    001200               i_isource                = l_12b_source
    001210               i_updmode                = p_updmode
    001220          tables
    001230               i_t_select               = p_t_select
    001240               i_t_fields               = p_t_fields
    001250               c_t_data                 = p_t_data
    001260               c_t_messages             = l_t_messages
    001270          exceptions
    001280               rsap_customer_exit_error = 1
    001290               others                   = 2.
    001300     message s299 with 'END EXIT' sy-uzeit.
    Would you pls guide me how to crorrect this error?
    Many thanks for your help.

    Hi Kenneth,
    this user exit is called everytime you request transactional data, as you said, system wide.
    Then in the exit you have usually a CASE WHEN I_SOURCE = .... where you code your enhancement for a particular datasource.
    Needless to say that if you enable the exit, even for testing, you shall write something in; at least
    CASE I_SOURCE.
       WHEN 'your_data_source'.
    ENDCASE.
    hope that sheds light
    Olivier

  • How to update DSO data in Data targets (ODS data into Data Targets)

    Hi,
    In 3.5 version we have a option <b>Update ODS data in Data Targets</b>
    to Transfer Data From ODS to Info cube.
    In 7.0 How to transfer DataStore Object data to Info Cube, I can't find
    Update DSO data in Data Target option.
    can any body Help me to solve this problem.
    Thanks
    prasanna

    Hi prassna,
    0RECORDMODE are auto generated infoobjects which are requried to be mapped if you are going for a delta update  from your DSO otherwise you can proceed further without mapping the 0RECORDMODE and neglect the system generated warning
    check this for the <b>Creation of data targets</b>
    •     In left panel select info provider
    •     Select created info area and right click to create ODS( Data store object ) or Cube.
    •     Specify name fro the ODS or cube and click create
    •     From the template window select the required characteristics and key figures and drag and drop it into the DATA FIELD and KEY FIELDS
    •     Click Activate.
    •     Right click on ODS or Cube and select create transformation.
    •     In source of transformation , select object type( data  source) and specify its name and source system Note: Source system will be a temporary folder or package into which data is getting stored
    •     Activate created transformation
    •     Create Data transfer process (DTP) by right clicking the master data attributes
    •     In extraction tab specify extraction mode ( full)
    •     In update tab specify error handling ( request green)
    •     Activate DTP and in execute tab click execute button to load data in data targets.
    cheers
    Sunil

  • Missing Data Target in Infopackage for Update ODS Data in Data Target Cube

    Hello & Best Wishes for the New Year to all of you,
    I have 3 ODS (1 on Full Update and 2 with Delta Updates). All these 3 ODS update data to a single CUBE. In my development system this works correctly. Data load from PSA to ODS to Cube.
    Now I transported this to my QA and Production System. In QA and Production System, I am able to load data upto all the 3 ODS and ACTIVATE Data in all these 3 ODS.
    When I am trying for "Update ODS Data in Data Target" to load data from ODS to Cube in QA /PD, the system created Infopackage (ODS to CUBE), doesnot get the Data Target details. (Initial Upload / Full Upload). The Data Target Tab is Blank (expected Cube details).
    I have tried to transport again after deleting the update rules.
    Can you suggest what could be the problem ?
    regards - Rajesh Sarin

    Thanks Dinesh,
    I have the ODS to CUBE Update Rules ACTIVE in the QA and PD system. Still the problem exists only in QA and PD. In DV the ODS to CUBE Data Target is available in the Infopackage and loading the data correctly to Cube.
    Listing all the trials I have done :
    1) Originally transported with all the Collected Objects. Inspite of having Active Update Rules, Data Target Cube was missing in QA and PD.
    2) After this problem, I again transported only the Update Rules through the Transport Connection, still the problem didnot get solved in QA and PD.
    3) Again, I sent a transport to delete the Update Rules which deleted the ODS to CUBE update rules in (DV), QA, PD. After that I sent another request to CREATE the ODS To CUBE UPDATE Rules in (DV), QA and PD. Still the Data Target is missing, inspite of having Active Update Rules in QA and PD.
    In DV the ODS to CUBE Data Target is available and loading the data correctly to Cube, even now.
    4) I have also tried "Generate Export Data Source" for the 3 ODS in QA and PD. Still it doesnot help.
    Can you please suggest ?
    regards - Rajesh Sarin

  • Data updation from flat file to I.C. via ODS

    Hi,
    I have to load transaction data from 4 tables into 4 ods and these 4 ods data will be loaded to 1 info cube.so please tell me the best method whether to use 4 info sources for 4 ods or can i define all the info objects in one info source and use the same info source for all ods objects.
    Thank you

    Hello GanGa,
    How r u ?
    1st could u tell, the loads are from Flat File or Tables ?
    coz ur Subject and the Message is getting clashed.
    If u use Flat Files, then better go for 4 IS and 1 ODS is enough. Then update the cube.
    If u r going to extract from Tables, then you have to create the Data Source using "Extraction from Views", for this u should have common key fields in all the 4 tables. In BW DataSource to InfoSource mapping should be 1 to 1.
    Best Regards....
    Sankar Kumar
    +91 98403 47141

  • Reading data from ODS and update current layout?

    Hi,
    when i execute a planning folder, list of materials are displayed into the current layout.
    Now, for each material, I need to bring quantity into the current layout which is (quantity) in an ODS. Initially, Quantity is blank in the infocube. Now, i need to populate Quantity field from ODS into the current layout.
    Infocube Quantity field & ODS Quantity field are different but of the same type.
    I'm wondering if it can be done using a user exit. Can we read ODS data from a function module and send it back to the current layout?
    I appreciate sharing your ideas.
    Message was edited by: hari143

    Hi Hari,
    you could use a routine in the upload rule.
    declaration area
    Tables: /BIC/AODS00.
    data: T_MATERIAL Type hashed table of /BIC/AODS00 with unique
    key /BI0/0MATERIAL with header line.
    Loading of internal Table
      data: n type i.
      describe table T_MATERIAL lines n.
      if n = 0.
        SELECT * FROM /BIC/AODS00 INTO TABLE T_MATERIAL.
      endif.
    finding MATERIAL
      read table T_MATERIAL with table key
        /BI0/0MATERIAL = COMM_STRUCTURE-/BI0/0MATERIAL.
      if sy-subrc = 0.
    Additional necessary Values
    Values from Communication Structure
          RESULT_TABLE-Object1 = COMM_STRUCTURE-Object1.
    RESULT_TABLE-Object2 = COMM_STRUCTURE-Object2.
          RESULT_TABLE-VTYPE = COMM_STRUCTURE-VTYPE.
          RESULT_TABLE-VERSION = COMM_STRUCTURE-VERSION.
          RESULT_TABLE-FISCYEAR = COMM_STRUCTURE-FISCYEAR.
          RESULT_TABLE-FISCVARNT = COMM_STRUCTURE-FISCVARNT.
          RESULT_TABLE-G_CWWCON = COMM_STRUCTURE-G_CWWCON.
          RESULT_TABLE-/BIC/C7_ERGBER = COMM_STRUCTURE-/BIC/C7_ERGBER.
          RESULT_TABLE-CO_AREA = COMM_STRUCTURE-CO_AREA.
          RESULT_TABLE-SOURSYSTEM = COMM_STRUCTURE-SOURSYSTEM.
          RESULT_TABLE-CURTYPE = COMM_STRUCTURE-CURTYPE.
          RESULT_TABLE-CURRENCY = COMM_STRUCTURE-CURRENCY.
          RESULT_TABLE-COUNTRY = COMM_STRUCTURE-COUNTRY.
          RESULT_TABLE-G_CWWTEC = COMM_STRUCTURE-G_CWWTEC.
          RESULT_TABLE-SALES_DIST = COMM_STRUCTURE-SALES_DIST.
    Values from Hyperion Mapping ODS
          RESULT_TABLE-G_CWWPT2 = T_HYP_ACCT-G_CWWPT2.
          RESULT_TABLE-G_CWWPD3 = T_HYP_ACCT-G_CWWPD3.
          RESULT_TABLE-G_CWWPD6 = T_HYP_ACCT-G_CWWPD6.
          RESULT_TABLE-G_CWWNEW = T_HYP_ACCT-G_CWWNEW.
          RESULT_TABLE-CUSTOMER = T_HYP_ACCT-/BIC/C7_DUMMY3.
          RESULT_TABLE-SHIP_TO = T_HYP_ACCT-/BIC/C7_DUMMY3.
    Not assigned Values
          RESULT_TABLE-SALES_GRP = ''.
          RESULT_TABLE-PROFIT_CTR = ''.
          RESULT_TABLE-SALESORG = ''.
          RESULT_TABLE-G_CWWPD1 = ''.
          RESULT_TABLE-G_CWWPD4 = ''.
          RESULT_TABLE-G_CWWPD5 = ''.
          RESULT_TABLE-DISTR_CHAN = ''.
          RESULT_TABLE-DIVISION = ''.
          RESULT_TABLE-BUS_AREA = ''.
          RESULT_TABLE-CUST_GROUP = ''.
          RESULT_TABLE-/BIC/C7_HIE01 = ''.
          RESULT_TABLE-SALESEMPLY = ''.
          RESULT_TABLE-VALUATION = ''.
          RESULT_TABLE-REC_TYPE = ''.
          RESULT_TABLE-VAL_TYPE = ''.
          RESULT_TABLE-G_CWWMRK = ''.
    *Deriving values
          RESULT_TABLE-G_AVVDAA = COMM_STRUCTURE-/BIC/C7_VALUE1.
          CONCATENATE COMM_STRUCTURE-FISCYEAR '001' into
          RESULT_TABLE-FISCPER.
          APPEND RESULT_TABLE.
          RESULT_TABLE-G_AVVDAA = COMM_STRUCTURE-/BIC/C7_VALUE2.
          CONCATENATE COMM_STRUCTURE-FISCYEAR '002' into
          RESULT_TABLE-FISCPER.
          APPEND RESULT_TABLE.
          RESULT_TABLE-G_AVVDAA = COMM_STRUCTURE-/BIC/C7_VALUE3.
          CONCATENATE COMM_STRUCTURE-FISCYEAR '003' into
          RESULT_TABLE-FISCPER.
          APPEND RESULT_TABLE.
          RESULT_TABLE-G_AVVDAA = COMM_STRUCTURE-/BIC/C7_VALUE4.
          CONCATENATE COMM_STRUCTURE-FISCYEAR '004' into
          RESULT_TABLE-FISCPER.
          APPEND RESULT_TABLE.
          RESULT_TABLE-G_AVVDAA = COMM_STRUCTURE-/BIC/C7_VALUE5.
          CONCATENATE COMM_STRUCTURE-FISCYEAR '005' into
          RESULT_TABLE-FISCPER..
          APPEND RESULT_TABLE.
          RESULT_TABLE-G_AVVDAA = COMM_STRUCTURE-/BIC/C7_VALUE6.
          CONCATENATE COMM_STRUCTURE-FISCYEAR '006' into
          RESULT_TABLE-FISCPER.
          APPEND RESULT_TABLE.
          RESULT_TABLE-G_AVVDAA = COMM_STRUCTURE-/BIC/C7_VALUE7.
          CONCATENATE COMM_STRUCTURE-FISCYEAR '007' into
          RESULT_TABLE-FISCPER.
          APPEND RESULT_TABLE.
          RESULT_TABLE-G_AVVDAA = COMM_STRUCTURE-/BIC/C7_VALUE8.
          CONCATENATE COMM_STRUCTURE-FISCYEAR '008' into
          RESULT_TABLE-FISCPER.
          APPEND RESULT_TABLE.
          RESULT_TABLE-G_AVVDAA = COMM_STRUCTURE-/BIC/C7_VALUE9.
          CONCATENATE COMM_STRUCTURE-FISCYEAR '009' into
          RESULT_TABLE-FISCPER.
          APPEND RESULT_TABLE.
          RESULT_TABLE-G_AVVDAA = COMM_STRUCTURE-/BIC/C7_VALU10.
          CONCATENATE COMM_STRUCTURE-FISCYEAR '010' into
          RESULT_TABLE-FISCPER.
          APPEND RESULT_TABLE.
          RESULT_TABLE-G_AVVDAA = COMM_STRUCTURE-/BIC/C7_VALU11.
          CONCATENATE COMM_STRUCTURE-FISCYEAR '011' into
          RESULT_TABLE-FISCPER.
          APPEND RESULT_TABLE.
          RESULT_TABLE-G_AVVDAA = COMM_STRUCTURE-/BIC/C7_VALU12.
          CONCATENATE COMM_STRUCTURE-FISCYEAR '012' into
          RESULT_TABLE-FISCPER.
          APPEND RESULT_TABLE.
          RETURNCODE = 0.
          ABORT = 0.
        Else.
          RETURNCODE = 1.
          ABORT = 0.
        endif.
      ELSE.
        RETURNCODE = 1.
        ABORT = 0.
      ENDIF.

  • Special character '#' ODS data upload

    Hi experts!!
    I have to load R/3 data from PSA to ODS. I have found problems during data load with 0postxt field (description field) because in several FI documents there is '#' inside the text field, for example: "COMPANY X FOR # SALES".
    The PSA is upload fine but when the system tries to activate ODS data, it gives me an error in this register.
    I have checked RSKC transaction and it is defined '#' character as a permited character:
    ÇÉÀÇÊÈÏÌÅÉÒÙÁÍÓÚÑÑÈÍÌÓÒÚÙÉÈÍÌÓÒÚÙ·.'#
    What else can I check?
    Thanks a lot for your help.
    Kind regards,
    GP

    Hi,
    It may not be because of that.
    SID error comes during activation of ODS because the related MD is not available for assigning SIDs.
    Whenever Master Data is loaded SID's are generated for those Master Data records.
    Now when you load Transaction Data these SID's will be used (for the records which use above master data values). This results in performance gain.
    If Transaction Data is loaded first than the system checks for SID's. If they are not available system generate SID's. This results in a loss of performance.
    Now in the case if you don't have the setting selected (Further Processing Without Master Data/Always update data, even if no master data exists for the data) system will throw error No Sid’s found and load will terminate.
    So as a first step ensure that the related master data is loaded and Attribute change run has been triggered.
    OR
    Load the MD and Activate the MD (Modeling > InfoObject > Search the Infoobject > Right click > Activate Master Data)
    Once you perform this you can retrigger the activation. It should work fine.
    Else as a workaround you can blank out these particular values and activate.
    There is also one more workaround wherein you can create the Master data entries directly in BW itself. But both the above step should be done after consulting Business and considering data volume that needs to be edited/created.
    In most case once you perform the loading and activation of MD your activation should work fine when repeated.
    OR
    In the infopackage goto Update Tab and make the setting Update the records even if no master data exist and reload
    This may work.
    Try Searching in SDN for this Topic and you will find much detailed info as this is discussed very frequently.
    Thanks,
    JituK

  • Error in Activation of ODS Data

    Dear All,
    I am getting this error msg while activating ODS Data, It says its not able to execute one of this statements while activation
    Program Name: GPBUJ6PU7X5TA8TLJSDOPVSU2Z7
    The program terminates at this line
    Types corresponding to Change-Log-structure
      l_s_chgdata TYPE  /BIC/B0000103000,
    The DDIC does not have an table name by /BIC/B0000103000 which the program is trying to refer, Kindly do provide me your help and input on this.
    Thanks.
    Fayak.

    Hi Siggi,
    Thnx for your reply, I did as suggested by you, activated the ODS and update rules again but it was not able to activate the data again I ran the RSRV as suggested by you i got an list of errors
    Test for Activation Program
    Active generated load program not available
    Activation Program is not Current
    Lines in temporary program: l_s_chgdata TYPE /BIC/B0000103000
    Activation program has to be generated again
    I ran the correct error but not to any avail, could you kindly guide me on this, I was previously loading data to this ODS successfully from a 300 client now I am trying to do this from an 400 client and I am facing this error.
    Thanks,
    Fayak.

  • Not able t delete ODS data

    Hi Experts,
             I am trying to delete ODS data, but it not getting deleted.
    When I scheduled for deletion (ODS manage) it is showing delete icon for   particular req, after some time automatically it is showing reporting symbol in the
    Place of delete symbol.
    Can u please explain me why ODS not allowing to delete the data.
    Regards,
    Venkat.

    Hi,
    You can't delete a request from the ODS when it is alredy updated into any datatarget or when the request lies under any new request.
    I.e if the request you want to delete is older and if a new request is loaded after the req you want to delete then you can't delete the old request.
    In such a situation delete the requests loaded after the request you want to delete and then delete your request.
    To delete a request that has been updated into any data targget you need to reset the ODS delta status for that request(3rd column under the request tab in the ODS manage screen), and also delete the request from the concerned data target.
    Hope this helps,
    regards

  • Load ODS data into multiple cubes

    I have an ODS that has global data.  I need to load the ODS data to multiple cubes based on region and year.  The delta is setup between ODS and cubes.  How do we go about doing this in 3.x and 7.0 and is there any difference in the procecure between these two versions.
    Regards,
    Ram.

    Hi Ram.
    In BI 7.0, you need to create separate Transformations from your Data Store object (DSO) to all the Multiple cubes. For each transformation you then have to create a Data transfer process (DTP). In the DTP you can select data based on the Region and Year.
    DTP data selection
    1. Open the DTP
    2. Goto the Extraction Tab
    3. There will be a "Filter" button opposite to the Extraction mode.
    4. By using this Filter button you can do data selection on different fields.
    In BW 3.x you need to create update rules instead of transformations. The following link should give you more details
    http://help.sap.com/saphelp_nw2004s/helpdata/en/3f/0e503c3c0d563de10000000a114084/frameset.htm
    Regards, Uday
    Assign points for helpful answers and get one point for yourself.

  • Last data update

    Hi,
    How I can find the last data update information(date and time) of multiprovider in BW?
    Kindly help on this.
    Regards
    Mukul Singhal

    Let me explain how the "last data update" works.
    If the query is based on one cube or DSO, it is the time of the last request upload.
    If the query is based on a multiprovider, like the example given ealier,
    assume there are three cubes in multiprovider : 
    Last update of cube1 is 11/17/2008
    Last update of cube2 is 11/19/2008
    Last udpate of cube3 is 11/20/2008.
    The "last data update" will be the earliest day of the "last data update"s of all partproviders, i.e.11/17/2008.
    Because the meaning of "last data update" is that, data (of all partproviders) has been already updated until this time.
    Now we assume there are three cubes like this in multiprovider :
    Last update of cube1 is 11/17/2008
    Last update of cube2 is 11/19/2008
    Cube3 is empty. It has never been loaded with any request.
    Then the "last data update" will be empty. Because until no time has all partproviders been updated. This is the design of the system.
    Regards,
    Patricia

  • Unable to run bapis for project status update and date update together

    Hi Experts,
    I have a requirement to update the dates and status of a project WBS at level 4. I am trying to do update the CJ02 Transaction using standard BAPI available. I need to do both Date update and status update in the same LOOP PASS   i am using the below mention bapi. when i am doing so i am getting an error Project 'A._____' has been currently processed by ID i.e. my id.
    I have tried putting  a wait for 2 seconds in the code but its still not working. please find the order below in which i am calling the bapi.
    Loop at itab.
    if  date_changed = 'X'.
          CALL FUNCTION 'BAPI_PROJECT_MAINTAIN'
          READ TABLE it_error WITH KEY message_type = c_e.
          IF sy-subrc <> 0.
    Commit
            CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
                 EXPORTING
                      wait   = c_x
                 IMPORTING
                      return = s_ret.
       endif.
    endif.
    if Status_change = 'X'.
          CALL FUNCTION 'BAPI_PS_INITIALIZATION' .
          CALL FUNCTION 'BAPI_BUS2054_SET_STATUS'
          READ TABLE t_result WITH KEY message_type = c_e.
          IF sy-subrc NE 0.
            CALL FUNCTION 'BAPI_PS_PRECOMMIT'
                 TABLES
                      et_return = t_ret.
            CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
                 EXPORTING
                      wait   = c_x
                 IMPORTING
                      return = s_ret.
         ENDIF.
    endif.
        WAIT UP TO 4 SECONDS.
    endloop.

    Try to use
    SET UPDATE TASK LOCAL.
    before each BAPI call.
    Did you try to debug through your code, leaving sufficient time between BAPI calls? If it does work like that, then the above statement might help.

  • Error during activation of ODS data

    Hi all,
    I am getting error during activation of ODS data.
    Error: Error occur during activation.
    How to check , where that error exactly occurs.
    Appreciating any response.

    Hi Santosh,
    SM37 is mainly for monitoring the back ground jobs...... both in R/3 side and BW side this is same.. just for monitoring the background jobs... fisrt by using SM36 basis people will schedule in background.. and we just identify.. which are completed and which are not completed... in SM37.
    there are various status they are
    PLANNED
    RELEASED
    CANCELLED
    ACTIVE
    FINISHED
    READY
    Check this link
    http://help.sap.com/saphelp_nw04/helpdata/en/c4/3a8016505211d189550000e829fbbd/frameset.htm
    In Sm37 u can see the different options for background jobs, like Scheduled, released, ready,active, finished, canceled.. If u want to know the Status of the current running job, U just type the job name, user name then click execute(F8).
    hope this helps
    regards
    Karthik
    Assign points if helpful

  • Error in deletion of ODS data

    Hello Gurus,
    We have three ODS's in our project to which we will do daily loads.
    Before full upload we will delete all the present from the ODS's. The deletion process we will do automatically using process chains.
    It was working fine. but from the past week we are getting an error while deleting ODS data. ITAB_DUPLICATE_KEY - Error, Please explain me why we are getting such error and how to rectify it.
    We tried to delete the requests manually one by one from ODS.
    The data is deleting from the Active table but still it is showing that request in the <i>Manage</i> screen of ODS.
    How to rectify this error. kindly give me some inputs.
    Regards,
    Ala.

    Hi,
    In the BW server you can try one of the report program to delete the entire requests in infocube or ods.
    Report program is RSDELPART1
    Just run this report program in se38.
    In the selection screen of the program,give the name of the data target from where you need to delete all the existing requests.
    This technique was once used.
    Please let me know whether it works.

  • Error Activating the ODS data

    Hi Guys,
    I am facing an error while activating the data in the ODS.
    The data is loading perfectly fine but when activating the ODS data the following error is coming
    <b>Request REQU_3ZI9CZ369HR6SM49OL9ULRVKM, data package 000031 incorrect with status 5 in rsodsacstreq
    System error occurred (RFC call)
    No confirmation for request ODSR_3ZI9DUVOMM02L1I777X5YX9QU when activating the ODS object PA_ODS1
    There is no PSA for InfoSource 8PA_OA001 and source system BWPCLNT641 ( The data laod is without PSA )</b>
    This is happening after we had a BWQ refresh .
    I thought this has something to do with the BASIS guys but they say they checked everything.
    Need Help

    Hi Sidhu,
    There were red requests in the ODS but I deleted them and tried activating the green requests , even when there are only 4 records it is not activating the data.
    I checked the RESREQDONE table but I dont see these requests in there.
    I checked the SM58 there I saw a lot of errors
    <u><b>ALEREMOTE    RSAR_TRFC_DATA_RECEIVED       BWQCLNT641    10/17/2005 18:50:48 ERROR REQU_3ZHNIS265F9F6HJQ8PY838046 PG# 21 In BW</b></u>  
    one line in that is this . can u throw some thought on this. when I try to execute this LUW it says that function module RSAR_TRFC_DATA_RECEIVED doesnot exist or exception raised message. I got these yesterday but today I got only one and when I executed that LUW it gave me the same message but that error message is not showing now
    Regards
    Majeed

Maybe you are looking for