Import XI 3.0 Components from other XI system

Hi Experts,
New XI Installation was done in the system with Service Pack 14.
In the team, we had exported all our components in other XI system where we had used earlier (which was with Service Pack 9). Now we want to use all these exported components in the New XI system with SP 14.
Now I would like to import my component (example My_Test_Component which was exported in Service Pack 9 XI system) in the New XI system with Service Pack 14.
I logged into Integration Repository and tried with Tools --> Import Design Objects. I could not able to proceed further, regarding the import of those components (which are from Service Pack 9) to new XI system.
Or
Should I copy those exported .TPZ files into New XI system?
Could some one help me, how to resolve this issue.
Thanks in advance.
Sree

Sree,
After exporting it saves as .tpz file in your export directory of your old system. So go to that location and copy that to the import directory of your new system. Then you click on Tools --> Import Design Objects --> Select your file and activate all of them.
Before doing this you should have to create the same software component in your new system as in your old system.
Hope this helps........
---Satish

Similar Messages

  • ChaRM: "Import Urg. Corrections from Other Test Systems"

    Dear all,
    we are using Change Request Management on Solution Manager 7.0 EHP1 with a four-system landscape:
    DEV - TEST1 - TEST2 - PROD
    We want Normal Corrections to go the regular way from DEV to PRD with a longer stay in TEST1 for major release tests.
    Urg. Corrections need to go the way DEV > TEST1 + TEST2 (at the same time) > PRD
    They are only quickly tested in TEST2, which is on the same import level as PRD.
    Now we discovered the task "Import Urg. Corrections from Other Test Systems" in the ChaRM tasklist and thought it could match our needs.
    But whenever it is executed on TEST2 (no matter where the Urg. Corrections transports currently reside) the task result is status green with wording "There are currently no open imports in TEST2 system buffer".
    I couldn't find any documentation or notes about this task. Has anyone experience with this or knows a good place for documentation about it?
    Thank you!
    Christoph

    Hi,
    when you open your change in crmd_order, is there a green flag near the status and can you change the correction in crmd_order directly?
    And when you execute the report you are not in change mode in this correction in another session?
    Regards
    Andy

  • Accessing data from other SAP system

    Hi experts
    I need to access data from one SAP system from other.  My requirement is , perform applications (programs) in some SAP system, but using/accessing  data from other SAP system .
    For example, when we press F4 we get the match code (search help) for the field ;  that window is alredy created by SAP and it shows the data for that field . Of course the application (ike any other program/application) read the data from the SAP system is being executing ;  well i need execute that match code but show (taking) the data from other SAP system;  i not refer to other MANDT in same system but other SAP system.
    The communication between SAP1 system and SAP2 system is already created from BASIS.
    My doubt is how can i  execute that standard application (search help) but 'invoke' to standard application this take data from other system ?
    I guess i can create Z search help wich call a Z Function (RFC) to get the data required from the other system ;
    or maybe enhance the standar search help to call that Z RFC ;  but standard application search help is already created and this access the data in several ways or places of code , and this has severals sub-windows and search features ; and i just need execute exactly same search help but accesing data from the other SAP system ; so my doubt is, is there some way to indicate to SAP the applications always (wherever) these applications acces the data do it but from other SAP system, 
    like if we 'redirect' the Data Base to other SAP system. 
    SAP1 applications are being executing  -
    >   but all data (records) are taking from SAP2
    Maybe the first suggestion is simply why do not we execute applications in SAP2 instead SAP1 , that's because the version package in SAP2 system (where we have the data) does not support some (non SAP) applications we need to use.
    Excuse the long thread.  Does somebody can help, any idea ?
    Best Regards
    Frank

    Hi Frank,
    Below are my thoughts, these are only conceptual and haven't had an opportunity to try these possibilities, also not sure if this is the right thing.
    1) Create an entry in DBCON using TCode: DBCO for the Database of system SAP2. Now in the application of SAP1 use the "SET CONNECTION" construct as the very first statement, so that consecutive SQL statements will point at the DB of SAP2.
    2) I have read somewhere that the Work Processes are connected to the Default database and i am not sure if you can change this setting, but if you can and provided you have have multiple application servers in your SAP1 landscape, then pick one of the application servers and change the settings on the WP to point at the DB of SAP2, you have the end users login to this particualr app server.
    3) If there are multiple app servers in SAP1 landscape, then choose one of the app servers and change the default database setting to point at DB of SAP2.
    Regards,
    Chen

  • CRM_Order_maintain not wortking from other SAP system

    Hi ,
    we need to change the msg partner for a support desk msg from webdynpro application.for that we are creating a custom RFC function module, Contains the below coding ,
    CRM_ORDER_MAINTAIN
    CRM_ORDER_SAVE
    BAPI_TRANSACTION_COMMIT
    It is successfully changing the business partner ( msg processor ) in the support desk msg . But if we call this function module from webdynpro it is not creating as such.
    what could be the reason .
    ____________ we checked the following
    1. we called the RFC from other SAP system . it is not working .
    2. we debugged that RFC from R/3 , we found the difference. For the below functional module is not returning any events from R/3 . whereas if we run the FM from solution manager it is exporting events .
    CRM_EVENT_PASS_INFO_EXE_OW

    Hi,
    Did you solve this issue?? if you do? how you do it?
    thanks in advanced.

  • Import of Merchandise Hierarchy changes from other system

    Good day for everyone!
    Can you please help me in this situation:
    1. We have two system - SAP and system for master data maintenance (call it MD).
    2. Merchandise Hierarchy structure creates in SAP and migrates to  MD system.
    3. All changes we want to make in MD system (creating/changing/deleting  hierarchy nodes, hierarchy reorganization, creating/changing/deleting attributes for hierarchy nodes) and then pass it in SAP.
    Are there any standard instruments in SAP that can allow to transfer all making changes for Merchandise Hierarchy in MD system to SAP (reports, FM and so on)? Maybe anyone have experience with similar situation? I hope for help! Thank you for answers!

    Hi Olga:
    The sceanrio is distribution from the sending system.  Standard transactions and ALE support transfer of Merchandise Category Hierarchy (MCH) and dependant objects (characteristics and values, for example).
    There are four message types that will be sent: W_WGRP, CHRMAS, CLFMAS, and CLSMAS.  MCH objects have dependencies and therefore the sequence of these messages must be controlled, which requires the addition of a fifth message type: SERDAT.
    It is important to understand that IDoc Serialization using message types is used when several different message types are dependent on each other, as is the case here.  For example, if a merchandise category is assigned to a merchandise category hierarchy level,  the merchandise category hierarchy level must first exist.
    For this reason, the message types are grouped together in a serialization group, in which the processing sequence is defined.  There is a standard serialization group for this purpose: GRP_W_WGRP. 
    Use the following path to configure inbound processing:
    SALE > Modeling and Implementing Business Processes > Master Data Distribution > Serialization for Sending and Receiving Data > Serialization Using Message Types > Define Inbound Processing
    Here is an outline of the steps:
    1. SALE - Configuration of Serialization of IDoc processing
    2. SM59 – Create RFC destination
    3. WE21 – Create an RFC Port
    4. BD64 – Create Distribution Model
    5. WE20 – Create Outbound Partner Profile
    6. WE20 – Create Inbound Partner Profile
    7. WGSE – ALE MCH Objects
    Please also take note of the following standard reports:
    RBDSER01 creates the IDocs for a serialization group.
    RBDSER02  dispatches the IDocs belonging to a serialization group.
    RBDSER03  checks whether all the IDocs have been successfully sent to the receiving system. If they have, a control message of message type SERDAT is sent to the receiving system and posts the serialization group there.
    RBDSER04 is for processing of inbound IDocs of a serialization group can be directly started by the Report RBDSER04.
    You will want to also consider maintaining Reference Articles in the sending system and distribution of Reference Articles using ALE too.  This is because Reference Articles are assigned to the Merchandise Category.  The standard transaction for this is BD10.
    In addition to the manual transactions and reports, change pointers can also be used to distribute the master data.
    - Paul
    Paul Gendreau, Jr.
    SAP Retail

  • Reading file structure and path from other local system share in jsp

    Hi,
    I have a requirement where I need to list all the file and folder structure from other shared folder from different path.
    \\tempx\\test , here test is the folder thats shared on tempx folder. if I copy and paste the path "\\tempx\\test" in start->run it opens the file in window. Same could be achived in java with File. However it gives issues in jsp. Please help me to resolve the issue.
    Thanks in advance.

    I am using below code to access share folder in other system and display all the file & directores below the folder. This code works fine in java in windows system, however if I move this in jsp and to Unix box issue appears. Plese guide
    import java.io.*;
    import java.io.File;
    import java.lang.*;
    public class BCMRepo
         public static void main(String args[])
              try
                   File fbcm = new File("\\\\tmp678\\test\\Common");     
                   String strFilename = fbcm.getAbsolutePath();
                   System.out.println("strFilename :"+strFilename);
                   String strFile[] = fbcm.list();
                   if(fbcm.isDirectory())
                             System.out.println("Is directory");
                             for (int i=0;i<strFile.length;i++)
                                  System.out.println(strFile);     
                   else
                             System.out.println("Is not directory");     
              catch(Exception e)
                   System.out.println("Error :"+e);

  • Import Chart of Account Data from other system

    Hi FICO Gurus,
    I am a new student in FICO, here i have a question as following, ask for help,
    In my new rollout system, i need a chart of account. these data is existing in the other system, i want to import it from there, other then input one by one manually. can anyone tell me how can i do that?
    can anyone help me to solve it?
    Any responses will be awarded.
    Thanks a lot!
    Samson

    Use T Code FS15 in the old client/company code and give a file  ex 1234.
    Note the file and path generated from the message.
    Advise your basis team to copy the file in the same path of the required client.
    After copying use t code fs16 and generate the GL accounts through Batch input session.
    All the GL accounts will be copied in your new server.

  • ICR - Importing Data from Other SAP Systems for Reconcilaition

    Dear Ralph and Other Experts,
    At my current engagement we need to import data from a subsidiary separate SAP system for reconciliation. There are scenarios where one side of an Interco document is posted in the corporate system and the other half is posted in the subsidiary's system. The posts from the subsidiary are totaled by comp code account and trading part and then posted in the corporate system.
    This will make it challenging to run automatic rule assignments because scenarios will arise where one document in the subsidiary needs to be matched to many documents in the corporate system.
    I did some searching on changing the DataSource   in FBIC008 for certain company codes to file upload or external but cannot find documentation on how to complete the configuration or how this functionality it works. Has anyone used this functionality? Could somebody please explain or link me to a document about using this external or file upload functionality in the ICR system.
    Best,
    John S

    Hi Frank,
    Below are my thoughts, these are only conceptual and haven't had an opportunity to try these possibilities, also not sure if this is the right thing.
    1) Create an entry in DBCON using TCode: DBCO for the Database of system SAP2. Now in the application of SAP1 use the "SET CONNECTION" construct as the very first statement, so that consecutive SQL statements will point at the DB of SAP2.
    2) I have read somewhere that the Work Processes are connected to the Default database and i am not sure if you can change this setting, but if you can and provided you have have multiple application servers in your SAP1 landscape, then pick one of the application servers and change the settings on the WP to point at the DB of SAP2, you have the end users login to this particualr app server.
    3) If there are multiple app servers in SAP1 landscape, then choose one of the app servers and change the default database setting to point at DB of SAP2.
    Regards,
    Chen

  • Testing same interfaces from other Business System

    Hi,
    Till now we have been testing with BIDCLNT100.
    Now we want to continue testing with BIDCLNT200 for which there was no config before.
    Apart from adding new Business System for new client in SLD, what is needed to be done in ID to configure interfaces for this client.
    Regards,
    Anirudh.

    Hi Prateek,
    I think I also need to add the SWCV which are used for these scenarios to this new BS in SLD.
    Please confirm.
    Also, will there be any changes in IR?
    regards,
    Aniurdh.

  • Importing data from other system - cvs files

    hi
    What is the best way to import 3 cvs files from other accounting system
    The 3 files contains data about customers and few more custom fields that I need to create in Business one
    (more information about the cusomter)
    I need to import the files every day
    Thank you

    Hi Ofer,
    I read you need to do this import every day. With the DTW you have to do this manually(?).
    Another (however expensive) option is to use iBOLT from <a href="http://www.magicsoftware.com">Magic Software</a>.
    We also have a customer wich get's every day a few .csv files by email. iBOLT does get the .csv from the mailbox, does some preperation and imports the data into SBO. No user interaction required.
    Kind regards,
    Rowdy

  • Nikon D800 raw files taken with Sandisk extreme plus 32GB SDHC card got corrupted. Able to preview them in Lightroom4.4 Library, but not able to import or transfer the files from card to computer. Any ideas on how to save images from Library Window in Lig

    Hi, I have shot few pictures on 31st December night in RAW mode using Nikon D800 and Sandisk extreme plus 32GB SDHC card. It looks like card got some memory errors so not able to transfer the files from Card to computer. However I am able to view the pics thru Lightroom ver 4.4 Library, but when I tried to import them, it gives me an error stating that file can't be read.
    Is there a way to save the pics from Library window in lightroom overcoming the card read errors ?
    Thanks in advance

    Hi SSPRENGEL,
    Thank you for your response. Here is the error message I am receiving, I tried with various destination folders in the computer but it still gives the same error:. Just to let you know, I am able to import pictures into these folders from other memory cards.
    I am able to finally at least extract the jpgs using the option suggested by elie-d

  • Modelling the fields in the cube from different source system.......

    Hi,
    I need to create one query on the cube.
    User want some of the fields in the query which are present in diffrent source system , rest of the fields are present in the cube.
    These are master data fields ( 7 fields in total) from other source system.
    Cube gets data from one ODS.
    some steps I need to do are :
    1) create new source system
    2) Create corresponding objects in BW.
    3) Model the things in ODS and cube
    Can somebody let me know what is the best way/steps to model such scenario.
    Thanks, Jeetu

    Hi,
    Replicate both the data sources to BW.
    Create 2 infosources/transformations, map them to respective fields and infoobjects.
    Now assign them to cube and load the data
    hope this helps.
    Rgs,
    I.R.K

  • Calling RFC function module in other SAP system...

    Hi,
    I have a report on one SAP system and a function module on other system. The function module is RFC enabled. How can I call this RFC enabled function module from other SAP system in the report which is different SAP ?
    system.
    Thanks.
    Regards,
    Rajesh.

    call the function module in orginal system in se38 ,copy the function module ,paste the function module in other system,and maintain destination here ,otherwise you will get short dump.
    here detination should be SM59 destination,this is case sensitive.
    Reward Points if it is helpful
    Thanks
    Seshu

  • Error while trying to import Software components from SLD.

    Hi Gurus,
    Need Help.
    When we are trying to import Software components from SLD we are getting following error. Could not read list of software component versions from SLD. In Description  i am getting following two points.
    1. Could not read list of software component versions from SLD (COULD_NOT_READ_SWCV)
    2. User credentials are invalid or user is denied access
    We have tried following
    1. LCRSAPRFC and SAPSLDAPI are working fine.
    2  SLDAPICUST is ok
    3. In nwa connections are available for LCRSAPRFC and SAPSLDAPI.
    Request you to let us know how to resolve this issue.
    Thanks in advance.

    Hello ,
    Can you check below roles assigned to the user id?
    SAP_SLD_CONFIGURATOR
    SAP_SLD_DEVELOPER
    SAP_SLD_ORGANIZER
    Thanks

  • My Images won't open in Photoshop CS5 when I click on Edit in Lightroom - even though this option has been selected?  To edit in Photoshop I have to export image from Lightroom then import into Photoshop.  I have other programmes such as NIK and if I wish

    My Images won't open in Photoshop CS5 when I click on Edit in Lightroom - even though this option has been selected?  To edit in Photoshop I have to export image from Lightroom then import into Photoshop.  I have other programmes such as NIK and if I wish to edit in these everything works fine.

    Same here. I've never had trouble with this function before.
    It opens the Photoshop application with all the menus/windows, but it never opens the actual image I chose to work on.
    I'm on a Mac, using OS X Yosemite, 10.10.1  Lightroom is version 5.7  Photoshop is CS5, version 12.0.4
    FWIW, I also can't automate>Photomerge ... . Makes me think Photoshop, not Lightroom, is all wacky. I tried dumping PS preferences

