Help! To export object like infoObject as a package ?

Hi gurus:
How to export the the object what I created like Infoobject & InfoCube &InfoSource & so on from one server, then import to another server.
Thanks.
chan

Pre resuisite: Establish RFC between these systems.
After establishing RFC:
1. Go to RSA1 - transport connection - search for your objects, collect them.
2. Once you collect, click truck button on the right side.
3. When you do this, you will be prompted for transport request , create a request.
4. Go to Se10 and look for transport req created referred to in 3 above.
5. Position your cursor on your request and click the truck button to release the requests .
6. After this, your objects will move .
Ravi Thothadri

Similar Messages

  • Need help for finding objects impacted by size change for an infoobject

    hi all,
    need help for finding objects impacted by size change
    for xxx infoobject, due to some requirements, the size to be changed from
    char(4) to char(10), in the source database tables as well as adjustment
    to be done in BI side.
    this infoobject xxx is nav attribute of YYY as well as for WWW
    infoobjects. and xxx is loaded from infopkg for www infoobject load.
    now that i have to prepare an impact analysis doc for BI side.
    pls help me with what all could be impacted and what to be done as a
    solution to implement the size change.
    FYI:
    where used list for xxx infoobject - relveals these object types :
    infocubes,
    infosources,
    tranfer rules,
    DSO.
    attribute of characteristic,
    nav attribute,
    ref infoobject,
    in queries,
    in variables

    Hi Swetha,
    You will have to manually make the table adjustments in all the systems using SE14 trans since the changes done using SE14 cannot be collected in any TR.
    How to adjust tables :
    Enter the table name in SE14. For ex for any Z master data(Say ZABCD), master data table name would be /BIC/PZABCD, text table would be /BIC/TZABCD. Similarly any DSO(say ZXYZ) table name would be /BIC/AZXYZ00 etc.
    Just enter the table name in SE14 trans --> Edit --> Select the radio button "Save Data" --> Click on Activate & adjust database table.
    NOTE : Be very careful in using SE14 trans since there is possibility that the backend table could be deleted.
    How to collect the changes in TR:
    You can collect only the changes made to the IO --> When you activate, it will ask you for the TR --> Enter the correct package name & create a new TR. If it doesn't prompt you for TR, just goto Extras --> Write transport request from the IO properties Menu screen. Once these IO changes are moved successfully, then the above proceduce can be followed using SE14 trans.
    Hope it helps!
    Regards,
    Pavan

  • Export objects

    Hi experts,
    I want to know plse if there is some tools for importing end exporting objects (programs, interfaces, forms, screens, dynpro, etc.) from system to system (not client) like program 'RSTXSCRP'.
    Thanks in advance.

    Hi,
    you can achieve this by using the tranport request. while developing store all your objetcs in one request. once the development is over u release the request it will export to some other system what you want.
    Reward if helpful.
    Regards
    Venkat
    Edited by: venkata prasad on Feb 20, 2008 11:29 AM

  • How to use  Business Object like Vendor or PurchasingInfo

    Hi,
    How to use Business Object ( like Vendor or PurchasingInfo ) from my Object?
    For example:
    CLASS myEntity DEFINITION.
              PUBLIC SECTION.
                   METHODS: getVendor EXPORTING pVendor TYPE Vendor.
               PRIVATE SECTION.
               DATA: aVendor TYPE REF TO Vendor.
    ENDCLASS.
    CLASS myEntity IMPLEMENTATION.
    METHOD getVendor
               pVendor = aVendor .
    ENDMETHOD.
    ENDCLASS

    Hi,
    I am giving u a demo Program for ur doubt.
    REPORT demo_class_counter .
    CLASS counter DEFINITION.
      PUBLIC SECTION.
        METHODS: set IMPORTING value(set_value) TYPE i,
                 increment,
                 get EXPORTING value(get_value) TYPE i.
      PRIVATE SECTION.
        DATA count TYPE i.
    ENDCLASS.
    CLASS counter IMPLEMENTATION.
      METHOD set.
        count = set_value.
      ENDMETHOD.
      METHOD increment.
        ADD 1 TO count.
      ENDMETHOD.
      METHOD get.
        get_value = count.
      ENDMETHOD.
    ENDCLASS.
    DATA number TYPE i VALUE 5.
    DATA cnt TYPE REF TO counter.
    START-OF-SELECTION.
      CREATE OBJECT cnt.
      CALL METHOD cnt->set EXPORTING set_value = number.
      DO 3 TIMES.
        CALL METHOD cnt->increment.
      ENDDO.
      CALL METHOD cnt->get IMPORTING get_value = number.
      WRITE number.
    For more demo programs type 'abapdocu' in the command field
    U will be getting some demo programs.
    There select the abap objects.
    Regards,
    Jagadish

  • Place an object like Illustrator does.

    Hi. I need a way for Photoshop to place an object like Illustrator does. Sure, Smart Objects are nice but I need a method where I have a PS file and 1 or more layers in it are referenced. When these references are updated the PS file should update automatically (yes, I will have to have the file open and save ...). Illustrator does this ... page layout apps do this. I need for PS to do this or find a work method that will help do this. Any thoughts?
    The specific details:
    We have several hundred images of our app's interface. The images are composites of generic interface and language-specific interface. To make things easier when updating or translating docs we snag the local parts of the interface.
    We would then place and align the separate images in FrameMaker. We're moving to a new tool and output and we need to put all of the images together in a single image file but want to retain the ability to only update the localized sections. Smart Objects are not smart when trying to do this as they require you to either (essentially) re-import the object (using Replace) or edit the object from the composite image. This obviates the ability to simply replace the target image and have the composite update.
    So ... any input? Thoughts? Ideas? I considered the possiblity of doing this from Illustrator but that is just so much more ... demanding.

    Yes one thought, but it's not perfect:
    I think this would require a Phoroshop Javascript which does the following:
    First, prepare the document: Each smartobject should be named like the actual file of it's original content, so the script knows where to look for changes, like "screenshots/shot1.jpg", "titles/title1.png" and so on.
    Second, the script:
    It should go through all smartobjects in the document and then check the file (which it gets by the name of the smartobject) and it's date.
    If it's newer than the document's last changed date, it should replace the content, otherwise just skip it.
    Well I don't know if the Photoshop Javascript is actually capable of things like that, but it can do a lot though and can be a big helper for everything batch-related

  • Insufficient privilege: Can't export objects in schema..user has no privilege on the underlying objects

    I'm using SYSTEM user but
    HDBSTUDIO continues on triggering this error when I try to export the catalog:
    SAP DBTech JDBC: [258]: insufficient privilege: Can't export objects in schema DARTEL_TRANSPORTES. Can't export procedure DARTEL_TRANSPORTES.PAL_TRIPLE_SMOOTH_WRAPPER. user has no privilege on the underlying objects
    When trying to grant the SYSTEM user to that particular object  I get a new error : Could not modify user 'SYSTEM'. Several issues occurred
    Have anyone have struggled with this error before, any help will be highly appreciated
    Kind Regards

    rev 69 too
    tomorrow I will have the webex and let you know
    Something happenned after my customer change the suse's server IP, I had to perform a re-installation of SAP Business One only
    We were supposed to install using the hostname but no one of the installers let me use the hostname
    so it Kind of forced me to use the IP.
    After asking Support about that one of the specialists told me that he prefers to use IP instead of the hostname. So I used IP.
    Maybe this changed something I cannot detect yet. but tomorrow we'll see.
    KR

  • EXP hung on Exporting Object Type Definitions

    Oracle 9i, Win2k3 Adv Server, Dual 2.4 CPU, 2.0 GB RAM
    I'm running an exp command and it has been 'Exporting Object Type Definitions' for over 14 hrs.
    The user has the same roles/privileges on another server and can export an identical db with no problem.
    Any ideas?

    Yeah, the user does have exp_full_database.
    User has connect, dba, both catalog roles, imp_full_database, and gather_system_statistics.
    More info:
    The export hangs when I try to do a full database export. When I try to just export a specific user, I get the following errors:
    ORA-31600: invalid input value EMIT_SCHEMA for parameter NAME in function SET_TRANSFORM_PARAM
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 3926
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 4050
    ORA-06512: at "SYS.DBMS_METADATA", line 836
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    I have run catalog.sql and catexp.sql and it isn't helping.
    And no patches/updates have been done. I have also added select any sequence and it didn't help.
    Any ideas?
    Message was edited by:
    mattyk6

  • Could not view exported objects consistently...

    Hi,
    While export command operation has done.
    Let we want to know that "what are the objects exported"
    for this, we have to use v$active_session_history, all_objects in oracle 10g.
    using this above tables / views, we didn't get all object informations in the table / view.
    For an example.
    scott user has table as like as below.
    emp 16 rows
    dept 9 rows
    test 0 rows
    ex_test 82 rows
    ntest 24 rows
    otest 0 rows
    exp scott/tiger direct=Y
    For your information.
    [using conventional path also we couldn't get all objects]
    exp scott/tigger
    export operation has done.
    Then we want to know the above object informations using the data dictionary view / but we are getting
    some times 0 - rows table..
    some times 0 - row table with some other tables.
    some times only other tables [no other 0-rows tables]
    So now we could understand that we are not getting those object information consistently. - Correct..
    How we can collect it?
    Thanks for your kind interest to work on it as well as Advanced congratulation for getting any one valuable informatio for this.
    Cheers from...
    M.K.Thamaraiselvan
    [email protected]
    91-44-24992084 ext 30.
    91-9840568765

    Dear Pedro,
    First I would like to say Thanks for your kind consideration for this Thread {export Issue}
    As you told that i referred that document..
    Quite interesting one.. i went before too..
    As per that ref, patch updation in our database, it nevers give our expected one.
    For your information...
    We are doing
    export scott/tiger@orcl direct=y
    in Oracle 10g...
    scott user has about 5 tables as like as follows..
    emp 10rows
    dept 8 rows
    test 0 rows
    rajtest 23rows
    mtest 0 rows
    after completing export operation,
    we would like to get those exported object information from the data dictionary view which holds all sesssion information in the v$active_session_history.
    Here the issue is, we will be getting as follows...
    1.
    Any one of the object (table) in the list which has some no. of rows.
    2.
    Any one or two objects (tables) with 0 rows information
    3.
    sometimes there is no information regs. this objects for scott.
    How we can trace the exported object information from data dictionary tables / views.
    Advanced thanks for your kind information.
    Regards with cheers from...
    M.K.Thamaraiselvan.

  • Help on export sybase iq tables with data and import in another database ?

    Help on export Sybase iq 16 tables with data and import into another database ?

    Hi Nilesh,
    If you have table/index create commands (DDLs), you can create them in Developper and import data using one of methods below
    Extract/ Load table
    Insert location method : require IQ servers to be entered in interfaces file
    Backup/Restore : copy entire database content
    If you have not the DDLs, you can generate them using IQ cockpit or SCC.
    http://infocenter.sybase.com/help/topic/com.sybase.infocenter.dc01773.1604/doc/html/san1288042631955.html
    http://infocenter.sybase.com/help/topic/com.sybase.infocenter.dc01840.1604/doc/html/san1281564927196.html
    Regards,
    Tayeb.

  • URGENT HELP master export setup

    URGENT HELP master export setup
    Hi,
    I tried to search in the forum before I sent this request and I did not find my answer.
    I am using Production suite CS4, Windows 7. I am trying to figure out whatr is the best export setups (codec) to send to the post captioned place who works with Final cut pro. It is a 45 min documentayy shot on hxp170 that will be broadcasted on APTN channel (standard and HD). I shot 720p 24 fps (native) My files are 1.33 pixel ratio.
    I want the best quality possible regardless of the size of the file.
    Can Avid DNxHD codec work? (I googled and did not find a proper answer)
    Also a problem: I tried to export an MXF version and an uncompressed AVI. I used Sapphire plug ins (cartoon, film scratch, glow etc) and with some export setup, it make some clips slide up or left of the screen!!! Anyone had that before?
    Also: should I export 24 fps or 23.976?
    Thanks a lot.

    Is this a Premiere Pro question or an After Effects question? Probably better off in the AE forum...
    http://forums.adobe.com/community/aftereffects_general_discussion
    In reference to your first question, it might be worth asking them what they WANT. They may have a preferred pre-broadcast format, and if you can supply that, it may save your material from being transcoded (again).
    MP

  • Some DB objects like User-defined datatypes being missed out?

    Dear all.
    I create an Oracle model for a captured SQL Server model and then right click -> click on 'Generate' to create the DB creation script.
    (1) But few objects like user-defined datatypes are missed out in the script.
    (2) Also, a simple stored proc as defined below missed out:
    CREATE PROCEDURE [SalesLT].[SayHi]
    AS
    SELECT 'Hi I am a job scheduler'
    GO
    Rgds, Abhi

    Hello,
    An OracleDI Dataserver connection to an RDBMS is, most of the time, defined with a single set of parameters: a user account name, a password and a URL.
    OracleDI may need to access numerous tables on the RDBMS which may not all be stored in the same database schema, catalog, library, ...and for which access privileges may not be identical.
    For this reason, it is necessary to ensure that the RDBMS user account has sufficient access privileges for these schema, catalog, librairies ...
    The user account should have at least read/right access permission for any OracleDI Physical Schema referenced for the concerned Dataserver (depending on the project within which it is used, a Physical Schema may store both source and/or target tables).
    Moreover, for project requirements, it may be necessary to use/create/drop certain RDBMS
    components such as stored procedures, views, temporary tables, system tables ...
    For this reason, make sure the user account referenced in the dataserver connection parameters is attributed sufficient privileges to any object it may manipulate with OracleDI.
    2nd point: you can use any logical name for the data server Name.

  • Need help in export/import

    Hello All,
    I need help in export/import of an  internal table (based on deep structure) to/from desktop either in excel or XML file.
    I have an int table which has to be sent to desktop either in xls or xml file and then import back to an internal table(with deep structure).
    Ex :
    Int table is based on structure.
    Structure has fields
    as
    f1 -
    f2 -
    f3 - table type
    Your help will be appreciated.

    Hi Nishant,
    Please put your question in below mention forum.
    SAP Business One SDK
    Thanks
    Mohammad Imran

  • Exporting images like slideshow

    Is there a way to export images with borders (like the slideshow layout) and metadata caption (iptc/exif). I'm using a plug-in Mogrify now, but this way I have to export every photo twice (first to create borders, then to add the metadata). photo below is exported with the Mogrify plug-in.
    It would be awsome to export photos like the gallery layout since most lightboxes have only 1 line of caption and no design/edit options. This would save heaps of time.

    You can do it all in one export pass using Mogrify, AND have the text/metadata on the border and not the image. In the Text Annotation boxes of the Mogrify section of the export dialog, uncheck the option to "Add annotation before outer borders are applied".
    This was one export pass:

  • HELP! exporting to itunes...

    this has been bugging me for about a week, i posted earlier...no replies
    when i click on "export to itunes" in garageband...nothing happens at all, if itunes is closed, it doesnt open, or if its open still nothing happens...i tried disk repair and stuff and nothing still...i need these songs exported by tonight
    please if anyone can offer some advice it would be greatly appreciated....i have exported before, like a month ago...nut now nothing

    I have never tried it with iTunes closed. I usually have my iPod charging, so iTunes is always open. Usually, you get a progress bar during the export, then you find your song in a folder you create in the GarageBand preferences. I have never not had a song export for me.

  • How to create an object like "Control Account" in JE? u5982u4F55u7F16u5199u63A7u5236u79D1u76EEu63A7u4EF6

    I want to create a user screen like Journal Entry. How could I create an object like "Control Account" in JE?
    我想编写一个象u201C日记帐分录u201D那样的屏幕,但是不知道其中u201C控制科目u201D列的控件如何编。请教各位高手。谢谢
    Edited by: An Ping Zhang on Sep 15, 2009 4:57 AM

    Dear An Ping Zhang,
    The "Control Account" column in JE is used ChooseFromList.
    You could refer to SDK sample
    SDK\Samples\COM UI\VB.NET\17.ChooseFromList.
    BTW: you could post your question in Chinese into SAP Business One 中文论坛
    /community [original link is broken]
    Best Regards
    Jane Jing
    SAP Business One Forums team

Maybe you are looking for