How to update one field in to ods ,data is available in psa for that field

Dear All,
The field is already has data in psa but now i want to load it into ods just assinging update rules.
i was assigned at update rules and activated update rules. then what i have to do .
to get the data in to ods from psa.
its very urgent please.
Thanks and Regards,
satya

Hi,
1 goto RSA15
2 find your infosource
3 select your request
4 right click on request and select "Update Data Immediately"
Hope this helps.
Regards,
Purvang

Similar Messages

  • How to update one row in AdvancedDataGrid

    My App have a AdvancedDataGrid and it has so much rows. Some
    data rows for AdvancedDataGrid has changed and i don't want to
    update all rows ... But i don't know how to update one row for my
    AdvancedDataGrid
    Some body help me ...
    Thanks so muchs !

    thanks ntsii.
    my problem is:
    [Bindable]
    var dp:ArrayColection = new ArrayColection({...});
    <mx:AdvancedDataGrid dataProvider="{dp}">
    <mx:groupedColumns>
    </mx:groupedColumns>
    </mx:AdvancedDataGrid>
    //==================================
    in my dp have more rows and some time one of them is changed
    then i guess the AdvancedDataGrid must build all rows when
    it's dataProvider (dp) have changed.
    And i don't want to that...
    But i am not sure the AdvancedDataGrid buld all rows from
    begin to end ... i don't know.. !

  • I don't know of there is anyone than can fix this age old Apple problem.   Does anyone know how to retrieve things under an old Apple ID when the email used for that account no longer exists? I am trying to update a number of apps that was bought under an

    I don't know of there is anyone than can fix this age old Apple problem.   Does anyone know how to retrieve apps under an old Apple ID when the email used for that account no longer exists &amp; I can't remember the password? After speaking with Apple Acct. Security, I got the security Q right but my birthday was wrong! They wanted the serial number from my phone that was 3 iPhones ago! Seriously??!!
    Any updated way to work around this? No Apple people can correct it.
    Thanks,
    Joe

    You need to ask Apple to reset your security questions. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to call, fill out and submit this form.
    (122986)

  • How can i find the tablename for that  field and suggest the report logic

    Hi experts
    The concept of BOM for finished components are defined in terms of semi finished goods. Hence, routing of a component from raw materials can not be seen directly in system through standard report.
    But users need to have the details of a routing of a component from raw material in one report. To provide the details in single report, development is required.
    With this report users can see the routing from raw material till component in one single report.
    Assumption
    BOM is maintained for a component with all related semi finished components till raw material properly.
    Material Number:  MARA – MATNR   - Multiple selection option should be there (Mandatory)
    Plant: AFRU – WERKS      - Single selection parameter (Mandatory)
    If procurement type is E or X, system has to check the routing through CA03.
    If procurement type if F, leave this field as blank
    1.operator
    2.material
    3.material description
    4.workcenter
    5.vendor
    6.operation description
    7.uom
    8.qty
    9.uom
    10.setuptime
    11.processingtime
    12.deliverytime
    using cs12,cs13
      here i have seen the details of finished goods components like semifinished goods,rawmaterils,i tried se11 to find the the table for relevent field,
    i cant get, if possible to suggest me the logic and how to find the relevent table for
    that field
    Regards
    ds

    for exploding the bom if you know header material use
      CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'
        EXPORTING
          CAPID                 = 'PP01'
          DATUV                 = SY-DATUM
          MEHRS                 = 'X'
          MTNRV                 = P_MATNR
          WERKS                 = P_WERKS
        TABLES
          STB                   = I_BOM
        EXCEPTIONS
          ALT_NOT_FOUND         = 1
          CALL_INVALID          = 2
          MATERIAL_NOT_FOUND    = 3
          MISSING_AUTHORIZATION = 4
          NO_BOM_FOUND          = 5
          NO_PLANT_DATA         = 6
          NO_SUITABLE_BOM_FOUND = 7
          CONVERSION_ERROR      = 8
          OTHERS                = 9.
    now check PLPO & PLKO table for routing or AFVC and AFVV for routing.
    if production order created you have to check in afvc and afvv else check in plpo and plko.
    for checking with plpo and plko you have to check MAPL table.
    for bom and material link
    MAST,STPO,STKO.
    stlnr is the common field
    regards
    shiba dutta

  • HT4972 How to update I phone 4( iOS 4) to the latest version .not only that but updating my old software to a new in a iPhone 4 will it make any problem to the device or loose it's data completely .

    How to update I phone 4( iOS 4) to the latest version .not only that but updating my old software to a new in a iPhone 4 will it make any problem to the device or loose it's data completely .

    chrissaji1998 wrote:
    How to update I phone 4( iOS 4) to the latest version ...
    All the Information you need is in the Support Article you posted from.
    iOS 4: Updating your device to iOS 5 or later

  • Issue to make mandatory field(SELD/BBD and Date of manufactor)in migo for particular Material type and material Number starting with'1' series.

    Hi friend,
    i have issue regarding mandatory  self life field (SELD/BBD and Date of manufactor)in migo for Batch Tab for particular Material start with '1' Series and material type.
    i want to make mandatory above field during GR from migo..any one let me know exit or badi for that to full fill this goal..
    Regard's,
    shaikh Khalid.

    Hi Shaikh
    First of all Thread is not closed seconldy as a good practice if you have resolved your issue kindly document it here so that it may help someone in future
    Nabheet

  • Addition of a Field in EKKO/Data not getting populated for that field

    Hi All,
    I have added a Z Field in EKKO Table through the Append Structure "CI_EKPODB".
    There are around 2000 records in EKKO and for all the records that Z field is Blank.
    But, when I write a Select Query in Program to Fetch the Records where that Z Field is BLANK, I get only 50 Records.
    The same happens when I Execute SE16 for EKKO by giving condition Z Field = INITIAL. I get only 50 records in the output.
    Please help me understand why I dont get all the Records where that Z Field is INITIAL?
    Is any customization required or is this a Technical Issue?
    Please help.
    Thanks in Advance.

    hi rohan,
    if you are adding a field in a table  by append structure then make that field as ZZ instead of Z to differentiate it from normal fields.
    now when you have created the field in a append structure then if have not checked the initial flag.thats why u are getting this data inconsistency.
    this is because earlier 2000 entries are prestent in the table , now when you add another field in the table then that field will not have value for those 2000 records.
    now when you create the fiels select the init flag field,if you select this then new flag field will  NOT NULL,so initial values will be filled for that field for existing 2000 records.
    Note : NULL and INITIAL are different things, NULL means not defined and initial means which is having its initial value.
    check that init flag and u will get those 2000 records, you are getting inconsistent data now becuse value for that field is null ie not defined.
    hopr this will solve ur post and u wil get the concept of append structure.
    Thanks and regards,
    Tanmaya

  • How to update one song only?

    i have about 140 songs in my ipod shuffle, and i usually have new song to add. How to delete one song in ipod memory? i just can clear it (right-click),and the memory doesn't change anything???
    and if i want to add just one or two songs? how can I?i tried and my ipod didn't update ...everytime i want to add new song, i have to restore my ipod,i think it's harmful but i have no idea.
    anyone help me please? i don't want my ipod will die soon...
    window   Windows XP   ipod shuffle 512M

    Hi,
    Check this link http://docs.info.apple.com/article.html?path=iTunesWin/6.0/en/799.html
    If you have any more questions post back.
    Santo

  • How to update one key recovery on a G580

    Hi guys, Does anybody know how to update the one key recovery to the current setup? If I allow it to make changes, will it update, or revert to the previous recovery point? Any help greatly appreciated, new to Lenovo, still not sure where I'm at with it Cheers Rick
    Solved!
    Go to Solution.

    hi roadrash,
    Welcome to Lenovo Community Forums!
        OneKey recovery Will access the Factory image backup installed hidden on your computer,
    It means that it will revert how you got the system from the store.
    Also
    Windows 8 Disk can be ordered from Lenovo(fees may apply).
    If you want to create an updated  backup
    On a Windows 8 / 8.1 what You could do is a Backup drive using this method.
    Hope this helps
    Cheers!
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • How to update one table based on another table ??

    Hello Friends:
    I am trying to run the following query in oracle but it won't run.
    UPDATE BOYS
    SET
    BOYS.AGE = GIRLS.AGE
    FROM GIRLS
    WHERE
    BOYS.FIRSTNAME = GIRLS.FIRSTNAME AND
    BOYS.LASTNAME = GIRLS.LASTNAME;
    This query runs fine in sql server but in oracle its saying can't find "SET". PLease tell me what is the correct syntax in oracle to update one table based on another table.
    thanks

    See if this helps.
    If you wrote an SQL statement:
    update boys set age = 10;
    Every row in the boys table will get updated with an age of 10. But if you wrote:
    update boys set age = 10
    where firstname = 'Joe';
    Then only the rows where the firstname is Joe would be updated with an age of 10.
    Now replace the 10 in the above statements with (select g.age from girls g where g.firstname = b.firstname and g.lastname = b.lastname) and replace where firstname = 'Joe' in the second statement with where exists (select null from girls g where g.firstname = b.firstname and g.lastname = b.lastname). The same concepts apply whether 10 is an actual value or a query and whether you have a where clause with the update statement to limit rows being updated.
    About the select null question regarding the outer where clause:
    Since the query is checking to see if the row in the girls table exists in the boys table what the column is in this select statement doesn't matter, this column isn't being used anywhere. In this case Todd chose to use null. He could have also used a column name from the table or a lot of times you'll see the literal value 1 used here.

  • Update one row at a time, Data Grid

    Is it possible to update one row of a mx:DataGrid at a time.  I want to be able to have a user push a button and info populates one row of the data grid, user changes some properties and pushes the button again and another row of values populate the DataGrid.  Everything I see does a mass population from an XML or what have you.
    Thanks

    I did this this to work, so for those of you who may find this info helpfull here is how I solved the issue.
    I instantiated an ArrayCollection object like so:
    private var _rowValues:ArrayCollection = new ArrayCollection();
    I simply referenced the .addItem() property of my ArrayCollection.
    I then added values to the ArrayCollection as follows
    _rowValues.addItem({Ingredient:ingredient, Amount:amount, Category:category}); //dataField:value
    and referenced the dataField proerpty of the DataGrid... so in my case my 3 dataField properties (in my mxml compontent) were as fillows:
    dataField="Ingredient"
    dataField="Amount"
    dataField="Category"
    all done, and it works.

  • How to update entries of already uploaded master data?

    Hi Experts,
    Master data for one of the infoprovider 0PROMOTION has uploaded with blank value for one of it's attribute zcatgrp and zcatgrp master data is being maintained in BI. Recently one more Zcatgrp has been uploaded but business wants existing records with this new catgrp .
    Please suggest how to update the existing master data entries?
    Regards,
    BW USER

    RELOAD the masterdata with zcatgrp for the promotions.
    when you reload the masterdata with the zcatgrp associated to the promotion (key), the existing records(with blank values) would be overwritten with new records with the associated zcatgrp value.

  • HT1338 how to update snow leopard to lion and where to download the os for lion

    im wondering is it possible to update my mac pro from 10.6.8 to 10.7 lion? i wanted to update to mountain lion but from the specs of my computer and from apple themselves that i can only go as far as Lion. Is there a site i can download the full lion OS or how to update it? i tried through software update but it says my system is up to date. any help i would appreciate it. thanks.

    As Mountain Lion is the current OS and therefore the only one showing in MAS, Lion can still be purchased but you need to call Apple and purchase it over the phone; they will then send you a redemption code which you can use in Mac App Store to download it. The cost is $19.99 (I believe).

  • How to update to 10.6.4 from 10.5.8 macv=book (for trackpad?)

    Hi
    Can anyone please tell me how to update my OSX so i can use the new trackpad?
    I just spent 80 EUR's on a new apple trackpad and its a nightmare to upload which i never thought would happen with Apple.
    I am on 10.5.8 on a macbook and cannot update to 10.6.4 which is required. My system cannot see any updates. I have backed up and need to install the new OSX just to pair my trackpad with my mac.
    Please help!
    Macbook Mac OS X (10.5.8)

    Hi
    First purchase the Snow Leopard Installer DVD:
    http://store.apple.com/fr/product/MC573F/A?fnode=MTY1NDAzOA&mco=MTc1MTEzNjY
    Then install it.
    Tony

  • Fields "Completed" and "Completed Date" not available in Activity WSDL

    Hello All,
    We dont find the fields "Completed" and "Completed Date'" in Generic / Custom WSDL provided by OnDemand
    Any idea on the reasons? Any suggestions / workaround to query the above fields using Webservices?
    We tried guessing the integration tags as "Completed" and "CompletedDate" but it throws error
    Thanks for your help
    Regards,
    Venkatesan
    CRMIT

    I'm trying to WebService a large amount of activities from another system that we are converting to OnDemand. I would also like to update the completed date to match the date from the original system. I cannot find anyway to do this either.
    Has anybody else?
    I understand why they might not want you to update it via the UI, but via a WS it should be available. UGH !!!
    Thanks ...

