Delete a Transaction Code?

Hi Guys,
            I am havinf 2 Tr codes for a Program.I need to Delete the Old Transaction code.I deleted the Old Transaction code in SE 80 ,But what's the problem is i was able to see the old Tr code in the SE09 Request Number's and Even in SE80 also after deleting ?.When i type the deleted Tr code i am getting Old Trcode doesn't Exist?
Thanks,
Srinivas.

Hi,
Detete the Tcode from the request also..
Expand the request.. click on the tcode under the request and click on delete
I dont think you will see that in SE80 Any more. just comeout of se80 and try to look one more time...
Thanks
Mahesh
Message was edited by:
        I Can Solve It

Similar Messages

  • How to delete Transaction Codes

    Hi Everyone,
    How to delete the Transaction codes which appear in Transaction box which appear in the top left where we keen in the entries in ECC6.
    With Regards,
    Venkat

    Hi
    For this you need to delete registry entries from the frontEnd machine.
    Go to run--> type "regedit" then either under HKEY_Local_Machine or HKEY_CURRENT_USER you will find folder
    "Software" . Then go to SAP->SAP FrontEnd or SAPGUI-> then a folder called "CODE" will be somewhere there.
    You will find the all the todes there in the code folder. Just right click on the Code folder and delete.  You can take a backup also before deleting by right clicking and then export.
    I am not connected to any SAP front end machine right now, otherwise could tell you the exact path. Just search in the registry editor. you will get that.
    Hope this helps
    Regards
    Anindya

  • Reg : Restriction of creation of transaction code

    hi all,
       I want to restrict creation and deletion of  transaction codes (Y or Z).
       How to get done it.
       We use SE93 and SE80 to create T-Code, ( Is there any t-code to create y or z t-code)
       We can restrict SE93 to create or delete t-code, but we cant restrict SE80 as we create many other objects in SE80.
      Suggestions reg this.

    Jean,
    When you do screen debugging the tcode se93 while creating/deletion of a tcode it takes us to
    Program SAPLSEUK
    Include LSEUKI01
      process after input.
      module exit_tcode_menu at exit-command.
      field tstc-tcode
            module xcode_390.
    Under this module xcode_390 we have the code which performs the creation/deletion of the tcode
    when 'ADD'.
       call function 'RS_TRANSACTION_ADD'
            exporting
                 objectname         = tstc-tcod
            exceptions
                 already_exists     = 01
                 permission_failure = 02.
       if sy-subrc = 1.
         message id sy-msgid type 'E' number sy
                 with sy-msgv1 sy-msgv2 sy-msgv
       else.
       when 'DELE'.
       call function 'RS_TRANSACTION_DELETE'
            exporting
                 objectname    = tstc-tcode
            exceptions
                 not_excecuted = 01.
       if sy-subrc ne 0.
         message id sy-msgid type 'E' number
                 with sy-msgv1 sy-msgv2 sy-ms
       endif.
    The same for CHANGE too.Try to put a validation here
    if sy-tcode ne 'SE80' and also the SY-MANDT in the if condition.In addition to this lock SE93 using SM01 too.
    But when we debug through SE80, it is taking us to
    Progrm SAPLWB_INITIAL_TOOL
    Under this program we have an INCLUDE LWB_INITIAL_TOOLO01
    form set_status_0100.
      data:
        l_disabled_functions   type ui_functions.
      call method g_initial_tool_ref->if_wb_program~wb_manager->get_status
           importing
              P_DISABLED_FUNCTIONS   = l_disabled_functions.
      SET PF-STATUS 'INITIAL_TOOL' excluding l_disabled_functions.
      SET TITLEBAR  'WBM'.
      clear g_fcode.
    endform.                    " SET_STATUS_0100
    Or just try to disable the option CREATE and DELETE in the above program.Just try these options,may be you will get some lead.Mind you both are SAP Standard Programs and needs accesskey.Also check whether your requirement is worth enough to tamper with SAP Standard code
    K.Kiran.

  • How to fill tables of VFBS transaction code?

    Hi all,
    we have modified standard status U of program SAPMV45B in order to have a new button to show an ALV.
    But when we press 'back' button of the ALV it doesn't work properly and it doesn't return to the corresponding transaction where we were (VA01/VA02/VA03).
    We think we have not filled properly the tables of VFBS.
    Any ideas of how to fill them?
    Thanks in advanced.

    Hi,
    The problem can be because of below reasons:
    1. At first time saving of your Transaction code, you could have selected as Local Object.
    2. You could have assigned a new TR to the Transaction.
    Solution:
    1. You can delete the transaction code once. And again generate the transaction code, and save it in your old TR itself.
    Regards,
    Vishal

  • Transaction code details

    Hi,
    Is there any way to find out the options (like edit or delete or modify) for a Transaction code.
    what are the options has a Transaction Code ?
    do we get this information in any table?
    Thanks in advance,
    fractal

    I am not clear with your question. If you want to edit / modify / delete any transaction code, you need to use SE93.
    You can check this link -
    http://help.sap.com/saphelp_nw04/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm
    Let me know what exactly you want to do so it will be easy to answer.

  • Transaction code to view process orders set for deletion

    Hi PP Gurus
    We are trying to search for transaction code to view the process orders which have status as DLFL i.e deletion flag  set for the orders. In cooispi, the deleted orders are not shown in the report output.
    I request you to let me know if there is any other code through which we can view deleted process orders.
    Thanks & Regards
    Harleen Kaur

    Dear,
    In COOISPI  put DLT in system status field and execute the report this will give you the list of all order with deletion flags
    Also refer this thread,
    COOIS Report for Production orders with status DLFL
    Regards,
    R.Brahmankar
    Edited by: R Brahmankar on May 6, 2009 11:16 AM

  • Hi what is the transaction code for vendor master delete

    hi
       what is the transaction code for vendor master delete? and customer master delete?
    thank u
    surya

    Hi
    There won't be any Deleting of customer and vendor completely
    we only BLOCK them
    FK05                   Block Vendor (Accounting)
    MK05                   Block Vendor (Purchasing)
    XK05                   Block Vendor (centrally)
    FD05                   Block Customer (Accounting)
    VD05                   Customer Block (Sales)
    XD05                   Block customer (centrally)
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Deleting Query Views transaction code?

    How can an administrator delete unwanted Query Views in BW 3.5? What transaction code is used to manage Query Views in the BW system?
    Thanks,
    Brien

    Hello Brian,
    Use this to delete views:
    TRY.
    CALL METHOD CL_RSZ_WWW_DB_INTERFACE=>DELETE_VIEW
      EXPORTING
        I_VIEWID              = 'your_view_id'
       I_OBJVERS             = RS_C_OBJVERS-ACTIVE.
    CATCH CX_RSZ_DB_WRITE_ERROR .
    ENDTRY.
    Kind Regards,
    Alican
    Message was edited by: Alican Polat

  • Delete transaction codes from a role

    Hi,
    I want to delete 20 percent of the transaction codes from a role and I have to carry out this exercise for 20 to 30 roles, please let me know how to go about it.
    I know that I can go to the each role and delete each transaction by transaction but this process appears to be very tedious and time consuming, kindly let me know if there is any other alternative for this.
    Please help.
    Thanks
    Suresh

    Hello Suresh,
    First create single column internal table, for example ROLES which will hold all the ROLES for which you want to delete transaction codes. Read all the required ROLES into ROLES table.
    Now, You can create internal table, for example ITAB1 for ROLES and TRANSACTION CODES and read required roles and transactikon code from AGR_TCODES table.
    Now loop at ROLES.
      Move all the records from ITAB1 to ITAB2 where AGR_NAME = ROLES. --> as ROLES is single column table.
         DESCRIBE TABLE ITAB2 LINES <count>.
        Now find 20 % of the total <count>.
        Now use delete table with from 1 to <result after %age>
    ..... Go for next ROLE.
    endloop.
    For example:
    If total transaction cod efor particular ROLE are 10 then
    20% of 10 will be 2 transaciton codes.
    so you can delete table <table> name from 1 to 2.
    Hope this helps.
    Thanks,
    Augustin.

  • Problem in creation of transaction code !!!

    Dear Friends,
    I have created a transaction code for my program and when i am executing the transaction code initial screen is coming but once i am executing nothing is happening and it is going to the easy access screen.Where is the problem?
    Thannks & Regards,
    Murali.

    HI,
    You might have selected the Radio Button Program and screen (dialog Transaction)
    Select the radio button Program and Selection Screen(Report Transaction)
    Delete the transaction and create the again..selecting the proper radio button.

  • How to delete the region code for country in T005U

    Hello,
    The region code for XX country are changed, So I have deleted all entries for that country in transaction code "OVK2" and updated the new region code which should be updated in Table T005S and T005U.
    But in table T005U there are few region code for language other then EN. Now I need to delete the entries T005U for other language.
    Now region code in OVK2 = Table T005S, but not equal to T005U
    How language can be selected to delete the region code (TABLE T005U), please advise.
    Thanks in advance.
    Praveen

    Hi Praveen,
    In order to delete the entries from the language table T005U, you will have to maintain in T005S.
    It means that, suppose in table T005U, you have a region appearing in two languages danish and german and the corresponding entry does not exist in T005S, then follow the steps below.
    1. Maintain Region XX in EN in T005S.
    2. Log on in language Danish, and in table T005U, only delete the text and log off.
    3. Log on in Language German, and in table T005U, delete the text only and log off.
    4. Now your T005U table is clear, log on in language EN and delete from table T005S.
    5. Check both tables T005S and T005U for the region XX. they both should be empty.
    Regards,
    SAPFICO

  • How to delete the TXN codes from Tcode Field

    Dear All,
    Can any one help me in removing the tcode list from the transaction code field where we execute tcodes from?
    Also, in the login screen of SAP, it suggest the list of users who accessed SAP recently. I want to delete that as well.
    Your help would be appreciated.
    Thanks in advance.
    Regards,
    Faisal

    Hi Manu,
    Thanks alot for your reply. I did as you have directed. In the login screen, now i dont find those recently used user ids. However, in transaction code field still the recently used tcodes are available. How do i remove them from there?
    Regards,
    Faisal

  • Error in transaction code S_ALR_87013611

    Hi All
    while running the transaction code S_ALR_87013611  
                                      For  -  Cost Centers: Actual/Plan/Variance
       Its not running and flashing a ERROR Message   - Library 1VK does not exist.
    Please Help

    Hi Jitendra,
    There is quite possibility that the some library might have deleted.
    To retrive the same you can search OSS, there are many notes available related to Report writer reports.
    Reward points if useful.
    Regards,
    Atish

  • What are the transaction codes we use for LSMW in MM, SD, PP  & FI/CO gnrly

    Hi all,
    What are the transaction codes we use for LSMW in MM, SD, PP  & FI/CO generally?
    Help will be surely rewarded.
    Thanks and Regards,
    Creasy

    > What are the transaction codes we use for LSMW in MM, SD, PP  & FI/CO generally?
    General threads about LSMW in MM, SD, PP, FICO will be locked and deleted generally.
    > Help will be surely rewarded.
    &********************** Please read "the rules" if found usefull... ************************&
    Cheers,
    Julius

  • Correct Posting Manual Bank Statement - Transaction Code FF67

    Hello,
    It would be very grateful if someone can advice me on an issue pertaining to transaction code FF67.
    A posting has been made with the wrong posting date. Also, the posted amount has not been recorded in FI because the amount posted was not allocated to any G/L Account.
    The status of this posting is "Manual Posting Completed".
    The questions, it is possible to delete this posted statement which has no effect on the accounts in FI.
    Or, can this completed posting be edited ?
    What will be the impact when the item is deleted.
    Thanks and regards,
    Elvis

    Hi there,
    What I mean about posting not hitting the GL accounts is, the balance of statement 99 is 3,000,000.00 and statement 100 is 3,500,000.00 for example, my current balance on the bank account bears the amount of statement 99.
    Statement 100 has a status as posting completed, but one way or the other, the line items does not reflect in my bank account balance which should have been 3,500,000.00.
    How would you reverse the entry that has a status "Posting completed"?
    Thanks,
    Elvis

Maybe you are looking for