Delta and logycal system name

Hi!
I have two identical BW systems: one is a copy another system.
BW1 - original system.
BW2 - copy.
We need 10 days to convert BW2 to UNICODE. During these 10 days datas are loaded from SAP ERP to original system, BW1.
After we convert BW2 to UNICODE we need to load delta-data(which we loaded to BW1 during 10 days) from BW1 to BW2.
How can we do it? We can't stop to load data during 10 days.
I want to create RFC-connection between BW1 and BW2, then replicate data sources, create transformations and DTPs between the same objects (cube or DSO). But how I can find out this delta?
For example, I have two cubes, one cube1 is from BW1, cube1 is from BW2. There are 5 requests in cube1, and 3 requests in cube2. I know that two last requests from cube1 I need to load to cube2, but in DTP I can't choose request filter.
Any idea?
I have another problem: these BW systems have identical logical system name. In future I would delete BW1 and use BW2.
If I rename logical system name of BW2 then I will destroy delta loadings from SAP ERP, because delta is depended on BW logical name.

Hello KEU,
I understand your issue like below:
1. BW1 & BW2 is non-unicode at present. BW2 is a copy of BW1 and hence BW2 objects also non-unicode and you want to migrate all the data and objects into Unicode at present.
2. BW1 is connected to the ECC and you need to dump all the Delta data for the 10 days of period to be posted into BW2 so that you can connect BW2 to ECC once BW1 is retired after the Unicode migration.
You have the below possibilities..
1. Connect BW1 and BW2 thru RFC and create a BW1 source system in BW2. Now you need to replicate all data sources from BW1 source system in BW2. Create required transformations which are necessary to connect to the required targets.
2. To load the Delta data you need a right strategy so that dont miss any of the information from BW1 to BW2. I can say as you are in BI7.0 you have the PSA to store all the data in all the trasactional targets where you are looking to move the data.
  - For me you have to take care of this once after the copy is done -
Maintain the connection as stated earlier, create the neceaary transformation, and then you need to maintain the init without data transfer in BW2 for the required data sources  (8**) so that the Delta data can be pusched from there onwards. So this is required for all the data flows with respect to the individual targets where are getting oprated with DELTA loads...
-- If you have missed then the other option is that, make sure that in BW1 the data is updated in the targets as per the data flow like target 1 to final targets (considering there is no compression), as you have the PSA's for all the data flows, you need to delete the entries which are made after the system copy is done, so that BW1 and BW2 are at the same level, once after this initi without data transfer needs to be done in BW2. Once this is done you need to reconstruct all the deleted entries in the total flow so that there will not be any data mart symbol exisits so that it can be pushed in the Delta load in BW2.  (This operation needs to be handled carefully. If not clear then its not suggestable). Also once the Delta loads are moved to BW2, then you need to work in BW1 to maintain the proper Init status.
3. The final option is to get the 10 days of Data in a flat file from different targets in BW1 and then maintain a right strategy to load the same in the respective targets in BW2. Needs proper attention.
So handle the points carefully as its a complex situation.
Hope this helps..
Murali
Edited by: Murali M on Aug 29, 2010 9:10 AM

