you need to use SCHEMAS option while importing. For ex...
impdp username/password
directory = directory_name
dumpfile = export_dump_file_name
logfile = impdp_log_file_name
schemas = schema_you_want_to import
before starting import, you need to create the table space same as in the main database. If you want to create the schema objects in other table space in the new database then you need use REMAP_TABLESPACE option. Rest Oracle will takes care for you.
Thanks,
Vijay Tummala
Try hard to get what you like OR you will be forced to like what you get.