Updating multiple PSA requests one at a time

In a PSA we have multiple requests that aren't updated into data targets. If I update to a infocube, I think all these requests will be updated together under a single DTP request. Is there a way to update the requests in PSA one at a time?
Thanks.

Yes you can update request by request.
Delta DTP - " Get Data by Request " - Set this feature and run the Delta DTP.
This will extract request by request - First in First out basis  ( in PSA  )
I beleive this will not fetch the loaded request, if at all it does run a Pseudo/Fake DTP with filter set such that it will not extract any records from that request.

Similar Messages

  • I've purchased cartoon tv shows for my iPad. Prior to the new updates, I could play one at a time or continous. Now I can only play one at a time. It's annoying to keep changing it every five or six minutes. Is there a fix to get it back playing continous

    I've purchased cartoon tv shows for my iPad. Prior to the new updates, I could play one at a time or continous. Now I can only play one at a time. It's annoying to keep changing it every five or six minutes. Is there a fix to get it back playing continous

    Use this feedback form and tell apple. http://www.apple.com/feedback/ipad.html

  • Update multiple records on one page php/mysql

    Hi folks,
    I am trying to adapt a page to offer the option to update multiple records on one page.
    The intention is to edit FAQ categories which are contained in a table with just two fields - the category and an id.
    The page lists each categories in a form with a submit button which is then repeated for each record in the recordset.
    Unfortunately my plan didn't work and only the first record updates as intended.
    Can anyone suggest how I can make it work?
    Here's the code I have so far.
    ************** The Update Code *****************
    $editFormAction = $_SERVER['PHP_SELF'];
    if (isset($_SERVER['QUERY_STRING'])) {
      $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
    if (!isset($mm_abort_edit) || !$mm_abort_edit) {
    if ((isset($_POST["MM_update"])) && ($_POST["MM_update"] == "form1")) {
      $updateSQL = sprintf("UPDATE faq_categories SET category=%s WHERE id=%s",
                           GetSQLValueString($_POST['category'], "text"),
                           GetSQLValueString($_POST['id'], "int"));
      mysql_select_db($database_con_mysite, $con_mysite);
      $Result1 = mysql_query($updateSQL, $con_mysite) or die(mysql_error());
      $updateGoTo = "faq-category-edit.php
      if (isset($_SERVER['QUERY_STRING'])) {
        $updateGoTo .= (strpos($updateGoTo, '?')) ? "&" : "?";
        $updateGoTo .= $_SERVER['QUERY_STRING'];
      header(sprintf("Location: %s", $updateGoTo));
    ************** Update Code Ends *****************
    ************** The Form *****************
    <form name="frm_editcategory" id="frm_editcategory" method="POST" action="<?php echo $editFormAction; ?>">
      <?php do { ?>
    <fieldset>
              <input name="id" type="hidden" value="<?php echo $row_rs_faqcategory['id']; ?>" />
              <input name="category" type="text" class="formrightcolumn"  value="<?php echo $row_rs_faqcategory['category']; ?>" />
              <input name="save" type="submit" class="submitbutton" id="save" value="save" />
    </fieldset>
              <input type="hidden" name="MM_update" value="form1" />
       <?php } while ($row_rs_faqcategory = mysql_fetch_assoc($rs_faqcategory)); ?>
    </form>
    ************** The Form Ends *****************
    Cheers
    Dave

    What does debugging tell you? What's the value of each of the variables? Did you try using regular echo statements to monitor what's going on? That's what I always do whenever I am stuck in my PHP coding.

  • One PSA request is loaded many time into master data object

    Hi All,
    We are loading attribute master data into an infoobject. There is one PSA request. But the DTP is loading multiple data requests for each data packet. Usually all data packets loads in a single request but today it created each data packet into a request and created almost 72 requests. Usually we have 2 datapackets in one request.Can any body help me with the reason?
    Thanks for your response.
    Regards,
    Baladitya

    Hi,
    It sounds like the DTP settings for your master data loading has changed. Please check if in the DTP settings the "Get All New Data Request by Request" indicator has been set along with the "Retrieve Until No More New Data" indicator. If so, it explains the behaviour that you are reporting.
    Hope this helps.

  • How to update multiple rows in one query using php

    i am new to this can any one help me how to update multiple rows at a time i am doing an school attendance page

    Often the situation is such that you have multiple courses across a range of dates.So students may take more than one course, and you need to track attendance for each course date. The following graphic demonstrates this:
    In such a situation, you need four database tables as follows:
    students (student_id, student_name, etc.)
    courses (course_id, course_name, etc.)
    students_courses (student_id, course_id)
    attendance (student_id, course_id, dater)
    A fifth table may also be needed to define the dates of courses, but you may also be able to build this array programmatically by using PHP's robust date functions, which can give you, for instance, all the Tuesdays and Thursdays between a start date and end date.
    The students_courses table simply keeps track of which students are taking which courses, so it has just two columns for the primary keys of both of the main tables. The attendance table is similar, but it also includes a date field. The following view of the attendance table demonstrates this:
    So if David's solution does cover your needs, consider yourself lucky, because this could quickly grow from a beginner-appropriate project to a moderately advanced one.

  • Not Able to Update the PSA Request.

    Hi All,
    I am facing one Problem I am having 10 requests in my PSA.9 requests are updated in to my Data Target but last 10th request is having some erroneous records which I didnu2019t notice that error records next day I have seen the error request in PSA then I have corrected those erroneous records. Now I am not able to update this request to my data target.
    When I went through the PSA manage tab there I have selected the erroneous request and when I press the button Update with Scheduler that is going to the Info Package Screen there I am not able to see my data target. When I start the info package its giving error (Data Target is not defined)
    My data target is contain the Aggregates is there any issue with the Aggregates.
    Any one please advise on this how to update this error request.
    Advance Thanks.

    Hi Sudheer,
    check your authorization, it seems you have only loading authorization not deleting.
    creat one more infopackge and select PSA and datatarget option try loading using this infopackage.
    Regards
    Daya Sagar

  • Multiple sites, publish one at a time?

    I have multiple sites, but when I publish them they all publish together. Can I just publish one at a time??? If not, this program is not very good..

    I just want to select one SITE and
    upload it, not have all the others upload too. Anyway
    to get aroud that?
    It should not upload a site that has no changes. But there is no way to avoid uploading changes, unless you want to start using separate Users/username/Library/Application Support/iWeb/Domain files for each site.

  • Concurrent request -one at a time

    I am going to run this request from PL/SQL,
    this is going to be called more than 1 time simultaniously, if more than 1 user runs the report at a time.
    I want to make it run one at a time, instead of running 2 different calls at same time.
    like i want to make the first request get completed and then run the next.
    How do i do it?
    FND_REQUEST.SUBMIT_REQUEST('BOM','BMCOIN','Import Bills and Routings',
                                                   NULL,FALSE,
                                              org_id,'1','1','1','1');

    Hi,
    Please see these threads.
    running cuncurrent request
    Re: running cuncurrent request
    Concurrent request compatibility Issue
    Concurrent request compatibility Issue
    Thanks,
    Hussein

  • Update multiple records on one page

    I have a page that displays records based on a varible that
    is selected on
    the previous page.
    So on this page i have displaying 3 columns
    Store # Allowance Total
    They have asked now instead of clicking on each indivual
    record to mark it
    as completed, they would like to just place a check next to
    each one and let
    it update those records for that store....
    Ex.
    Store 20 has a total of 7 records and has an allowance of
    $6000.00 then
    they would place 1 check mark next to that store and hit
    submit and it would
    update all 7 records with a status of completed.
    I have read thru some not all but some of the example links i
    found for
    updating multiple records. But they seem more complex than
    what im trying to
    do. Since this page is populated dynamically how can i code
    it so it
    understands when there is new stores listed and records.
    Is there any links or tutorial that anyone would recommend
    that will explain
    the process for creating this functionality?

    My bad....
    ASP and Access is what im using DWMX
    "bregent" <[email protected]> wrote in
    message
    news:ei5srh$6uv$[email protected]..
    > What scripting model are you using? You may be able to
    find a datagrid for
    > your model which will simplify this for you.

  • Update multiple records with one submit?

    I can't for the life of me figure out how to do this. I have checkboxes with primary key id's listed as the value in a repeat region. I want to perform an update on 2 columns for all id's checked.
    SUDEO CODE
    <form>
    <cfoutput query ....
    other textfields...
               <input name="checkbox" type="checkbox" id="checkbox" value="#table.id#" />
    </cfoutput>
    SUBMIT BUTTON
    </form>
    My update statement:
    UPDATE table
    SET column1 = 1, column2 ='whatever'
    WHERE id IN (<cfqueryparam cfsqltype="cf_sql_integer" value="#TRIM(FORM.checkbox)#">)
    </cfquery>
    It only updates if I check one box, does nothing when more than one is selected.
    I also tried looping over the update statement but nothing seems to work.

    You were missing the list attribute to cfqueryparam (you can also
    replace the cfif with a null attribute on the cfqueryparam but it has
    the disadvantage of sending the query to the db: null="#Not
    Len(Trim(form.checkbox))#").
    <cfif Len(Trim(form.checkbox))>
    <cfquery ...>
    UPDATE table
    SET column1 = 1, column2 = 'whatever'
    WHERE id IN (<cfqueryparam cfsqltype="cf_sql_integer"
    value="#form.checkbox#" list="true">)
    </cfquery>
    </cfif>
    Mack

  • Insert/update multiple tables from one form.

    I'm working on an app. that requires the user to fill out a form. The contents from the form is then used to either insert new records or update existing records in multiple tables. Is that possible? Can someone give a details example?

    You should create a form like you would create it having one table. Use row_id as primary key. The rest of the process are done by the triggers - those will take care of updating the right table depending which column was hit.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • Download All Free Updates requires password.  One at a time does not.

    When I use the button "Download All Free Updates" to download iPhone applications updates in iTunes on the Mac, one of two things happens:
    • The updates all download and complete after one click on the "Download …" button. No problem.
    • Clicking the "Download …" button causes an iTunes Store login window to open asking for my password. If I cancel out of this window and download each update by clicking on its download button I can do them all without a password.
    This happened today when one of the apps had an over 17 warning. But I have had it happen even when there is no age warning.
    I am logged in to iTunes when this happens and can purchase songs or apps from my Mac without a password.
    Any idea what the problem might be?

    I have the same problem. I hit the update all button and I've had to enter my password every 10 seconds for about 40 times. Apple did this to us a few updates ago too. Hopefully a fix will come soon. My only tip is to don't use iTunes to update your apps. Update from within the App Store app on your iphone or ipad and you won't have to enter your password constantly--just once!
    - Paul

  • Can multiple users use one drive for time machine

    I have an older G4 which I have put a 500mb drive into. I want to put it on the newtork and use it as a time machine. Do I need to partion the drive, such that each user has there own partition? Or just one large partition and allow users access?
    Thanks

    see if this user tip can help: http://web.me.com/pondini/Time_Machine/26.html
    JGG

  • Multiple Stored Procedures - One at a time

    Hello everyone!
    I´m going to start an interface that requires me to call multiple Stored Procedures, but they will not be called at the same time.
    The legacy system has 3 stored procedures to be called, like this:
    1 - SP number 1: it says to the legacy system that some data is going to come up and clean the previous data
    2 - SP number 2: input data into the legacy system
    3 - SP number 3: for each line above, more lines will be inserted - sort of header/line cenario
    My question is: should I be able to achieve this goal using only PI 'normal' components or will I have to use BPM?
    Thanks!
    Ricardo Sancio Lóra
    Brazil

    Hi Ricardo,
    According to my knowledge not required to use the BPM.
    In that first stored procedure you can call the another stored procedure, internally database can take the all necessary actions.
    Check this links
    http://www.sommarskog.se/share_data.html
    http://bytes.com/topic/sql-server/answers/79780-stored-procedure-calling-another-stored-procedure_
    Regards
    Ramesh

  • Update multiple UDF from one query generator

    Hi All,
    I have Form1 with multiple UDF1 which have been key in by users
    And another Form2 with multiple UDF2 which exactly same with Form1 UDF1
    Is there a way that I can copy multiple UDF at Form2UDF2 from Form1UDF1 instead of creating query for each individual UDF, where in query generator I can select more the one column but only first column will be insert to the single UDF.
    Thanks

    Hi Firos,
    I mean I have 7UDF in the Payment Form where the information to this UDF are come from 7UDF in the invoice form which already created previously so I would like to copy those UDF from invoice to UDF in payment by using single query to capture all the UDF information by doing:
    SELECT T0.[DocNum], T0.[UDF1], T0.[UDF2], T0.[UDF3], T0.[UDF4], T0.[UDF5], T0.[UDF6], T0.[UDF7]
    FROM OINV T0 WHERE T0.[CardCode] = $[ORCT.CardCode]
    From above query can I pass the result directly to UDF in Payment Form? or I need to create one query for each individual UDF.
    Thanks

Maybe you are looking for