Contents in a particular request in ODS

Dear Experts,
                 I have a request in an ODS that I want to see the data in it. How can I do it? The data has been loaded from one ods to other directly without PSA in between.The request I want to look at is in the destination ODS. I can see the values in ODS contents. But how to see the contents of a particular request in an ODS?
Thank you very much.

Hi Visu,
You can go to se11 and view the active data of the ODS. The table name would be /BIC/A<tech name of the ODS>.
Alternatively goto ODS -> Manage -> Content (tab) -> Active data.
Hope this helps.
Bye
Dinesh

Similar Messages

  • Can we delete particular request from ODS

    Hi All,
    Can't we delete particular request from ODS?
    there are dozen of successful requests in ODS, when i deleted one successful request from the middle, all the subsequent requests lost the tick which indicates they are updated to cube. Is there any way that i can undo this one?
    can we do selective request(successful) deletion from ODS?
    Thanks in advance.
    Robyn.

    Hi Samara,
    what i was trying to do is re-arranging the requests according to chronological order, which are not in. imagine the scenario
    ODS requests      cube request
    5         ->             E
    4         ->             D
    2         ->             B
    3         ->             C      
    1         ->              A
    what iam trying to do is put them in sequence
    ODS request        cube request
    5                           E
    4                           D
    3                           C
    2                           B
    1                           A
    If i delete 3rd ODS request put it over 2 it won't accept as the request number is lesser than that of 2nd request.
    can we reconstruct any request from reconstruction tab or just the latest request?
    How does this effect the data which is already updated to cube from ODS?
    Regards,
    Robyn.
    Message was edited by:
            Robyn Hoggard
    Message was edited by:
            Robyn Hoggard

  • Unable to delete request from ODS - BW 3.5

    Hi experts,
    I am not able to delete request from ODS in BW 3.5, patch level 21. I put the request red, but it does not help to delete it. The request is full load and quite hudge (16GB). Deleting actually takes too long (several hours), but does not finish, so I cannot tell you any error description. It seems that this job can run forever... I was trying to activate the request before, but because of a tablespace limitations I received some short dumps. That is why I am trying to load it agin in smaller parts. It is strange thou that in Manage/requests tab the request has flag 'available for reporting' but the data cannot be viewed as active (only as new data). Any ideas, OSS notes?
    Thank you,
    Michal

    Hi,
    If you want to delete  requests manually from the ODS tables.
    1. tcode se16.
    2. delete the request in these tables : RSICCONT (delete activated requests OR
    Make the selective deletion of the contents of that request), RSMONICDP, RSODSACTREQ (give the name of the ODS and the
    request ID and delete all the entries pertaining to this selection in that table.), RSODSACTUPDTYPE.
    You can check OSS Notes 947481
    Regards.

  • Is there a way to list the contents of a particular directory?

    Hi,
    I'm creating the blue-print of a new iPad app and was wondering if there was a way to request the contents of a particular directory (eithre local to the device or a a particular directory on the web) and also get the "type" of each item.
    For example if inside a directory "Directory1" and inside that directory I have 4 files and another directory, (file1.gif, file2.txt, file3.mov, file4.mp3, Directory2)
    Is there a way to request the contents of Directory1 and the type of files they are?
    The ideal thing will be to get a recursive request and get an array of contents of all directories inside a particular directory.
    something like:
    Directory1[file1a.gif,file1b.txt,file1c.mov,file1d.mp3,[Directory2[file2b.mov,fi le2b.mp3]]]
    What I want is to create a navigation for the user based on the resultant strign.
    Am I re-inventing the wheel here?
    Any direction will be greatly appreciated. I rather adjust blue-print now based on what is possible.
    Thanks!

    We are users here. You might have better luck going to the developers forum.
    http://developer.apple.com/devforums/
    There are also links on that page that may help too.

  • Unable to delete bad request in ODS DATA TARGET

    Hi Experts,
    I have got an abend in load and need to rerun from POF manually .So i need to delete bad request in ODS .But I am unable to delete bad request in ODS.
    Please tell me how to delete request in red.

    Hi,
    Try to do the following:-
    1. Note that bad  request number
    2. Go to SE16
    3. Open table RSODSACTREQ.: Filter the contents by that request number . There will be one entry for that request . Delete that entry
    4. Open table RSICCONT. There will be one entry for that request . Delete that entry
    5. Open Table RSMONICDP. Filter the contents by that request number . There will be 3-4 entries for that request  depending on number of data packages in  that request .Delete all those entries
    Once these entries are deleted , the bad request will be automatically deleted from the ODS.
    Regards,
    Satya

  • Unable to Delete the request in ODS

    HI Friends,
          I am facing the problem with deleting request in ODS.
              I deleted the request in cube (PPV Analysis cube). But I unable to delete the request in ODS.
        it is showing the message request is already activated;no further QM action possible.
           My system is upgraded by BI 7.0 one week before only. Please give me solution .
    I am waiting for your reply.
    Thanks & Regards,
    Guna.

    Hi,
    Are there other activated requests on top of this requests?
    In that case it wont let you delete this request unless those requests are also deleted.
    Try to change the status to red and delete.
    Else try this.
    Delete requests manually from the ODS tables.
    1. tcode se16.
    2. delete the request in these tables : RSICCONT (delete activated requests OR
    Make the selective deletion of the contents of that request), RSMONICDP, RSODSACTREQ (give the name of the ODS and the
    request ID and delete all the entries pertaining to this selection in that table.), RSODSACTUPDTYPE.
    The request will be removed from your ODS.
    Note 947481 - P32:ODS: Deleting partially active non-condensed requests 
    Hope this helps.
    Thanks,
    JituK

  • Delete overlapping requests from ODS

    Hi,
    Since it iss not possible to delete overlapping requests from an ods by any automated process like in info cube.
    Can we still delete overlapping request using abap code or the only way to do it is to delete  data (selective deletion) in a start routine.
    Any tips would be helpful

    Hi ,
    Try the following logic to delete the ovelapping requests from a particular data source.
    *& Report  ZV_DELETE_REQS                                              *
    *&Description:This program is for deletion of eixsting Full requests   *
    *&            from ODS                                                                     *
    REPORT  ZV_DELETE_REQS.
    data: RSICCONT like rsiccont,
          rsseldone like rsseldone.
    data: begin of i_req occurs 0,
          rnr like RSICCONT-rnr,
          end of i_req.
    refresh i_req.
    select * from RSICCONT UP TO 2 ROWS
                      where ICUBE  = 'ZCS_D10'
                      order by TIMESTAMP descending.
      i_req-rnr = rsiccont-rnr .
      append i_req.
      clear i_req.
    endselect.
    loop at i_req.
      select single * from RSSELDONE where RNR eq i_req-rnr and
                      source in ('0CO_OM_OPA_5',
                                 '0CS_OM_OPA_1').
      if sy-subrc eq 0.
        CALL FUNCTION 'RSSM_DELETE_REQUEST'
          EXPORTING
            REQUEST                    = i_req-rnr
            INFOCUBE                   = 'ZCS_D10'
          EXCEPTIONS
            REQUEST_NOT_IN_CUBE        = 1
            INFOCUBE_NOT_FOUND         = 2
            REQUEST_ALREADY_AGGREGATED = 3
            REQUEST_ALREADY_COMDENSED  = 4
            NO_ENQUEUE_POSSIBLE        = 5
            OTHERS                     = 6.
        IF SY-SUBRC <> 0.
          MESSAGE ID sy-MSGID TYPE 'I' NUMBER sy-MSGNO
              WITH sy-MSGV1 sy-MSGV2 sy-MSGV3 sy-MSGV4.
        else.
          message i799(rsm1) with i_req-rnr 'deleted'.
        ENDIF.
        do.
          select single * from RSICCONT where ICUBE  = 'ZCS_D10'
                                          and  rnr    = i_req-rnr.
          if sy-subrc ne 0.
            exit.
          endif.
        enddo.
      endif.
    endloop.
    hope it helps....
    regards,
    raju

  • Deleting Requests from ODS

    I have a request REQU_42Y54WN5641WI37ZC04U19PS9 in ODS.
    How to delete this request? how can I find that.
    Thanks
    SP

    Hi
    Go to Adminworkbench (<b>RSA1</b>)-> <b>Infoproviders</b>-><b> Right click on your ODS</b> and click <b>Manage</b>. In the <b>requests tab</b>, you will find all the requests loaded into ODS with their request IDs. Find the request with request ID as REQU_42Y54WN5641WI37ZC04U19PS9 and delete it. <b>But note that the requests which are activated after this particular request will also be deleted.Anyway when you delete this request, you will receive a message stating that the latest requests loaded after this particular request will also be deleted.</b>
    Hope this helps...let me know
    Regards,
    R.Ravi

  • To get one particular  req in ods

    Hi Experts,
    I have got repeat delta data in ods , but it  has not got activted , when i am trying to activate it it shown me message a particular req needs to be updated , so what i did is i went to rsrq given the req and made that green as red in monitor and went back and activated ods and it worked
    my concern is that now
    i f i want that particular req in ods what can i do
    Thanks,
    devi

    Hi Nithya,
    If your data is available in PSA,then you can move the request using the Reconstruct  option from the Manage tab .But  in ODS the data is stored based on the overwrite .So you cannot simply insert the request into ODS. You need to delete all the  requests higher than that particular request  and then you need to insert all the requests in a particular order.
    But before doing this you need to make sure the data is available in PSA. If there is no data in PSA ,then this option will not work.
    Thanks.

  • How to Schedule a particular request from Datasource to Data Target

    Hi Freinds,
      I have loaded x no of requests of flat file sources to the data source(p.s.a) ,  But i am unable to load particular request no  to the data targert(incube) throgh D.T.P.
    Thanks & Regards
    P.vishwam

    Hello,
    You may try the this option.
    Right click on the datasource -> Manage. Now you can see all the PSA requests. Now, click on the traffic light button of all the requests except the request that you want to load, and set their status in to red.
    Now if you run the DTP, it will pick only the green one. After the DTP is completed, you can change back those red requests into Green status.
    Hope this helps.
    Regards,
    Bijesh

  • How to delete a specific request from ODS

    Hi all,
    We have an ODS which we're loading invoices from legacy system. In legacy system, there are two tables for invoices. First one is daily records which is archived on last day of each month. As you guess, second table is  for archive records. We need all of the records from  both tables. Because of performance issue , we don't want to load both tables everyday . So we created two transformation. Since there is no delta option, we need to delete the first table request from data targets before extraction. And delete the request from the second table only last day of month. We're created process chain. But there is no option for deleting only the request from a specific data source or transformation. Are there any solution for this?
    thanks,
    Yigit

    Hi,
    Thanks for your code. But is there any function module to delete most recent request from the ODS.
    I had 2 requirements...One in need to delete from ODS & Other one from Cube.
    FM - 'RSSM_DELETE_REQUEST' will be used to delete from Cube only.
    Can please you send FM & ABAP Code to delete request from ODS.
    Thanks in advance.
    Yigit
    Message was edited by:
            Yigit

  • Urgen t- unable to deleted a request in ODS

    Hi All,
    I am trying to delete a request in ODS but the request is appearing again.
    tried all the possible way. Can anybody help.
    Thanks in advance
    Narendra

    Hi
    If you wanted to delete the request any way, then
    Now you can try to delete the same requests from the tables RSICCONT.
    you have to modify the request no. from the table "RSMDATASTATE"(Request SID for which all requests are technically o.k.), RSBODSLOGSTATE (PSA ID )and RSODSACTREQ(Request ID and ODS activation ID).
    Thanks,
    Teja

  • Problem in deleting a request from ODS

    Hi,
    i am trying to delete a request (not activated) from ODS, when i checked in SM37 for the status of the job it shows as Cancelled, but when i see for the request in ODS, the requested is deleted, could anyone please let me know why job in SM37 is cancelling when the request is actually deleting,
    This is not the case with activated request.
    please see the worklog of the cancelled job
                                                                                    Job started                                                                        
    Step 001 started (program RSDELPART1, variant &0000000005236, user ID KUMARV1)     
    Delete running: ODS object ZCFORO01, from 512,483 to 512,483                       
    Delete is scheduled; Selection conditions were substituted                         
    Request REQU_45IYZ9A2BQFRW0IUY5EB4MZ9W successfully deleted from ODS object ZCFORO01
    ABAP/4 processor: MESSAGE_TYPE_X                                                   
    <u><b>Job cancelled </b></u>

    Hi Arun,
    Yes the system raises an exception and saying that there is an error in ABAP code, could you please let me know what is the error, i have tried this deletion with 3-4 different ODS and to different systems i.e. in Q, P system
    Abap code as specified by Exception in ST22 transaction
    The termination occurred in the ABAP program "SAPLRSSM_PROCESS" in         
    "RSSM_PROCESS_REQUDEL_ODSO".                                              
    The main program was "RSDELPART1 ".                                                                               
    The termination occurred in line 114 of the source code of the (Include)   
    program "LRSSM_PROCESSU19"                                                
    of the source code of program "LRSSM_PROCESSU19" (when calling the editor  
    1140).                                                                    
    The program "SAPLRSSM_PROCESS" was started as a background job.                                                                               
    Source code extract                                                                               
    000840       endif.                                                        
    000850       append l_s_rnr_del to l_t_rnr_del.                            
    000860     endif.                                                          
    000870     delete l_t_rnr_del where                                        
    000880            rnr = ''.                                                
    000890     loop at l_t_rnr_del into l_s_rnr_del.                           
    000900       l_idx = sy-tabix.                                             
    000910       if l_s_rnr_del-sid is initial.                                
    000920         call function 'RRSI_VAL_SID_SINGLE_CONVERT'                 
    000930           exporting                                                 
    000940             i_iobjnm = '0REQUID'                                    
    000950             i_chavl  = l_s_rnr_del-rnr                              
    000960           importing                                                 
    000970             e_sid    = l_s_rnr_del-sid.                             
    000980       endif.                                                                               
    000990       if l_s_rnr_del-odssid is initial and             
    001000          not l_s_rnr_del-odsrnr is initial.            
    001010         call function 'RRSI_VAL_SID_SINGLE_CONVERT'    
    001020           exporting                                    
    001030             i_iobjnm = '0REQUID'                       
    001040             i_chavl  = l_s_rnr_del-odsrnr              
    001050           importing                                    
    001060             e_sid    = l_s_rnr_del-odssid.             
    001070       endif.                                           
    001080       modify l_t_rnr_del from l_s_rnr_del index l_idx. 
    001090       if l_min_sid > l_s_rnr_del-odssid.               
    001100         l_min_sid = l_s_rnr_del-odssid.                
    001110       endif.                                           
    001120     endloop.                                           
    001130     if sy-subrc <> 0.                                  
         >       message x000.                                    
    001150     endif.

  • Particular Request taking more time to complete

    Dear All,
    We work on 12.0.6 and Sun Solaris 64-bit is the OS. A particular request regularly submitted by a user used to take not more than 30 mins to finish. However for the past 3-4 days this request is running for more than 4-5 hours. I checked if the sid for the request id was being blocked,but nothing of that sort. Also when an advisory was run,it said to gather statistics for certain indexes and tables. Even after doing the same,the request continued for running longer than usual. Please advise me what else shall I look out for,meaning any particular things that I need to watch out for? The user wants the request to finish early but despite all our efforts,we are not able to get a positive workaround.Please advise.

    Do you have the statistics collected up to date? Do you run Gather Schema Statistics concurrent program on regular basis?
    The request is named "Actual Cost Worker" .Please see these docs.
    Poor Performance - Cmcacw - Full Table Scan - Mtl_material_transactions [ID 1121023.1]
    ACTUAL COST WORKER PERFORMANCE ISSUE [ID 1068311.1]
    Actual Cost Worker Progam Performance Issue [ID 955924.1]
    CMCLCW - Layer Cost Worker Performance Drop Significant After Patch 8442125 was Applied [ID 961214.1]
    Performance Issue For Periodic Actual Cost Processor [ID 734075.1]
    Wil enabling trace have any impact on the system performance as we already face a lot of issues related to performance.No.
    Thanks,
    Hussein

  • To delete a request from ODS

    Hello all,
    I am not able to delete the request from ODS .
    It gives the error message :no request found in the change log.
    how shlould i delete the request??
    thnx in advance.
    Regards,
    Dhanya.

    Hello,
    thnx sriram n balaji!
    i checked my infosource through the prgm:RSAR_PSA_CLEANUP_DIRECTORY
    the following message appears in the display log:
    PSA: 8ZFIADS11_CA
    Version 000 technical name /BIC/B0000043000
    Partition 0003
    Request Ratio:[Deleted:Total]->1 :2
    Records Ratio:[Deleted:Total]->753943 :1507886 ,50 % logically deleted
    Partition 0004
    Request Ratio:[Deleted:Total]->0 :1
    Records Ratio:[Deleted:Total]->0 :753943 ,0 % logically deleted
    what should i infer from this ?
    can anyone please tell me the step by step procedure to delete the request.
    Regards,
    Dhanya.

