Se80-finding out programs done by a particular user within a package?

How do I find out what are the programs developed by a particular user from se80, within a particular package?

Hi,
You can query on table <b>TADIR</b> to get the details.
Try with this code.
DATA: BEGIN OT ITAB OCCURS 0,
PROGRAM TYPE TADIR-OBJ_NAME,
END OF ITAB.
PARAMETERS: V_USER TYPE TADIR-AUTHOR,
            V_PACKAGE TYPE TADIR-DEVCLASS.
START-OF-SELECTION.
SELECT OBJ_NAME
FROM TADIR
INTO TABLE ITAB
WHERE AUTHOR = P_USER
AND DEVLCASS = P_PACKAGE
AND OBJECT = 'PROG'.
Thanks,
Vinay

Similar Messages

  • Find out from the machine name, what user is logged in

    thank you. Is there a way to find out from the machine name, what user is logged in or who the machine belongs to?
    I can actually find out from the username what machine they have because there is a field called the wWWHomePage that gets populated with the computer name
    how do I do that? 
    Also I have a list of email addresses. How do I find the username from the list of email addresses ?
    thanks

    I have no good way to test this, so you'll probably have to adjust this on your end:
    Get-Content .\users.txt | ForEach {
    $emailAddr = $_
    $props = @{
    EmailAddress = $emailAddr
    Username = ''
    ComputerName = ''
    ComputerPath = ''
    try {
    $userDetails = Get-ADUser -Filter "EmailAddress -eq '$emailAddr'" -Properties wWWHomePage -ErrorAction Stop
    $pcDetails = Get-ADComputer -Identity $userDetails.wWWHomePage -Properties CanonicalName -ErrorAction Stop
    $props.Username = $userDetails.SamAccountName
    $props.ComputerName = $userDetails.wWWHomePage
    $props.ComputerPath = $pcDetails.CanonicalName
    } catch {
    $props.Username = 'ERROR'
    $props.ComputerName = 'ERROR'
    $props.ComputerPath = 'ERROR'
    New-Object PsObject -Property $props
    } | Select EmailAddress,Username,ComputerName,ComputerPath
    Don't retire TechNet! -
    (Don't give up yet - 12,950+ strong and growing)

  • How can I find out the screen size of the users moniter using the Acrobat SDK?

    How can I find out the screen size of the users moniter using the Acrobat SDK? I need to know how much sreen real estate that is available on the users moniter. Is there some call that I can make from the SDK to discover the maximun X and Y coordinates?
    Thanks,
    Gregory

    Currently, I am testing on multiple moniters and it is defaulting to the moniter designated as the #1 moniter. For our purposes, this is acceptable. Once the two documents have loaded, the user can move and re-size at will.
    Gregory

  • How do I find out the size of each individual element within a photoshop file as need to replace some elements?  Thanks :)

    How do I find out the size of each individual element within a photoshop file as need to replace some elements?  Thanks

    What do you mean by "Elements"?
    Elements in a flat image or Layers?
    Could you please post a screenshot with the Layers Panel visible?

  • How to find out what t-code(s) a user executes most?

    Can anybody tell me how I can find out what transaction(s) a given user executes most from the all the transactions that given user has access to? For example if a user has access to 100 t-codes, but only uses 10 of them then, how can I find out that the user never executes rest of the 90 t-codes? Is there a report I can run to find out. Please help.

    Hi Amit,
    STAD is giving me nothing, even though I chose the date 05/03/2007. I also selected both radio  buttons at the bottom. Here's message I am getting "No statistical record for any server found with given criteria"
    Regards,
    Chandu

  • How to check mass change(vendor) done by any particular user .

    Hi,
    What is a transaction used  to check mass change(vendor) done by any particular user .
    Thanks,
    Dharmesh

    HI
    pls try this table CDHDR
    Thanks & Regards
    Phaneendra

  • How can i find out all the different meanings of  User ID Paramtrs (USR05)?

    Dear Gurus
    How can i find out all the different meanings of  User ID Parameters (table USR05)?
    Thanks
    Nuno Natividade

    hi,
       the values are stored in the table tpara and they are used to put the landscape of the system,and to know the log of the system.
      FORM DETERMINE_LANDSCAPE .
        SELECT SINGLE * FROM USR05
                        WHERE BNAME = SY-UNAME
                            AND PARID = 'ZLANDSCAPE'.
        IF SY-SUBRC = 0.
          IF NOT USR05-PARVA IS INITIAL.
       REPLACE
          ELSE.
            PERFORM DETERMINE_FROM_CENTRAL_SYSTEM.
          ENDIF.
        ELSE.
          PERFORM DETERMINE_FROM_CENTRAL_SYSTEM.
        ENDIF.
      ENDFORM.                    " determine_landscape
      FORM DETERMINE_LOG_PARAMETER.
        SELECT SINGLE * FROM USR05 WHERE BNAME = SY-UNAME
                            AND PARID = 'ZLOG_USER'
                            AND PARVA = 'X'.
        IF SY-SUBRC = 0.
          WITH_LOG = 'X'.
        ENDIF.
    <REMOVED BY MODERATOR>
    venkat.
    Edited by: Alvaro Tejada Galindo on Mar 4, 2008 12:47 PM

  • How to find out Last T-Codes by a Users in Last 24 Hurs?

    Dear experts
    how to find out Last T-Codes by a Users in Last 24 Hurs?
    Please Help
    Regrads
    Is STAD is only solution (or) any other easy way?
    Regards
    PR

    Hi,
    Maybe it's easier with this path :
    ST03N --> Expert Mode --> Day  --> choose your day
    Under analysis view double click on "Memory Use Statistics"
    You will get the list of transactions run that day.
    If you double click on a transaction you will get the list of users who used this transaction.
    If you select the User view, when you double click on a user, you will get the list of transctions this user launched this day.
    Many ways to use this ST03N transaction...
    Regards,
    Olivier

  • To find out program name of  form

    hi abapers,
           I am not able to find out the program name of the form f110_d_avis in tnapr table. Anyone can pl help me to find out the program name of this form. Tell me the possible ways to find out the program name of the form.Thanks!!!

    Hi,
    1.Go to SPRO.
    2.select sap Reference img tab.
    3.search with form name.There u can get the related print program.
    Eg:F150_dunn_01---Dunning form(go with description).
    4. I think u r form name is Paymeny advice Form.
    So search with Payment form:
    select Assign payment form with country key.
    5.Give the country key for which the form is using.
    6.There u can find the print program.
    regards,
    Reward With points.(don't forget)
    Edited by: shiva kumar on Apr 7, 2008 11:29 AM

  • How to find out programs transport request

    Hi all,
    Is there a way to find out from SE80 in which transport request the program can be found?
    Thank you in advance,
    Ville

    Goto Utilities -> Versions -> Version Management.
    If the program is in a transport request which is not released you can find it under 'Version(s) in the development database:'. Otherwise in 'Version(s) in the version database:'.
    Vinod

  • How to find out program name to the corresponding output type of invoice..

    hi ALL,
    I want to findout program name to my output type.
    For one invoice functional peoples are configured. Here i know the outtype. But i don't know the program name .
    Can any body please tell me how to find out the program name for the output type..?

    Hi,
    Goto NACE t-code
    Select Billing (V3)
    Press 'Output Types' Button
    In the next screen select the corresponding output type you want.
    Then press 'Processing Routines' in the left pane. You can see the program name
    Cheers,
    Kothand

  • How to find out the accounts for a particular IBUs?

    Hi,
    I want to find out accounts for particular accounts.
    Regards,
    Jaya

    Hi,
    If you know the sales order numbers then u need to go VBAK table and take VDATU(requested delivery date) for the 2 sales order and find out the difference between these 2 dates by using the function modules.
    -Prasanth

  • How to find out program form the entry made in MCHB table thro backgrounnd

    Hi,
    we have one case where table MCHB was updated with zero quantity for batches by user ZZZBATCH  which is for background job.
    Table MCHB was updated with batches with Zero quantity though process order number was set for deletion flag.
    Now our client wants by which program this entry has been made?
    we dont know which is the background job/program?
    we are sure that background job was run as user ZZZBATCH is set for background job.
    please help to find out How  this entry has been created in the MCHB table.

    Find out from CDPOS table  for the date/ time this entry was made.  From SM37 look out for the jobs that were running then.  You should get some clue.
    If you can't do that,  just try  for all  programs  run by ZZZBATCH    and see which of the program uses   MCHB table  or  some BAPIs with * BATCH*.
    cheers
    Rav

  • How to find out the exit for a particular requirement.....!!!!

    Hi Freiends,
    i have the requirement like this..
      2 sales orders are creted for the same customer..but their delivery date is different..i want to  find out the that time difference....
      could you plz give me any idea...
    Best regards,
    Rajesh padya

    Hi,
    If you know the sales order numbers then u need to go VBAK table and take VDATU(requested delivery date) for the 2 sales order and find out the difference between these 2 dates by using the function modules.
    -Prasanth

  • I want to find out the dimensions of a particular site

    How can I find out the dimensions of a site?  For example http://www.workingmother.com/blogs?cmpid=enews10131http://
    I am trying to figure out if this site is 980 pixels?
    Thanks in advance,
    Erica

    Anytime you want to see "the guts" of a site, click View>Source  or just press ctrl+u and a new window will open with the source code for the page. I did this and clicked on the hyperlink to the css sheet, then I scrolled down to the main body (it has a really odd name in this case - container is pretty standard, but I saw a strange name for the main body in the layout) and I looked at the width declaration; it said 987px.
    #container{
        clear:both;
        position:relative;
        position:relative;
        width:987px;
        z-index:5;
        zoom:1;
    Why they have a redundant position declaration is beyond me, but I didn't write it.

Maybe you are looking for

  • Weirdest Problem I have ever had

    Ok, so this is really weird and I can't figure it out. I have a WRT54GS wireless router. I have one computer directly connected to the router with ethernet cable, an Xbox 360 connected with ethernet cable, and then one computer that connects wireless

  • SCOM 2012 SP1 - Scheduled Report not showing any chart

    We have created 2 Scheduled Reports based on the Performance and Performance Details reports. The Scheduled Reports run every day and create a PDF file in the file share. The Reports however don't contain any charts. Selecting other output formats gi

  • How to merge/compare two workflows.

    Hi there! Is there a way to merge or compare two Oracle Workflows - to find potential differences? If you use a regular text compare, it's pretty hard to get an overview over what's been done.. Kind Regards, Henrik

  • Is it necessary to remove the Photoshop CS6 Beta before installing the trial?

    I installed the CS6 Design and Web Premium trial while I wait for my ordered update disk to arrive.  I have the PS CS6 Beta installed and I note that the trial installation did not install CS6 Photoshop or CS6 Bridge.  ????????????

  • ORA-01555 in RAC

    Hello experts, I am having 4 node oracle 9i on IBM AIX . We are having different size of undo tablespace but same value of undo_retention in each node . In our application we are running reports from a particular node and getting ORA - 01555 frequent