Import zprogram from a different server

Hi
We use different servers for various products. We have  zprograms to update/ download info records in one of the servers and we need to import and use the same zprogams in another server.
Could anyone tell me what is the procedure for this, should I approach the Basis person? What are the things to be taken under consideration?
Thanks for your help
Aparna

Hi Madhavi,
  It is not between Dev, quality and prod servers. We have say AD1,AQ1 and AP1 (prod range1) and BD1, BQ1 and Bp1 (prod range 2).
The zprogram is active in AD1, AQ1 and AP1.
I need to import it to BD1, BQ1 and BP1
Thanks
Aparna

Similar Messages

  • Trying to use FTP to get data from a different server

    Hi Friends,
        I have to use FTP to get data from a different server and upload it on SAP server. Now my problem is when I m trying to do ftp through command line it brings the file but with no data.
       Through ABAP program nothing is happening.
    Here's my code--
      V_PASSWORD = 'test@123'.
      V_PWD_LEN = STRLEN( V_PASSWORD ).
      CALL FUNCTION 'HTTP_SCRAMBLE'
        EXPORTING
          SOURCE      = V_PASSWORD
          SOURCELEN   = V_PWD_LEN
          KEY         = CS_KEY_500098
        IMPORTING
          DESTINATION = V_PASSWORD.
      CALL FUNCTION 'FTP_CONNECT'
        EXPORTING
          USER            = 'test'
          PASSWORD        = V_PASSWORD
          HOST            = '176.0.1.6'
          RFC_DESTINATION = 'SAPFTPA'
        IMPORTING
          HANDLE          = MI_HANDLE
        EXCEPTIONS
          NOT_CONNECTED   = 1
          OTHERS          = 2.
      CHECK SY-SUBRC = 0.
      cmd = 'lcd d:\ftp'. .
      PERFORM FTP_COMMAND USING CMD.
      CMD = 'asc'.
      PERFORM FTP_COMMAND USING CMD.
      CONCATENATE 'dir' 'ftpt*' INTO CMD SEPARATED BY SPACE.
      PERFORM FTP_COMMAND USING CMD.
      cmd = 'ls'.
    concatenate 'ls' INTO CMD SEPARATED BY SPACE.
      PERFORM FTP_COMMAND USING CMD.
      cmd = 'mget trial.txt'.
    CONCATENATE 'mget' 'trial.txt' INTO CMD SEPARATED BY SPACE.
      CALL FUNCTION 'FTP_COMMAND'
        EXPORTING
          HANDLE        = MI_HANDLE
          COMMAND       = CMD
        TABLES
          DATA          = MTAB_DATA1
        EXCEPTIONS
          TCPIP_ERROR   = 1
          COMMAND_ERROR = 2
          DATA_ERROR    = 3
          OTHERS        = 4.
      IF SY-SUBRC = 0.
        LOOP AT MTAB_DATA1.
          WRITE: / MTAB_DATA1.
        ENDLOOP.
      ELSE.
        CONCATENATE 'Error in FTP Command while executing' CMD INTO ERROR SEPARATED BY SPACE.
        WRITE: / ERROR.
      ENDIF.

    Hi
    try this.....in one of my reqt, i done this successfully....
    FORM FTPCON.
    FTP-------------------------------------------------------*
      CLEAR DSTLEN.
      SET EXTENDED CHECK OFF.
      DSTLEN = STRLEN( S_PWD ).     -
    >  (S_PWD (password) is a selection screen field )                  
      CALL FUNCTION 'HTTP_SCRAMBLE'
        EXPORTING
          SOURCE      = S_PWD
          SOURCELEN   = DSTLEN
          KEY         = KEY
        IMPORTING
          DESTINATION = S_PWD.
      CALL FUNCTION 'FTP_CONNECT'
        EXPORTING
          USER            = P_USER                   -
    > Username
          PASSWORD        = S_PWD             -
    > password
          HOST            = P_HOST                  -
    > Host
          RFC_DESTINATION = P_DEST         -
    > Destination
        IMPORTING
          HANDLE          = HDL
        EXCEPTIONS
          NOT_CONNECTED   = 1
          OTHERS          = 2.
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      CALL FUNCTION 'FTP_COMMAND'
        EXPORTING
          HANDLE        = HDL
          COMMAND       = 'set passive on'
        TABLES
          DATA          = RESULT
        EXCEPTIONS
          TCPIP_ERROR   = 1
          COMMAND_ERROR = 2
          DATA_ERROR    = 3.
      CALL FUNCTION 'FTP_R3_TO_SERVER'
        EXPORTING
          HANDLE         = HDL
          FNAME          = G_FCNAME
          CHARACTER_MODE = 'X'
        TABLES
          TEXT           = T_FILE1
        EXCEPTIONS
          TCPIP_ERROR    = 1
          COMMAND_ERROR  = 2
          DATA_ERROR     = 3
          OTHERS         = 4.
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      CALL FUNCTION 'FTP_R3_TO_SERVER'
        EXPORTING
          HANDLE         = HDL
          FNAME          = G_FCNAME1
          CHARACTER_MODE = 'X'
        TABLES
          TEXT           = T_FILE2
        EXCEPTIONS
          TCPIP_ERROR    = 1
          COMMAND_ERROR  = 2
          DATA_ERROR     = 3
          OTHERS         = 4.
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      CALL FUNCTION 'FTP_DISCONNECT'
        EXPORTING
          HANDLE = HDL.
      CALL FUNCTION 'RFC_CONNECTION_CLOSE'
          EXPORTING
            DESTINATION          = P_DEST
          EXCEPTIONS
            DESTINATION_NOT_OPEN = 1
            OTHERS               = 2.
        IF SY-SUBRC <> 0.
          MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                  WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    ENDFORM.                    " FTPCON
    Hope it helps.....

  • How can i import tables from a different schema into the existing relational model... to add these tables in the existing model? plss help

    how can i import tables from a different schema into the existing relational model... to add these tables in the existing relational/logical model? plss help
    note; I already have the relational/logical model ready from one schema... and I need to add few more tables to this relational/logical model
    can I import the same way as I did previously??
    but even if I do the same how can I add it in the model?? as the logical model has already been engineered..
    please help ...
    thanks

    Hi,
    Before you start, you should probably take a backup copy of your design (the .dmd file and associated folder), in case the update does not work out as you had hoped.
    You need to use Import > Data Dictionary again, to start the Data Dictionary Import Wizard.
    In step 1 use a suitable database connection that can access the relevant table definitions.
    In step 2 select the schema (or schemas) to import.  The "Import to" field in the lower left part of the main panel allows you to select which existing Relational Model to import into (or to specify that a new Relational Model is to be created).
    In step 3 select the tables to import.  (Note that if there are an Foreign Key constraints between the new tables and any tables you had previously imported, you should also include the previous tables, otherwise the Foreign Key constraints will not be imported.)
    After the import itself has completed, the "Compare Models" dialog is displayed.  This shows the differences between the model being imported and the previous state of the model, and allows you to select which changes are to be applied.
    Just selecting the Merge button should apply all the additions and changes in the new import.
    Having updated your Relational Model, you can then update your Logical Model.  To do this you repeat the "Engineer to Logical Model".  This displays the "Engineer to Logical Model" dialog, which shows the changes which will be applied to the Logical Model, and allows you to select which changes are to be applied.
    Just selecting the Engineer button should apply all the additions and changes.
    I hope this helps you achieve what you want.
    David

  • Is there a way to import contacts from an email server to an iphone?

    Is there a way to import contacts from an email server to an iphone?

    not that I'm aware of. 

  • Taking rman backup from a different server

    HI Al,
    Is it possible for us run the rman backup from a different server other than the server on which database exist .
    For Ex :
    Our database is on server X
    But , I want to schedulde the archive backup from the server Y .
    How can we do this and is it possible ...
    Regds
    Rahul Gupta

    Yes, as long the RMAN executable is compatible to the target database, on metalink:
    RMAN Compatibility Matrix
    Doc ID: 73431.1
    rman sys/<password>@<connect_string>
    Werner

  • Problem importing users from LDAP (AD) server in administration tool.

    Hello,
    I have a problem integrating an LDAP server in the Security Manager of the Administration tool.
    When trying to import users from an LDAP Server, i receive this error>
    "53002 - LDAP server referral is not supported."
    [http://download.oracle.com/docs/cd/E05553_01/books/AnyMsg/AnyMsg_Messages22.html]
    The configuration of the LDAP server is correct because i receive this message after configuring the connection>
    "LDAP Server connected succesfully".
    The version of the Oracle Administration Tool is> 10.1.3.4.1.090414.1900
    The specifications of the LDAP server are> Active Directory service in Microsoft Windows 2003 Server R2 x64.
    Thank you for the Support.

    Hello,
    Please refer to the following KBAs, may be this can helps you:
    http://service.sap.com/sap/support/notes/1818711
    http://service.sap.com/sap/support/notes/1816595
    http://service.sap.com/sap/support/notes/1809036
    Regards,
    Asma CHAOUACHI

  • Accessing an object from a different server

    Hi,
    I am making a program that will access an object from a different server.
    I have a program that when I run calls a jsp page running on Server A which in turn should request an object A from Server B.
    I am relatively new to Java and jsp. What would my best course of action be.
    Thanks in advance,
    Brian

    Or RMI?OK, sounds good, I will look up some RMi on the site.
    Thanks, will prob have more questions for you later.

  • Taking data from two different server in a single table

    Hi All,
    can u plz tell me i want take a data from a two different server in a single table
    Thanks,
    Bell.

    Again, you have written the same sentence. I have 2 servers Server1 and Server2 and one table called my_table (You or God knows where this table is).
    Now tell us what you want to do ?
    Sidhu
    http://amardeepsidhu.blogspot.com

  • Importing photos from 2 different cameras

    I have been importing photos from my partner's and my own Sony Cybershot cameras for months now but only discovered by browsing iPhoto Library that I has created doubles from day one.
    I have 2 DSC0250.JPG and 2 DSC0250.jpg for example.
    I am a bit worried that one set will be crushed. Am I going to lose all those photos? Can I rename one set? How can I register an other camera on iPhoto to stop it from creating doubles all the time?
    Many thanks in advance for your help
    Steph

    Where are you seeing these "doubles" - in the iPhoto window or using the finder?
    you can not change the file names - never make any changes of any sort to the content or structure of the iPhoto library - it will corrupt it and you will lose data
    iPhoto is fine with duplicate file names - it knows that cameras do that
    you can set both cameras to different starting points so they are not the same until later
    LN

  • Read Images from a different server

    I need to read an image which is on a different server and place on my form. Can any one help me how this can be acomplished.
    I have the url where all the images are residing. Though I hard code it in my form it gives me error that it cannot find the image.
    Any ideas?

    What is the code you are trying to use. If you tried READ_IMAGE_FILE then this doesn't work because it looks on the file system for images (see online help)
    Frank

  • Can I import songs from two different Macs using home sharing?

    I have two MacBooks and a IMAC G5.
    I set up home sharing but can't seem to import songs from PC one to another.
    I was able to do it but now 2 of my PCs are using Yosemite.
    I want to move my music from, Macbook, to iPAD, to iPhone to iPOD.
    Any help with this will be appreciated
    Thanks
    Chuck

    You can't use home sharing to put music on your mobile devices from your iTunes library, you will need to sync them.

  • Why can't i import photos from a different user account?

    Why when i import photos to iphoto from my user account it works fine. If i try importing them from the other user account it the photo it shows the event folder in the events page but when you go into it there are no photos, and when you close the app it dissappears completely. I dont understand why it is doing this? The iphoto library is actually from the other user account so there shoudnlt be any sharing issues. The only thing is that i iorignially installed on the other user account but it all started when i updated it to iphoto11 and installed it on my account. that shouldnt make a difference though??
    Also if it is not possible to be able to import from both accounts how can i change it so that the other account is able to import only and not from my account?

    I have the same iphoto library selected for both user acounts
    How?
    and share my photos is checked on both accounts from preferences.
    If they use the same Library, why are you sharing this way?

  • How do I import bookmarks from a different PC installation?

    I recently changed from a desktop to a laptop for my primary system when the desktop power supply failed. I was able to recover all desktop files by moving the HDD to an external USB enclosure.
    Now I need to import the old extensive bookmark collection in Firefox 3.x to the laptop Firefox 3.x and combine it with the current bookmarks on the laptop.
    How do I do this without destroying the bookmarks already on the laptop?

    Before you do this, backup your laptops bookmarks as shown in the first part of the [[backing up and restoring bookmarks]] article. This step should not be necessary but I am just playing it safe so you can restore them if required.
    The process below will save a copy of your bookmarks from the laptop, next it will replace the bookmarks on the laptop with those that were on the desktop. Finally it will import the laptops bookmarks, adding them to those from the desktop.
    Export the bookmarks on the laptop again, this time to an HTML file, for details see [[exporting bookmarks to an HTML file]].
    The next step is to restore the bookmarks from the HDD for the desktop. Follow the instructions in the [[backing up and restoring bookmarks]] article for restoring bookmarks, using the "Choose File" option. Now browse to the old profile folder on the HDD. For details of finding this folder see [http://kb.mozillazine.org/Profile_folder_-_Firefox]. Inside the profile folder there will be a folder called bookmarkbackups containing files with names in the format bookmarks-yyyy-mm-dd.json, select the one with the latest date. This will import those bookmarks, and in the process replace those that are on the laptop.
    The final stage is re-importing the bookmarks from the HTML file that you exported above, for details see [[importing Bookmarks from an HTML File]]. This will add the bookmarks to those that were originally on the desktop.
    If you are likely to have duplicate bookmarks, you can use the [https://addons.mozilla.org/en-US/firefox/addon/10897/ CheckPlaces] add-on to remove them if you wish.

  • Best way to Import Data from a SQL Server Table?

    Hi,
    Firstly thanks for looking at this question.
    We need to import data into SAP BPC 5.1 on a twice daily basis and have chosen not to export to a .CSV file but instead to hold all data in a SQL table and import it directly from there.  As part of the import we wish to run the default logic, however only over the data which is imported as opposed to having to running default logic over the entire database after every import.
    We did some research on this topic and the only thing we could find that would work as described above is using the "Import SQL" package.  However we keep experiencing problems with it and have not yet been able to run it successfully; the errors it gives are not consistent from run to run which makes it difficult to start a thread, though we are getting help from the helpdesk at the moment.
    My question here though is - is there another way that someone knows of to import data into SAP BPC from a SQL table, and being able to run default logic over just the data being imported, or is our only hope getting the "Import SQL" package working?
    Any help much appreciated.
    Regards,
    Iain
    Forgot to mention details of our environment:
    SAP BPC v5.0.495, 2 server environment -
    Server 1 (DB/AS/SSIS/File server) = 64bit Windows 2k3 server with 64bit SQL Server Enterprise Edition
    Server 2 (IIS/App server) = 32bit Windows 2k3 server
    Edited by: Iain Hambleton on Jun 17, 2008 3:25 PM

    Lain,
    I recently created SSIS packages that need to work with a staging table that does all kind of manipulations of that data before it is loading into SAP BPC, because it also has to load the data in the drillthrough table within the same package. From one point in my package the data is also in a SQL table so basically the same as in your situation. This also works with an export to CSV within the DTSX file like Alwin said, because in this case you can use the standard transformation and conversion stuff during the load.
    I also needed to limit the data region for logic to the data region that is in the load for currency conversion purposes. This is not very much of a problem. I had a situation where I have an Accounts receivable cube containing a daily time dimension for keyduedates and a datasrc dimension containing weeks. Every week has a complete overview of the open AR items in that week and need to be converted for that week (datasrc) only and not for the whole database every time we load. But by default data would be converted based on the Keyduedates dimension while I wanted the Week dimension to be used as the data region. I solved it by using these rows in the logic:
    *Scope_by=version,Weeks
    *xdim_memberset weeks=%weeks_set%
    *xdim_memberset version = %version_set%
    I can send you the SSIS package and logic if you want. Just send me your details then.
    -Joost
    Edited by: Joost Hoppenbrouwers on Jun 17, 2008 4:25 PM

  • Error is STMS when import client from 2 different system

    I have two system in same landscape, system 1 is production with system ID : SEP, system 2 is develop with system ID : SED (is Domain Controller),
    system 1 & 2 in same domain with Domain Controller : DOMAIN_SED in STMS
    And then, I exported client 800 on production system (system 1) with profile SAP_EXPA
    and I have 3 request : KO00189.SEP ; KT00189.SEP ; KX00189.SEP (cofiles) and RO00189.SEP ; RT00189.SEP ; RX00189.SEP (data)
    I copied 3 request above into system 3 (system 3 is different landscape with 2 system above and i setup system 3 at different location, so called backup system. System 3 is setup with system ID: SED and Domain Controller DOMAIN_SED too)
    Then i imported client 800 into system 3
    and i have an error in system 3 : System unknown in Transport Management System
    Please help me ...
    Thanks all

    hi Shanker !
    after reset user TMSADM -> connection not change -> connection work OK
    i tried it but error remaining
    Information extra :
    system 3 is a physical system with Domain Controller : DOMAIN_SED ****** SID : SED and  extra setup a virtual system as SEP on system 3
    I configured tranport route from SED to SEP, so error "System unknown in Transport Management System" no longer
    but arise new error "Error occurred in SED TMS communication"
    Information extra error "Error occurred in SED TMS communication" when import request :
    Error occurred in SED TMS communication
    Message no. XT149
    Diagnosis
    An error occurred in the TMS communication layer of the following SAP system:
       System: SED.DOMAIN_SED(000)
       Function: TMS_CC_READ_CCCFLOW_OF_TRKORR
       Error: SERVICE_NOT_AVAILABLE ()
    System Response
    The function terminates.
    Procedure
    Check your transport control station configuration with transaction STMS.
    thanks all
    I hope error to solve soon .....

Maybe you are looking for