How to export & import customer table space from non-unicode to unicode sys

hello all,
I have performed a migration of Single code to Unicode system. -
(ECC 6.0 SR2)
After completion of export & import i have noticed  there is one customer table space which is missing.
eg - PSAPABCD
I have checked in source system & noticed that Table space is created by customer & not maintained properly as required,
therefore it is not either exported or imported.
Please advice me how should i manage to export tablespace from Non - unicode system & import in Unicode.
Is there any work out.
Thanks & rgds,
-rahul

Hi Rahul,
please have a look at
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0f9f37c-be11-2a10-3baf-d5d7de5fb78d
point 3) f. and g.
However in order to keep consistency I would highly recommend to export and import all tables at the same time.
Best regards,
Nils Buerckel
SAP AG

Similar Messages

  • How to export/import the certificates for/from 'Partner company' step-by-step in exchange 2013

    Dear  EXCHANGE EXPERTS,
    I am a newbie in "Exchange World" and I try hard to learn and figure out how Exchange messaging works.
    Sometimes the searches for information are gratified with wonderful articles and blogs, but sometimes days of searches bring you nothing but tiredness.
    I cannot find a clear information (step-by-step) how to exchange the certificates with the Partner company for TLS mutual communication in Exchange 2013.
     I would appreciate the help of experts.
    Vi

    Hello
    "You can do it on several ways. If both organizations are using publicly trusted certificate on Exchange servers, you are good to go. If that’s not the case you will have to cross-import Root CA certificates on both sides. Alternatively, you can also
    issue certificates for SMTP for both Exchange organization from a single trusted RootCA. Anyway, the point is that each Exchange server must trust the certificate installed (and assigned to SMTP service) on another Exchange server"
    'Trusted Root Certification" -->yes /local computer/
    if your company and partner company have a public cert and assigned to smtp service not need do
    anything with cert.
    if not have public cert but have cert from own internal ca booth company, you need
    cross-import Root CA certificates to exch servers and is ok. you send root ca caert to company and partner company send  his own root  certificate and that inport to local computer 'Trusted Root Certification"
    store on exch server.
    if not have internal ca only self signed you need send self signed cert
    sorry my english

  • How to Export/Import HANA table data.

    Hello,
    I try EXPORT HANA table.
    I try to export a table by using the HANA Studio on the client PC.
    but does not work.
    the following steps:
    HANA Studio
    <table> > Export > Select tables for export > Next >
    Error message : "Choose a location"
    There is the question
    Export possible? HANA database table by using client PC(HANA Studio).
    Best regards,
    Hosoya

    Hi Hosoya,
    Which version of the HANA server/studio you are using? I checked in Revision 24 and was able to do the table export as follows:
    Quick Launch>Export>SAP HANA Studio>Tables>'Select the server'>'Select the table'>Export table options
    In Export Table options screen we can specify either the Server Location as 'Export Tables on Server' or to the client location
    as 'Export tables to current client'
    Note: The server and studio I use are on different servers.
    Regards, Rahul

  • How to download the custom Tables to xls from the system?

    Hi
    How to download the custom Tables to xls from the system?
    Vijay

    Hi,
    Goto SE11, in the table name field give Z*, and click on display. You will get the list of Z tables.
    Regards,
    Prabu

  • How to export / import workspaces from CS3 to CS5

    How to export / import workspaces and other preference settings from CS3 to CS5.

    copy the files from
    (username)/library/preferences/AICS3settings/en_us/workspaces
    to
    (username)/library/preferences/AICS5settings/en_us/workspaces

  • Simple:How is Copying table space from instance to other?

    Please .. Can u give me the complete way to Copy table space from instance to other using imp/exp???

    Given you didn't post a version you seem to assume there is only one way ... there are at least four I know of so you need to look up the answer for your version yourself.
    http://tahiti.oracle.com
    look up transportable tablespaces
    http://www.psoug.org/library.html
    Working demos under Transportable Tablespaces
    http://www.caleb.com
    look under the DBA scripts

  • How do I import photos to iPad2 from different folders in my Mac?

    How do I import photos to iPad2 from different folders in my Mac?
    I have a few folders of photos in my mac that I want to be on my iPad2. How do I go about on doing that?
    It seems like I need to put all the folders into one folder and point iTunes to that main folder.
    The thing is I don't want to copy them (waste of space) and I don't want to move them (my photos are organized).
    So is there a way for me to import photos from different folders in my mac to my iPad2?
    Thank you!
    BTW... I don't use iPhoto.

    Find software (which may not exist) to export them in a photo format (jpeg, tiff). IPhoto will not do it
    LN

  • How to export&import data using sql *loader

    Hi all,
    How to export&import data from sql*loader. Give me the clear steps..
    Thanks in Advance

    Hi did you already exported data from SQL SERVER? if not using SQL*LOADER you cannot export data. SQL*LOADER is only mean for importing data from flat files(usually text files) into ORACLE tables.
    for importing data into oracle tables using sql*loader use below steps
    1) create a sql*loader control file.
    it looks like as follows
    LOAD DATA
    INFILE 'sample.dat'
    BADFILE 'sample.bad'
    DISCARDFILE 'sample.dsc'
    APPEND
    INTO TABLE emp
    TRAILING NULLCOLS
    or for sample script of control file search google.
    2) at command prompt issue following
    $ sqlldr test/test
    enter control file=<give control file name which you create earlier>
    debug any errors (if occured)

  • How to create the custom table?

    Hi, how to create the custom table and how to integrate the table with defferent R/3?
    my requiremnt is i have to create the two tables and those i have to integrate with the existed R/3 and using those R/3 i have to update my custom tables .....can give me some idea?
    Tks
    DPk

    how to create the custom table
    There are two approach in creating a table.
    1. Bottom-up approach
    2. Top-down approach.
    Both are valid and you can choose which approach is suitable for you. I always use the bottom-up approach. Here are the steps to create the tables with this approach.
    1. SE11 will take you to the DDIC and enter the name of the new table to be created. Let us say Zname. Click create.
    2. Enter the short discription of the table and enter the field of the table. If it is primary key and you have to check the box.
    3. Enter the data element and double click it, you will be asked to save and will take you to data element discription page. Enter the short discription of the data element and enter the information of domain like the length of field and type of field.
    4. If you wanted to use the existing domain then its fine, or else, you have to create one. Enter the domain name in the data element page and double click it. Page will ask to save and jump to domain creation page.
    5. In the domain page, you have to save the information which you have already given in the data elements page and check it. Before going to data element page, you have to activate the domain.
    6. Go to data element page and save, check and activate.
    7. Go to main table page and save, check, and activate.
    8. Also, you have to save the technical settings of the table.
    The table is now ready for operation. You can use it in your program or you can use it to enter information.
    Check table: It is the table which will have all the information about the Foreign keys which are the primary keys in the check table.
    It can be created by creating the foreign key from the main table. Click foreign key in the main table and it will take you to a page which will ask for table name and field to which foreign key relation has to be associated. Enter the information and you can create the check table automatically.
    SM30 is used for maintenance of the table, that is to realease the errors occured during the creation of the table.
    how to integrate the table with defferent R/3
    Transport the Table to the another server/client/qas/prd
    Kanagaraja L

  • How can I import an m4v movie from my desktop to my event Library in iMovie?

    How can I import an m4v movie from my desktop to my event Library in iMovie?  I want to include the m4v movie into another project in iMovie.

    When you import DV Stream from tape, iMovie 11 will assume that you are importing raw footage from a camera, rather than a finished movie. It will create a new clip everytime it detects a scene break (the record start/stop button was pressed). These clips will be placed in chronolgical order - not the order they were on the tape.
    One way around this is to import the tape into the application that you used to create it. For example, if you used iMovie 6, import the tape back into imovie 6. In iMovie 6, you can export the tape back out using FILE/EXPORT USING QUICKTIME. Choose the DV codec in an MOV container.  You can then import this MOV file into iMovie 11 and have everything in the proper order for your finished movie.
    Another option is to use FInal Cut Pro X.

  • Doubt in  export, import and table para when creating Function Module

    Dear fellow ABAPers,
    I have a doubt in defining export, import and table parameter while creating a function module.
    I am calling a function module inside a user exit. Now in the user exit the SAP fills an internal table called i_lfa1 with all the data user has eneterd.
    Now I want to pass this whole internal table to function module and the perform some checks on the values of internal table.
    After that function module fills an error structure with values depending on some check.
    1)
    How do I pass this internal table to function module ? 
    When I am creating function module in se37 where do I define this iternal table type ? Is it in Import or Table parameter during function module creation?
    2)
    Where do I define error structure type (which is returned by function module to main program)? Is it in Export or table parameter during function module creation?
    Please clear my doubt..
    Relevant points will be awarded.
    Regards,
    Tushar.

    Hi Tushar,
    1. How do I pass this internal table to function module ?
       I assume u are creating your own Y/Z FM.
       Pass it thru TABLES parameter.
    2. When I am creating function module in se37 where do I define this iternal table type
       Define this in TABLES interface.
       What Type ?
       THE SAME TYPE WHICH HAS BEEN DEFINED
        WHILE PASSING IN THE USER-EXIT FUNCTION MODULE.
       IF U SEE THE FM OF THE USER-EXIT,
       U WILL COME TO KNOW.
    3.
    Where do I define error structure type (which is returned by function module to main program)? Is it in Export or table parameter during function module creation?
    Define it in TABLES interace. (not in export, import)
      (Since what u are going to return is an internal table)
      U can take for eg. BDCMSGCOLL.
      OR u can create your own Y/Z structure
    for the same purpose.
      (or u can use the structure type T100)
    I hope it helps.
    Regards,
    Amit M.

  • How do I remove the white space from the bottom and side of my document?

    How do I remove the white space from the bottom and side of my document? (I'm not talking about printing, just viewing it on the screen.) There are about 6 inches of white space at the bottom and at the right hand side. I don't like this. On a blank new spreadsheet it's triple that amount of white space.

    The infinite canvas convention doesn't make a lot of sense for Numbers. When I'm viewing a spreadsheet and mistakenly scroll into white, empty space I think, "this is ridiculous - all of my content is fits on one screen. there's nothing over there."
    A (relatively) infinite canvas is logical for Microsft Excel because it's one big table. There are 256(?) columns by default and hundreds of rows on a sheet - there are cells outside what a user is looking at to see. However, when viewing a Numbers spreadsheet with a single 10 column 10 row table that fits on the screen, there's nothing else on it to scroll to.
    Numbers should distinguish between viewing a spreadsheet and editing one. When I'm just viewing, when there's no content outside the window it shouldn't scroll there. This window behavior is beyond annoying for Numbers on my iPad and iPhone.
    (Adding user-defined canvas size setting to my view mode / edit mode thinking would probably be the most complete solution to this now that I think about it.)
    Until now the way scrolling worked in Numbers has defied logic. Actually it still does lol. That said, thank you Yellowbox for providing a clear explanation. Much appreciated.

  • How can I Import 2 channel audio from a Sony PMW300 camera?

    How can I Import 2 channel audio from a Sony PMW300 camera?

    Terry Woolf
    Thanks for the reply.
    The link to your prior thread is
    Audio
    I suspect that the issue of no audio for your .mp4 file goes to your conversion method MXF to .mp4.
    Please excuse if I am saying what you already know. When you import your video into Premiere Elements (in your case 12 Mac), a project
    preset is established, either by you manually or the project automatically. That project preset contains a description of the project settings
    for audio as well as video. Unless you select one of the project presets which are described for use with 5.1 channel, your audio in video audio
    imports into a stereo project. It is in the export area that you will find your opportunity to customize (if necessary) the settings for audio.
    In the project, if applicable to your situation, you can duplicate an audio channel (See Fill Left or Fill Right under fx Effects/Audio Effects).
    Please let me ask this to make sure of the details.
    If you import your .mp4 with 2 channel audio (derived from your .mxf convert and dragged to Video Track 1/Audio Track 1) and cannot hear the sound....
    a. do you see any evidence for an audio file in the Timeline Audio track 1?
    b. if you do, how many wave forms do you see, one or two?
    c. if you have the audio meters opened while you are playing back the Timeline content in Edit area, do you see 1 or 2 channels and is
    there activity in both.
    d. when you import the file into Project Assets, do you observe any conforming activity going on in progress bar in the lower right cover of the workspace...if
    so, do you wait for it to go to completion before continuing on?
    We could also try deleting the conformed audio in the Media Cache Files Folder to force the program to re-conform the audio. See Edit Menu/Preferences/Scratch Disks should show you the location of the Media Cache Files Folder whose contents you will be deleting.
    Please review and consider, and then let me know if I targeted your question. If not, please do not hesitate to let me know, and I will rethink my reply based
    on your response.
    Thank you.
    ATR

  • How can I import My contact list from gmail to Icloud??

    How can I import My contact list from gmail to Icloud??

    If you have a mac or pc
    I would try to export the contact from gmail
    Import the contact to mac or pc
    And then sycronise your device with it.

  • How can I import a backing track from itunes to garageband? thanks!

    how can I import a backing track from itunes to garageband? Just trying to record over it. thanks!

    Reveal  iTunes in GarageBand in the Media Browser like this:
    Use the search field to find your song in iTunes, and drag the song from the m
    Media Browser to a real instrument track or an empty space on the Time Line.
    Or drag the song from the iTunes Application window to the desktop, and from the Desktop into the Time Line in GarageBand. Unfortunately you cannot drag directly from iTunes to Garageband.
    Regards
    Léonie

Maybe you are looking for

  • Shipment cost in Intercompany scenario

    Dear all.... here's my scenario: a) We have 2 company codes (001 and 002) b) 002 has no stocks, all the stocks are in 001 c) All the sales of 002 generates a weekly invoice from 001 to 002 (the intercompany scenario works fine). d) We need to post th

  • ABAP Training required in mogappair, Chennai - India

    Hi Guru's,                I am looking for a ABAP trainer with a genuine real time knowledge, kindly suggest me the best place or person to learn ABAP in and around mogappair area, chennai - India. Also if any one interested in taking the class, kind

  • Using same webdypro iview with DEV and QAS

    Dear Sir, We have the webdynpro program iview in EP 7.0 , however, I would like to change the same webdynpro iveiw with different client in Sap DEV and QAS,  Is it possible? Or how to change the connection to SAP system. Please kindly advise. Thank y

  • What happened to the calendar with the new version of i07.0.3?

    What in the heck happened with the most recent i07.0.3 rollout?   The calendar is so user un-friendly.    There is no longer a list functionality.    In order to see what appointments you have on a day you have to scroll through all 24 hours of the d

  • DM Removes Google Talk when adding other applications

    I installed Google Talk directly to the phone via the blackberry website. The problem I have is that if I try to install another program through DM 4.7, it removes the Google Talk modules from the phone.GoogleTalk does not appear in my application li