Maybe you are looking for

  • How can I insert data from a cfloop?

    I have a query that outputs into a cfloop. What I need it to do is insert into an access database when the changes have been made. I have looked at several tutorials but they all offer different solutions than what I am looking for. My cflloop is: <c

  • IOS7 Disaster for Music Collectors

    I just installed iOS 7 on my iPhone and began playing around. I’m sure most of the reaction to it in the coming days will focus on the look and feel. But the first thing I noticed is that the Music app is an absolute disaster for people who like musi

  • My left shift key stopped working right one is fine

    my left shift key stopped working this morning. never had a problem tell I started using snapshot shift plus command

  • Can't Export this query to Excel v1.5.4 5940

    All, I have this query that I can't export to excel. SELECT '01' , '<$25', COUNT(*), SUM(salary) FROM HR.employees WHERE department_id = '30' AND salary < 6000 Query returns results, just can't export to excel.. Tried giving the literals alternate co

  • Fotos per E-Mail verschicken

    Computer mit Windows 8.1 (64 Bit). Leider ist es in Photoshop Elements 13 nicht möglich, Fotos per E-Mail mit dem E-Mail-Client Mozilla Thunderbird zu versenden. Die erforderliche Port-Nummer (für meinen Provider 587) lässt sich nicht einstellen, wen