Cannot trace the transaction code within a role

Hello All,
We, in our project trying to trace out various transaction codes assigned to each of roles.
I have an issue tracing an transaction code FB60. When i searched in suim for transaction codes within the role, I could see FB60 listing in the results.
But when i go to role through pfcg and see in the menu tab i cannot find the transaction code there.
what went wrong here? Now i want to remove the transaction code from the role so that next time when i use suim it wont be listed in the results.
Kindly advice.
Regards,
Brahmeshwar Poloju

HERE IS THE OUTPUT.
OBJECT     AUTH         VARIANT FIELD      LOW                                      HIGH
S_TCODE    T-DC84003900         TCD        SCPE*
S_TCODE    T-DC84003900         TCD        SDD1*                                    SE03
S_TCODE    T-DC84003900         TCD        SE07                                     SE16N
S_TCODE    T-DC84003900         TCD        SE17                                     SECQ*
S_TCODE    T-DC84003900         TCD        SEEF*                                    SI24_12
S_TCODE    T-DC84003900         TCD        SI2414                                   SIBU
S_TCODE    T-DC84003900         TCD        SIC_*                                    SLAT
S_TCODE    T-DC84003900         TCD        SLG0                                     SLIB_*
S_TCODE    T-DC84003900         TCD        SLIN                                     SLXT
S_TCODE    T-DC84003900         TCD        SM30
S_TCODE    T-DC84003900         TCD        SM31                                     SM37
S_TCODE    T-DC84003900         TCD        SM50
S_TCODE    T-DC84003900         TCD        SM51
S_TCODE    T-DC84003900         TCD        SMAR*                                    SMEZ
S_TCODE    T-DC84003900         TCD        SMTH*                                    SNLS
S_TCODE    T-DC84003900         TCD        SNRO                                     SO99
S_TCODE    T-DC84003900         TCD        SOACARRY*                                SOTR*
S_TCODE    T-DC84003900         TCD        SP02
S_TCODE    T-DC84003900         TCD        SCUS*                                    SDCA*
S_TCODE    T-DC84003900         TCD        /*                                       DA_*
S_TCODE    T-DC84003900         TCD        DC*                                      PFCF*
S_TCODE    T-DC84003900         TCD        PFD*                                     RYZ*
S_TCODE    T-DC84003900         TCD        RZZ*                                     SAIM*
S_TCODE    T-DC84003900         TCD        SAIO*                                    SAK*
S_TCODE    T-DC84003900         TCD        SAM*                                     SAPTE*
S_TCODE    T-DC84003900         TCD        SARJZ*                                   SARTN*
S_TCODE    T-DC84003900         TCD        SASAPCATT                                SBEA
S_TCODE    T-DC84003900         TCD        SBI*                                     SC2_*
S_TCODE    T-DC84003900         TCD        SCA*                                     SCBZ*
S_TCODE    T-DC84003900         TCD        SCDO                                     SCI*
S_TCODE    T-DC84003900         TCD        SCTS*                                    SCU3
S_TCODE    T-DC84003900         TCD        SWF_TR*                                  SYNT
S_TCODE    T-DC84003900         TCD        SZG*                                     TRBS
S_TCODE    T-DC84003900         TCD        TRCM*                                    UR_M*
S_TCODE    T-DC84003900         TCD        USRM*                                    _Z*
S_TCODE    T-DC84003900         TCD        SWF_CN*                                  SWF_RE
S_TCODE    T-DC84003900         TCD        SPEC*                                    SPERS*
S_TCODE    T-DC84003900         TCD        SPP*                                     SPROJE
S_TCODE    T-DC84003900         TCD        SQ00                                     SRT*
S_TCODE    T-DC84003900         TCD        SSC                                      SSDZ*
S_TCODE    T-DC84003900         TCD        SST0                                     ST05*
S_TCODE    T-DC84003900         TCD        ST14                                     ST62
S_TCODE    T-DC84003900         TCD        STCU                                     STKZ*
S_TCODE    T-DC84003900         TCD        SV*                                      SWF_BA
S_TCODE    T-DC84003900         TCD        SURAD                                    SURVEY
S_TCODE    T-DC84003900         TCD        SU50                                     SU52
S_TCODE    T-DC84003900         TCD        SU3
S_TCODE    T-DC84003900         TCD        SU2
S_TCODE    T-DC84003900         TCD        SU0
S_TCODE    T-DC84003900         TCD        STS*                                     STYLE*
Regards

Similar Messages

  • 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.

  • Detect user to see if still using the transaction code

    Hi,
    Is there a way to detect if the user is still working in a transaction code that the Exit FM is linked to? I have a requirement to detect the user's action within the transaction code enviroment and then according to whatever the user is doing, the Exit FM should process certain tasks.  Instead of checking for the OK_CODE for the screen status, can I check the transaction code level to see if the user is  still working with it?
    Thanks,
    RT

    Hi Rich,
    Actually I am trying to detect whether a user is still working in the transaction code or not. I have tried to code the PF-STATUS and SY-UCOMM to detect the user's allowable actions within this transaction code, but I was told that the Exit FM cannot recognize the PF-STATUS and its OK_CODE, so I am now trying to take a different approach by detecting whether the user has either exited the transaction code or the BW system.
    I am trying to refresh a transparent table within the Exit FM based on whether the user is doing something when using this transaction code. The Exit FM is doing the refresh.
    Would you think this is possible? Please advise.
    Thanks,
    RT
    Message was edited by: Rob  Thomas

  • STAD - get the 'transaction code' and 'program name'

    Hi, I was wondering if someone knows about a bapi with which I can get only the "transaction code" and "program name".
    I need to get those for a specified user, but I don't want to set on a trace, that's why I'd like to use the transaction STAD.
    If anyone can help, thanks in advance
    Grtz,
    Dragovian

    ok, so I go like this
    TYPE-POOLS sapwl .
    DATA:  all_stats        TYPE sapwl_allstats.
      CALL FUNCTION 'SAPWL_READ_STATISTIC_FILES'
       EXPORTING
         read_client                 = '*'
         read_time                   = '200000'
         read_start_date             = sy-datum
         read_start_time             = '000000'
         read_username               = sy-uname
         read_workprocess            = 'FFFF'
         wait_factor                 = 150
        CHANGING
          all_stats                   = all_stats
    how'd I get "start-time" "report-name" "date" "username"?

  • Remove transaction codes from multiple roles at a time

    Hello,
    how to remove transaction codes from multiple roles at at time?
    Thank you in Advance.

    Hi Vanita,
             Why do you want to remove a t-code from all the roles. Are you no longer going to use the t-code. If this is the case then you can lock the transaction code in T-code SM01 so that no one can use it. But this would effect other users as well, it should only be locked if no one should use the particular T-code.
    Another alternative is to write a program to remove the particular T-Code from the table AGR_TCODES where the relation ship between the role and t-code is stored.
    Thanks.

  • FBL3N  Report  -not able to get all the transaction code details

    Hello,
    when FBL3N report  ran for one the expenses account (time paid off  - project charges account) , only few  line items are displaying  the transaction code like CJ88 and CJ8G.
    can you please tell me why all the line items are not showing the transactions codes and is there any know situation when the T- codes are not displayed.
    What I need to do, to get all the T- codes in the report ?
    I really appreciate your help.
    Regards
    Radha

    I know it is a line item report and I was expecting to see the transaction code details in the report for every line item. But in I'm not able to see all  T- codes for all the line items
    Thanks
    Radha

  • 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

  • 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

  • Is it possible to find the transaction code via table name ??

    Hi
    Can any body please let me know is it possible to find the transaction code via table name ??
    Thanks in advance
    Sesh
    Edited by: seshu_sapfico on Dec 8, 2009 12:21 PM

    Please, specify your requirement... A table could be modified by various programs which are called by numerous transactions.

  • What is the transaction code to change a service master ?

    Hi,
    can any one please tell me the  path or the transaction code to change a service master

    Hi
    Service Master Change T.Code AC03 , u select icon of swith between display and change mode or  Press Ctrl+F1.
    Please award points if it is usefull
    with regards
    vishnu

  • Reg : Enhacement for the transaction code MD04

    Hi experts,
    I have implemented an user exit for the transaction code MD04 where in the stock/requirement list I am supposed to add a new column for the exception number which displays the exception description for the corresponding exception number.
      The coding part for fetching the exception description for the corresponding exception number is done in the include 'ZXM61U03'.
      The problem is in the importing parameter IMDEZEXIT in which all the screen data will be present basing on which the data fetching is done .The AUSKT(Exception number) value is not getting populated . All the other data in the row is getting populated.
    Please suggest e a solution for this.
    Regards,
    Ramkishore.

    Hi
    Hope it will help you.
    reward if help.
    Please use FM MD_STOCK_REQUIREMENTS_LIST_API to get all information for transaction MD04/MD05.
    You might also want to check out the function module API.
    MD_MRP_LIST_API
    and also
    check this link for extracting data from MRP tables:
    http://www.sap-img.com/pp001.htm

  • What is the transaction  code SM  31?

    4.What is the transaction  code SM  31?

    Hi,
      SM31 is TABLE MAINTAINENACE. Table maintainence is created for a table to enter the data in the table. Instead of updating the table by program.
    Table Maintainence is created in SE11 .Enter table name ---Utilises --> Table maintenance generator.
    Br,
    Laxmi.

  • What is the transaction code for where used list

    hi,  
                    what is the transaction code for where used list and
               how to retrieve the previous delivery quantity and quantity delivered for a particular material  with reference to both material document number and material number.

    hi,
    there is no transaction code for where-used-list..
    its one of the buttons in application tool bar which if you click will tell you where,in which program or tables etc this object is used.
    to retrieve the previous delivery quantity and quantity delivered for a particular material with reference to both material document number and material number,
    use tables <b>likp lips and mara</b> and use material number and document number in where condtion.
    regards,
    pankaj singh
    <b>**** please mark all helpful answers</b>

  • What is the transaction code to enter data into mkpf table

    Hi,
    I want to enter data into mkpf table but through a transaction code.
    What is the transaction code?
    Thanks.
    deniz.

    Hi,
    Go to SE16N transaction code.
    Now you enter the table name ex: u201CMKPF u201C, if u wants to insert the values.
    in Command bar
    you enter the transaction code u201C &SAP_EDIT u201D. 
    Press enter.
    Then click on execute button. 
    Now here I would like to change some data.
    Here we can do any operation in application tool bar.
    Enter values
    And click on save button.  
    Regards,
    Sujit

  • What is the transaction code to set the download directory?

    What is the transaction code to set the download directory?

    SO21 is the Maintain PC Work directory transaction
    Cheers,
    Ben

Maybe you are looking for

  • Problem in creation of Background Processing Task

    Hey Gurus,      I need to extract to extract some details for a specific contract and display it as workitem text.. so i have to create a background task which can extract the data, assign the values to the container, and use these values later in th

  • Can an iPad be upgraded from a computer that is not the syncing computer?

    My bf has an iPad that he has synced with his parent's iMac but we've moved several states away. If I upgrade to iOs5 using my mbp, will it require the device to sync with this computer?

  • Importing Microsoft Word doc to InDesign with embedded EPS art ~ scaling issue

    Hi, my workflow calls for creating content in Microsoft Word 2010 with embedded EPS art, in this case MathType 6.7a math objects. When I import these manuscripts (after saving as Word 97/2003 format) into my Adobe InDesign CS5.5 templates, the embedd

  • Dynamic webdynpro context mapping in GP

    Hi Experts, I have created a webdynpro coponent which contains a Dynamic node as a Gp context Output parameter. This Dynamic node is mapped to another WD callable object's GP context input parameter. Will i be able to transfer data using this dynamic

  • All-in-one PC volume is too low even when maxed out

    When playing web content with sounds like youtube videos, the sound is too low even when the volume in the cotrol panel is already maxed out. what do i do?  My desktop is an hp 22 all-in-one touchsmart pc. Thanks! Cynch