Maybe you are looking for

  • System settings do not react

    A few weeks ago, i wanted to change my background via system settings. Suddenly the systems settings stopped and i wasnt able to close it or to come back to the main menu of the system settings. all i could do was to close it via cmd+alt+esc. Now i g

  • Query related to datasubsetting

    hi, How is datasubsetting helpful in olite applications? How and in which scenarios can it be used?? In my application I have various uses and each uses has access to particular processes, here will datasubsetting be helpful for me to give access to

  • Activating new iPhone & downloading software

    Anyone else having issues activing new iphone because of iTunes software and Apple password? I keep downloading the new software on computer, but phone saying not loaded. And when I try to connect using Apple log-in & password, Apple is telling me I

  • Cisco SCE 8000 rebooting

    Hi! Cisco SCE 8000 working normally while traffic through it not pass. When i connect optical links and start passing traffic throught cisco, i have a problem. SCE watchdog run software reboot with error: 2013-09-30 13:54:40 | FATAL | CPU #000 | A pr

  • B2B-50547 Agreement not found for trading partners

    I am attempting to try out using a File listening channel. I have set up the channel with the file name format %TO_PARTY%_%DOCTYPE_NAME%_%DOCTYPE_REVISION%_%MSG_TYPE%_%MSG_ID% as shown in the Technical Note: 11g_002 File/ FTP capabilities. The folder