Maybe you are looking for

  • My Satellite M45-S169 Keeps restarting

    I just got my computer [Satellite M45-S169] back from a friend who had it for 2 weeks and when i turn my computer on and it starts to load but then gos to the "we apologize for the incovenience, but Windows did not start properly" page.  So i hit F8

  • Hang in the procedure of

    Windows XP 2000 1G RAM 20G Hardisk AMD processor when installing creator 2, it's hung when deploying web service; meanwhile, another dos console with title "Pointbase" is being opened. Anyone can help? thanks!

  • "ora-01031 insufficient privilege" error

    We are getting "ora-01031 insufficient privilege" error while registering Apps as target user in production environment. We tried to add the user using below method · Design Center / Global Explorer / Security / Users -> Right click -> New user · Rep

  • ITunes not recognizing that my account is set up with Family Sharing

    My Apple ID is clearly set up under Family Sharing in the iCloud settings on my Mac. On other iOS 8 devices it shows up under iCloud setting too, but when I open iTunes on the Mac and go to the Purchased content, it gives me a message that says "This

  • BOLD style font sudden appearance in Gmail headings

    Headings in certain sites including Gmail suddenly started appearing in BOLD style. I have reinstalled all fonts in the library and system using Pacifist and reinstalled Safari to no avail. Changing fonts in preferences for Gmail has made no differen