Update rules version managment possible?

Is it possible to have some kind of version managment on the update rules? (So that it's possible to restore an old version of the update rule?)
-AD

Hi,
The Meta Repository of BW has only one version, the current version.
The company CUBESERV has a product "CubeServ BW Documentation Tool, Version 3.4".
http://www.cubeserv.com
You can export the metarepository and generate versions.
Sven

Similar Messages

  • Request does not contain any saved update rules; rollback not possible

    Hi,
    In BW on hana, there's a 3.x flow DSO where it loaded a request from PSA.
    It failed due to activation error SID Generation.  But unfortunately, due to PSA Deletion process chain, it's PSA Request got deleted.
    Now, we couldn't delete the red request(failed request) from the 3.x flow DSO.
    If we try to delete, it shows job has been completed successfully with the following message:
    Job started
    Step 001 started (program RSDELPART1, variant &0000000004233, user ID )
    Delete running: DataStore object ZREBATE, from 630,138 to 630,138
    Delete is scheduled; Selection conditions were substituted
    Request REQU_6412GVIEWBJ0TZZIMZE2TZIOR does not contain any saved update rules; rollback not possible
    Deletion of request REQU_6412GVIEWBJ0TZZIMZE2TZIOR from data target ZREBATE failed
    Deletion of request REQU_6412GVIEWBJ0TZZIMZE2TZIOR from data target ZREBATE failed
    Request REQU_6412GVIEWBJ0TZZIMZE2TZIOR does not contain any saved update rules; rollback not possible
    Job finished
    I went to the table RSICCONT and checked the mentioned request.  But I couldn't find delete option enabled.  Even our basis team doesn't have authorization to delete the  mentioned request from the standard table RSICCONT.
    Request you to please help me how to handle this.
    Regards,
    Antony Jerald.

    Hi Antony,
    Once you have deleted the data in PSA there is no way to reconstruct the request hence you can do below things to correct it
    1) Identify the No of Records which having error , because if you have more records it will take more time as in debug mode we have option to edit only one record at one.
    2) Display only one record in Active table and change it using the Debug option ( not recommended ), but as you are in corner we need to use this
    3) change the records with respective values and active the request again
    Regards
    Jagan

  • Version Management update information

    Dear friends,
    Iu2019m just using a new version management in purchase order and purchase requisitions documents since a couple days and I would like to update the version management information on the old purchasing documents.
    Is there any way to do it?
    Regards,

    Hi
    I may not possible using Mass maintainence.
    Mass can be used only for existing data changes in the PO.
    regards

  • To refer logical source in update rules

    Hi,
    I wanted to find the logical source system using abap into my update rule, is it possible.
    Help would be appreciated.
    Thanks,
    SD

    Hi,
    you have only to write something like this:
    case sy-sysid.
    * development system
        when 'dev1'.
            result = 'r3_dev'.
    * test system
        when 'test1'
            result = 'r3_test'.
    endcase.
    dev1 and test 1 are your bi systems. When data comming from one source system you can use this code in each transformation.
    Regards
    Andreas

  • Types of update rules

    Hi experts,
    What are the types of update rules?
    Regards,
    Siva

    Hi......
    Yes either you can say what are the different update types.........that Praveen has already ansered..............or you can say.........
    You can say what are the diffrent types of update routines...then the answer is :
    1) Start Routine in Transfer Rules
    2) Transfer Routine in Transfer Rules.
    3)Start Routine in Update Rules
    4)Update Routine in Update Rules.
    The routines that you write in transfer rules are applicable to all the Data targets that get the data from that particular Infosource, when you are going to write some code in Transfer rules, you have to understand that you are going to manupilate the data that is going to get into BW .
    If you are going to write in Update Rules , then that logic is going to apply only for that particular Data target .
    Eg : Let suppose I have a Flat file that gets data from 3 countries, US, Canada and Mexico.
    Now I have prepared the data source for the same . But I dont want to have the data of Mexico in to BW itself.
    So I will write a Start routine at TR to eliminate the data of Mexico.
    My Next step is I want the data of US into one ODS and Canada data in to another ODS.
    For this I handle the dataflow at Start routine in Update rules, to eliminate Canada data for US ODS and Vice Versa.
    start routine in transfer rules
    Look up to load master data
    excluding
    Start Routine in Transfer Rules
    Sample code in Update Rule to restrict data selection?
    Append Datapak - transfer start routine
    Excluding Blank field in Infopackage Filter
    Trans Routine ABAP help ..
    transfer routine
    Date key figure: Convert DATS format to DEC format
    Date Conversion in Flat File
    Transfer Routine ABAP
    conversion exit
    Date Conversion
    Problem with  conversion char to numc in transference rules
    conversion routine..?
    update routine
    How to call a function in Update Rules to reverse a key figure sign
    Need Sample Code for Update Rules
    Date calculation
    Difference between data in PSA and Data in Infocube
    No RETURNCODE <> 0 allowed in update routines in transfer mode
    the diffrerece between DEC and (yyyymmdd) 8 char in Time defination
    Access master data in update rules
    Date key figure: Convert DATS format to DEC format
    start routine in update rules
    Is it possible to read a third ODS in update rules between two ODS?
    update rule coding while loading data from ODS to CUBE
    Start Routine in Update Rules to populate additional fields from ODS
    Coding in Update Rules accessing a Z-Table
    Start routine
    Regards,
    Debjani...........

  • Start routine and update rules

    Hi,
    What is accessed first:-
    Start Routines or Update Rules?
    What is the use of global variables in start routine?
    Please reply.
    Thanks.

    Hi......
    You have different types of Routines in BW .
    1) Start Routine in Transfer Rules
    2) Transfer Routine in Transfer Rules.
    3)Start Routine in Update Rules
    4)Update Routine in Update Rules.
    The routines that you write in transfer rules are applicable to all the Data targets that get the data from that particular Infosource, when you are going to write some code in Transfer rules, you have to understand that you are going to manupilate the data that is going to get into BW .
    If you are going to write in Update Rules , then that logic is going to apply only for that particular Data target .
    Eg : Let suppose I have a Flat file that gets data from 3 countries, US, Canada and Mexico.
    Now I have prepared the data source for the same . But I dont want to have the data of Mexico in to BW itself.
    So I will write a Start routine at TR to eliminate the data of Mexico.
    My Next step is I want the data of US into one ODS and Canada data in to another ODS.
    For this I handle the dataflow at Start routine in Update rules, to eliminate Canada data for US ODS and Vice Versa.
    Global variables in Start routine
    You can have global variables, internal tables populated by the
    startup routine. This data will be available to the field
    routines. Create yourself a start routine, declare some
    variables in the global section, and then create a field
    routine. You will be able to use the globally declared objects
    in the field routine
    Please check below help link for routines in sap netweaver 2004s
    http://help.sap.com/saphelp_sem60/helpdata/en/e3/732c42be6fde2ce10000000a1550b0/frameset.htm
    How to guide "How to transformations routines".Please check the below link:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/dc1d9990-0201-0010-16aa-db3c4eb8b642
    start routine in transfer rules
    Look up to load master data
    excluding
    Start Routine in Transfer Rules
    Sample code in Update Rule to restrict data selection?
    Append Datapak - transfer start routine
    Excluding Blank field in Infopackage Filter
    Trans Routine ABAP help ..
    transfer routine
    Date key figure: Convert DATS format to DEC format
    Date Conversion in Flat File
    Transfer Routine ABAP
    conversion exit
    Date Conversion
    Problem with  conversion char to numc in transference rules
    conversion routine..?
    update routine
    How to call a function in Update Rules to reverse a key figure sign
    Need Sample Code for Update Rules
    Date calculation
    Difference between data in PSA and Data in Infocube
    No RETURNCODE <> 0 allowed in update routines in transfer mode
    the diffrerece between DEC and (yyyymmdd) 8 char in Time defination
    Access master data in update rules
    Date key figure: Convert DATS format to DEC format
    start routine in update rules
    Is it possible to read a third ODS in update rules between two ODS?
    update rule coding while loading data from ODS to CUBE
    Start Routine in Update Rules to populate additional fields from ODS
    Coding in Update Rules accessing a Z-Table
    Start routine
    Hope this helps you..........
    Regards,
    Debjani.........
    Edited by: Debjani  Mukherjee on Oct 1, 2008 4:58 PM

  • Update rules 8COBW2ENYVCAS3541UFGKPO80 read in version M

    Hi I am getting following error while transporting update rules to production server, this transport is working fine in quality server, but it is throwing error in Production only.
    <b>Start of the after-import method RS_UPDR_AFTER_IMPORT for object type(s) UPDR (Activation Mode)                                  
    Update rules 8COBW2ENYVCAS3541UFGKPO80 read in version M                                                                         
    Update rules 9G5ESWQPKF9P9ILN91RXZ6M2J read in version M                                                                         
    Error when activating update rule 8COBW2ENYVCAS3541UFGKPO80                                                                      
    Activation of the update rules for ZODS_TSH 8ZODS_RCO                                                                            
    IC=ZODS_TSH IS=8ZODS_RCO error when checking the update rules                                                                    
    Error when activating update rule 9G5ESWQPKF9P9ILN91RXZ6M2J                                                                      
    Activation of the update rules for ZODS_TSH 8ZODS_ATS                                                                            
    IC=ZODS_TSH IS=8ZODS_ATS error when checking the update rules                                                                               
    Start of the after-import method RS_UPDR_AFTER_IMPORT for object type(s) UPDR (Delete Mode)                                      
    Update rules 8COBW2ENYVCAS3541UFGKPO80 read in version M                                                                         
    Update rules 9G5ESWQPKF9P9ILN91RXZ6M2J read in version M                                                                         
    Errors occurred during post-handling RS_AFTER_IMPORT for UPDR L                                                                  
    RS_AFTER_IMPORT belongs to package RS                                                                               
    The errors affect the following components:                                                                               
    BW-WHM (Warehouse Management)                                                                               
    Post-import method RS_AFTER_IMPORT completed for UPDR L, date and time: 20070926155436                                           
    Post-import methods of change/transport request DS2K930550 completed                                                             
         Start of subsequent processing ... 20070926155435                                                                               
    End of subsequent processing... 20070926155436                                                                               
    </b>

    Start of the after-import method RS_UPDR_AFTER_IMPORT for object type(s) UPDR (Delete Mode)                         
    Update rules 8COBW2ENYVCAS3541UFGKPO80 read in version M                                                            
    Update rules 9G5ESWQPKF9P9ILN91RXZ6M2J read in version M                                                            
    Errors occurred during post-handling RS_AFTER_IMPORT for UPDR L                                                     
    RS_AFTER_IMPORT belongs to package RS                                                                               
    The errors affect the following components:                                                                         
        BW-WHM (Warehouse Management)                                                                               
    Post-import method RS_AFTER_IMPORT completed for UPDR L, date and time: 20070926155436                              
    Post-import methods of change/transport request DS2K930550 completed                                                
          Start of subsequent processing ... 20070926155435                                                              
          End of subsequent processing... 20070926155436                                                                               
    Execute reports for change/transport request: DS2K930550                                                            
    Reports for change/transport request DS2K930550 have been executed                                                  
          Start of................ 20070926155436                                                                               
    End of.................. 20070926155436                                                                        
    Execution of programs after import (XPRA)                                                                           
    End date and time : 20070926155436                                                                               
    Ended with return code:  ===> 8 <===                                                                               
    <b></b>

  • Error when activating update rules for R/3 training and event management

    hi all,
    when iam trying to activate update rules for training and event management cube it is giving fallowing error."IC=0PE_C01 IS=0HR_PE_1 error when checking the update rules
    Message no. RSAU461".
    please guide me how to solve this issue.
    thanks & regards
    Vamshi D Krishna

    Hi Vamsi,
    Have you followed the following document to implement HR ?
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0780530-bf03-2b10-d5ad-e9e8a53def23

  • I have an iPad 1 that is currently showing software updated at version 5.1.1.  Is it possible to update to iOS version 7 on this device?  My goal is to get Garage Band on this device and the app store is telling me I need iOS version 7.

    I have an iPad 1 that is currently showing software updated at version 5.1.1.  Is it possible to update to iOS version 7 on this device?  My goal is to get Garage Band on this device and the app store is telling me I need iOS version 7.

    Hi,
    If you really need to upgrade you can save a bit of money and get an older version than the ipad Air.
    First, you can sell your ipad 1 to places like gazelle.com, cashforyourmac.com, sellyour mac.com, or many others out there. The sites I listed give you cash. At this point gazelle.com is giving $70.00 for any ipad 1 in 'good' condition. And cashforyourmac will give you $25.00 over what gazelle.com or sellyourmac.com offers you. Shipping is free.
    Then, with that money, go the the Apple online certified refurbished store. As an example, a new 64gb Air costs $699.00. A refurbed 4th gen 64gb costs $529.00 and a 3rd gen 64gb costs $499.00. Personally, I'd skip the 3rd gen. So if you buy a 4th gen 64gb at $529.00 minus what you can get from a sale to above, you can get an ipad 4 64gb for just over $430.00, a savings of savings of about $270.00. (A new 32gb Air is $599.00, a 4th gen 32gb is $449.00, and a 3rd gen 32gb is not on the site right now.) Google it and check if you can get better offers anywhere else. But getting one from the Apple refurb store gives you an essentially new ipad and using the above sites, you're not locked in with a particular site which will give you a gift card and restrict you to their store/site.
    Each Apple refurbished ipad (any version) comes with a new front and back cover, a brand new battery, same return policy, and a full one year warranty with 90 days of phone support. Each comes in a white box like a new ipad with the wall charger and usb cable. The only difference is that it says in small print on the bottom of the box that it is Apple certified refurbished. Also, if you buy refurbs, be sure to check the store many times a day. They can come and go quickly, so when you see what you want, buy it right away. Shipping is free and pretty fast. (We bought two a year and a half ago and they have been great!)
    Hope this helps.

  • HT5815 im searching a for a update there makes it possible for mac computer with OS X To play games there aren't Supported for power pc, Like Warcraft 3, Diablo 2 and those kind of old games there worked on the previous versions of the OS

    im searching a for a update there makes it possible for mac computer with OS X To play games there aren't Supported for power pc, Like Warcraft 3, Diablo 2 and those kind of old games there worked on the previous versions of the OS

    Here is a thread for you: Is there any possible way to run PPC...: Apple Support Communities

  • Is it possible to use logic rules to manage email submission receipts?

    Is it possible to use logic rules to manage email submission receipts?
    I have one form and based on the user's selection I want to manage which email submission receipt gets sent to that specific user.
    Is this at all possible?
    Please ask for clarification if I am not making sense.

    It should be no problem since the Audio Kontrol 1 is Core Audio compatible. This has nothing to do with VST's.
    In doubt contact Native Instruments support.
    Fox

  • Is it possible to read a third ODS in update rules between two ODS?

    Hi,
           I have ODS1 and ODS2. I need to have data coming from ODS1 to ODS2. But there is a field "F" in ODS2 that doesnot exist in ODS1. I need to get this from a third ODS3. Is it possible to write a routine in the update rules for ODS2 to read the "F" from third ODS3 and return it in "ODS2"? If so how?
    I appreciate if anybody can refer me to any documentation. Also my id is [email protected]
    Thank you.

    hi Visu,
    yes, it's possible.
    say the ods name is zods1, zods2, zods3, you can write a start routine update rules like following :
    PROGRAM UPDATE_ROUTINE.
    $$ begin of global - insert your declaration only below this line  -
    TABLES: /bic/azods300
    /bic/a[odsname]00 or /bi0/a[odsname] is the ods active table name /bi0 for business content, /bic for customize
    DATA:  l_tabix like sy-tabix,
    it_ods like /bic/azods300 occurs 0 with header line.
    $$ begin of routine - insert your code only below this line        -
    fill the internal tables "MONITOR" and/or "MONITOR_RECNO",
    to make monitor entries
    data : it_data_package like DATA_PACKAGE occurs 0 with header line.
    select * from /bic/azods300
    into table it_ods.
    loop at data_package.
    l_tabix = sy-tabix.
    move-corresponding DATA_PACKAGE to it_data_package.
    read it_ods with key [field name] = it_data_package-[fieldname]
    if more key add it_data_package-[fieldname] - without AND
    if sy-subrc = 0.
       it_data_package-F = it_ods-F.
       modify data_package from it_data_package index l_tabix.
    endif.
    endloop.
    hope this helps.

  • Error installing the Content version of Update rules

    Hi experts,
       While installing Update rule  "0PA_C01 0HR_PA_0"  from BI content  following error is cming,
    "Object Update rules E5ILYDNE80GVD52C5Y47ZBDKJ: Error installing the Content version."
    Infocube , transfer rules are already installed. Datasource 0HR_PA_0 is also in place.
      I have searched relevant quries in SDN.But i did not find the solution.
    Could any one throw light on it?
    Thanx and regards,
    Ajit.

    Hi,
    Is there any log that is generated ? If so you can check for the reason for failure. You can also post the details, which will help us to understand the issue better.
    regards,
    Gaurav

  • Firefox works fine on version 26. When it updates to version 27, i get undefined entity. I've tried getting profile manager to run and it won't. Need help

    Version 26 works fine. When it updates to version 27.01, I get undefined entity. I've tried uninstalling and then reinstalling. I've tried to bring up profile manager but it doesn't come up. I've tried deleting Firefox folders. I'm very disappointed that Firefox rolls out an update that causes problems. None of your recommendations is working and I really hate to lose Firefox but this is pathetic. I'm using version 26 as much as i can till someone gives me the right solution. Is there a simple link to click on that will clear up any old profiles and simply fix this issue?

    That means you need to clean reinstall.
    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    More information about reinstalling Firefox can be found [https://support.mozilla.org/en-US/kb/troubleshoot-and-diagnose-firefox-problems?esab=a&s=troubleshooting&r=3&as=s#w_5-reinstall-firefox here].
    Please report back to see if this helped you!
    Thank you.

  • Regarding update rules activation in inventory management(2LIS_03_BF)

    Hellow gurus,
      i am working on inventory management with snap shot scenario for that we are using 3 business content datasources they are (2LIS_03_BX, 2LIS_03_BF, 2LIS_03_UM), now i want to activate the update rules for infosource(2LIS_03_BF) & cube, when i check the update rules it shows every thing is ok, but not activating ,please could you give me the suggestions
    Regards,
    Chandra.

    bf setuptable filling based on posting date
    give the posting date and give the name of job run
    give the termination date and time
    execute in background.you you can start the more jobs
    depending on your data.you have bulk data you can divide the
    jobs in based on posting date.
    after that check the status in sm37.

Maybe you are looking for

  • Need Help in Splitting a String Using SQL QUERY

    Hi, I need help in splitting a string using a SQL Query: String IS: AFTER PAINT.ACOUSTICAL.1..9'' MEMBRAIN'I would like to seperate this string into multiple lines using the delimeter .(dot) Sample Output should look like: SNO       STRING 1         

  • What kind of CD-R should I use?

    I've recently had problems burning CD's from iTunes . . .the CD's seem to burn correctly, but when I insert them into one of several DVD players, they skip, pop and do other weird things. (Burning DVDs from iDVD runs smoothly.) I have the original dr

  • Cant remove/re-install flash builder after losing secondary drive

    OS: Windows 7 FlashBuilder: 4.5 I recently lost my slave HDD that flash builder was installed on. When I try to reinstall flash builder on my primary drive, it seems to be picking up install information (possibly from registry) from my already instal

  • Customer Master Data interface to external using Seeburger on MDMP

    Hi Experts,    Currently, customer master data is interfaced to external system via IDOC. The middleware used is Seeburger.    If the system is changed to MDMP, would there be any impact to this interface?    Is Seeburger communicates in Unicode? If

  • Is there a way for merging a same apple ID with different store region

    Hi, I have a problem of seeing my previous purchased as I used 2 different stores under the same apple id. I was using a US credit card and address until my credit card expired and after that I have been using my local Indonesian credit card with a l