Direct update and flexible update

Hi BWers,
I want to know the difference between direct update and flexible update in detail. Could someone explain me in detail with an example? or send me some documents explaining this clearly?
Regards,
RV.

hi
Using the fleixble update method for master data loads you need to create update rules for the
InfoSource and the InfoObject. The direct update loads the data directly without going through the
update rule layer.
The presence of Update Rules allows for extra processing and data transformation capability. Also the
flexible update makes it possible to load data from several sources to the InfoObject, since all
you need to do it to create update rules between the InfoSource and your InfoObject. An example
of using this is when you need to populate certian master data attributes but the data is
coming as transaction data. Sometimes the descriptions are also a part of transaction data,
whereas you may want to load them as text rather than in the cube (this happens a lot in CRM datasources).
So here flexible updates are useful.
check these links also
http://help.sap.com/saphelp_nw04/helpdata/en/98/3a14836fe5e1499a4e17d2d45f4612/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/86/cade377806e664e10000009b38f842/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/41/56ba275e032f1ee10000000a114b54/frameset.htm
http://help.sap.com/search/highlightContent.jsp
Regards,

Similar Messages

  • Direct Update to Flexible Update

    Hi,
    I was trying using transitive attributes in which one InfoSource needs to update 2 infoobjects.
    I have an infosource which is an direct update because of which it is not allowing to me to create an update rule using this infosource.
    Can anyone please explain how do I convert this InfoSource from Direct to Flexible update so that I can update the different objects with the help of update rules.
    Please help.
    Thanks
    Ramesh Ganji

    Hi,
    To move from Direct update to Flexible update go to RSD1 -> Master data/texts tab -> Bottommost section -> InfoSource with Direct updae = 'X'
    To remove this, remove the InfoArea. You cannot use the InfoObject as the flexible InfoSOurce. You need to create a new one for that.
    Assign points if useful
    Regards,

  • Unable to run bapis for project status update and date update together

    Hi Experts,
    I have a requirement to update the dates and status of a project WBS at level 4. I am trying to do update the CJ02 Transaction using standard BAPI available. I need to do both Date update and status update in the same LOOP PASS   i am using the below mention bapi. when i am doing so i am getting an error Project 'A._____' has been currently processed by ID i.e. my id.
    I have tried putting  a wait for 2 seconds in the code but its still not working. please find the order below in which i am calling the bapi.
    Loop at itab.
    if  date_changed = 'X'.
          CALL FUNCTION 'BAPI_PROJECT_MAINTAIN'
          READ TABLE it_error WITH KEY message_type = c_e.
          IF sy-subrc <> 0.
    Commit
            CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
                 EXPORTING
                      wait   = c_x
                 IMPORTING
                      return = s_ret.
       endif.
    endif.
    if Status_change = 'X'.
          CALL FUNCTION 'BAPI_PS_INITIALIZATION' .
          CALL FUNCTION 'BAPI_BUS2054_SET_STATUS'
          READ TABLE t_result WITH KEY message_type = c_e.
          IF sy-subrc NE 0.
            CALL FUNCTION 'BAPI_PS_PRECOMMIT'
                 TABLES
                      et_return = t_ret.
            CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
                 EXPORTING
                      wait   = c_x
                 IMPORTING
                      return = s_ret.
         ENDIF.
    endif.
        WAIT UP TO 4 SECONDS.
    endloop.

    Try to use
    SET UPDATE TASK LOCAL.
    before each BAPI call.
    Did you try to debug through your code, leaving sufficient time between BAPI calls? If it does work like that, then the above statement might help.

  • So my phone is plugged into the computer for a software update and the update went halfway through and hasnt made any advancements. how do i get my phone back without losing anything?

    so my phone is plugged into the computer for a software update and the update went halfway through and kind of stopped. it says its still updating but I cant figure out how to stop it and just get my phone back. how do i get my phone back without losing anything?

    See Recover your iTunes library from your iPod or iOS device.
    tt2

  • HT4623 help me to troubleshoot my ipad2 there is software update and i updated mine from 5.0 to 6 version but now the screen shows only usb cord arrow up sign then itunes and music logo. it has been like this since last night.what i will do?

    help me to troubleshoot my ipad2 there is software update and i updated mine from 5.0 to 6 version but now the screen shows only usb cord arrow up sign then itunes and music logo. it has been like this since last night.what i will do?i even tried turning it off but it doesnt work too. i only see the apple logo and it comes back to cord image and itune then after 30 secs the screen turns black. help me please.

    The iPad is telling you to connect your iPad to iTunes on your computer so do it. You may have to restore the device.
    Restoring iOS Software.
    http://support.apple.com/kb/ht1414
    You may need this as well.
    Unable to update or restore iPad.
    http://support.apple.com/kb/ht4097

  • HT1365 How can I get my iPhone 4 to update my updates from my app store of it keeps telling me error 3150 or it tell me to refresh the page after updates and the updates are still there asking me to update them again

    How can I get my iPhone 4 to update my updates from my app store of it keeps telling me error 3150 or it tell me to refresh the page after updates and the updates are still there asking me to update them again?

    Make sure iTunes on the computer is logged into the account on the phone.
    Plug the iPhone in.
    In the popup window warning about wiping your phone, hit cancel.
    In the left pane of iTunes, the phone icon should be there.
    Right click on it, select transfer purchases.
    Note: this will only transfer music bought from iTunes. Not mp3's from amazon or ripped from CD's.

  • Service Packs, Security Updates and Cumulative Updates

    I would like to find a  document that would help me understand and clarify Service Packs, Security Updates and Cumulative Updates versions and relationships.
    Things like. Cumulative Updates include old Security Updates. Cumulative Updates do not overwrite applied Security Updates, etc.
    For instance,
    I am upgrading a server from: 10.0.5512 (SQL 2008 SP3, After Security Update MS12-70)  To: 10.0.5861 (SQL 2008 SP3 CU17).
    Would the MS12-70 (2754849) I installed still be present after installing CU17? The reason for doubt was that I saw another version of MS12-70 that includes
    CU 1 to 7(KB2716435). So makes me wonder about it.
    I am probably not able to explain myself right but, the idea is to find a document that can explain how the build information and versioning works. 
    Some how I have the idea that Cumulative updates would not include Security Updates.
    Thanks beforehand
    Paulino

    Hi,
    Below will give you list of Service packs and Cumulative updates for SQL Server
    http://support.microsoft.com/kb/321185
    http://sqlserverbuilds.blogspot.co.uk/
    Security updates are for Windows not SQL Server. SQL server releases Cumulative updates after that a comprehensive service pack is released which includes all fixes that were done in Cumulative updates.
    Cumulative updates fix only a certain type of problem(for which they are created) and should only be applied if facing issue
    Service packs are more through and Inclusive and should be applied and contains many fixes and sometimes introduces few features as well. SP are more thoroughly tested as compared to CU For Cumulative
    update from Microsoft:
    We recommend that you test hotfixes before you deploy them in a production environment.
    This cumulative package is intended to correct only the problems that are described in this article. Apply it only to systems that are experiencing these specific problems.
    This cumulative update contains all the hotfixes and all the updates that were included with the previous SQL Server 2014 update release.
    Windows patch has hardly any relation to SQL server SP and CU.
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • Just downloaded latest update and saw updates for fingerprint scanners. Do I have a fingerprint scanner or where do I get one?

    Just downloaded latest update and saw updates for fingerprint scanners. Do I have a fingerprint scanner or where do I get one?

    If you have an I phone 5s you have a scanner.  It does not exist on any other device at this point, and cannot be added.

  • Since this morning when I try Software Updates and then Updates, I get a consistent message - An Error has occurred, The operation couldn't be completed. (NSURLErrorDomain error - 1012). Is this a server error and what do I do next?

    Since this morning when I try Software Updates and then Updates, I get a consistent message - An Error has occurred, The operation couldn't be completed. (NSURLErrorDomain error - 1012). Is this a server error and what do I do next?
    Please help!!!!!

    Wait until Apple fixes this server issue.
    Best.

  • Diff between statistics update and document update

    Hi Everybody,
                Can any  one explain the difference between the statistics update and document update with an example.

    Hello Raju,
    Also go through these threads
    statistical update and document update
    V1,V2,V3 updates
    Regards,
    Praveen

  • Difference between the synchrous update and asynchrous update

    Hi all,
    Can anybody explain the me the difference between the synchrous update and asynchrous update with some example.
    Thanks in advance
    Ramya

    Hi,
      Message: A Asynchronous updating. In this mode, the called transaction does not wait for any updates it produces to be completed. It simply passes the updates to the SAP update service. Asynchronous processing therefore usually results in faster execution of your data transfer program.
    Asynchronous processing is NOT recommended for processing any larger amount of data. This is because the called transaction receives no completion message from the update module in asynchronous updating. The calling data transfer program, in turn, cannot determine whether a called transaction ended with a successful update of the database or not.
    If you use asynchronous updating, then you will need to use the update management facility (Transaction SM12) to check whether updates have been terminated abnormally during session processing. Error analysis and recovery is less convenient than with synchronous updating.
    S Synchronous updating. In this mode, the called transaction waits for any updates that it produces to be completed. Execution is slower than with asynchronous updating because called transactions wait for updating to be completed. However, the called transaction is able to return any update error message that occurs to your program. It is much easier for you to analyze and recover from errors.
    L Local updating. If you update data locally, the update of the database will not be processed in a separate process, but in the process of the calling program. (See the ABAP keyword documentation on SET UPDATE TASK LOCAL for more information.)
    Regards

  • Statistics update and docuement update

    hai,
          can any one explain the differences between statitics update and docuement update . and please explain how these updates are happen in the lo-cockpit extraction method.and wht are the differences between v1 ,v2 and v3 updates.
    thanks,
    sri

    Hi Sri!
    Look here
    /people/sap.user72/blog/2005/01/19/logistic-cockpit-delta-mechanism--episode-three-the-new-update-methods
    /people/sap.user72/blog/2005/01/19/logistic-cockpit-delta-mechanism--episode-three-the-new-update-methods
    and all my related weblogs...
    Hope it helps!
    Bye,
    Roberto
    ...please don't forget to reward the answers...it's THE way to say thanks here...

  • Direct and flexible update

    Hi,
    In the infopackage of a masterdata object which is having direct update i.e; no infosource in between masterdataobject and the datasource, can the option under processing " only psa and update subsequntly in Data targets" be checked.
    This option is available for flexible update masterdata objects where as for directupdate objects this option is disabled in the infopackage.
    Kindly clarify if this option is possible or not.
    Regards,
    Geetha

    Hi,
    U shall get the option in both scenarios, irrespective of direct or flexible update.
    But if your datasource is a 7.x datasource the infopackage will be defaulted to load till PSA only
    Hope it helps.
    Regards,
    Rathy

  • Infosource to be used for both Direct update and Flexiable update

    Hi,
      I had a Data source 0CUST_SALES_ATTR.
      A infosource is created Direct Update of Master Data from DS:0CUST_SALES_ATTR to 0cust_sales.
    So the Data source 0CUST_SALES_ATTR is being used to load ATTR data of 0CUST_SALES.
    Now as per my requirment created a new Z infoobject to use for Transtive attributes....How can i use the same data source 0CUST_SALES_ATTR to load 0CUST_SALES (Direct Update) and the new Z infoobject using Transfer & Update rules.
    and
    Question:
    Will it be possible to switch the current Infosource with direct update to Flexiable update with out deleting the Transferrules as there are lot of routines in the transfer rules
    Thanks
    Edited by: suser1234 on Oct 5, 2010 11:21 AM

    Hello Sir,
    How did you handle your above problem I am into a compeltely similar situation. Your help would be appreciated if you can share the approach you followed.
    Thanks,
    -Su

  • My acrobat 9 standard fails to find update and any update patch form the adobe ftp site refused to apply saying product not installed or warong patch

    I had been using acrobat 9.5.3 updated through the years form 9.0 that came with my Scansnap.
    However since I refreshed my windows 8.1 with a ssd drive and w8,1 instal from scratch., the acrobat.standard 9.0 just fail to find update
    and I tried downloading the patches from the adobe sites using the  recomended path
    Acrobat 9.0.0 -> 9.1.0 (Quarterly) -> 9.1.2 (Quarterly) -> 9.2.0 (Quarterly) -> 9.3.0 (Quarterly) -> 9.3.2 (Quarterly) -> 9.3.3 (Quarterly) ->
    9.4.0 (Quarterly) -> 9.4.2 (Quarterly) -> 9.4.5 (Quarterly) -> 9.4.6 (Quarterly) -> 9.5.0 (Quarterly) -> 9.5.1 (Quarterly)-> 9.5.2 (Quarterly)->
    9.5.3 (Quarterly)-> 9.5.5 (Quarterly)
    however the update refused to aply even at 9.1.0
    what can I do?

    The cleaner says it should only be used after regular uninstall fails.
    I tried changed the install to full install not skipping lang and doc support. no effect, tried repair no effect
    tried deactivate and uninstall, reboot, ran the cleaner just in case and it found nothing to clean.
    installed with typical settings. reboot, tried to
    opened acrobat, help, update, no upd avail.
    apply AcrobatUpd910_all_me_incr.msp. no luck
    I look at registry, found no entry for adobe under HKLM software, only in HKCU
    Is that a problem for the update?
    Did find HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Adobe Acrobat\9.0\FeatureLockDown
    and HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Adobe\Adobe Acrobat, HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Adobe\Acrobat PDFMaker,
         HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Adobe\Acrobat Distiller\9.0,
    However, I ran the Microsoft Mr Fixit, and it found no problem with the installation of acrobat.
    I'm confused what to do

