SCC1 Problem

My SAP is SAP R3 4.6C, now I want to use T-Code:SCC1 to transport request from A client to B client in the same server, in the SCC1 of client B, transport processing is normal and without any error information, but after transporting, all objects of request don't be modified in target client(B). I don't know why it's ?
By the way, when i check the transport log with T-Code: SCC3, i found the request i just transported was marked with "Test run" automatically, but in fact, when i transport the request with T-Code:SCC1, i'm sure that i disselect the "test run".
Could you give me some suggestion?

Hi Marty,
have you try moving the cofile and datafile directly to your target system?... just copy those files from the \usr\sap\trans\cofile and \usr\sap\trans\data of the source system to the target system... then at the target system go to STMS -> Extras -> Other requests -> Add -> enter the transport name... then just transport normally. If this also fail to transport the changes please check your transports as some of the objects might be missing.
Regards
Juan
Please reward with points if helpful

Similar Messages

  • PROBLEM IN RELEASING TRANSPORT REQUEST THROUGH SE10

    Dear all,
    I am trying to release transport request of development server via. transaction se10.Now my problem is that the child(DEVELOPMENT/CORRECTION) is getting released while the parent request is not getting released.
    I checked everything and its showing 'test call of transport control program ended with return code 0208.' I even checked overview of system,overview of connection type,over view of transport protocol and they are fine.my only doubt is after going to se10 when I click transport proposals its showing "WORK FLOW NOT ACTIVE' .
    Is my problem is because of this. Please help its very urgent as due to this I am not even able to transport any request on production server.
    Helpful contribution will be duly rewarded.
    Thanks & Regards,
    VICKY

    hi
    vicky just went through your Query regarding release
    of requests..first of all U be sure of TMS configuration
    see whether it is consistent or not.then after Refresh
    the system and then come to release of requests.
    its true that we can transport through scc1 but first
    check about STMS configuration and the way you set
    that.
    Regards
    manjula.

  • Problem in using the sap script from 1 client to another

    Hi,
    I am working on a sap script which is developed in the 555 cliet(Quality) but now the error comes change to repository or cross client is not allowed.
    In order to change the script which i am working on i tried to copy that script in 333 client and created with the orignal script. I tried to copy the modified script (developed in 555) but it is copying that script.
    Plzz proivde me guideliness how to solve this problem.

    >
    ricx .s wrote:
    > Hi,
    >
    > I am working on a sap script which is developed in the 555 cliet(Quality) but now the error comes change to repository or cross client is not allowed.
    >
    > In order to change the script which i am working on i tried to copy that script in 333 client and created with the orignal script. I tried to copy the modified script (developed in 555) but it is copying that script.
    >
    > Plzz proivde me guideliness how to solve this problem.
    Hi there,
    Are clients 555 and 333 both on DEV Server? If so you may use transaction SCC1 to copy the form from one client to another. Just run SCC1 on the client where the sapscript form will be copied, indicate the source client, and search for the transport request number that contains your form.
    Also, where did you develop your form?
    Let me know.
    Regards.

  • Problem releasing webservice for runtime in non-modifiable client

    Hi
       I created a webservice definition ( virtual interface & all dependent objects )  in a development client ( client- A ) of a ECC5.0 instance.
    Now, we have another client ( client-B ) in the same server that we want to release the webservice for SOAP runtime. ( reason is that the webservice is not available at runtime in this client-B client )
    This client-B has status - non-modifiable and hence cannot use WSCONFIG --> create option to release it for runtime.
    How do we release this webservice definition to client - B . I tried a SCC1 transaction on client-B pointing to the transport that contains the WS definition in client-A. I got dictionary errors indicating that the WS definition objects are all client independent.
    Is there something I am missing ? Any thoughts/similar experiences shared is appreciated.

    Good to hear it worked out for you. But like I already said, I haven't experienced anything like this, but for similar problems this is exactly what we did to solve it. But you're probably right, that this is no long term solution. There should be another way of doing this, but no experience in that field expertise.

  • Securing table group SS / transaction SCC1 and table CCCFLOW

    Hello all,
    I'm relatively new to this forum, please be kind.
    Situation sketch:
    In an SAP landscape, in Development environment, I have 3 clients, in which 500 is the ECC golden client, 510 is for sandboxing and 520 is for testing.
    Problem:
    Developers use tcode SCC1 to transport customizations to another client to be tested again and put on transports eventually.
    For changes they make using SCC1 they require Change (02) authorization on table CCCFLOW (client-copy report logs).
    However this CCCFLOW table is classed under the SS table group, in which all my other important security tables are as well
    (AGR_* etc).
    Question:
    How have you guys secured the SS table group when you still want to provide developers the use of SCC1?
    Regards,

    How about this idea?  Your thoughts and suggestions are appreciated.
    1.  Clone SCC1 to ZSCC1 (SE93)
    2.  For ZSCC1 Remove S_TABU_DIS Auth Check on ACTVT 02(SU24)
    3.  For ZSCC1 Insert S_TABU_NAM Auth Check on CCCFLOW  ACTVT 02(SU24)
    4.  test with a role that allows S_TABU_NAM to CCCFLOW and does not allow S_TABU_DIS to auth grp SS
    This should separate out CCCFLOW from the rest of the SS Auth Group tables.
    Has anyone tried this approach?
    Optionally, Do steps 2 and 3 directly on SCC1, depending on your SAP shop's policy for modifying auth checks on SAP-delivered tcodes.
    BSnow

  • Question about SCC1 - Client Copy by Transport Request in ABAP

    I have a problem about SCC1, I created program for copying Request No. to another client by using SCC1.
    But SCC1 can use only one user and another can not use it at the same time. So I want to know how can I check status or something that SCC1 is used by other user.
    Thanks in advance for your kindly help.

    Hi Chai Chai,
    Try the following code (I ripped it out of the standard code that performs the check):
      DATA : ENQTABLE_ID   LIKE RSTABLE-TABNAME,
             ENQKEY        LIKE RSTABLE-VARKEY.
      ENQTABLE_ID = 'RSCLICOPY'.
      ENQKEY(3)   = SY-MANDT.
      CALL FUNCTION 'ENQUEUE_E_TABLE'
        EXPORTING
          TABNAME        = ENQTABLE_ID
          VARKEY         = ENQKEY
        EXCEPTIONS
          FOREIGN_LOCK   = 4
          SYSTEM_FAILURE = 8.
      IF SY-SUBRC <> 0.
    *   Then SCC1 is locked in this client!!!!!
      ENDIF.
    Hope that helps.
    Cheers,
    Brad
    Message was edited by: Brad Williams (added the variable declarations)

  • Problem in creating output type

    Hi,
    i want to create a separate output type for purchase order printing . I have written one driver program in development client which calls the smart form upon execution . Now i want to attach this driver program with a output type and that output type will be attached with purchase order creation . I am using tcode NACE in the config client . When i am tring to attach the driver program with the output type system giving error saying driver program does not exist since it was created in other client . Then i used tcode scc1 to copy the program from development client to config client but the problem remains same . Can anyone he

    Please find the error message.
    Entry ZMMDRIVER_PO_RETURN   does not exist in TRDIR (check entry)
    Message no. 00058
    Diagnosis
    Input values must be defined in Table TRDIR. The value or values 'ZMMDRIVER_PO_RETURN  ' are not specified in this table.
    Procedure
    Check whether the input is correct and correct if necessary.
    Procedure for System Administration
    If this is not an incorrect entry, check the system settings and change them if necessary.
    If there is a connection to the Customizing system, you can maintain the system settings by choosing Customizing in the Performance Assistant or Maintain Entries (F5) when displaying the help in a modal dialog box.

  • Problem in sapscript form from dev to quality server - 333 to 555

    Moved to correct forum
    Hi,
    I am working on a script form in which i am performing the modifciations in the form but the problem is when i try to check it ,it says the form does not exist.
    Actually the (dev) 333 server contains no dat as it is simply for the new report code where as 555(Quallity) Server is the replica of the Prd server and the valid data is present in it.
    I had try to perform the cpoy form client ,but it is allowing me to it in the quality as the error msg comes:-
    Changes to Repository or cross-client Customizing are not permitted
    Choose 'Display object' or 'Cancel'.
    Plzz provide me guidelines how to solve this problem.
    Edited by: Matt on Mar 13, 2009 8:28 AM - fixed subject formatting, moved to correct forum

    From what I understand from your first post, I think 333 and 555 are two different systems like dev and quality and in this case you will not able to get the sapscript in 555 by doing SCC1.
    You will have to attach the script into a transport request (when you change and try to save it will ask for a TR , click create new and save it - you will have to assign a package which you can check in the attributes of the script and use the same ) , activate the script.
    Now go to SE09 , for your user name , display request and you will find the Transport request and task under it.If you feel the changes you made are complete, then release the Task and then release the TR.
    Now you need to request the basis team (or who ever is authorized ) to import this to the 555.
    Hope this helps.
    Mathews

  • I have a problem with Infotype 0021.

    Hello my name is Uilian(ABAP), helpme!!!
    In SAP(DEV 100) development.
    I create a new field(Nome da Mãe) for infotype 0021 in transaction(PM01), when I go to transaction PA30 the field is deisplayed with success.
    My problem is...
    In SAP(DEV 110) TEST
    The field (Nome da Mãe) does not displayed, I tried to transport the changes of the infotype using transaction scc1 but it doesn't work. I don't have any idea of the problem, helpme.

    Hi silva,
    When enhanching standard infotype or creating new infotypes, two transport requests are created, one is workbench request and other is customize request. Both requests should be transported to ur quality client.
    Regards,
    Thilotham

  • Logistic period problem

    HI Gurus,
    While customizing in my actual project the table MARV, that keeps the logistic period data, has been set to a  change request.
    I have two client one for the customizing and the other to make the test.
    In the customizing client in table MARV i have as current period MAY.
    Then using transation SCC1 i make the transport on the other client,  i open  June period in the development test system.
    but whenever I make the scc1  to transport the request  from one client  to another, in MARV table the logistic period is reset to '5'.
    it is a veryy strange things,
    I can easily solve the problem by opening period  6 on the test  client,but still I wouldn't expect this to happen.
    Please can anyone help me?
    thanks in advance
    Antonella
    Edited by: antonella ricco galluzzo on Jun 25, 2010 5:18 PM

    Hi,
    Follow these steps for the qm inspn procurement.
    1.Create Material Master Record with QM View.
    2.Activate QM Proc/ Specify Control Key 0001.
    3. choose Inspn set up and inspn type to be entered as 01 and set the active indicator.
    4. Create Q-info record with material / vendor.(qi01)
    5. Enter the release by date as 31.12.9999
    7.Create inspn plan(qp01) with usage 5 and status 4and enter the control key as PPQM.
    8.Choose the operation and assign the inspn characteristic / sampling procedure
    9.MD61/MD02/MD04
    10 Convert the Purchase requisition as Purchase Order.
    11. Receive the Material against the PO.
    12. In MIGO against PO receive the material.
    13.QM lot will be created
    14.qa02 check inspn plan / sample.
    15.qe51n results recording
        lot origin 01 mat no and execute results
    16.qa11 ud code select accept and chooseinspn tab page and type the qty to be proposed and save.
    17.stock will move to unrestricted use .
    Regards,
    nandha

  • Plant address wrong while doing SCC1

    Dear Experts,
    Plant created by copying from an existing plant.
    I changed address manually    An address number assigned.  Later I did SCC1 to another client. 
    Now the Plant address in the second client is wrong. It has copied the same number from source client. 
    Since the address number was alreday present in the destination client, Plant addresses is wrong.
    How to avoid this?
    We need a new address number created instead of same address number transfering to destination client.
    Plaease advice
    regards,
    shashidhar

    It should be working properly as default in my opinion.
    There are some notes related to this problem (like 197206, 368630), maybe you can use these or find one searching on sap service site.
    (I assume you executed SCC1 properly (i.e. "Including Request Subtasks" with flag))
    Edited by: Csaba Szommer on May 12, 2011 2:06 PM

  • One smartform for all languages - translation/mandant problem

    Hi Smartformers,
    I am trying to develop a translation for a smartform inside the form (translation language chosen by a condition).
    I am working on mandant 100 (modifying for other mandants than 100 is not possible).
    The problem is, most changes are not in visible in mandant 300 at all.. Is there a way to transfer the smartform to another mandant?
    I appreciate Your help on that,
    Martin

    Hi Jay,
    looks like RS_LXE_RECORD_TORDER does not exist in 4.6B.
    Maybe that will clear things out a little: I am not using se63 for translations. so we don't care about the translation problem (anymore;).
    I have transferred texts from between clients, but now I want the same on another server (but scc1 is blocked there).
    texts are stored in sapscript.
    Thanks

  • WICDs postconnect script and Openntpd strange problem.

    I am using Openntpd to set system's clock. I am using the postconnetc script WICD offers (/etc/wicd/scripts/postconnect/). The script I am running is
    #!/bin/bash
    /etc/rc.d/openntpd start
    Everything was working just fine.
    The day before yesterday I booted my pc and saw that WICD couldn't connect with the wireless network. I pressed connect but it was disconnect immediately after acquiring an i.p. address. I restarted wicd daemon and it connected. Next time I rebooted the pc the same thing happened. After that I completely removed wicd (including /etc/wicd folder) and reinstalled it. Everything was ok until I placed my openntpd script to the postconnect folder. The same problem occurred. I thought it was a general script issue. I tried several "random" scripts and every time I had a reference to openntpd (e.g. /etc/rc.d/openntpd start or /usr/sbin/ntpd -s) wicd needs to be restarted in order to maintain the connection.
    WICD's log entries.
    2011/11/02 13:01:47 :: wpa_cli -i wlan0 terminate
    2011/11/02 13:01:47 :: Flushing the routing table...
    2011/11/02 13:01:47 :: /usr/sbin/ip route flush dev wlan0
    2011/11/02 13:01:47 :: iwconfig wlan0 mode managed
    2011/11/02 13:01:47 :: Putting interface up...
    2011/11/02 13:01:47 :: ifconfig wlan0 up
    2011/11/02 13:01:49 :: enctype is wpa
    2011/11/02 13:01:49 :: Generating psk...
    2011/11/02 13:01:49 :: ['/usr/sbin/wpa_passphrase', 'Thomson', 'xxxxxxx']
    2011/11/02 13:01:49 :: Attempting to authenticate...
    2011/11/02 13:01:49 :: ['wpa_supplicant', '-B', '-i', 'wlan0', '-c', '/var/lib/wicd/configurations/001d68ec7f27', '-D', 'wext']
    2011/11/02 13:01:49 :: ['iwconfig', 'wlan0', 'essid', 'Thomson']
    2011/11/02 13:01:49 :: iwconfig wlan0 channel 1
    2011/11/02 13:01:49 :: iwconfig wlan0 ap FF:FF:FF:FF:FF:FF
    2011/11/02 13:01:49 :: WPA_CLI RESULT IS DISCONNECTED
    2011/11/02 13:01:50 :: WPA_CLI RESULT IS COMPLETED
    2011/11/02 13:01:50 :: Running DHCP with hostname sapiokouti
    2011/11/02 13:01:50 :: /usr/sbin/dhcpcd wlan0 -h myhost
    2011/11/02 13:01:50 :: dhcpcd[3021]: version 5.2.12 starting
    2011/11/02 13:01:50 ::
    2011/11/02 13:01:50 :: dhcpcd[3021]: wlan0: broadcasting for a lease
    2011/11/02 13:01:50 ::
    2011/11/02 13:01:50 :: dhcpcd[3021]: wlan0: offered 192.168.1.64 from 192.168.1.254
    2011/11/02 13:01:50 ::
    2011/11/02 13:01:50 :: dhcpcd[3021]: wlan0: acknowledged 192.168.1.64 from 192.168.1.254
    2011/11/02 13:01:50 ::
    2011/11/02 13:01:50 :: dhcpcd[3021]: wlan0: checking for 192.168.1.64
    2011/11/02 13:01:50 ::
    2011/11/02 13:01:55 :: dhcpcd[3021]: wlan0: leased 192.168.1.64 for 86400 seconds
    2011/11/02 13:01:55 ::
    2011/11/02 13:01:55 :: dhcpcd[3021]: forked to background, child pid 3044
    2011/11/02 13:01:55 ::
    2011/11/02 13:01:55 ::
    2011/11/02 13:01:55 :: DHCP connection successful
    2011/11/02 13:01:55 :: not verifying
    2011/11/02 13:01:55 :: Executing /etc/wicd/scripts/postconnect/openntpd-start.sh with params wireless Thomson FF:FF:FF:FF:FF:FF
    2011/11/02 13:01:55 :: /etc/wicd/scripts/postconnect/openntpd-start.sh returned 0
    2011/11/02 13:01:55 :: Connecting thread exiting.
    2011/11/02 13:01:55 :: IP Address is: None
    2011/11/02 13:01:58 :: Sending connection attempt result Success
    2011/11/02 13:01:58 :: Forced disconnect on
    2011/11/02 13:01:58 :: /usr/sbin/dhcpcd -k wlan0
    2011/11/02 13:01:59 :: ifconfig wlan0 0.0.0.0
    2011/11/02 13:01:59 :: /usr/sbin/ip route flush dev wlan0
    2011/11/02 13:01:59 :: ifconfig wlan0 down
    2011/11/02 13:01:59 :: ifconfig wlan0 up
    2011/11/02 13:01:59 :: wpa_cli -i wlan0 terminate
    2011/11/02 13:01:59 :: /usr/sbin/dhcpcd -k eth0
    2011/11/02 13:01:59 :: ifconfig eth0 0.0.0.0
    2011/11/02 13:01:59 :: /usr/sbin/ip route flush dev eth0
    2011/11/02 13:01:59 :: ifconfig eth0 down
    2011/11/02 13:01:59 :: ifconfig eth0 up
    dmesg:
    [   77.376439] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [   78.817054] wlan0: authenticate with FF:FF:FF:FF:FF:FF (try 1)
    [   78.818808] wlan0: authenticated
    [   78.819262] wlan0: associate with FF:FF:FF:FF:FF:FF (try 1)
    [   78.821410] wlan0: RX AssocResp from FF:FF:FF:FF:FF:FF (capab=0x431 status=0 aid=1)
    [   78.821416] wlan0: associated
    [   78.822031] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [   88.572455] wlan0: deauthenticating from FF:FF:FF:FF:FF:FF by local choice (reason=3)
    [   88.606804] cfg80211: Calling CRDA to update world regulatory domain
    I have tried two wireless cards (b43 based and rt73usb one). Removed and reinstalled everything associated with wicd,dhcpcd,openntpd. I used dhclient instead of dhcpcd. The problem remains.
    The same method I am using to my laptop and everything works fine.
    Any thoughts?

    Hi,
      First make sure your debugging client and development client is same or not. I not try to copy the same using below options:
    1) Just use SCC1 in destination client & give source client name in the space provided..........
    check the check box for include sub task ..& click on transpost immediately.......
    2) If the destination client is on the same server of original client, you can copy the script directly by trx SE71.
    In transaction SE71 goto
    Utilities -> Copy from client -> Give source form
    name, source client (000 default), Target form name
    Regards,
    Sudheer

  • Transporting forms problem,

    Hi guys,
    Im having hard time with the sapscripts, I made some changes to the sapscript window text and copies the request using the transaction scc1 in testing, but when i look at the code the changes are not being reflected. Do any one know where the problem is exactly
    Thanks,
    Venkat

    This could be the problems.
    1) See form with which language is getting picked up and changes are made in which language ( check the results by activating debugger)
    2) Changes are made in which client and testing is done in which client? Note: SAPScripts are client dependent. If both are different clients ,Goto SE38 and use program RSTXR3TR to transport the forms to different clients.
    3) Make sure your form is active.
    I hope this will solve your problems.
    Reward points if useful.
    Regards,
    Sairam

  • A problem with threads

    I am trying to implement some kind of a server listening for requests. The listener part of the app, is a daemon thread that listens for connections and instantiates a handling daemon thread once it gets some. However, my problem is that i must be able to kill the listening thread at the user's will (say via a sto button). I have done this via the Sun's proposed way, by testing a boolean flag in the loop, which is set to false when i wish to kill the thread. The problem with this thing is the following...
    Once the thread starts excecuting, it will test the flag, find it true and enter the loop. At some point it will LOCK on the server socket waiting for connection. Unless some client actually connects, it will keep on listening indefinatelly whithought ever bothering to check for the flag again (no matter how many times you set the damn thing to false).
    My question is this: Is there any real, non-theoretical, applied way to stop thread in java safely?
    Thank you in advance,
    Lefty

    This was one solution from the socket programming forum, have you tried this??
    public Thread MyThread extends Thread{
         boolean active = true;          
         public void run(){
              ss.setSoTimeout(90);               
              while (active){                   
                   try{                       
                        serverSocket = ss.accept();
                   catch (SocketTimeoutException ste){
                   // do nothing                   
         // interrupt thread           
         public void deactivate(){               
              active = false;
              // you gotta sleep for a time longer than the               
              // accept() timeout to make sure that timeout is finished.               
              try{
                   sleep(91);               
              }catch (InterruptedException ie){            
              interrupt();
    }

Maybe you are looking for

  • Unable to get phone line working - next appointmen...

    Hi I moved home a few day before Christmas and the phone and broadband were due to be activated on the 7th January which was fully understandable. Nothing happened on that day so after calling the helpdesk I was told it should be done on the 9th. On

  • JScrollPane, JTextPane, Weird scrolling happening

    The code below shows the problem I am having: In short, I have a textPane in a scrollPane but when I try to getViewPort.setViewPosition(0,0); then the scroll pane briefly flashes to position 0,0 then re positions itself to display the bottom of the t

  • Some Tabs not updating when selecting a link or entering data fields

    This is weird, and it's been happening for at least months. It did it in Firefox 6x, and upgrading to Firefox 7x did not help. A lot of times when I click a link in a tab, Firefox looks like it is going to go to the link, but it doesn't. The same pag

  • ICLCDC01-Problem in Claim Creation

    Hi, I am in the process of creating claims; for the same I am using the transaction ICLCDC01. In this transaction I pass the Policy Number; Incident Type as the header data and I create a subclaim for the same. After entering the payment details and

  • Adobe Premiere Elements 9 Won't let me sign into Youtube.

    I got Adobe Premiere Elements 9 about a year ago from my brother's college and suddenly it won't let me sign into Youtube on 1 account. When I go to share>online>Youtube it takes me to a sign in and all of my logins work except 1. The password hasn't