Data uploading and Activation of Request - 0FIGL_O02

HI experts
Got struck while uploading the data in ODS "0FIGL_O02" .
I  have  uploaded the data till date by using "INIT" and "FULL"infopackages. Now we want to start "Delta" .
We try it by uplaoding the Init request (Without Data) and then scheduled the Delta. This way we get the request in the " ODS" but the  Activation of  these request failed with the Message " Full update already available in ODS catnnot update INIT/DELTA . We have try it by ticking the Repair Full request also , but activation failed again with the same message.
Pl. let me know where I went wrong . Did I miss any step...
Thanks in advance
Dinesh Sharma

Hi Dinesh.
You need to delete the full request and try the init again.
Also Please check if there is any previous init request. if so delete  that request and try the load again.
Regards,
Gaurav
Edited by: Gaurav Kothari on Jul 17, 2009 1:06 PM

Similar Messages

  • Diff between init with data transfer and repair full request

    hi,
    i have observed that even in the new flow we are doing init without data transfer and then repair full request
    if i do init with data transfer also i can achieve the same?
    i want to know why we need to do this ,do we have any advantage of doing init without transfer and repair full request?
    please suggest me

    Hi Venkat,
    A repair full request is loaded in cases where you get erroneous records or where there are missing records which you want to load. In such cases, a repair full request for the selective records can be loaded and is the most efficient way to correct the data, since you won't be required to load the entire data once again. Also you acheive the desired result without disturbing the delta. (You are not required to do an init w/o data transfer after a repair full, people just do it a a precaution)
    However, repair full requests should only be loaded to infoproviders with update mode 'overwrite'. Otherwise, if the InfoProvider, its very probable that you might double the value of the key-figures due to rows being added twice - in case of an InfoProvider with update mode 'Additive'. So, if your InfoProvider is additive, you will need to delete the entire data and do an 'init with data transfer' to avoid corrupting the data. (Note: you can do a repair full request for an additive infoprovider in case of lost records or if you can delete erroneous records with selective deletion.But you have to be careful with the selections lest you inadvertently load other records than required and corrupt the data)

  • Data Plans and Activation

    I know that there is absolutely no way around this; I am merely using a forum run by Verizon (and supposedly read by Verizon staff) to issue a complaint where it should be made.
    About six months ago, it was time to upgrade my phone.  My sister had an enV3, which she loved (more accurately: still loves), and which fully fit the three criteria I like in a phone: it texts, it calls, and it has a reasonable resolution w/r/t taking pictures (I'm not a huge picture taker, that's why I prefer my phone to have a reasonable camera installed, although it certainly isn't necessary).  Naturally, I wanted to get an enV3, but was told that I would have to pay $10 a month for a data plan.  I do not use my phone for internet access.  I do not use my phone for applications (except for backup assistant, which hardly qualifies as an application that should be paid for).  I have no reason for a data package.  And yet, what my sister was able to get with no added package, I would have had to get the monthly package.  Upgrading to an actual phone whose data capabilities would be truly useful, such as a Droid, would require a $25 a month package. 
    So, I chose the Samsung Intensity, because, frankly... I'm a college student; the $10 a month is better spent elsewhere.  As a college student, though, accidents happen.  I will preface the fact that I abstain from partying, alcohol, and drugs, so I managed to destroy my own phone with all of my mental capacities intact, so yes, it was my own idiocy that led to the destruction of my phone.
    My family, however, has a reasonable collection of phones which we replaced with newer models as upgrades came around.  I'm currently blessed with the use of an LG that was made before 2005.  One can, hopefully, understand that I would prefer the use of a phone that accepts a Sim Card.  We had two LG phones from 2008 (sorry, I can't remember the model number at the exact moment... suffice to say that they were relatively high quality phones) which I would have gladly used, except for the fact that the particular design of the phone causes the hinge to break, and in both phones, the hinges were broken (I'm not the only one with this problem; two friends of mine who are much more careful with their phones than I had hinge problems with the same model... our two phones merely managed to break right after their warranty expired).  Actually, the manufacturing defect in the hinges was what caused me to have to upgrade phones... I would have gladly gone another two years with my original phone had Verizon decided to start manufacturing phones that don't break just because you open it on a regular basis to make calls or to text. 
    To make that long digression mean anything, our family also has an old LG Touch... a phone which Verizon quickly pulled off the shelves due to the fact that it received horrible reviews on.  I would love to activate this phone with my number, but upon attempting to do so, Verizon forces the addition of a $10 monthly data plan.  To a phone that we have had for about 2 years and which upon purchasing we were not required to have a data package for. 
    The Verizon data package plan is, I assume, a great idea... if you *want* to use it.  Forcing someone who wants a phone to pay money for features that they do not want to deal with is not ok.  Forcing someone to buy a data package when they bought the phone before data packages were required is not ok.  Come to think of it: building phones that break down a month after their warranty has expired is not indicative of a company that actually cares about its customers, either.  These data packages should remain optional.  I promise Verizon that, the moment I am independent and able to choose my own phone plan, I will immediately take my business elsewhere unless the data package requirement is rescinded.  It doesn't matter whether or not the other company requires the data package... my family has been loyal to this company for upwards of 8 years.  Any customer who has been with a company for that long deserves better than having to suddently upgrade to a phone similar in capabilities to a previous one and pay extra for a service which is not wanted.  Any person who has been with Verizon since before the data package requirement was instituted should not have to deal with this.  Realistically, any person who chooses Verizon Wireless, even after the requirement came in force, does not deserve treatment of this nature.
    On that note, anyone working towards getting around the $10 a month plan?  I'd be willing to give a donation of $10 a month the the cause.

    I completely agree!  I want a decent phone with camera and camcorder  to use for calling and texting without having to pay even the $9.99 data plan.  All of the providers want to force everyone into paying these extra fees.  It's not enough to pay for the services you use every month.  They want you to have to pay for the ones you don't as well.  I do not desire and WILL NOT pay for a data plan!

  • Alv data upload and delete in database table

    hi .
       i have done data save in date base but not update and delete..writen this code..
    form save_data.
      CALL METHOD cont_editalvgd->check_changed_data.
      IF lt_display EQ it_city.
        MESSAGE s002(00) WITH 'No data changed'.
      ELSE.
        CLEAR: gd_answer.
        CALL FUNCTION 'POPUP_TO_CONFIRM'
          EXPORTING
            text_question  = 'Save_data?'
          IMPORTING
            answer         = gd_answer
          EXCEPTIONS
            text_not_found = 1
            OTHERS         = 2.
           delete
        IF sy-subrc EQ 0.
         MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
        IF ( gd_answer = '1' ). " yes
            lt_display = it_city.
         else.
         MESSAGE s001(00) WITH 'Action cancelled by user' .
         endif.
         endif.
        DELETE ADJACENT DUPLICATES FROM it_city.
       update zmg_city1 from it_city.
        MODIFY zmg_city1 FROM TABLE it_city.
    *DELETE  zmg_city1  FROM it_city.
        clear it_city.
        COMMIT WORK.
       else.
         DELETE ADJACENT DUPLICATES FROM it_city.
      IF SY-SUBRC EQ 0.
         DELETE ADJACENT DUPLICATES FROM it_city.
         update zmg_city1 from it_city.
        COMMIT WORK.
      endif.
    *ent rows from it_city
       DELETE ADJACENT DUPLICATES FROM it_city.
       update zmg_city1 from it_city.
    endform.                    "save_data
    not working update and delete ...plz say

    hi .
       i have done data save in date base but not update and delete..writen this code..
    form save_data.
      CALL METHOD cont_editalvgd->check_changed_data.
      IF lt_display EQ it_city.
        MESSAGE s002(00) WITH 'No data changed'.
      ELSE.
        CLEAR: gd_answer.
        CALL FUNCTION 'POPUP_TO_CONFIRM'
          EXPORTING
            text_question  = 'Save_data?'
          IMPORTING
            answer         = gd_answer
          EXCEPTIONS
            text_not_found = 1
            OTHERS         = 2.
           delete
        IF sy-subrc EQ 0.
         MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
        IF ( gd_answer = '1' ). " yes
            lt_display = it_city.
         else.
         MESSAGE s001(00) WITH 'Action cancelled by user' .
         endif.
         endif.
        DELETE ADJACENT DUPLICATES FROM it_city.
       update zmg_city1 from it_city.
        MODIFY zmg_city1 FROM TABLE it_city.
    *DELETE  zmg_city1  FROM it_city.
        clear it_city.
        COMMIT WORK.
       else.
         DELETE ADJACENT DUPLICATES FROM it_city.
      IF SY-SUBRC EQ 0.
         DELETE ADJACENT DUPLICATES FROM it_city.
         update zmg_city1 from it_city.
        COMMIT WORK.
      endif.
    *ent rows from it_city
       DELETE ADJACENT DUPLICATES FROM it_city.
       update zmg_city1 from it_city.
    endform.                    "save_data
    not working update and delete ...plz say

  • Data upload and download

    Hi,
    I have a query in using open dataset command.
    let us consider this scenario as an example.
    I need to select 5 fields from mara table and I want to display the output in a flat file.Later, I have to read the data from the flat file and to display the output in sap screen.
    Can someone help me on doing this and also if you send me the code , it will be useful for me to understand.
    Thanks,
    Stal.

    DATA: BEGIN OF T_MARA OCCURS 0,
              MATNR TYPE MARA-MATNR,
    END OF ITAB.
    DATA : BEGIN OF T_MARA OCCURS 0,
              LINE(75)TYPE C,
    END OF ITAB.
    SELECT  MATNR  FROM  MARA  INTO TABLE T_MARA .
    OPEN DATA SET  W_FILE_NAME FOR  OUT PUT  IN TEXT MODE  ENCODING  DEFAULT.
    LOOP AT T_MARA.
    TRANSFER T_MARA.
    ENDLOOP.
    CLOSE DATA SET.
    NOW  ALL  THE  DATA IS  TRANSFERD TO  APPP  SERVER.
    NOW  IF  U  WANT TO  READ....
    OPEN  DATASET  W_FILENAME FOR INPUT IN TEXT MODE  ENCODING  DEFAULT.
    IF SY-SUBRC  NE 0.
    MESSAGE E000  WITH 'FILE  NOT  FOUND'.
    ELSE.
    DO  .
    READ DATA SET W_FILE NAME INTO T_ITAB2.
    IF SY-SUBRC NE 0.
    EXIT .
    ENDIF.
    END DO.
    CLOSE DATA SET.
    *********NOW  ALL  THE  DATA IS PRESENT IN T_ITAB2.
    LOOP AT  T_ITAB2.
    *******SUPOOSE  IF  U  R  HAVING MORE  FIELDS  MEANS ***USE SPLIT.
    SPLIT  AT ',' T_ITAB2 INTO T_MARA-MATNR.
    APPEND  T_MARA.
    ENDLOOP.

  • Data Upload and method

    Hi,
    -What are transaction other than LSMW to upload the data(other than BDC)?
    -How would you add new field in vendormaster ?
    -Since the data is already present in the system, what will happen when you upload the same data?
    -If the data is added to existing data what are the transactions to delete the old data?
    Thanx.

    if you are concerened about all those issues you can better program an import with a BAPI designed for maintaining vendors I gues something like BAPI_VENDOR* will give you something in SE37
    the advantage of using BAPIS is that the bapis normally have checks build in which you ask in you're guestions . further nice thing is that LSW's can become obsolete if screennumbers are changed in the meantime (which happend at our system with the materialscreen mm02)
    (hmmm when I look at BAPI_VENDOR_CREATE I don't see many fieldvalues you can import , perhaps someone else knows a better one?)

  • Difference between data guard and active data guard

    As in subject. Can we paid for both products?

    >
    Is this only one difference between this Data Guards?
    >
    The one (active DG) is an additional feature of the other (DG)
    >
    BTW, is that mean that Data Guard in each version (9-11) is free on EE?
    >
    Yes - but you need to license the Standby Database. So it is not really "free" - but you better ask that our sales people :-)
    Kind regards
    Uwe Hesse
    http://uhesse.wordpress.com

  • Activation of batch management -Uploading and creation of new materialBATCH

    Dear All,
    Good day !!!
    We have activated Batch management in our business, whcih was running without BATCH management Active before.Now we have activated the batch management ,Automatic in case of GR creation and by FIFO basis in case of goods movement and SD and PP modules also.
    Now every transactions and data are working properly. But we need clarity on the master data upload and inventory upload.
    Suppose if we need to carry out the for the same material Batch to be activated or whether we need to go for new material and batch management active , Pleaes clarify on the process and also how we could upload the existing inventory from the existing NON Batch material into BATCH material (Which is created wholly as a new materail with batch)
    KIndly provide on the above 2 points which would be helpful for our business.
    Thanks and Regards,
    Amol.

    Hi
    I think with the help of  FI create a dummy cost centre and issue the material to the cost centre ,
    Look no Purchase requisitions or purchase orders are open on the material
    activate batch management to material and using 202 movement get back the material .
    as the process is very tedious use the help of badis for updating and cancellation if required
    this may be only process for activating new batches for material

  • Data upload problem

    Hi,all:
       Now I face the problem as follow:
       1.The delta upload can not run automatic finished.I can find some course in <b>SM58</b>,How to solve this problem? Can you give me some helps?
       2.When I delta upload,system message like this:
    <i>Processing in Warehouse timed out; processing steps mising
    Diagnosis
    Processing the request in the BW system is taking a long time and the processing step Second step in the update has still not been executed.
    System response
    <DS:DE.RSCALLER>Caller  is still missing.
    Procedure
    Check in the process overview in the BW system whether processes are running in the BW system under the background user.
    If this is not the case, check the short dump overview in the BW system.</i>
        What is wrong with the data upload and how to solve it? Can you give me some advice?
    Regards&Thanks!
    zagory

    Hi Zagory,
    I think at the time of this particular job starting there are other jobs running with Background User Owner or there might be other background jobs running with Priority  A . SO  try to reschedule the JOb at some later point in time where system is less busy ......or one more option is to try to increase the System Dialog run Time in RZ10 transaction ...Ask ur basis team they will do for you ...
    But try first option first......
    Assign points if it helps.....
    Regards,
    Vijay.

  • PC to phone data Sync and FF history questions

    Hi there,
    I’m a old firefox user and have been using FF on my PC since long, but recently I’ve started using it in my Android (Note 3) I have few question regarding this:
    1) The reason I’m using FF in my Note 3, I’ve lots of bookmark in my PC I want them all in my phone as well. So I use basic sync feature to get them all. I’ve also few saved password which I want in my phone also. But I see FF stores all sync data in there server and I can clear them too after login. But I question is this safe to store data in FF server? Does it provides a secure encrypted method?
    2) When sync my PC FF data I sync history too, and I’ve long history in my PC, but when it sync to phone, the phone only shows very small history. Only upto last week, is that the Android FF version feature that it will show history for a week only? Or anything else?

    Hi guigs2,
    Thanks a lot for your feedback, yes I’ve many questions.
    1# “If you swipe down from the top of the navigation and tap on the sync icon you will see all the tabs and synced list.” Do you mean under setting? Under setting I see there have sync option to choose like bookmark, tabs, pass etc.
    1# I was using FF28 on my PC and its old sync feature and it was working flawlessly and properly sync all. But after the 29update I found FF released a new sync method and I moved to that. But what I found it really not sync properly. I’ve over 5k bookmark in my PC and when sync with my phone (Note3) it didn’t sync all. I ran the sync multiple time and leave it long to do its purpose but it didn’t. I also tried adding, deleting some from my PC and then sync again, but nothing helps. Also 29 Sync doesn’t sync passwords with master password. Then for all (except Note 3) I went back to FF 28 and started using old sync method. Also the old sync account shows how many data uploaded and a option for user to clear them, which I use frequently for safety purpose but that’s missing in the new sync. Also the
    2# is there any way to import bookmark manually on android? Because when I do sync all desktop bookmarks shows under ‘desktop’ directory. But it would be helpful if all are stored in root bookmark place.
    3# another PC FF related question is: is there any way for the bookmark sidebar shortcut icon in FF 29. I see its missing in 29 and the new icon only shows a dropdown menu. But as I’ve long list of bookmarks, so sidebar is best for me. I know the keyboard shortcut (ctrl+B) but I’m habituated with the icon.
    Thanks in advance!

  • How to do Delta upload and consolidate in SSM, how to use transformer.ini

    Hi,
    Can anybody explain me how to do Delta data upload and also how to do delta data consolidation in SAP SSM.
    Also how can i create and use transformer.ini file.
    Thanks and reagrds
    Edited by: Himanshu Bisla on Mar 25, 2009 2:09 PM

    Hi,
    Where from are you planning to upload data?
    When you mention a delta upload, does it mean loading new data for a new PERIOD, where no data yet existed, or loading values to measures for periods where data already exists, doing a SUM?
    When loading from an external source, you use a READ command, which by default replaces existing values with those that are being loaded. If you add the parameter ADD or SUBTRACT to that IDQL command you are able to change this default behaviour to enable delta loads (with SUM or SUBTRACTION operations).
    As for the CONSOLIDATIONS, you can define a date range for the consolidation, or run it for a single period (month, quarter) if needed, or restrict the number of measures you want to consolidate. There is no way to automatically define that only the measures and periods that have new data will be consolidated. This has to be made explicit in the CONSOLIDATE instruction.
    Regarding the Transformer.ini, are you planning to use PAS as an ETL tool? Unfortunately, I can only point you to the information that is available on the PAS Help, but that's probably where you found the reference to this function in the first place...
    Hope this helps!
    Best regards,
    Ricardo

  • Regarding PA data upload

    Hi Experts,
    I just wanted to have a discussion regarding PA data upload.
    What we feel is that, it should be ok if we go with BDC for each of the infotrype.
    hr_infotype_operation can be used but  again it  also use bdcdata only so it should not  be a big performmance issue.
    Both approach can be used as per the data upload and its' going to be one time only.
    Can anyone of you suggest something regarding the same.
    I have searched the forum and i got responses like bdc can be used ( some might sue FM also).
    Can i have some comments from you guys regardimng the same ?

    Hi Rinki;
    Try LSMW recording method for data upload in PA Infotype.
    Regards

  • Error while activating the request of DSO upload

    Hi all,
    While activating the request generated during upload to Datastore object,it ends in an erroneous activation giving the following error.
    'No SID found for value 'BBL' of characteristic 0BASE_UOM'.
    Is it because no translation exists,if so what should be done for the same.
    Thanks in advance,
    Chintu.

    hi Chintu,
    it seems unit BBL not exist in your bw system,
    you can update the unit master from r/3,
    have you performed 'transfer global setting' ?
    check in r/3 table t006a (t006*), if exist you can
    rsa1->source system->right click r/3 source system
    'transfer global setting', in next screen mark 'unit of measurement' (also currency etc) and option 'update table'.
    this update should be scheduled periodic, menu program->run in background and schedule periodic job.
    if BBL not exist in r/3, you can manualy maintain,
    transaction CUNI.
    hope this helps.

  • Data source was activated and replicated but not showing up in RSA7.

    Hello,
    Data source was activated and replicated but not showing up in RSA7.  At what point does the data source appear in the Delta Queue?
    Thanks

    Hi,
    for LO,LIS,generic,FI data sources, delta records come from delta queue.
    if u run the INIT in BW whether it may be success or not delta queue will be maintained in RSA7. and u can check the records in RSA7 or smq2.
    when the init request goes to R/3 then it will maintains delta queue in RSA7.
    assign points if it helps,
    thanks,
    pavan.

  • Select and update leave request data - oracle !!

    Dears,
    We have a very important presentation here to one of our stakeholders and he is interested to see how to submit and update leave requests using Adobe LiveCycle Workspace.
    I have a simple PDF form where the user can choose to submit new leave or update an existing one, if the user choses to update an existing leave he will enter the leave start date and press on a button to retrieve this leave information form the database ( select * from leaves where leave_date=’the entered date’ and requestor=’requestor name’) as requestor name and entered date are variables in the PDF, And then he can update the start date or leave duration and submit his request after updating this record in the database.
    Will you please help me how to do that knowing my PDF contains a digital signature and the data saved in a document variable?
    The connection with oracle created by updating the adobe-ds.xml file in “C:\Adobe\Adobe LiveCycle ES2\jboss\server\lc_turnkey\deploy” and deploying the ojdbc14.jar in “C:\Adobe\Adobe LiveCycle ES2\jboss\server\lc_turnkey\lib”.
    Database is oracle10.2.0.1.0
    Adobe LiveCycle Workbench ES2
    Version: 9.5.0.0.20100908.1.247189
    Many thanks in advanced,
    Mohammed Al-Mosleh

    I solved updating single row issue and retrieving single row from data base issue too ...
    I need an example, that shows us how to retrieve multiple records from a database, we did this, and DISPLAY, we couldn't, the results in a table within a pdf.
    the data stored in XML after using Query Multi Rows in XML Activity in Workbench...
    Can any one Help me how to Disply this XML in a table ??