Maybe you are looking for

  • 865PE Neo2 Memory problems

    Hi All, I just put together a new pc with the following configuration: P4 2.4GHz FSB 800 w/ stock HSF MSI 865PE Neo2-LS 2 x 256MB Hynix DDR400 ATI Radeon 9000Pro 80GB Maxtor 7200 RPM Enermax 350W Dual Fan PSU Windows XP Pro The problem: When using th

  • Apparent EJB Class Loader Issue

    I am having a problem loading narrowing an EJB. It appears to be a class loader problem. I am getting a ClassCastException with the following message: Cannot narrow remote object to com.dte.ejb.facade.AccessoryServiceHome. Here is my code that looks

  • How to transfer data from Mobilephone's form to PC's form?

    Hi I'm sorry about the title. The title itself may be hard to understand or even misleading. So I try to explain what is my problem below and hope to find some advices or help about it. My question is about the Mobile function in LiveCycle ES2.5. Liv

  • How to report a crash with Flash Player

    In this thread, I'll be describing the different processes for reporting crashes in Flash Player.  We're committed to finding and fixing these bugs and we appreciate any help you can give us! In general, when reporting a crash, please create a new bu

  • Distinguishing b/t two single mouse-click and mouse-double-click

    Hi, I am curious to find out how Forms will distinguish between two single when-mouse-click events and a single when-mouse-doubleclick event. Is it simply a timing issue or is there more involved i.e. the 'co-ordinates' of the mouse. Thanks in advanc