Cube - Cube (Pull Based on Request ID)?

Hi All,
I am loading from DSO to Cube (3 times a day).
From monday to saturday, the above flow will run and on Sunday
I need to do self load (Cube to cube).
For self load, I need to consider only the last 3 request from my cube.
We dont have any date field or timestamp field in cube where I can put pseudo Delta to extract.
Is there any way that we can pull based on request ID?
Regards,
Jackie.

You can't pull data on base of Request ID.
I assume that you want load last 3 request in new Cube which might nothing but yours saturday's data load if I am not wrong.
Then just create new Cube which is same replica of original Cube on top of DSO, then on Friday when 3rd daily load get completed then run delta DTP from DSO  to New CUBE using "NO DATA TRASFER; Delta Status in Source : Fetched".
Then next saturday when your 3rd daily load get completed then run normal Delta DTP to load data in new CUBE. Better create process chain which will execute only on saturday after 3rd Daily load get completed.
Regards,
Sushant

Similar Messages

  • How to find rows in F table of a cube for a given request ID

    Can someone tell me how to find the rows in the F table of a cube for a given request id?

    Hi,
    Copy the Request ID number of that cube and go to manage of the cube and select contents tab, select Infocube content,
    select list of objects to be displayed with results and in that screen give Request ID at Request ID row and at bottom Max no. of Hits keep blank and execute at the top.
    this will display all the data rows loaded with that request. this is records from cube.
    from Fact table, go to SE11, give /BIC/FXXXX "XXXX" is cube name for custom cube.
    get the SID of that cube from the Cube contents as mentioned above, for field select for output along with Request ID select Request SID also.
    from SE11 give table /BIC/DXXXXXP "XXXX" is cube name for custom cube. P for Packet Dimension. here pass reqest SID in 'SID_0REQUID' and get value for DIMID.
    pass this DIMID into KEY_XXXXP, this give the fact table rows for that request DIM ID.
    hope this helps
    Regards
    Daya Sagar

  • Selective Deletion is possible based on request ID?

    Hello Friends,
    Our Cube is Not Compressed where Aggregate Rollup was done and Compression of Aggregate rollup are done.
    In this Case, Can i peform selective delete of data based on Request ID? If yes,
    1) Any special procedure and need to take care of any thing?
    2) Does Aggreagte rollup and its compression will adjust automatically with next run ? (or) do we need to do any thing for aggregates rollup and its compression?
    Thanks
    Tony

    Hi,
    Before you do Compression you can perform Selective Deletion for Req ID. And it automatically changes your Aggregates also.
    Ali.

  • Pull based video on demand?

    hi to all, i am developing a p2p video on demand application(pull based)..since it is pull based,how a receiver can control the streaming?.. is there any reference..
    how can i use RTSP commands from receiver?.. please answer me
    i have 2 questions
    question1:
    how to initiate video transmission from sender by a receiver(how to initiate pull based streaming)?
    question2:
    is it possible to stream video inside same system using avtransmit and avreceive ?
    i tried it by running both avtransmit and avreceive in same system.. but one of the program shows the following error..
    *Address already in use
    Mr.captoss_ please answer me...

    First off, please don't double-post the same questions on two threads.
    john1989 wrote:
    hi to all, i am developing a p2p video on demand application(pull based)..since it is pull based,how a receiver can control the streaming?.. is there any reference.. No, there is no reference. Previous discussions on how to implement it, but, no reference.
    how can i use RTSP commands from receiver?.. please answer meJMF doesn't have RTSP commands built-in, so, you'd have to code them yourself.
    question1:
    how to initiate video transmission from sender by a client?The sender would need to keep a "request" port open, listening for client requests. The client would send a request to the sender, and the sender would then kick-off the transmission in response to the request. There is actually a whole lot of handoff that needs to happen in order to get the whole thing working.
    Please read this.
    [http://forums.sun.com/thread.jspa?forumID=28&threadID=5356672]
    question2:
    is it possible to stream video inside same system using avtransmit and avreceive ?Yes.
    Please read this.
    [http://wiki.java.net/bin/view/Javapedia/JMFQuickstartGuide#Q_Why_won_t_the_AVTransmit2_exam]

  • Function Module to Delete ODS Data based on Request

    Hi All,
    Is there any specific function module to delete ODS data based on Request.
    I found the program RS_DEL_ODS_1 which is using the FM RSAR_ODS_API_DEL.
    But this FM is deleting the request at PSA level.
    Is there any alternate FM?Or is there any ABAP Program or so?

    Hi,
    Deletion of specific request is not perimitted for ODS objects. You can delete the most recent request, but if you delete any previous requests, all the requests up to that request will also be deleted.
    You can do it by write an ABAP program to identify the specific requests to be deleted for ODS.
    Regards
    CSM Reddy

  • Display ODS data based on Request

    Hi,
    I couldn’t find the option for displaying DSO data based on Request ID, could you please any one help me how to check DSO data based on Request ID.
    Thanks
    Satya

    Hi Satya,
    in the management screen of the ODS,
    Tab "Contents" use Button "Change Log"
    Success,
    Udo

  • Pull based , Push based Extraction

    Hi ,
      What is Pull based , Push based extraction ?
      Why LO is using Push based extraction , FI uses Push ?
      What we nedd 2 types Pull , Push ?
    Can anyone tell me the flow of data from R3 TO BW in Pull based , Push based.
    Best Regards

    hi,
    take a look
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/18dfe590-0201-0010-6b8b-d21dfa9929c9
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/978ff5a6-0301-0010-16b0-99d0e7bac114
    Also have a look at this thread
    Push method and Pull method of extraction
    Regards,
    R.Ravi

  • Time Based Service Request Escalation

    HI all
    we want to know, how to create time based service request escalation in Siebel CRM On Demand?
    thanks in advance

    What you can do within the application is have a report/dashboard to highlight the SRs that are over their planned SLA, but the user will have to be in the application to see it.
    If you want a time based WF, it currently is not available within R16, but you can write a relatively simple WS in combination with an integration event to solve this issue.

  • Enabling event-based HTTP request information

    Hi all,
              The BEA documentation on 'Setting up WebLogic as qan HTTP server
              prescribes in order to enable event-based HTTP request information:
              1.Set the property weblogic.httpd.enableEvents to true in the
              weblogic.properties file, as detailed in the WebLogic Administrators
              Guide document, Setting WebLogic
              properties.
              2.Start the WebLogic Server and register an interest in the event
              WEBLOGIC.LOG.HTTPD.
              I have no idea what to do in order to fulfil 2.
              Does anybody have an idea?
              Thanks, Dieter
              Email: [email protected]
              [att1.html]
              

    http://www.weblogic.com/docs51/techoverview/em.html
              http://www.weblogic.com/docs51/examples/event/index.html
              Dieter Arnold <[email protected]> wrote in message news:[email protected]..
              Hi all,
              The BEA documentation on 'Setting up WebLogic as qan HTTP server prescribes in order to enable event-based HTTP request information:
              1.Set the property weblogic.httpd.enableEvents to true in the weblogic.properties file, as detailed in the WebLogic Administrators Guide document, Setting WebLogic
              properties.
              2.Start the WebLogic Server and register an interest in the event WEBLOGIC.LOG.HTTPD.
              I have no idea what to do in order to fulfil 2.
              Does anybody have an idea?
              Thanks, Dieter
              Email: [email protected]
              [att1.html]
              

  • All records loaded to cube successfully but the request is in red status

    All the records are loaded from r3 to target, but the status of the request is still in RED, what is the reason and how to resolve it?

    Hi,
    If you find the records are loaded to cube and request is still red, Follow any one of the following options.
    1. Make the request to green manually
    2. Check the extraction monitor settings in SPRO -
    > SAP Customizing Implementation Guide  ---> Business Intelligence  --->  
        Automated Processes  -
    > Extraction Monitor Settings. Check how the settings are done if you are authorized.
    3. Go to Manage of the target ---> Environment ---> Automatic Request processing ---> Check the option Set Quality Status to OK
    Hope this helps,
    Regards,
    Rama Murthy.
    Edited by: Rama Murthy Pvss on May 11, 2010 7:39 AM

  • Cubes - COPA Based Model and Account Based Model.

    please search the forums before posting - the COPA models is well documented in help.sap.com and also in the forums
    Hi All,
    Can some one tell me the difference in Cubes based on COPA Based Model and Cubes on Account Based Model?
    thanks
    Edited by: Arun Varadarajan on Jan 28, 2009 8:11 PM

    please search the forums before posting - the COPA models is well documented in help.sap.com and also in the forums
    Hi All,
    Can some one tell me the difference in Cubes based on COPA Based Model and Cubes on Account Based Model?
    thanks
    Edited by: Arun Varadarajan on Jan 28, 2009 8:11 PM

  • Cube stuck at error request

    Hi,
          I tried to load Material Stocks/Movements delta data to my cube ZIC_C03, when I upload from PSA to the cube, an error occured, said that: 0BASE_UOM could not found of SID 112, I solved this problem by runing function module RSDG_IOBC_REORG. And when I try to coutinue with my data loading from the PSA,  the request against the cube with error status could not be deleted!
    Need help, thanks in advance and I will give points.

    Problem solved.
    in the manage screen of your cube go to the menu environment, choose complete check of request id, flag " complete availability checkof all request id in the infocube".
    Thanks.

  • Cube lock when multi-request insert at same time

    Hi, experts,
       I don't requite understand cube lock mechanism in BW.
    right now I found if I load two data source A request into one cube when data souce B request is running, the cube is lock which cause both two job is go to dead waiting.
       but I heard BW can allow two request loading to CUBE at same time, right?  and cube only will be locked when it roll up data to aggregate.
    anybody can make me more clear conception. thanks a lot

    Hi,
    See the locking logic:
    http://help.sap.com/saphelp_sem40bw/helpdata/en/bb/bdd69f856a67418962d74bfd7bd8af/frameset.htm
    Probably, reconstructing of indexes or updating statistics locks the cube.
    Also here:
    http://help.sap.com/saphelp_sem40bw/helpdata/en/91/270f38b165400fe10000009b38f8cf/frameset.htm
    they said that "During parallel loading of requests in an InfoCube, these automatic processes can lock each other out".
    Best regards,
    Eugene
    Message was edited by: Eugene Khusainov

  • SharePoint 2013 web service: Error while sending claim based authentication request (The corresponding SID in the domain is not part of the intended account type)

    We are using .asmx services for SharePoint features such as comments, and rating.
    Service
    Feature   used
    http://<<hostname>>/_vti_bin/socialdataservice.asmx
    Commenting, Rating
    http://<<hostname>>/_vti_bin/UserProfileService.asmx
    For out of box workflows
    In SharePoint 2013,
    SharePoint – 80  web application is on claims based mode and user is logging in with windows authentication. With logged-in client context used to call SharePoint's default web service, we are getting below error message from
    web service (Social data and user profile services).
    Server was unable to process request. ---> The corresponding SID in the domain is not part of the intended account type.
    When the service is accessed using console application with Visual Studio credentials (logged in user), we are able to access the service. Below is the code snippet
    using   (SocialDataService
    service = new  
    SocialDataService())
                      service.Credentials =
    CredentialCache.DefaultCredentials;
    SocialCommentDetail detail =   service.AddComment("<<url>>",
      "Test Comment",
    null,  
    null);
    Are SharePoint 2013 web services not supporting request coming with claim based authentication web application?
    Thanks, Pratik Agrawal (MAQ Software)

    While this applies to 2010, I believe the same is true with 2013:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/925e5f46-317f-46d3-bc55-c67f07eb2372/call-sharepoint-web-services-using-claimbased-authentication?forum=sharepointgeneralprevious
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • EP(Web Dynpro) Based Travel Request

    We have two statutory trip types one for International and one for Domestic. And based on the trip statutory type the GL account posting is different.
    We are implementing the EP_Web Dynpro based travel wherein we are facing an issues. In trip schema PL we have an option to default either Domestic or International and there is no option to keep it blank. so we have defaulted as International. So what is happening is when we raise a travel request from portal it is taking the default setting given here irrespective of the country of travel. When i see the trip details in the backend it is taking as international even for Domestic trips. But when we raise the same request from SAP TRIP transaction it is working fine and picking up the correct trip type and so posting is also happening correctly.
    How do we resolve the issue wherein when the details are pushed into SAP from EP the default setting should be overriden with the correct trip type based on the country of travel.
    Thanks
    Poornima

    Hi Poornima,
    As you said, the trip type cannot be kept blank while we create a request. But it is not necessary default a trip type. Instead, try creating a field called "Choose" and make that as a default value.
    Now when you go to the EP and create a request, you can choose between domestic trip or international trip.
    Hope this helps.
    Let me know if you have any further clarifications.
    Best Regards,
    Raj

Maybe you are looking for

  • Cash Journal to create or not

    What are the advantages if we go for cash journal concept.  If not what will be the disadvantages.

  • No events from CWDataSocket. Viewing from ActiveX Container Tool

    Using Labview 6.1 on Windows 2000. Exploring ways our C++ program can get and set values into a VI. Was looking at the CWDataSocket ActiveX Control in the VC++ ActiveX Test Container Tool and was trying to get it to fire events. I set both a VI contr

  • ABAP system copy on 6.40 system

    Hi, I am trying to complete a system copy using the SAP Tools for MS SQL.  I ran the install from the Master CD, restored the backup and then started the sapinst from Tools for MSSQL.  On step 5 creating the stored procedures, it dies on 143 (sap_mon

  • Education and Training Report produce a blank row

    Hi Experts, I run Education and Training Report to get a list of employees education. It shows a list of education report but there's a blank row for some employees and others are not. For employees who didn't have education data, it gives a blank ro

  • Skip an employee from being processed in the payroll

    I want to skip an employee from being processed in the payroll as the employee is given Unpaid Leave. Please can some one assist me how i can do that by using Fast Formulas ? Appreciate all your comments!