Maybe you are looking for

  • Windows 7 x64 ***** on a macbook

    PLEASE HELP.... i'm in south america and a friend of mine bought a macbook (she actually returned one for a pc, then exchanged it back for a macbook again). this is a late 2009 white macbook (6.1) she's an architect and needs autocad, which is pc onl

  • Unable to Print in Color

    After years of great service, my workhorse HP Color LaserJet 3800dn has decided not to print in color any longer. Some have suggested deleting it, then re-installing, which I have yet to do. I've run the 'update' feature in the Device Settings/Automa

  • Insert links in jeditorpane

    Hi, I am working on an applet that allow a user to edit simple HTML. The user can basicly enter plain text, and there are buttons that bold and add links. I have also made Enter insert a break tag. The code works fine EXCEPT in one case. If a user pa

  • Any idea what could have happened to profiles that seem to have disappeared from profile folder?

    I wanted to experiment with profiles so I created a new profile called "temp". This seemed to work but when I tried to go back and reselect any of the older profiles I received an error message saying that this couldn't be done while any instance of

  • Developer 6i upgrade patch 19 JRE doubt

    As part of the Developer 6i patch 19 You have to follow the Doc 290807.1 to upgrade Sun JRE I was reading the following section Step 2. Rename the JRE Plug-in and Place it on Webserver Rename the downloaded JRE Native plug-in file from jre-6_uX-windo