Transfer of import objects

Hello,
I  have the following transport directorys:
Export directory                 /sapmnt/DX1/global/xi/repository_server/export
Import directory                 /sapmnt/DX1/global/xi/repository_server/import
Imported files directory       /sapmnt/DX1/global/xi/repository_server/import/importedFiles
What would be the excact URL in order to acces these directorys?
thanks

Hi Thomas,
   You have to log in to the XI system at Unix level where u can find the export and import directories of respective system.
  Otherwise ask your basis team to move the required tpz files from the source export directory to the target import directory and specify the path and tpz file names to them.
  The basis guy is the best person who can help u..
Regards,
Prasanthi.

Similar Messages

  • Unable to Import objects into ID

    Hi All,
            For your support I have completed the development work and I have moved to Quality from Development. But while trying to import the one scenario in to Quality System from Development in XI, I am getting the following Error:-
    Internal error: Unable to transfer changes for object Service | Q14CLNT120 to change list "XI 3.0 Import" (9a590f30-7245-11dc-9266-00306ee97ef1) since object still in change list "XI 3.0 Import" (3ae5e660-701d-11dc-942e-00306ee97ef1)
    I have somehow managed to import another scenario last week into Quality, although now I am unable to import. But while trying to activate the imported scenario into Quality System I am getting another Error as below:-
    Unable to move object. Change lists were not part of the same import
    I tried to activate the change list..but no woek.
    Could anyone please advice?
    BR
    Soumya

    Have you checked the GUID in SLD in both the systems?
    <b>SLD-->Software Components, to check the GUID.</b>
    You can do one thing, first of delete imported objects which are not getting activated from QA, also delete the SWCV from Integration Repository.
    <b>Note:</b> Before deleting SWCV, make sure any other working objects are not there in the same SWCV. 
    Now, if <b>SWCV & GUID</b> in both systems are <b>same</b> then again:
    1. Export the objects from Dev (.tpz file)
    2. Imort the same .tpz file to QA system.
    Now go to Repository of QA and
    1. <b>Tools --> Import Design Objects</b>
    2. <b>Tools --> Transfer from system landscape Directory --> Update Application Components.</b>
    Select your components and press Finish button.
    And finally try to Acitvate your objects.
    Regards,
    Sarvesh 
    *****Reward points, if found helpfull.

  • Idoc not available in PI import objects

    Hello Guru's
    We are using SAP AFS6.3  and PI 7.0 .
    The Basic Idoc type /AFS/MATMAS05  and /AFS/ORDERS06 is not avialable in PI imort objects. Is thete is any seetings we need to active either
    in AFS or PI system for getting these Idoc in PI.
    Please help in this regards
    SA

    Hi , i did following
    1. Under the SWCV Go to the Imported Objects.
    2. Right click on the IDoc and click on the Import of SAP object.
    3. Give the logon server name, system number the user name and pasword of AFS system.
    4. Select the IDoc u want to import.
    5. Execute the import and the IDoc is imported under the SWCV.
    In above step 4. ..m not able to see the /AFS/MATMAS05 Idoc how i can select???
    List doesn't have AFS related Idoc. But same idoc i can see in AFS system.This is my problem.
    How do i get the Idoc in 4 step List.
    Rgz
    Subham

  • Error when attempting to IMPORT object "TS_CHECK".

    When using in BI SAP NetWeaver 2004s (700 - SP 15) the transaction ST04old -> Detail analysis menu -> Summary report
    The following short dump occurs:
    Runtime Errors         CONNE_IMPORT_WRONG_COMP_TYPE
    Except.                CX_SY_IMPORT_MISMATCH_ERROR
    Date and Time          19.11.2008 15:14:08
    Short text
    Error when attempting to IMPORT object "TS_CHECK".
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "SAPLSTD4" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    Error analysis
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_IMPORT_MISMATCH_ERROR', was
    not caught in
    procedure "DB02_ORA_FILL_TS_CHECK__CRITOB" "(FUNCTION)", nor was it propagated
    by a RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    When importing the object "TS_CHECK", the component no. 4 in the
    dataset has a different type from the corresponding component
    of the target object in the program "SAPLSTD4".
    The data type is "I" in the dataset, but "N" in the program.
    Missing RAISING Clause in Interface
    Program                                 SAPLSTD4
    Include                                 LSTD4U03
    Row                                     1
    Module type                             (FUNCTION)
    Module Name                             DB02_ORA_FILL_TS_CHECK__CRITOB
    Trigger Location of Exception
    Program                                 SAPLSTD4
    Include                                 LSTD4U03
    Row                                     51
    Module type                             (FUNCTION)
    Module Name                             DB02_ORA_FILL_TS_CHECK__CRITOB
    Source Code Extract
    Line
    SourceCde
    21
    DATA: BEGIN OF TD110.
    22
    INCLUDE STRUCTURE TD110_STRU.
    23
    DATA: END OF TD110.
    24
    25
    CURR_TIME = SY-UZEIT.
    26
    CURR_DATE = SY-DATUM.
    27
    28
    CALL FUNCTION 'GET_DB_ORA_RELEASE'
    29
    IMPORTING
    30
    ORACLE_RELEASE = ORA_REL.
    31
    32
    IF FLAG_REFRESH = 'y'.  FLAG_REFRESH = 'Y'. ENDIF.
    33
    flag_refresh = 'Y': Es soll in jedem Fall auf die DB zugegriffen werd.
    34
    35
    CLEAR TS_CHECK. REFRESH TS_CHECK.
    36
    CLEAR CRITOBJ. REFRESH CRITOBJ.
    37
    CLEAR NR_CRIT_OBJ.
    38
    39
    IF FLAG_REFRESH <> 'Y'.
    40
    41
    Suche zunächst im Arbeitsspeicher !
    42
    CLEAR TS_CHECK_CACHE. READ TABLE TS_CHECK_CACHE.
    43
    IF NOT ( TS_CHECK_CACHE IS INITIAL ) .
    44
    TS_CHECK[] = TS_CHECK_CACHE[].
    45
    CRITOBJ[] = CRITOBJ_CACHE[].
    46
    OK_1 = 'Y'.
    47
    48
    Suche danach in 'MONI' !
    49
    ELSE.
    50
    PERFORM PREPARE_MONIKEY USING 2.
    >>>>>
    IMPORT TS_CHECK CRITOBJ FROM DATABASE MONI(DB) ID MONIKEY.
    52
    53
    IF SY-SUBRC = 0.
    54
    OK_1 = 'Y'.
    55
    TS_CHECK_CACHE[] = TS_CHECK[].
    56
    CRITOBJ_CACHE[] = CRITOBJ[].
    57
    ENDIF.
    58
    ENDIF.
    59
    60
    'Same procedure' für datetime:
    61
    IF NOT ( TD110_CACHE IS INITIAL ).
    62
    DATETIME-MONI_DATE = TD110_CACHE-DATUM.
    63
    DATETIME-MONI_TIME = TD110_CACHE-UZEIT.
    64
    ELSE.
    65
    PERFORM PREPARE_MONIKEY USING 3.
    66
    IMPORT TD110 FROM DATABASE MONI(DB) ID MONIKEY.
    67
    IF SY-SUBRC = 0.
    68
    DATETIME-MONI_DATE = TD110-DATUM.
    69
    DATETIME-MONI_TIME = TD110-UZEIT.
    70
    TD110_CACHE = TD110.
    Only related SDN post is following, but solved by changing permissions for saposcol.
    Only related SAP Note is SAP Note Number 597743 "DB02: Poor entries for critical objects list", but not applicable for current SAP version.
    For me strange is that this issue occurs on the development system, but not on the acceptance and production system.
    Thanks in advance for any assistance.
    KR
    Gidion

    Received the solution from SAP Active Global Support:
    This error occurs due a corruption in the table MONI.
    For solving this issue you need to clean the records of this table via the following path :
    1. Call transaction ST03
    2. With GOTO -> Performance database -> Content of database
    3. Push button Delete data group
    4. Enter ID DB
    5. Continue
    6. Confirm the delete
    If you wish to backup the data before deleting the entry please follow the steps in the note 1000275 "DB02: history data backup procedure".
    Regards,
    Gidion

  • Data Migration - SSIS Transfer SQL Server Objects Task or something else

    Can someone please kindly help me with this.
    Scenario
    I have a requirement to transfer selected tables and views (with a specific schema) between two databases which reside in two different servers. In the interest of clarity I will call my databases DB_A and DB_B respectively. Please note that these databases
    are NOT on the same server.
    Transfer of these objects (tables & views) happens once a month. 99% of the objects in question will be of the same name and schema between the two databases as the ones migrated from the previous month. However, metadata definitions may change on DB_A
    and those changes are supposed to be reflected on DB_B along with the associated data. This therefore means that each time a transfer/migration happens; objects in DB_B are dropped first and completely replaced by objects from DB_A.
    Problem
    What is the best way to achieve this?
    My first attempt has been a go on the Transfer SQL Server Objects Task
    in SSIS. The problem that I have is that when using Transfer SQL Server Objects Task
    I don’t know how to filter objects in DB_A so that only objects with a specified schema can be migrated.
    Transfer SQL Server Objects Task appears to be the best solution to me to accomplish my requirement but I can’t filter the desired objects by schema. Someone suggested using C# but my C# skills are not that eloquent.
    May someone kindly help please, or possibly suggest any other way which can be handy to fulfil my requirements.
    Many thanks,
    Mpumelelo

    Hi Prashanth
    Thanks for your response. There is one problem though in my case. I’m sorry I forgot to mention this in the original question. When the objects are moved from BD_A to DB_B the schema in DB_B changes. That is, schemas are not the same between the source and
    the destination database. How do I handle that with the solution that you have suggested?
    Many thanks,
    Mpumelelo

  • Is there any way to activate the keep identity setting when using a Transfer SQL Server Object Task?

    Is there any way to add the "Keep Identity" option to the tables selected for transfer in a Transfer SQL Server Object Task?  It seems that would be very useful, yet I can't find an easily available setting for it.  I would prefer to
    accomplish this within the Transfer SQL Server Object Task since it can copy any new fields added to the source tables, as opposed to having to rebuild a custom Data Flow Task any time a table structure is altered.  I thought setting "CopyPrimaryKeys"
    to True would do the trick, but I found that only ensures that the column settings are transferred; when the transfer happens, the destination id column is populated based on the specified seed and increment value, not what's actually in the source table. 
    I'd like to point out that replication isn't really an option here. This is a package that runs a few times a day to keep some data on our website up to date with data in our protected corporate environment.

    IIRW there is FastLoadKeepIdentity specifies
    whether to keep an identity in OLEDB destination 
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Imported Object Enterprise Service Builder

    Hi..
    when Imported Object Enterprise Service Builder
    Connection data for the R/3 import is incomplete
    Open the software component version SAP BASIS 7.10 and
    enter the system and the client
    can not import MATMAS object
    How to resolve that problem
    regards
    chandana

    Double click on teh software component version in ESR for which you want to import idoc. Then select the raido button import of idoc interface from sap systems permitted. Then give the R3 system information like the system name, client and then try once again. It is nothing related with technical and business system.
    step by step:
    double click on SWCV->
    Interface Import ->you have to provide system name , client  then ll try to import
    pls refer : http://forums.sdn.sap.com/thread.jspa?threadID=2143371&tstart=0

  • My imported objects distort when I rotate them

    I'm importing objects from illustrator into After Effects, but when I rotate them they distort. I also noticed that the anchor points for my objects are way off, but readjusting those anchor points doesn't help to alleviate the rotation problem.
    I'm usig the CS3 suite, if that helps.

    I'd guess that you're working in a non square project. I'd also guess that you have some square pixel images that are being interpreted as non square.
    Please give us the specs of your project so that we can help you. There's about a zillion combinations that can cause problems, but they all go away if your footage is interpreted at the pixel aspect ratio that it was created in.

  • Stock transfer of Imported Material

    Dear Experts ,
    I wanted to do stock transfer of import material from one plant to another under the same company code.
    I want to transfer the cenvat credit on taken on CVD & other cess to the receiving plant .
    How should I go about it.
    Kindly guide .
    Thanks

    Hi,
    1) create PO for stock transfer.
    2) maintain material of stock transfer in j1id , with accessible value.
    3) create goods issue 351 mov type.
    4) go to J1is , refernce documnet will be goods issue number , type matd and customer id receiving plant
        after entering in to it put percentage for BED , SED , cess and also give accessible value.
    5) save j1is
    6) post excise invoice (j1iv with refernce of J1is doc), this number will automatically comes in goods issue document under excise invoice tab.
    7) take print of excise, will go with goods issue
    8)then in receiving plant do GRN , excise invoice will be post excise in goods issue plantdo, enter duties for creadit.
    do same process as of excise creadit.

  • ODI Migration for 10.1.3.5 to 11.1.1.3 failed with Importing object

    ODI Migration from 10.1.3.5 to 11.1.1.3 failed
    DB Repositories -Oracle 11.1.0.7
    I am trying to upgrade ODI 10.1.3.5 to 11.1.1.3 version
    After running RCC and confirming that there are no issues I have run upgrade assistant utility
    I am getting below error.
    mporting file:/E:/Oracle/Middleware/Oracle_ODI1/oracledi.sdk/lib/scripts/xml/CONN_MEMORY_ENGINE.xml
    [2012-05-02T06:17:27.770-07:00] [ODI] [INCIDENT_ERROR] [UPGCMP-00324] [upgrade.ODI] [tid: 14] [ecid: 0000JSDg06MF^6WFLzmJOA1FcIg5000005,0] Topology and Security Metadata upgrade failed.[[
    oracle.odi.core.exception.OdiRuntimeException: com.sunopsis.tools.core.exception.SnpsSimpleMessageException: Importing object SNP_CONNECT : SUNOPSIS_MEMORY_ENGINE failed.
         at oracle.odi.impexp.support.ImportServiceImpl.internalReimportTopologyReferenceData(ImportServiceImpl.java:1372)
         at oracle.odi.impexp.support.ImportServiceImpl$18.doAction(ImportServiceImpl.java:1435)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:193)
         at oracle.odi.core.persistence.dwgobject.TransactionalDwgObjectTemplate.execute(TransactionalDwgObjectTemplate.java:48)
         at oracle.odi.impexp.support.ImportServiceImpl.reimportTopologyReferenceData(ImportServiceImpl.java:1429)
         at oracle.ias.mrua.plugin.odi.ODIPlugin$1.doInTransaction(ODIPlugin.java:774)
         at oracle.odi.core.persistence.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:119)
         at oracle.ias.mrua.plugin.odi.ODIPlugin.doUpgrade(ODIPlugin.java:770)
         at oracle.ias.mrua.MRUA.executePlugins(MRUA.java:3703)
         at oracle.ias.mrua.MRUA.internal_driver(MRUA.java:2465)
         at oracle.ias.mrua.MRUA.driver(MRUA.java:1734)
         at oracle.ias.upgrade.gui.UAUpgradeThread.run(UAUpgradeThread.java:390)
    Caused by: com.sunopsis.tools.core.exception.SnpsSimpleMessageException: Importing object SNP_CONNECT : SUNOPSIS_MEMORY_ENGINE failed.
         at com.sunopsis.dwg.DwgDuplicationTools.importOtherObjects(DwgDuplicationTools.java:2379)
         at com.sunopsis.dwg.DwgDuplicationTools.synonymImport(DwgDuplicationTools.java:1835)
         at com.sunopsis.dwg.DwgObject.importFromObjectLst(DwgObject.java:6249)
         at com.sunopsis.dwg.DwgObject.doImport(DwgObject.java:5705)
         at com.sunopsis.dwg.DwgObject.importFromXml(DwgObject.java:5365)
         at com.sunopsis.dwg.DwgObject.importFromXml(DwgObject.java:5334)
         at com.sunopsis.repository.manager.RepositoryManager.importObjectsUsingImportFromXML(RepositoryManager.java:6578)
         at com.sunopsis.repository.manager.RepositoryManager.treatObjectList(RepositoryManager.java:4630)
         at com.sunopsis.repository.manager.RepositoryManager.reimportTopologyReferenceData(RepositoryManager.java:6820)
         at oracle.odi.impexp.support.ImportServiceImpl.internalReimportTopologyReferenceData(ImportServiceImpl.java:1368)
         ... 11 more
    Caused by: com.sunopsis.dwg.SQLMasterReposException: ORA-00001: unique constraint (ODIM.AK_CONNECT) violated
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:837)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:523)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1009)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1315)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3576)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3657)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1350)
         at com.sunopsis.sql.SnpsQuery.executeUpdate(SnpsQuery.java:665)
         at com.sunopsis.dwg.dbobj.generated.GeneratedSnpConnect.insertAction(GeneratedSnpConnect.java:957)
         at com.sunopsis.dwg.dbobj.SnpConnect.insertAction(SnpConnect.java:1188)
         at com.sunopsis.dwg.DwgObject.insertActionForDuplication(DwgObject.java:2996)
         at com.sunopsis.dwg.DwgObject.insertForDuplication(DwgObject.java:3274)
         at com.sunopsis.dwg.DwgDuplicationTools.importOtherObjects(DwgDuplicationTools.java:2332)
         ... 20 more
    [2012-05-02T06:17:29.895-07:00] [ODI] [INCIDENT_ERROR] [] [upgrade.ODI] [tid: 14] [ecid: 0000JSDg06MF^6WFLzmJOA1FcIg5000005,0] [[
    --------- ODIPlugin.doUpgrade called org.springframework.transaction.TransactionSystemException: Could not commit ODI-JPA transaction; nested exception is javax.persistence.RollbackException: Transaction rolled back because transaction was set to RollbackOnly.
    Caused by: javax.persistence.RollbackException: Transaction rolled back because transaction was set to RollbackOnly.
         at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commitInternal(EntityTransactionImpl.java:92)
         at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:63)
         at oracle.odi.core.persistence.jpa.JpaOdiTransactionManager.doCommit(JpaOdiTransactionManager.java:362)
         at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:651)
         at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:622)
         at oracle.odi.core.persistence.transaction.support.TransactionManagerSpringAdapter.commit(TransactionManagerSpringAdapter.java:56)
         at oracle.odi.core.persistence.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:132)
         at oracle.ias.mrua.plugin.odi.ODIPlugin.doUpgrade(ODIPlugin.java:770)
         at oracle.ias.mrua.MRUA.executePlugins(MRUA.java:3703)
         at oracle.ias.mrua.MRUA.internal_driver(MRUA.java:2465)
         at oracle.ias.mrua.MRUA.driver(MRUA.java:1734)
         at oracle.ias.upgrade.gui.UAUpgradeThread.run(UAUpgradeThread.java:390)

    I also want to do the ODI Migration for 10.1.3.5 to 11.1.1.3, can you let me know your detail steps, many thanks in advance.

  • Creating message type in XI with imported objects

    Hi,
    I have imported an Idoc Structure into XI.
    Now I need to create a message type with structure from imported Idoc + some additional fields.
    Can some one tell me how to go about this. Because once I drag and drop the imported Idoc structure, I doesn't allow me to add any more fields during message type creation.
    Is there a different to way to achieve this.
    Best Regards,
    Kiran

    Hi Kiran,
    the Integration Builder supports two ways of modelling an interface. The first way is to build the required datatypes from scratch (with the datatype editor) then define (fault) message types using these datatypes and finally define the message interface.
    The second way is to use an externally defined structure by importing an IDoc or RFC from an R/3 or an external DTD/XSD/WSDL from filesystem. Then define your Message Interface using the messages from the imported objects.
    Currently there is nearly no support for mixing these two approaches as you have in mind (taking an externally defined structure as starting point, then enhance this structure within the Integration Builder).
    The best workaround I can suggest to you, is import the IDoc, take the XSD which is displayed for it, download it to your local file system, edit it there (with notepad when you are an XSD expert, with some other tool like XML Spy otherwise) and upload the modified file as External Definition.
    BTW: For this procedure you do not necessarily need to upload the IDoc to the Repository. As far as I know the R/3 also offers the possibility to generate an XSD representation for an IDoc (do not remember the exact way to go there).
    Greetings Stephan

  • IDX2 Vs Imported Objects

    We can import the IDOC Meta Structure using the Transaction IDX2, if I import that in which place the Structure will be stored?
    Whether this structure is used by all the SWCV?
    Then what is the use of the Imported Objects, there also we have the IDOC importing facility?
    Thanks.

    Hi Pete,
    <b>Then what is the use of the Imported Objects, there also we have the IDOC importing facility?</b>
    In IR the imported Objects provide the structure that we will use in Message mapping, message interfcae and other IR Objects.
    check this link: http://help.sap.com/saphelp_nw2004s/helpdata/en/2b/a48f3c685bc358e10000000a11405a/frameset.htm
    <b>IDX2</b>
    check my reply in this
    Re: Use Of IDX2
    Sachin

  • Imported Objects - IDOC

    Hello,
    I'm trying to find a data type that is used within another data type.
    The first type is an imported object IDOC:  ORDERS.ORDERS02.ZORDERS1
    within this object is a data type called ZORDERS1.Z1EDPA1 and that is the data type I need to edit.  I am unable to locate this type in the imported objects folders or listed as a data type under any namespaces in the Intergration Repository.
    Does anyone know where I might be able to find it and edit it?
    Thanks,
    Matt

    In XI I have an IDOC adapter that takes a PO from SAP R/3 and sends it to our SUS system.  When I look at the POs being sent I see that XI uses the type ORDERS.ORDERS02.ZORDERS1 and the sender namespace is urn:sap-com:document:sap:idoc:messages.  Within that type there is a sub-type (for the segment Z1EDPA1) that I need to edit.
    Currently the XI shows this segment as having two data types defined within it:  segment and ZZECHANGEREQID.  I need this data type to show all the fields within the segment name1, name2, address, etc.
    Where is this namespace urn:sap-com:document:sap:idoc:messages defined?
    Thanks,
    Matt

  • Imported objects not visible

    Hi,
    We have to import some namespaces from one XI server to another.
    when i try importing into the target server i get information that the import was successful but i cannot see the imported objects.
    When i use the <b>find transports</b> option to view the objects that were imported im am able to see all my design objects.
    The cache notifications also indicate that the transport was successful.
    Am i missing out on something? What could be the possible reason for this behavior?
    One more thing clarification i want, is regarding exporting namespaces.
    is it possible to export individual namespaces?
    Im posting this question because even when i chose to export individual namespaces rather than the SWCV itself , still we got the entire SWCV and not the individual namespace.
    Please give your inputs regarding this.

    siva,
    Im posting this question because even when i chose to export individual namespaces rather than the SWCV itself , still we got the entire SWCV and not the individual namespace.
    >> this happends that one disavt we have even though you transport namespace you get allswcv.
    We have to import some namespaces from one XI server to another.
    when i try importing into the target server i get information that the import was successful but i cannot see the imported objects.
    When i use the find transports option to view the objects that were imported im am able to see all my design objects.
    >> youneedimport corresponding swcv and then the namespaces.
    Regards
    sreeram.g.reddy

  • Imported Objects Option Not available Under SWCV ?

    Hi Experts,
    I need to Import Idoc from R/3 system.
    But I am Unable to See Imported Objects Option Under SWCV.
    How Can I Import Idoc in PI 7.0
    if any screen shots are available
    please share it
    It helps me So much.
    Thanks and Regards,
    Ravi

    Hi,
    refer the below link.
    http://****************/Tutorials/XI/FileToIDoc/Index.htm
    Importing IDocs and RFCs
    http://help.sap.com/saphelp_nwpi71/helpdata/EN/2b/a48f3c685bc358e10000000a11405a/content.htm
    Regards
    Srinivas

