Which problems transporting a kernel of functionalities from sandbox system

Hi All,
we are developing a kernel of functionalities on a ECC 6.0 sandbox system. Now we want to transport this kernel from sandobox system (AD0) to our development system (EPD). So all the new developments will be made from EPD. We have read the oss note 130906 about the copy of the complete version history of all AD0 repository objects. Which could be other kind of problems?
Regards,
Bob

Anthony,
Yes. Your interpretation is correct. Objects which are trying to import are already in change mode of some other XI change request.
Just check if you / any other person has imported any other object before using differnt User ID and not activated yet.
Solution:
What you need to do is goto ID and select "Change List". Under change list select User ="ALL" and click on display..it will show you all change request( which are not activated) for all users.
Right click on "Standard change list" under "change request name" and click on transfer...it will tranfer rrequest on your name..and you can activate them.
Once you activate this you shall be able to import your objects again.
Always remember to import one IB objecs file and activate it before importing new one...also import using same user id so that you will not get this kind of conflict.
Note : When you import IR object ...they get imported in Active status where as you have to manually activate IB objects after importing.
Hope this will solve your problem..
Let us know if you need more details.
Nilesh

Similar Messages

  • Export or transport all the RFC destination from one system to another syst

    Hi
    Is there any method to Export or transport all the RFC destination from one system to another system

    Hi,
    the information is stored in table rfcdes.But there are also some other RFC*-tables which have some relations. Nevertheless the RFC-connectons will possibly not work anymore  in the new system(depending on the release your systems are), as the passwords are stored in the Sec store with system-dependent keys.
    b.rgds, Bernhard

  • Problem with BAPI BAPI_MATERIAL_SAVEDATA when calling from other system

    Hi All,
    I able create new material using the BAPI BAPI_MATERIAL_SAVEDATA in development system.
    but when i am calling this BAPI from other systems by passing the same values that i used in the development system . system is giving me an error ( in the return statement) saying that material number doesn't exists .
    Can any one have some pointers towards this ?
    Thanks & Regards,
    Praveen

    Hi,
    this FM BAPI_MATERIAL_SAVEDATA
    is used to extend a material to another plant
    for that you need to read the original data via BAPI_MATERIAL_GET_DETAIL and then select additional data from MKVE and save it via BAPI_MATERIAL_SAVEDATA with table parameter SALESDATA
    also check with
    BAPI_STANDARDMATERIAL_CREATE Create/Extend Material
    BAPI_MATERIAL_SAVEDATA - QM - Inspection Setup
    Problem in BAPI_MATERIAL_SAVEDATA
    Thanks&Regards,
    Naresh

  • Problem in activating datasource after replication from source system

    Hi Experts,
    After replication of data sources from source system ,I get all data sources inactive. I tried to make it active manually but every time I get
    Syntax error in GP_ERR_RSAPTD1, row 27 (-> long text)
        Message no. RG102
    Diagnosis
        Field "/BIC/CCZVBAK2031" is unknown. It is neither in one of the
        specified tables nor defi...
    How do I go about solving this problem....Any advise please...

    Hello,
    You do not mention your source system release but can you execute the check report
    described in the SAP note 493422 , if this does not resolve the problem can you goto
    RSA1, right click on the relevant "source system" and choose the "restore" option,
    then please try and replicate and activate the datasource again.
    If you  have BW release 7.0 please check that the note 929751is applied in your system
    or that you are on a higher support package level.
    If there is still a problem please le me know your BW Release and Support package level.
    Best Regards,
    Des

  • Problem when create a support massage from another system

    dear Support,
    we are work in our system with support massage to the service desk in the solution manager,
    we are create the massage from the source system and it open a massage in the service desk in the solution manager
    when we create a support massage it's send mail with the name of who open the massage, (For example : naors, benisa)
    my problem is that in 1 source system when i open the massage the mail send in a name of user basis (i think it's meen that the massage send the mail from user in the solution manager and no the user that open the massage)
    -i create a BP partner in solution manager and generate him in Tz BP_GEN
    but it's still send the mail from user "basis"
    besr regards
    Naor Shalom

    Hi
    Is the IBase filled in that particular ticket correct,please check?
    have you generated the ibase in IB_52 for this system too?
    Regards
    Prakhar

  • GUI_DOWNLOAD problems with CR+LF when transfering from unicode system

    Hi,
    I was successfuly used FM GUI_DOWNLOAD in a non-unicode systems for years. Lately I faced a challenge to rewrite my code for a unicode system. The configuration is:
    - SAP R/3 unicode system;
    - data to be downloaded at presentation server in a non-unicode codepage (cp 9504).
    I have successfuly used a GUI_DOWNLOAD-parameter CODEPAGE and the data is translated correctly when checking local file, but due to some reasons CRLF are replaced with '#' (which is default value of REPLACEMENT parameter of this function) - means at the end of each row as a result I have '##' instead of CRLF.
    My question is: how can I force correct behaviour of GUI_DOWNLOAD in order to get my output file at presentation server with CR+LF?
    Any help would be highly appreciated.
    Many thanks in advance.
    Regards,
    Ivaylo Mutafchiev
    SAP/ABAP consultant
    VBS Ltd.
    P.S. In order to find some other way to fix my problem I'm still playing with the instanciation of a CL_ABAP_CONV_OBJ and its methods create & convert, but without success for now - resulted strings are not as expected.

    Hi,
    in fact, I never placed CRLF in my lines before your suggestion. The rest was done by the FM 'GUI_DOWNLOAD'. It works fine even when I use unicode file as output - means I got my CRLF at the end of the record in MY OUTPUT FILE ONLY but not in my internal table - I never placed CR+LF in there.
    The problem occures when I tried to use GUI_DOWNLOAD with parameter CODEPAGE = '9504' (some non-unicode codepage), and the original data (my internal table) is in unicode. Then (in my opinion) this function doesn't translate the unicoded CR+LF into non-unicode ones (if thats possible at all, I can't be sure) and the result is '##' in the output file.
    I checked the value of CL_ABAP_CHAR_UTILITIES=>CR_LF by getting it in my variable - and it is '##'.
    Whet should I put into this class-attribute in order to get it working in this scenario? I have no idea...
    The attribute type is ABAP_CR_LF - which is char 2.
    What next?
    Thanks,
    Ivaylo

  • Is there a way to create a transport to mass-delete objects from another system?

    I am facing a unique issue where I have to generate a transport that will successfully import into an external SAP system and delete over 1,000 objects (reports, data elements, UI elements, transactions, function groups, the whole lot...). All of these objects can be easily looked up because they are in the same namespace.
    Essentially, I need to remove all objects with a given namespace via transport.
    Is there any way to do this other than manually deleting all of the objects in the source system and adding them tediously to a single workbench request? This would take hours if not days to do manually, especially due to dependency issues.
    Thanks for any and all constructive feedback!

    Hi,
    I did a quick test: created a new package (development class) with one table, one function group using the table in global data definitions containing one function module referring to the table in interface, and one program that's calling the function module and using table in data definitions. Released the transport to Q.
    Then, in the second our dev system, I created the same package and TADIRs for the three objects manually (SM30); released transport to Q of that system. Then I manually created transport containing all the three objects, the export log looked like this:
    TADIRs in second dev system were gone after export.
    Then I added transport to the first development system and imported
    - the objects were gone (including their TADIRs) leaving the empty package.
    In retrospect, I should have deleted the empty package in second system so it's cleaned up by the same transport.
    If you do have access to "clean" system, doing via ABAP the steps I did manually should not be too much of a challenge.
    I may have simply gotten lucky and if this works with all objects, for all kinds of dependencies, remains to be seen... though I was until now under impression that import itself doesn't check any dependencies at all... What kind of messages were you getting?
    cheers
    Janis

  • Transport user groups/infosets/queries from test system to productive

    Hello experts,
    i'm trying to transport user groups/infosets/queries but it seems it doesn't work.  For example, i select the infoset, then the transport button.
    I choose EXPORT
    then Transport Infosets
    I type the infoset name
    but i cannot understand if i should change the "IMPORT OPTION-REPLACE".
    Can anyone guide me with this procedure?
    Thank you in Advance
    N.

    Hi Nantia,
    Step 1. Run RSAQR3TR in 'old' system. Select EXPORT and specify the objects to be transported. 
    (System includes these in an automatically created transport request) 
    Step 2. Release this transport and request it be transported to 'new' system. 
    (This results in the entries being populated in transport table AQTDB in 'new' system). 
    Step 3. Run RSAQR3TR in 'new' system. Select IMPORT and tick the Overwrite checkbox. Specify the transport number in the field labelled 'dataset with imports'. 
    (RSAQR3TR gives the message that stuff has been imported OK). 
    Step 4. In my example I still couldn't find the queries, so ran RSAQR3TR one more time, this time specifying 'Copy Standard Area -> Global Area'.

  • Transport system objects i.e. contents of table t100 from one system to ano

    hello all,
    how do i transport contents of table t100 from one system to another...
    tried creating a transport request... but when i got an error when used r3tr tabu t100... i got a pop up saying
    "System objects cannot be transported directly"
    know abt restore... any other way of doing it...
    Regards, Jatin

    Hello all,
    Thanks for the support so far...
    to clarify the problem in more detail...
    when i add R3TR TABU T100... and hit enter... i get the error message at the bottom of the screen...
    " System objects cannot be transported directly (e.g. T100, TRDIR, TFDIR..) "
    When i double click the error message, i get a pop up, detailing the "KINDS" of tables which cannot be
    transported. (like in my case is t100)...
    The only help which i get at the bottom of the popup is...
    "Direct transport of these table entries is only allowed for special tools, such as the client copy program."
    Any other way of doin it...
    Regards, Jatin

  • How to transport a package(dev class) to another system?

    dear gurus,
    is it possible to transport a package (development class) from one system to anther system mannully? there is no transport path between the two systems.
    best regards.
    Jun

    Hello Jun
    The "correct" way would be to create a transport request of type Relocation of Complete Package (SE10):
    DE ORDER_MVE
    Short Text
         Select relocation of a complete package
    Definition
         Relocations of complete packages are transports with which you
         simultaneously
         o   move the original location of all objects in a package to the target
             system and
         o   simultaneously assign the package to another transport layer.
    Use
         Changing the transport layer means that you can edit and transport the
         objects consistently in their new original location without delay.
    However, I assume that this is not possible in your system landscape. In this case you can download the transport files using transaction CG3Y (if available => download as BIN not ASC) yourself. A transport request E01K900100 consists of two files (data and log file), e.g.:
    /usr/sap/trans/data/R900100.E01
    /usr/sap/trans/cofiles/K900100.E01
    Please note that the transport directory is likely to be different on your SAP system (check for directory DIR_TRANS in AL11 or ask your basis colleagues).
    Now on your target system you either upload the files into the corresponding transport directories using CG3Z (if available) or ask your basis people to put the files into the directories. Either your basis is importing the request or you can use transaction STMS (Import queue <target system>, menu Extras -> Other Requests -> Add).
    Add the request to the import queue and import it.
    Finally you need to change the original system of the transported object and the transport layer of the package:
    1) SE03 -> Change Object Directory Entries of Objects in Request
    2) SE80 -> Package in Change Modus: maintain transport layer
    Regards
      Uwe

  • HOw to find out the RFC destination from BW system to ISU

    Hi,
    Currently my requirement is to call a function module which is written in ISU (remote enabled) from BW system.
    I am unable to find out the rfc destination from BW to ISU system.
    In CRM we have table like smofparsfa1. Is there any table in BW which can provide me the ISU destination?
    I need to compare the records stored in isu as well as in BW system.
    I need to call a function module which will provide me the data from isu.
    please help me in this regard.
    Krishna

    Hi,
    You can check it in SM59 if there are any RFC destinations for the above systems.
    Alternatively ,check the table RFCDEST if any entries are maintained
    Regards,
    Lakshman.

  • BI Reporting from one system for other countries

    Good Afternoon
    I need all the information I can get around doing reporting from one central BI (in SA) to different countries. The systems utilized in these countries are not SAP Systems and it seems that access to the specific systems may not be possible. Information around Project Management, hardware, access, IT Related issues etc will be highly appreciated.
    We will be on BI 7.0 in two months. (Currently on 3.0)
    Thanks in advance
    Cornelius Faurie

    Hi Cornelius,
    You can connect to any system using SAP BI. It is not necessary to have all ur heterogenous systems to be SAP. You can connect and get data from any non SAP in to ur BI. So that you can use all the features that a tipical Datawarehouse system Provides. But to get data from such number of hetergenous systems of different countries you have to wrok a lot for data extraction. ou can make use of severtal data retrival mechanisms that BI provides.
    For example please fo through these links which explains u how to get data from different systems:
    [http://help.sap.com/saphelp_nw70/helpdata/EN/e9/6bf2d90e533f409ee56d3f586c325a/content.htm]
    Revert back for further queries.
    Regards,
    Rajkandula

  • Working with my 2 FireWire HD i had a crash. the only way to start was a safe start. then id maged to start from a DVD and install a MAC OS 10.3 wich ran 4 some time then the same problem only safeMode. kernel panic inserted the tech tool DVD

    working with my 2 FireWire HD i had a crash. the only way to start was a safe start. then id maged to start from a DVD and install a MAC OS 10.3 wich ran 4 some time then the same problem only safeMode. kernel panic by inserting the tech tool DVD, wich produces the following highligted text:
    panic(cpu 0 caller =xffff0003): 0x300 - Data access
    latest stack backtrace for CPU 0:
    Backtrace:
    0x0009CC88 0x00D63C 0x00029DAO  0x000BOA10 0x000B4270
    proceeding back via exception chain:
    Exception state (sv=0x26acd700)
    PC=0x2717E900; MSR=0x00009030; DAR=0x00000000; DSISR=0x40000000; LR=0x2717EBE4; R1=0x26AD3AE0; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x27178B0 0x00344ACB 0x00345970 0x2717EC08 0x2718458 0x00340590
    0x003496EC 0x0034B59C 0x0034A6BC 0x000B1DD4
    Kernel Loadable modules in backtrace (with dependencies):
    com.apple.driver.AppleFWDHC1(3.9.5)00x2717c000->0x271aafff
    dependency: com.apple.iokit.10PCIFamily(2.6)00x1e840000
    dependency: com.apple.iokit.I0FireWireFamily(3.4.7)00x270dd000
    Exception state (sv=0x26abd280)
    PC=0x00000000; MSR=0x0000D030; DAR=0x00000000; DSISR=0x00000000; LR=0x00000000;R1=0x00000000; XCP=0x00000000 (unknown)
    BSD process name corresponding to current thread: kernel_task
    so what
    greetings from berlin

    Greetings,
    It appears to be a FW problem, possibly flaky case, or drive problem.
    One way to test is to Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, Test for problem in Safe Mode...
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive
    Reboot, test again.
    If it only does it in Regular Boot, then it could be some hardware problem like Video card, (Quartz is turned off in Safe Mode), or Airport, or some USB or Firewire device, or 3rd party add-on, Check System Preferences>Accounts (Users & Groups in later OSX versions)>Login Items window to see if it or something relevant is listed.
    Check the System Preferences>Other Row, for 3rd party Pref Panes.
    Also look in these if they exist, some are invisible...
    /private/var/run/StartupItems
    /Library/StartupItems
    /System/Library/StartupItems
    /System/Library/LaunchDaemons
    /Library/LaunchDaemons

  • I recently lost my MacBook pro which was synched with my apple tv.Now I'm having a problem to bring back my data from my apple tv to my new MacBook

    I recently lost my MacBook pro which was synched with my apple tv.Now I'm having a problem to bring back my data from my apple tv to my new MacBook

    Welcome to the Apple community.
    If you are referring to the first generation Apple TV, then you cannot sync content which is stored on its hard drive back to iTunes.

  • Problem transporting Request from Development to Quality Assurance Server

    Hi All,
    I m facing a problem of Transporting requests from one System to other.
    When adjusting the Request ,the error message reads as follows :
    <b>RFC system error in system/destination
    [email protected]_HSE</b>
    Now,when I check the RFC Connection for <b>[email protected]_HSE</b>,,
    i get the message :
    <b>" License Check required "</b>
    Please respond to this query urgently.....
    Thanks in advance

    Hi!
    I think it's better to call SAP support, if you have problems with the licenses...
    Maybe your company forget to pay their fees since a while
    Regards
    Tamá

Maybe you are looking for

  • Conditional statement in html

    This is actually not a JSP question but an HTML question. I could'nt find any good html forum sites out there, and since I received excellent replies in my previous post, I am hoping that those of you who know JSP also know html. Heres my question, i

  • Can open safari after reinstalling osx 10.7.1

    please help. This is my first forum so bear with me. I have read them alot and have helped with alot of my problems but this time i just cant figure it out. My system froze yesterday and after trying everything else i did a ( command + R) reset. ever

  • How to make On Account Payment

    Hi all, How to make On Account Payment. What is the difference between On Account Payment and Down Payment Thanks

  • How to convert an ABAP Query into a report?

    Hi .. My requirement is that I need to replace an existing query with a new  ABAP report.Is there any formal way to do the same? I am looking for all  pointers in this regard. Thanks, Kranti

  • How to set and fix column widths in Mavericks?

    Until recently I was using a Mid 2011 MBA with OS X 10.8.X. I don't know what I did but the column widths in the Finder started to self-adjust to the longest filename. Now I have migrated my user account from this MBA to a new MBP running OS X 10.9.1