Similar Messages

  • How to get RFC Destination and Logical System name dynamically

    Hi all,
    I have a RFC FM written in CRM. I need to call this FM in R/3. So, i use the syntax " Call function <func> destination <destination name>. My problem is that i need to fetch the destination name dynamically..
    There is a way to do so in CRM which is as follows:
    DATA:  lt_siteselect TYPE TABLE OF siteselect INITIAL SIZE 0,
               ls_siteselect TYPE siteselect.
      CALL FUNCTION 'SMOF0_READ_SITESELECT'
        TABLES
          to_siteselect = lt_siteselect.
      READ TABLE lt_siteselect INTO ls_siteselect
             WITH KEY sitetypeid = cl_smw1_siteprovider=>c_sitetype_r3oltp.
    The above piece of code returns the site and also takes care of the client you are currently working on. But the specified FM is present only in R/3..
    I want to achieve the functionality fulfilled by the above code in R/3.
    Kindly help.
    Useful answers will be rewarded.
    Thanks in advance,
    Karan Merwana
    I can not use FM LOG_SYSTEM_GET_RFC_DESTINATION as for that i need to provide the logical system name. And the logical system name would be different for different clients.
    Message was edited by:
            Karan Merwana

    For those referring this thread later, I could not find a solution to this and ultimately had to do away with hardcoding of system names based on the DEV, Q, and PROD system names.
    If anyone does manage to get a workaround, please let me know.

  • RFC and Logical System names

    Hello......is it necessary to have RFC and Logical system name for the connected system to be identical?Is there any explanation behind this if thats true....

    Hi Gaurav,
    It is recommended, but not mandatory, right, Muthuraman?
    The system uses some transactions to determine which RFC will be used for the communication between one system and another, for example, in transaction 'Define backend systems' in SPRO, you can define that the current SRM client has an ECC backend system named X and the RFC destination for this X system is Y (not necessarily the same name).
    Regards,

  • Business system and logical system names

    hello experts,
    Right now m creating scenarios of IDOCs, Files and RFCs. Just wanted to know that is it compulsory to give Business system name and Logical system names same?
    Does it make difference if i will give both names different?
    Regards,
    H.S.

    Hi,
    I guess i have not explained you proprely.
    Here logical system mean m asking abt the system name which we are using in RFC connections to make connection between two systems.
    does Business system name and Logical system name should be same?
    Actually right now we have done system copy of production system into our sandbox. So all the things are pointing to the production system.
    I was just wondering, if i will just change ip/ hostname into the Technical system (ip of sandbox system) and keep business system name as it is( which is right now of production system)... then for me no need to create all ID Objects again. Its just an idea. So just wanted to check is it ok... bcz in ID i have more than 60 objects which i need to create again. and i have very less time
    Or if anyone can tell me any good idea to do that.
    Thankx in advance.
    Regards,
    H.S.

  • How can I get the No. of package and requesting system name in user exit?

    Dear all,
    Is there anybody knowing how to obtain the extracting package number and requesting system name in the user exit "EXIT_SAPLRSAP_002" ? here is detail on my questions as below:
    For package number. If extracting 100,000 records of 0MATERIAL_TEXT , and the package size is 20,000, then there are 10 packages, when executing the user exit, how can I know which package I am extracting on?
    For requesting name, when executing the user exit, how can I know the logical system name from which the extraction request is sent?
    Thanks.
    best regards
    Patrick

    Hi Mansi,
    Thanks for your quick response.
    The background of this requirement is, in the datasource 0material_Plant_Att, we added two fields in the extraction structure, one is variable price, another is previous year's variable price, which need to be obtained by searching data KEKO & CKIS in the user exit, these tables have the huge data volume, in each data package, the user exit needs to be executed once, so the heavy searching needs to be done once, consequently, the total running time of this request including several data packages is very long. In order to improve the performance, we design the following logic:
    1. Create the temporary tables YCKIS & YKEKO in R/3.
    2. Run BW request in BIW.
    3. In R/3, If this is first data package of this request, delete all data in YCKIS & YKEKO, then search the data from CKIS & KEKO ( Average 20 million records), then insert these data into YCKIS & YKEKO ( Average 0.2 million records). 
    4. In R/3, if this is not first data package of this request, then search the data directly from YCKIS & YKEKO.
    You can see in the above, in the step 4, the data searching performance can be improved significantly due to reading data from temporary table, this is why I need to know the No. of data package. In addition, apparently, it can not be done in BIW side since the performance issue is in the user exit rather than in BIW. Also it is very difficult to setup one counter to deliver this since we do not know when to reset the counter. For example,
    - Assuming there are 3 data packages.
    - 1st day, we schedule one request from BIW, in R/3,
       -> At 1st package, counter = 0+1=1
       -> At  2nd package, counter =1+1= 2.
       -> At 3rd package, counter = 2+1= 3, then reset counter = 0 for next request.
    Question 1:  How can we know the 3rd package is last one?
    Question 2: If during the 2nd package, the extraction job is cancelled exceptionally, the counter value is 2 not 0, then for the next request, the data searching is not correct, right.
    Hope the above is clear, and apology this email is too long.
    Thanks.
    best regards
    Patrick

  • Logical System and Logical System Name

    Hi,
       I would like to create the following  and please tell me how do I go about doing this. I am doing this because I am trying to implement both RFC/Idoc to File and File to Idoc/RFC. The basis admin guys are unavailble at the moment so I am on my own at this moment.
    Creating a port(I suppose I need to do this on the R3. What are the steps involved)
    Create a Partner Profile

    Hi Sonia,
    For XI communicating with SAP R/3 through Idocs ALE settings need to be done,
    just go through the following steps and Configure ALE :-
    SAP XI
    1) RFC Destination (SM59)
    a) Choose create.
    b) Specify the name of the RFC destination
    c) Select connection type as 3 and save
    d) In the technical settings tab enter the details SAP SID/URL and system number#.
    e) Enter the Gateway host as same details above SID/URL.
    f) Gateway service is 3300+system number#.
    g) In the Logon /Security tab, enter the client user & Password details of Destination system.
    h) Test the connection and remote logon.
    2) Create Port (IDX1)
    a) Select create new button
    b) Enter the port name as SAP+SID (The starting char should be SAP)
    c) Enter the destination client.
    d) Enter the RFC Destination created in SAP R/3 towards other system.
    e) Save
    3) Load Meta Data for IDOC (IDX2) a) Create new
    b) IDOC Message Type
    c) Enter port created in IDX1.
    SAP R/3
    1) RFC Destination (SM59)
    a) Choose create.
    b) Specify the name of the RFC destination
    c) Select connection type as 3 and save
    d) In the technical settings tab enter the details SAP SID/URL and system number#.
    e) Enter the Gateway host as same details above SID/URL.
    f) Gateway service is 3300+system number#.
    g) In the Logon /Security tab, enter the client user & Password details of Destination system.
    h) Test the connection and remote logon.
    2) Create Port (We21)
    a) First Select Transactional RFC and then click create button
    b) Enter the destination port name as SAP+SID (The starting char should be SAP)
    c) Enter the destination client.
    d) Enter the RFC Destination created in SAP R/3 towards other system.
    e) Save
    3) Create Partner Profile (WE20)
    a) Create New
    b) Create the Partner no. name as same the logical system name of the destination system.
    c) Select Partner type LS
    d) Enter details for Type: US/USER, Agent, and Lang.
    e) Click on the + button to select the message type.
    f) Select Partner no. and LS which ever create above.
    g) Select Message type
    h) Select Process code related to the Message type.
    I) save.
    In SLD – System Landscape Directory
    TS for R/3 (Logical system):-Assign the client name created in R/3 as Logical system Name.
    Ts for Third Party (Logical system):-
    BS for SAP R/3 (Logical system):- Assign the client name created in R/3 as Logical system Name.
    BS for Third Party (Logical system):-Enter the XI logical system name.
    In Transaction SALE
    Define and Assign the logical system name.
    Regards,
    Ashwin M
    Reward If helpful

  • System Copy  and Logical system name conversion

    Hello All,
    Can any one let me know some inputs over these few queries.
    1. How much time would a 500+GB clients take for Export and reimport after the system copy.
    2. What would be run time of the BDLSS report ( Converting the logical system names) for a typical 1500 GB QTY system
    The requirement is my QTY has 3 clients, and i would like to refresh it with my PRD data. How do i safely perform thia activity with the least downtine possible and please note, the clients are around 500+ GB huge..
    Thanks in advance for your inputs.
    Rgds,
    Sri

    Hi Frank,
    the parameters of my installation are as folows.
    Appl Serv : OS - AIX (5.2 Version) and CPU's - 4 (Mem 20480) ::: DB serv : OS - AIX(5.2 Version) and CPU - 6 (Mem 22528)
    The DB version is Oracle 9.2
    We are on 4.7 enterprise version of SAP with SAPKA62055 patrch level.
    br
    Sri

  • Reg: Table name where logical system name will store in R/3 and CRM..

    Hi
    We are trying to replicate the sales order from CRM 5.0 to ECC 6.0. we mainatined publication, site, subscription and rfc connections. When the sales order is created in the CRM the BDOC is getting posted but it is picking up the wrong logical system which we were using earlier. Due to this wrong logical system, out-bound queue is getting generated in CRM but In-bound queue is not getting generated in the ECC.
    Can anybody tell me where (in which table) we need to modify the things for getting the correct logical system.
    Regards

    Hi,
    In CRM:  look for the table CRMMLSGUID. This should have the logical system name of the R/3 that it is connected to CRM and also the GUID. To check if the GUID is correct cross check with GUID from R/3 table CRMPRLS.
    In R/3: look for the table CRMRFCPAR. This will give you all the RFC connections that R3 is connected to. If you want to check whether the CRM RFC value is defined correctly compare it with RFC destination in the Administration Console (smoeac) from CRM.
    If the entries are matching then the systems are connected correctly if not you need to look at the RFC destinations from SM59 transaction.
    Hope this helps.
    Thanks,
    Karuna.

  • Default logical system names for application and metadata in models.

    hi,
    I have a dbt in web dynpro java. When we create a model, we give the logical system names. When our developement is over, do we have to change these names because in test system and subsequently production system, the backends will be oviously different than developement ?
    how do we change them and re import after changing? in abap we cant change our code in test and prod systems right  so how is it in web dynpro java ?
    thanks

    Hi Jeschael,
    thanks for the reponse.
    When I create the model, I give the default logical system names and on the next screen I give the
    ip address of the backend system, client , login, password etc
    Even though the logical system names wud be same in Dev, Test and Prod systems, the ip address, login password is different so how do I give it ?
    thanks
    B

  • A way to search System Files and by File Name as default?

    Hello.
    Is there a way I can make the default search both include searching by File Name and searching System Files?
    I know I can make a saved search, but this just is one extra step. I'd like to the default behavior of the Finder be to search system files, and default to searching by File Name rather than contents.
    Thanks.

    If you bring up the Finder window search using Command-Shift-F you will get the default of a file name search (unfortunately it has no criteria whatsoever, so if you want to modify the search with an added criterion you have to click the wee little + icon).
    There is no way to automatically include system files.
    Francine
    Francine
    Schwieder

  • Operating system name and version

    HI, I was wondering where SCCM gets the value for "system resource - Operating system and version" from.
    I have created a limiting collection for servers based on "%windows server%" query and a limiting collection based on "%windows workstation%" for workstations.
    Now I noticed that there is also a value "Windows 7 Entreprise 6.1" for system-resource - Operating system name and version.
    Therefore I would like to know where this information comes from as I can no longer be sure tat every device is covered by using "%windows server%" and "%windows workstation%"

    WMI: Win32_OperatingSystem or from AD (don't have a console next to me right now to look that up)
    Torsten Meringer | http://www.mssccmfaq.de

  • LMDB - SLD "Source and target system have the same object server name"

    Hi,
    the system is a SM7.1 SP1
    For some reason (Object-Server-Name changed), the job that syncs the sld and lmdb cancels...
    I set the LMDB-Object-Server-Name to its original Name...
    Now i've deleted the sync-config in the solman_setup and try to start a new sync, but i get the following error, when i try to configure the source-system:
    'Source and target system have the same object server name: CISM318'
    But the names are different: 'SM3' (LMDB) and 'CISM318' (SLD)
    Any suggestions ?
    best regards
    Christoph
    Edited by: Christoph Bastian on Aug 26, 2011 9:37 AM
    Edited by: Christoph Bastian on Aug 26, 2011 11:18 AM

    problem solved...
    Apparently the sync needs some hours to finish a object-server-name-change...
    best regards
    Christoph

  • Change Groupwise system name, po name and domain name?

    Hello Board,
    we want to migrate a Groupwise 7 System (Netware) to a Groupwise 8 System (Linux).
    Doesnt sound that difficult, but we dont want to use the names for the system name, the post office and the domain (groupwise domain, _not_ internet domain) which were used on the old system.
    Currently iam trying the way mentioned in TID 10077372, which mentions merging the two systems and then delete the old System.
    Am i on the right way? Do you have any hints?
    Any help appreciated.
    best regards
    sven

    Grewes,
    Ok you have a GW system(s) that you do not like the names and you want to change them. Not a problem. As you stated, and as Tommy said -merging works.
    The process you need is to build a new GW system -same as the version you have running preferred. Set it up as you like it -name-wise. Then, merge the older systems (branches) into the new system you built. Then you will have to build new domains/post offices and move mailboxes from the old GW branches into the new domains/post offices. When its all done -delete the old, and you are done.
    I have done many different variations of this type of migration/merge/consolidation. It works, its just a lot of work. Just make sure to plan it all out on paper first, document it, then go forward.
    Good Luck!
    Take Care.
    Gregg A. Hinchman
    Consultant
    [email protected]
    www.HinchmanConsulting.com
    A Novell Consulting Partner
    317.329.0288 Office
    413.254.2819 eFax
    "Courage is doing what is right."
    "Do not be bound to any doctrine, theory or ideology, even Buddhist ones. All systems of thought are guiding means, not absolute truth." Thich Nhat Hanh, Vietnamese monk.
    Book Travel @: www.booknewtravelnow.com
    >>>
    From: grewes<[email protected]>
    To:novell.support.groupwise.migrations
    Date: 8/20/2009 6:56 AM
    Subject: Re: Change Groupwise system name, po name and domain name?
    Thank you for your reply.
    I do not want to keep the names.
    If i want to link this domain to another branches domain and the domain
    is called the same this doesnt work AFAIK.
    grewes
    grewes's Profile: http://forums.novell.com/member.php?userid=3563
    View this thread: http://forums.novell.com/showthread.php?t=383606

  • System name and hostname in Technical system

    while configuring Technical system in SLD of PI 7.0, it asks System name and hostname.
    can you differentiate them or what data we have feed them?

    Hi Gabriel,
      When defining the Technical system in the SLD you have to mention the name of the technical system which is to be given in the system name option and as the technical system is the physical system so you need to mention the host name which is to be provided in the hostname option. Generally we will give the domain name in the hostname parameter.
    Please refer the below link for more info:
    https://www.sdn.sap.com/irj/sdn/wiki --> working with SLD.
    Regards,
    Prasanthi.

  • Logical system Name Change Via Transport

    Hi All,
    Recently we made changes in parallel processing profile customizing table  (/SAPAPO/SDP_PAR) and created entries for Macro Jobs and CIF.
    For Application "CIF Delta Report", Logical system is mandatory and in Dev we gave the APO Dev Logical System Name (AD1XXX). Now when we moved the changes to Quality, expectation was that Logical system name for CIF Entry in the table would change to AQ1XXX - However, it still shows as AD1XXX there. Moreover AD1XXX entry is not a valid entry in Quality System and even when we see Drop Down values for that column (Press F4) - Only APO and ECC Quality systems names are appearing.
    Please suggest how can this logical system name be corrected. One option is running BDLS, but when this TR moves to Production there also we might end up in same scenario (Logical system as AD1XXX instead of AP1XXX) and running BDLS in Production wont be approved.
    Please suggest if there is any other option to handle this.
    Regards,
    Alok

    Hi Alok,
    we describe a solution in our
    SAP Rapid Deployment Solutions (RDS)
    Quick Link
                    Access SAP Rapid Deployment Solutions (RDS) directly via
                      http://service.sap.com/rds
    SAP Demand and Supply Network Planning rapid-deployment solution
    Quick Link
        Access this area directly via
    http://service.sap.com
    /rds-dpa
    In confgiguration guide
    Central Master Data Replication (SCO)
    you can read how it is done with
    Create Entries in Table
    TVARVC for Logical System Variable in Variants
    Frank

Maybe you are looking for

  • Is there any specific docs for using iPlanet v5.1 as MTA only rather than as a MTA/IMAP server?

    We currently use PMDF on a couple of dedicated boxes as MTA's for our site. Licensing for iPlanet v5 is a little more favorable and a number of the former PMDF developers now work for iPlanet/Sun and these folks were great to work with. I'm reading t

  • Running Leopard, wanting to boot to Tiger

    Hello, I just installed a new version of Leopard on my iMac. I'd like to use boot camp to partition a small part of my hard drive so I could install Tiger. I know it sounds funny, but there are some programs that I use that work on Tiger but not Leop

  • Logical Vs Physical Data Model

    Hi guys What is the difference between logical data model and physical data model.

  • User exits for VA41/VA42

    Hi, Is there any user exit which would help in making the characteristics value field input disabled as soon as the user enters a value .He/She should be allowed to choose only once and not be able to change again.The characteristics data is visible

  • Unable to Perform Initial configuration

    Hi, I am trying to configure the WRT160NL router but getting some problem. 1. While installing the CD(received with the router) the Network configuration is not getting completed successfully. It is showing the "ERROR 322: New Router or Gateway Not d