Maybe you are looking for

  • Batch number field in Handling Unit detail (VT01N) is not editable

    Hi, Does anyone know how to turn the batch number field (screen field HUMV4-CHARG in program SAPLV51G screen 6410) editable? Right now, it is not allow us to specify the batch for delivery line item if there are multiple batches for the same line ite

  • Charecter. value "1000'  of chrecteristic  0COMPANY not ALPHAconverted

    Hi , We are doing upgrade test. when I load data, it is showing error  " Charecter. value "1000'  of chrecteristic  0COMPANY not ALPHA converted . I have checked with ALPHA check mark in transfer rules , there is correction in error. when I check wit

  • Iphoto preview pictures

    Hi im busy putting my very first book together in iphoto 6 and have noticed when i zoom in on the page in the main window the pictures seem a little soft. But when i pull them up in the edit window they are sharp. So will the pictures still print ok?

  • Manual Bank Statement for multiple Currencies

    Hi All I need to configure the manual bank statement for FF67 to hit 2 different accounts based on the Currency. For example - if I give my rules in customizing - to pick account that ends with a +++++++++30 for foreign currency and again specify a r

  • I can´t log in home defender because ican''t log on to my cisco account

    I can´t  log on windows defender to change the  settings of the parental rules because every time i enter my email and password  it ends an error:1000. When I go directlr to tool and to my acoount, i cant log on either. I ''m not sure if I entered a