Can we transport the already released TR by scc1 transaction code???

can we transport the already released TR by scc1 transaction code???

Hi Darshan,
All released TR's can only be transported to other environments (QA,Prod) by using transaction
'SE09'.
'SCC1' is used only to copy TR's from one client to other client within the same environment.
For example,
I have a Transport request in 100 client, now I need to move these changes to 110 client.
Through 'SCC1' no need to release the request, directly you can login to 110 client, and give the source client client  where your Transport Request exists and the TR number and check the check box -> Including Request Subtasks.
Thanks,
Vijay V

Similar Messages

  • Why i can not see the columns of "Tax Category" in transaction code FS00

    Dear Experts,
          Why i can not see the columns of "Tax Category" and "Posting without tax allowed" in tab of "Control Data"  transaction code FS00?
           How can i add the columns of "Tax Category" and "Posting without tax allowed"?
    Looking forward to your reply.
    Best Regards,
    Merry

    Hi,
    Go to transaction OBD4, and check whether the field "Tax category" is suppressed in group "Account control" for your GL account group.
    If not, then go to OB26 and check the field status for the same field for create, change activity.
    Regards,
    Gaurav

  • How can we transport the partner profiles and Port configurations

    Hi everybody,
    How can we transport the partner profiles and Port configurations. While creating these , system will not ask for Dev class and we cant assign any Transport request number. Then How can we transport these settings?
    Your replies are really apreciable.
    Thanks and Regards,
    Vijay.

    Hi,
    please have a look of the OSS note: 182172
    >>
    The partner profiles are stored in the following tables:
    Table EDPP1: General partner profile
    Table EDP12: Partner profile outbound, additional data NAST
    Table EDP13: Partner profile outbound
    Table EDP21: Partner profile inbound
    Table EDIPHONE: Connection to SAP telephony (optional)
    You can use R3TR TABU to manually set the tables into a Customizing request (as of Release 46, into a SYST-type request).
    <<
    Rgd
    Frédéric

  • Can we transport the lsmw recording

    Can we transport the LSMW recording from one client to other client.  If it can, how it be.

    Yes.you can.Just go to LSMW --in the menu path go to --Extras ---Export Projects - select the project u want to export - and save to your PC.It will get saved into a note pad format.
    Then go to the client where u want to import ---go to LSMW --in the menu path go to --Extras ---Import Projects-browse and select the file u have already saved.
    try and confirm
    Abul

  • Hi all ........i want to append some more records to the already released

    HI all,
      How  to append some more records to the already released
    scheduled job .how to do this.

    HI
    process that job once again
    because its already completed means the previous records will update but if want to update some more then execute that job once again

  • How can we transport the standard changed OTR texts w.r.t translation?

    How can we transport the standard changed OTR texts with out effecting the translation concept.?
    means i need to see the text in different languages which ever logged in.

    using the function module SOTR_API_WB_TRANSLATE you can maintain translation in different languages for the OTR texts maintained in your WDA.
    No need to transport,you can directly execute this FM by passing the below parameters:
    SOURCE_LANGU                    EN
    TARGET_LANGU                    FR
    PGMID                           LIMU
    OBJECT                          WDYV
    OBJ_NAME                        %
    FLAG_STRING
    EDIT_MODE                       T

  • How to delete or cancel a transport order already released to PRD?

    Hi guys.
    I am not a System Administrator / Basis Consultant, but I comitted a serious mistake and I want to get repair ideas. I am an ABAP consultant. A FI Consultant was creating a query, but she left the project. My customer told me they needed more changes in the query. But I noticed a transport request was left by the FI consultant at QAS, not moved to PRD yet. I proved it, and I thought it could be nice to be transported to PRD since it solved an aspect of the customer's complaints. But my customer got angry and told me the change caused by the transport order delivered at PRD had ruined some fields and it set them like blanks. So, I am in truble. Since I was not the original developer of the query, I have to analyze the query's infoset, but it contains 9 tables, and someone set ABAP code. It is going to take time to get fixed, and my customer needs it as soon as possible. Is there a fast way to delete the changes generated by a transport order moved to PRD? The old version (moved with the subsequent older transport) had an acceptable performance, but the ultimate version that I asked to be moved was an error. Can be transported the contents of the penultimate transport order again at PRD to neutralize the wrong transport? Thank you!

    You can't reverse a transport... but you could use version management to undo changes in DEV and transport accross. Also If there was a previous version that worked ok then you could reimport that transport accross. Always test an make sure everything is Ok in QA before going to PRD
    Regards
    Juan

  • I want to preorder an album but there is one song available for purchase now. If I preorder the album now do I get the already released song now or when the album in its entirety is released?

    I want to preorder an album but I also want to purchase (now) a song that has already been released. In the past I would, but then "complete album" later but it causes porblems with playlists (leaving prepurchased songs out and I have to manually add them to the album playlist). If I preorder the album now, do I get the already released songs now?

    Hello jandcsmom,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    iTunes Store: About pre-orders
    http://support.apple.com/kb/ht5714
    Some pre-orders include songs that are available for download immediately. When you pre-order, you will be charged only for these songs and you will receive them immediately.
    Have a nice day,
    Mario

  • How can i find the exact BADI For a Particular Transaction

    hi ppl,
    How can i find the exact BADI For a Particular Transaction. Is there any Standard transaction or Programs to do this or suggest some other way.

    Use this code:
    *& Report  ZGET_BADI
    REPORT  ZGET_BADI.
    TABLES : TSTC,
    TADIR,
    MODSAPT,
    MODACT,
    TRDIR,
    TFDIR,
    ENLFDIR,
    SXS_ATTRT ,
    TSTCT.
    DATA : JTAB LIKE TADIR OCCURS 0 WITH HEADER LINE.
    DATA : FIELD1(30).
    DATA : V_DEVCLASS LIKE TADIR-DEVCLASS.
    PARAMETERS : P_TCODE LIKE TSTC-TCODE,
    P_PGMNA LIKE TSTC-PGMNA .
    DATA wa_tadir type tadir.
    START-OF-SELECTION.
    IF NOT P_TCODE IS INITIAL.
    SELECT SINGLE * FROM TSTC WHERE TCODE EQ P_TCODE.
    ELSEIF NOT P_PGMNA IS INITIAL.
    TSTC-PGMNA = P_PGMNA.
    ENDIF.
    IF SY-SUBRC EQ 0.
    SELECT SINGLE * FROM TADIR
    WHERE PGMID = 'R3TR'
    AND OBJECT = 'PROG'
    AND OBJ_NAME = TSTC-PGMNA.
    MOVE : TADIR-DEVCLASS TO V_DEVCLASS.
    IF SY-SUBRC NE 0.
    SELECT SINGLE * FROM TRDIR
    WHERE NAME = TSTC-PGMNA.
    IF TRDIR-SUBC EQ 'F'.
    SELECT SINGLE * FROM TFDIR
    WHERE PNAME = TSTC-PGMNA.
    SELECT SINGLE * FROM ENLFDIR
    WHERE FUNCNAME = TFDIR-FUNCNAME.
    SELECT SINGLE * FROM TADIR
    WHERE PGMID = 'R3TR'
    AND OBJECT = 'FUGR'
    AND OBJ_NAME EQ ENLFDIR-AREA.
    MOVE : TADIR-DEVCLASS TO V_DEVCLASS.
    ENDIF.
    ENDIF.
    SELECT * FROM TADIR INTO TABLE JTAB
    WHERE PGMID = 'R3TR'
    AND OBJECT in ('SMOD', 'SXSD')
    AND DEVCLASS = V_DEVCLASS.
    SELECT SINGLE * FROM TSTCT
    WHERE SPRSL EQ SY-LANGU
    AND TCODE EQ P_TCODE.
    FORMAT COLOR COL_POSITIVE INTENSIFIED OFF.
    WRITE:/(19) 'Transaction Code - ',
    20(20) P_TCODE,
    45(50) TSTCT-TTEXT.
    SKIP.
    IF NOT JTAB[] IS INITIAL.
    WRITE:/(105) SY-ULINE.
    FORMAT COLOR COL_HEADING INTENSIFIED ON.
    *Sorting the internal Table
    sort jtab by OBJECT.
    data : wf_txt(60) type c,
    wf_smod type i ,
    wf_badi type i ,
    wf_object2(30) type C.
    clear : wf_smod, wf_badi , wf_object2.
    *Get the total SMOD.
    LOOP AT JTAB into wa_tadir.
    at first.
    FORMAT COLOR COL_HEADING INTENSIFIED ON.
    WRITE:/1 SY-VLINE,
    2 'Enhancement/ Business Add-in',
    41 SY-VLINE ,
    42 'Description',
    105 SY-VLINE.
    WRITE:/(105) SY-ULINE.
    endat.
    clear wf_txt.
    at new object.
    if wa_tadir-object = 'SMOD'.
    wf_object2 = 'Enhancement' .
    elseif wa_tadir-object = 'SXSD'.
    wf_object2 = ' Business Add-in'.
    endif.
    FORMAT COLOR COL_GROUP INTENSIFIED ON.
    WRITE:/1 SY-VLINE,
    2 wf_object2,
    105 SY-VLINE.
    endat.
    case wa_tadir-object.
    when 'SMOD'.
    wf_smod = wf_smod + 1.
    SELECT SINGLE MODTEXT into wf_txt
    FROM MODSAPT
    WHERE SPRSL = SY-LANGU
    AND NAME = wa_tadir-OBJ_NAME.
    FORMAT COLOR COL_NORMAL INTENSIFIED OFF.
    when 'SXSD'.
    *For BADis
    wf_badi = wf_badi + 1 .
    select single TEXT into wf_txt
    from SXS_ATTRT
    where sprsl = sy-langu
    and EXIT_NAME = wa_tadir-OBJ_NAME.
    FORMAT COLOR COL_NORMAL INTENSIFIED ON.
    endcase.
    WRITE:/1 SY-VLINE,
    2 wa_tadir-OBJ_NAME hotspot on,
    41 SY-VLINE ,
    42 wf_txt,
    105 SY-VLINE.
    AT END OF object.
    write : /(105) sy-ULINE.
    ENDAT.
    ENDLOOP.
    WRITE:/(105) SY-ULINE.
    SKIP.
    FORMAT COLOR COL_TOTAL INTENSIFIED ON.
    WRITE:/ 'No.of Exits:' , wf_smod.
    WRITE:/ 'No.of BADis:' , wf_badi.
    ELSE.
    FORMAT COLOR COL_NEGATIVE INTENSIFIED ON.
    WRITE:/(105) 'No userexits or BADis exist'.
    ENDIF.
    ELSE.
    FORMAT COLOR COL_NEGATIVE INTENSIFIED ON.
    WRITE:/(105) 'Transaction does not exist'.
    ENDIF.
    AT LINE-SELECTION.
    data : wf_object type tadir-object.
    clear wf_object.
    GET CURSOR FIELD FIELD1.
    CHECK FIELD1(8) EQ 'WA_TADIR'.
    read table jtab with key obj_name = sy-lisel+1(20).
    move jtab-object to wf_object.
    case wf_object.
    when 'SMOD'.
    SET PARAMETER ID 'MON' FIELD SY-LISEL+1(10).
    CALL TRANSACTION 'SMOD' AND SKIP FIRST SCREEN.
    when 'SXSD'.
    SET PARAMETER ID 'EXN' FIELD SY-LISEL+1(20).
    CALL TRANSACTION 'SE18' AND SKIP FIRST SCREEN.
    endcase.
    Regards
    Vinayak

  • How can i call the certificate selection dialog box from source code?

    How can i call the certificate selection dialog box from source code?
    NB: Of course if i have more than one certificate in the Microsoft Keystore 'My'.
    Thank You in advance

    I found an example of the "TestStand UI Expression Control.ctl" and it works just the way I need it. (check the link)
    Proper use of "TestStand UI ExpressionEdit Control" in LabVIEW http://forums.ni.com/ni/board/message?board.id=330&requireLogin=False&thread.id=10609 
    The "Expression Browser Dialog Box Button" F(x) stays disable while editing the VI, however it become available when the VI is called from TestStand.
    Thank you,
    Hecuba
    Mfg. Test Engineer
    Certified LabVIEW Associate Developer

  • Where can i find the theory for session and call transaction method

    hi
    where can i find the theory for session and call transaction method
    bye

    check this link
    http://www.sap-img.com/abap/learning-bdc-programming.htm
    http://www.planetsap.com/bdc_main_page.htm
    lsmw, bapi, bdc- session, bdc-calltransaction
    u can get it in help.sap.com also

  • Finding the user-exits of a SAP transaction code

    Hi All,
    Can any one tell me how to find the user exits related to particular transaction code?
    Regards,
    Prem

    Dear PremKumar,
    *Please Search SDN Before posting any thread the question you have asked is already available since you are new to SDN and for your reference iam pasting the code copy paste the same code and execute and give the TCODE then it will list out all the exits.
    *REPORT  ZUSEREXIT.
    report zuserexit no standard page heading.
    tables : tstc, tadir, modsapt, modact, trdir, tfdir, enlfdir.
             tables : tstct.
    data : jtab like tadir occurs 0 with header line.
    data : field1(30).
    data : v_devclass like tadir-devclass.
    parameters : p_tcode like tstc-tcode obligatory.
    select single * from tstc where tcode eq p_tcode.
    if sy-subrc eq 0.
       select single * from tadir where pgmid = 'R3TR'
                        and object = 'PROG'
                        and obj_name = tstc-pgmna.
       move : tadir-devclass to v_devclass.
          if sy-subrc ne 0.
             select single * from trdir where name = tstc-pgmna.
             if trdir-subc eq 'F'.
                select single * from tfdir where pname = tstc-pgmna.
                select single * from enlfdir where funcname =
                tfdir-funcname.
                select single * from tadir where pgmid = 'R3TR'
                                   and object = 'FUGR'
                                   and obj_name eq enlfdir-area.
                move : tadir-devclass to v_devclass.
              endif.
           endif.
           select * from tadir into table jtab
                         where pgmid = 'R3TR'
                           and object = 'SMOD'
                           and devclass = v_devclass.
            select single * from tstct where sprsl eq sy-langu and
                                             tcode eq p_tcode.
            format color col_positive intensified off.
            write:/(19) 'Transaction Code - ',
                 20(20) p_tcode,
                 45(50) tstct-ttext.
                        skip.
            if not jtab[] is initial.
               write:/(95) sy-uline.
               format color col_heading intensified on.
               write:/1 sy-vline,
                      2 'Exit Name',
                     21 sy-vline ,
                     22 'Description',
                     95 sy-vline.
               write:/(95) sy-uline.
               loop at jtab.
                  select single * from modsapt
                         where sprsl = sy-langu and
                                name = jtab-obj_name.
                       format color col_normal intensified off.
                       write:/1 sy-vline,
                              2 jtab-obj_name hotspot on,
                             21 sy-vline ,
                             22 modsapt-modtext,
                             95 sy-vline.
               endloop.
               write:/(95) sy-uline.
               describe table jtab.
               skip.
               format color col_total intensified on.
               write:/ 'No of Exits:' , sy-tfill.
            else.
               format color col_negative intensified on.
               write:/(95) 'No User Exit exists'.
            endif.
          else.
              format color col_negative intensified on.
              write:/(95) 'Transaction Code Does Not Exist'.
          endif.
    at line-selection.
       get cursor field field1.
       check field1(4) eq 'JTAB'.
       set parameter id 'MON' field sy-lisel+1(10).
       call transaction 'SMOD' and skip first   screen.
    Can you closse the thread if your problem got fixed !!!!
    Cheers
    fareed

  • Can i transport the repair Request?

    hi,
    We have a data osurce enhance with Two fields and is tranported to Production.
    Now again we enhanced the same data source for the Third Field and wriitemn code for tit in Cmod.
    When enhanceing , it is asking  a request  and we have given it .
    Now if see this request in SE03.
    We find that (the newly created request for the third field ) as task request under the main request which is already tranported .
    and
    This request is REPAIR Type.
    Now my Question  is ,
    Can we tranport only  this request(repair request ) directly to production. or not.?
    Do we need merge this request to the already tranported request and then tranport?if yes please tell me steps.
    OR
    Pleae tell me a solution to get third field also into my production system.
    Regards,
    Naresh.

    Little deviation in above question: simply
    Datat source 2lis_03_bf with 2 enanced fields(via append str) wtih CMOD code transported to production.It's ok in prod.
    Now i added new field to above append str and again wrote new piece of code in CMOD. I created one req for datasource at RSA6 level, with a task request as repair at append str level. Now hierarchy of change req is
    Req1-task1(rsa6 changes) :
    Req1-task2(appnd str changes) - (i have seen task2 description as repair in se09, Is it causes any problem if transport repair task to prod..ie. can i get new field to production sys append str).  can anyway turn task descripton of repair to dev/correction. Usually first time task we get description as dev/correction, but second time task onwards for particular objects we get repair.

  • How can i view the already permitted special character in the system

    Hi,
         How can i check already permitted special character in the BI System.
    Suppose i am adding some special character with the help of RSKC.
    I want to view the already permitted special character in the system.
    Usefull answers are really helpfull.
    MRC.

    hi,
       Thanks for your all user full answer.
    Actually my problem is, i am loding some datas with some speicial character(*,&,#).My data got loaded with out any error.
    The same special character(*,&,#) i checked it over the table RSALLOWEDCHAR.
    But the special character character is not available in that table.
    Thats why i am thinking , with out any error how my datas got uploaded.
    At the sametime special char is not maintained in the table RSALLOWEDCHAR.
    Is there is any other way to maintain the Special char(*,&,#).
    Shall i want  to check any other table apart from the  above tabe.
    Kindly explain the same.
    Thanks & Regards,
    MRC.

  • Where can I find the final release of 2.5 Servlet specification?

    The page Java Servlet Technology page (http://java.sun.com/products/servlet/index.jsp) includes a link as it reads to the "Final Release Of the Servlet 2.5 Specification", But it leads to a maintenance release version.In the maintenance release page where we were led it includes two links
    1 If you want to read the specification for evaluation, or to build an application that uses the specification, click here.
    2 If you intend to build an implementation of the specification, click here.
    But these two links downloads the same specification, actualy a API specification
    In the beginning of the page there is another link as "For the original Final Release of the Specification, please go to the original Final Release for JSR 154 page.". but this link leads to a link which downloads a 2.4 ; .pdf version specification and which includes a detailed description about Servlet technology.
    1 Where can I find a detailed(like the .pdf version) 2.5 ; final release specification and a final 2.5 API specification release , or is there not one?
    Varuna

    Hi Varuna,
    As you specified the page leads to "JSR 154: JavaTM Servlet 2.4 Specification" but you click the link Maintenance Release 2 under Final Stage Menu. It leads to the page Servlet 2.5 specification download Page.
    Regards,
    Anil Reddy

Maybe you are looking for