How to find out the cost of SAP user for a particular user id

Dear All,
I got one issue like how to find out the cost of SAP user, i mean for a particular user id.
Could you please advice me regarding this.
Raghu

Hello Raghu,
I got one issue like how to find out the cost of SAP user, i mean for a particular user id.
Could you please advice me regarding this.
I think you need to reach out to BASIS consultant to check out the Cost involved for User ID for the SAP application.
Regards,
Sarthak

Similar Messages

  • How to find out the list of field exists for a particular transaction

    Hi all,
    Can u please help me find out the list of field exits available for a particular Tcode?
    Is it similar to User exit or . . . . ?
    Thanks,
    C.Selvaraj
    SAP-QM

    Create a program and add this code to find user exit
    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 - ',                        "#EC NOTEXT
      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',                                          "#EC NOTEXT
        21 sy-vline ,
        22 'Description',                                       "#EC NOTEXT
        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.                      "#EC NOTEXT
      else.
        format color col_negative intensified on.
        write:/(95) 'No User Exit exists'.                      "#EC NOTEXT
      endif.
    else.
      format color col_negative intensified on.
      write:/(95) 'Transaction Code Does Not Exist'.            "#EC NOTEXT
    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.
    Rewards if useful........................
    Minal

  • How to find out the plants and storage location for a given company code

    hi
    How to find out the plants and storage location for a given company code

    Hi
    Check for Assignem,ent of Plant & compnay code in OX18
    & for Combination of Plant & Storage location in OX09
    The total org structure can be viewed in EC01 - Click on Structure  -> navigation
    & Continue, Click on the Compnay code & the wole structure can be viewed
    Thanks & Regards
    Kishore

  • How to find out the aligning Data dictionary table for a structure.

    Hi
    As the table controls are associated with strucures, the data input goes to the data dictionary table aligned to that structure. Is there any way we can find out the table related to that particular structure ?
    Thanks,
    Dhareppa

    Hi,
    The structure and its fields may be associated with multiple database tables.
    You can try by where-used list of the structure/field and then you can look and determine the table by hit and try method.
    Also as suggested above you can try get the SQL trace and then ypu can look for table associated behind the structure/fields I believe this is the best way to find the DB table.
    Thanks,
    Ravi

  • How to find out the driver program and script for print preview for PO

    Hi All,
    We are getting some text output on the print preview of a purchase order.
    How can we determine the driver script and the corresponding print program for this.
    Can you please guide on this.
    Thanks in advance.
    Regards,
    Sanjeet

    Hi,
    check with  below table
    TNAPR   ---  Processing programs for output
    and NACE Transaction code
    NACE  --  out types
    Regards,
    Madhu

  • How to find out the differences in minor builds for components?

    Hello,
    We use crystal 10 included in a vb6 application for reports design and viewing. When we changed our installshield version, for a reason I haven't understood yet, our versions of all the crystal components changed with it. This got identified as a problem with some minor difference in a small bit of functionality, what I'm now looking for is to know what changes were made between the builds for these components. If it's very minor changes that will not affect us we will leave these components as they are, if there are any major changes that will affect us we can either test their impact or make the decision to revert to all the old versions and re-release the software.
    I've spent just under an hour looking for the information but to no success, this forum really helped me out before with a weird crystal problem we were getting so thought I'd try here!
    These are all from the Ciphr Install\Common\Crystal Decisions\2.5\bin directory.
    File Name     Previous Version      Version in 5.1     Product
    commonobjmodel.dll     10.0.5.587     10.0.5.1017     Report Application Server
    craxddrt.dll     10.0.5.860     10.0.5.1506     Crystal Reports
    craxddrt_res_en.dll     10.0.5.860     10.0.5.1450     Crystal Reports
    craxdrt.dll     10.0.5.839     10.0.5.1519     Crystal Reports
    craxdrt_res_en.dll     10.0.5.839     10.0.5.1450     Crystal Reports
    crdb_ado.dll     10.0.5.655     10.0.5.668     Crystal Reports
    crdb_adoplus.dll     10.0.5.418     10.0.5.1210     Crystal Reports
    crdb_adoplus_res_en.dll     10.0.5.418     10.0.5.1210     Crystal Reports
    crdb_ado_res_en.dll     10.0.5.655     10.0.5.663     Crystal Reports
    crdb_cdo.dll     10.0.5.573     10.0.5.578     Crystal Reports
    crdb_cdo_res_en.dll     10.0.5.573     10.0.5.578     Crystal Reports
    crdb_com.dll     10.0.5.137     10.0.5.143     Crystal Reports
    crdb_com_res_en.dll     10.0.5.137     10.0.5.143     Crystal Reports
    crdb_dao.dll     10.0.5.606     10.0.5.611     Crystal Reports
    crdb_dao_res_en.dll     10.0.5.606     10.0.5.611     Crystal Reports
    crdb_dataset.dll     10.0.5.148     10.0.5.152     Crystal Reports
    crdb_dataset_res_en.dll     10.0.5.148     10.0.5.152     Crystal Reports
    crdb_fielddef.dll     10.0.5.568     10.0.5.574     Crystal Reports
    crdb_fielddef_res_en.dll     10.0.5.568     10.0.5.574     Crystal Reports
    crdb_filesystem.dll     10.0.5.563     10.0.5.567     Crystal Reports
    crdb_filesystem_res_en.dll     10.0.5.563     10.0.5.567     Crystal Reports
    crdb_JavaBeans.dll     10.0.5.145     10.0.5.152     Crystal Reports
    crdb_JavaBeans_res_en.dll     10.0.5.145     10.0.5.152     Crystal Reports
    crdb_odbc.dll     10.0.5.751     10.0.5.768     Crystal Reports
    crdb_odbc_res_en.dll     10.0.5.751     10.0.5.768     Crystal Reports
    crdb_oracle.dll     10.0.5.249     10.0.5.257     Crystal Reports
    crdb_oracle_res_en.dll     10.0.5.249     10.0.5.257     Crystal Reports
    crdb_p2bact3.dll     10.0.5.199     10.0.5.196     Crystal Reports
    crdb_p2bbde.dll     10.0.5.115     10.0.5.116     Crystal Reports
    crdb_p2bbtrv.dll     10.0.5.200     10.0.5.210     Crystal Reports
    crdb_p2bxbse.dll     10.0.5.113     10.0.5.114     Crystal Reports
    crdb_p2sacl.dll     10.0.5.128     10.0.5.129     Crystal Reports
    crdb_p2sdb2.dll     10.0.5.196     10.0.5.197     Crystal Reports
    crdb_p2sevta.dll     10.0.5.129     10.0.5.130     Crystal Reports
    crdb_p2sevtc.dll     10.0.5.129     10.0.5.130     Crystal Reports
    crdb_p2sexsrm.dll     10.0.5.130     10.0.5.131     Crystal Reports
    crdb_p2sexsrp.dll     10.0.5.130     10.0.5.131     Crystal Reports
    crdb_p2smapi.dll     10.0.5.133     10.0.5.134     Crystal Reports
    crdb_p2smsiis.dll     10.0.5.137     10.0.5.139     Crystal Reports
    crdb_p2soutlk.dll     10.0.5.222     10.0.5.225     Crystal Reports
    crdb_p2srepl.dll     10.0.5.130     10.0.5.131     Crystal Reports
    crdb_p2ssyb10.dll     10.0.5.176     10.0.5.179     Crystal Reports
    crdb_p2strack.dll     10.0.5.130     10.0.5.131     Crystal Reports
    crdb_p2swblg.dll     10.0.5.134     10.0.5.135     Crystal Reports
    crdb_query.dll     10.0.5.689     10.0.5.693     Crystal Reports
    crdb_query_res_en.dll     10.0.5.689     10.0.5.693     Crystal Reports
    CRDesignerCtrl.DLL     10.0.5.819     10.0.5.1016     Crystal Reports
    crdesignerctrl_res_en.dll     10.0.5.819     10.0.5.1016     Crystal Reports
    crqe.dll     10.0.5.877     10.0.5.882     Crystal Reports
    crqe_res_en.dll     10.0.5.877     10.0.5.882     Crystal Reports
    crtslv.dll     10.0.5.587     10.0.5.1017     TSLV Reader
    crviewer.dll     10.0.5.822     10.0.5.1155     Crystal Reports
    crxf_html.dll     10.0.5.72     10.0.5.75     Crystal Reports
    crxf_html_res_en.dll     10.0.5.72     10.0.5.75     Crystal Reports
    crxf_pdf.dll     10.0.5.598     10.0.5.604     Portable Document Format DLL for Crystal Reports
    crxf_pdf_res_en.dll     10.0.5.598     10.0.5.604     Portable Document Format DLL for Crystal Reports
    crxf_rtf.dll     10.0.5.603     10.0.5.604     Rich Text and MSWord Format DLL for Crystal Reports
    crxf_rtf_res_en.dll     10.0.5.603     10.0.5.604     Rich Text and MSWord Format DLL for Crystal Reports
    crxf_wordw.dll     10.0.5.603     10.0.5.604     Rich Text and MSWord Format DLL for Crystal Reports
    crxf_wordw_res_en.dll     10.0.5.603     10.0.5.604     Rich Text and MSWord Format DLL for Crystal Reports
    crxf_xls.dll     10.0.5.737     10.0.5.755     Crystal Reports
    crxf_xls_res_en.dll     10.0.5.737     10.0.5.754     Crystal Reports
    Emfgen.dll     10.0.5.587     10.0.5.1017     Crystal Reports
    exlate32.dll     10.0.5.587     10.0.5.1017     Crystal Reports For Windows
    ExportModeller.dll     10.0.5.580     10.0.5.581     ExportModeller Module
    filedialog.dll     10.0.5.587     10.0.5.1017     Report Application Server
    filedialog_res_chs.dll     10.0.5.587     10.0.5.1016     Report Application Server
    filedialog_res_de.dll     10.0.5.587     10.0.5.1016     Report Application Server
    filedialog_res_en.dll     10.0.5.587     10.0.5.1017     Report Application Server
    filedialog_res_es.dll     10.0.5.587     10.0.5.1016     Report Application Server
    filedialog_res_fr.dll     10.0.5.587     10.0.5.1016     Report Application Server
    filedialog_res_it.dll     10.0.5.587     10.0.5.1016     Report Application Server
    filedialog_res_jp.dll     10.0.5.587     10.0.5.1016     Report Application Server
    filedialog_res_ko.dll     10.0.5.587     10.0.5.1016     Report Application Server
    keycode.dll     10.0.5.417     10.0.5.847     Crystal Decisions keycode Module
    p2bbtrv.dll     10.0.5.16     10.0.5.24     Crystal Reports
    p3dbeen.dll     10.0.5.115     10.0.5.116     Crystal Reports
    p3dbten.dll     10.0.5.16     10.0.5.23     Crystal Reports
    p3dxben.dll     10.0.5.113     10.0.5.114     Crystal Reports
    p3sacen.dll     10.0.5.128     10.0.5.129     Crystal Reports
    p3sd2en.dll     10.0.5.196     10.0.5.197     Crystal Reports
    p3seven.dll     10.0.5.129     10.0.5.130     Crystal Reports
    p3sisen.dll     10.0.5.137     10.0.5.139     Crystal Reports
    p3smpen.dll     10.0.5.133     10.0.5.134     Crystal Reports
    p3srpen.dll     10.0.5.130     10.0.5.131     Crystal Reports
    p3ssten.dll     10.0.5.176     10.0.5.179     Crystal Reports
    p3stken.dll     10.0.5.130     10.0.5.131     Crystal Reports
    p3swlen.dll     10.0.5.134     10.0.5.135     Crystal Reports
    p3sxsen.dll     10.0.5.130     10.0.5.131     Crystal Reports
    pageObjectModel.dll     10.0.5.855     10.0.5.1509     PageObjectModel Module
    querybuilder.dll     10.0.5.625     10.0.5.630     Crystal Reports
    querybuilder_res_en.dll     10.0.5.625     10.0.5.630     Crystal Reports
    r3exlen.dll     10.0.5.587     10.0.5.1017     Crystal Reports For Windows
    ReportRenderer.dll     10.0.5.855     10.0.5.1509     ReportRenderer Module
    RptControllers.dll     10.0.5.798     10.0.5.1031     Report Application Server
    rptcontrollers_res_en.dll     10.0.5.798     10.0.5.1031     Report Application Server
    rptdefmodel.dll     10.0.5.587     10.0.5.1016     Report Application Server
    rptdefmodel_res_en.dll     10.0.5.587     10.0.5.1016     Report Application Server
    sacommoncontrols.dll     10.0.5.696     10.0.5.1251     Report Application Server
    sacommoncontrols_res_chs.dll     10.0.5.587     10.0.5.1016     Report Application Server
    sacommoncontrols_res_de.dll     10.0.5.587     10.0.5.1016     Report Application Server
    sacommoncontrols_res_es.dll     10.0.5.587     10.0.5.1016     Report Application Server
    sacommoncontrols_res_fr.dll     10.0.5.587     10.0.5.1016     Report Application Server
    sacommoncontrols_res_it.dll     10.0.5.587     10.0.5.1016     Report Application Server
    sacommoncontrols_res_jp.dll     10.0.5.587     10.0.5.1016     Report Application Server
    sacommoncontrols_res_ko.dll     10.0.5.587     10.0.5.1016     Report Application Server
    saxmlserialize.dll     10.0.5.587     10.0.5.1017     Report Application Server
    saxmlserialize_res_en.dll     10.0.5.587     10.0.5.1017     Report Application Server
    sscdlg.dll     10, 0, 0, 6     10, 0, 0, 7     Amigo Dialogs DLL
    sscdlg_res_chs.dll     10, 0, 0, 6     10, 0, 0, 7     Amigo Dialogs DLL
    sscdlg_res_de.dll     10, 0, 0, 6     10, 0, 0, 7     Amigo Dialogs DLL
    sscdlg_res_en.dll     10, 0, 0, 6     10, 0, 0, 7     Amigo Dialogs DLL
    sscdlg_res_es.dll     10, 0, 0, 6     10, 0, 0, 7     Amigo Dialogs DLL
    sscdlg_res_fr.dll     10, 0, 0, 6     10, 0, 0, 7     Amigo Dialogs DLL
    sscdlg_res_it.dll     10, 0, 0, 6     10, 0, 0, 7     Amigo Dialogs DLL
    sscdlg_res_jp.dll     10, 0, 0, 6     10, 0, 0, 7     Amigo Dialogs DLL
    sscdlg_res_ko.dll     10, 0, 0, 6     10, 0, 0, 7     Amigo Dialogs DLL
    sscsdk80.dll     10, 0, 0, 8     10, 0, 0, 16     Charting Engine DLL
    sscsdk80_res_chs.dll     10, 0, 0, 7     10, 0, 0, 12     Charting Engine DLL
    sscsdk80_res_de.dll     10, 0, 0, 7     10, 0, 0, 12     Charting Engine DLL
    sscsdk80_res_en.dll     10, 0, 0, 8     10, 0, 0, 16     Charting Engine DLL
    sscsdk80_res_es.dll     10, 0, 0, 7     10, 0, 0, 12     Charting Engine DLL
    sscsdk80_res_fr.dll     10, 0, 0, 7     10, 0, 0, 12     Charting Engine DLL
    sscsdk80_res_it.dll     10, 0, 0, 7     10, 0, 0, 12     Charting Engine DLL
    sscsdk80_res_jp.dll     10, 0, 0, 7     10, 0, 0, 12     Charting Engine DLL
    sscsdk80_res_ko.dll     10, 0, 0, 7     10, 0, 0, 12     Charting Engine DLL
    sviewhlp.dll     10.0.5.822     10.0.5.1155     Crystal Reports
    swebrs.dll     10.0.5.822     10.0.5.1155     Crystal Reports
    u2dapp.dll     10.0.5.548     10.0.5.550     Crystal Reports
    u2ddisk.dll     10.0.5.554     10.0.5.556     Crystal Reports
    u2dmapi.dll     10.0.5.549     10.0.5.550     Crystal Reports
    u2dpost.dll     10.0.5.560     10.0.5.562     Crystal Reports
    u2dvim.dll     10.0.5.20     10.0.5.21     Crystal Reports
    u2fcompress.dll     10.0.5.537     10.0.5.539     Crystal Reports
    u2fcr.dll     10.0.5.552     10.0.5.554     Crystal Reports
    u2fodbc.dll     10.0.5.556     10.0.5.558     Crystal Reports
    u2frdef.dll     10.0.5.23     10.0.5.25     Crystal Reports
    u2frec.dll     10.0.5.545     10.0.5.547     Crystal Reports
    u2fsepv.dll     10.0.5.59     10.0.5.62     Crystal Reports
    u2ftext.dll     10.0.5.591     10.0.5.604     Crystal Reports
    u2fxml.dll     10.0.5.582     10.0.5.584     Crystal Reports
    ufmanager.dll     10.0.5.30     10.0.5.32     Crystal Reports Professional For Windows
    UndoManager.dll     10.0.5.587     10.0.5.1017     Report Application Server
    vle.dll     10.0.5.587     10.0.5.904     VLE Module
    vle_res_en.dll     10.0.5.587     10.0.5.904     VLE Module
    webReporting.dll     10.0.5.855     10.0.5.1509     WebReporting Module
    x3dapen.dll     10.0.5.548     10.0.5.550     Crystal Reports
    x3ddken.dll     10.0.5.554     10.0.5.556     Crystal Reports
    x3dmpen.dll     10.0.5.549     10.0.5.550     Crystal Reports
    x3dpten.dll     10.0.5.560     10.0.5.562     Crystal Reports
    x3dvmen.dll     10.0.5.20     10.0.5.21     Crystal Reports
    x3fcpen.dll     10.0.5.537     10.0.5.539     Crystal Reports
    x3fcren.dll     10.0.5.552     10.0.5.554     Crystal Reports
    x3foden.dll     10.0.5.556     10.0.5.558     Crystal Reports
    x3frcen.dll     10.0.5.545     10.0.5.547     Crystal Reports
    x3frden.dll     10.0.5.23     10.0.5.25     Crystal Reports
    x3fsven.dll     10.0.5.59     10.0.5.61     Crystal Reports
    x3ftxen.dll     10.0.5.591     10.0.5.603     Crystal Reports
    x3fxmen.dll     10.0.5.582     10.0.5.584     Crystal Reports
    Thanks in advance for any pointers on where to get this info!
    Tim
    Edited by: Tim Hopkins on Sep 27, 2010 5:34 PM

    This is in the order of Filename, then the previous version number, then the build number that's now been included, then the product name.<br><br>commonobjmodel.dll     <br>     10.0.5.587     <br>     10.0.5.1017     <br>     Report Application Server     <br><br>
    craxddrt.dll     <br>     10.0.5.860     <br>     10.0.5.1506     <br>     Crystal Reports     <br><br>
    craxddrt_res_en.dll     <br>     10.0.5.860     <br>     10.0.5.1450     <br>     Crystal Reports     <br><br>
    craxdrt.dll     <br>     10.0.5.839     <br>     10.0.5.1519     <br>     Crystal Reports     <br><br>
    craxdrt_res_en.dll     <br>     10.0.5.839     <br>     10.0.5.1450     <br>     Crystal Reports     <br><br>
    crdb_ado.dll     <br>     10.0.5.655     <br>     10.0.5.668     <br>     Crystal Reports     <br><br>
    crdb_adoplus.dll     <br>     10.0.5.418     <br>     10.0.5.1210     <br>     Crystal Reports     <br><br>
    crdb_adoplus_res_en.dll     <br>     10.0.5.418     <br>     10.0.5.1210     <br>     Crystal Reports     <br><br>
    crdb_ado_res_en.dll     <br>     10.0.5.655     <br>     10.0.5.663     <br>     Crystal Reports     <br><br>
    crdb_cdo.dll     <br>     10.0.5.573     <br>     10.0.5.578     <br>     Crystal Reports     <br><br>
    crdb_cdo_res_en.dll     <br>     10.0.5.573     <br>     10.0.5.578     <br>     Crystal Reports     <br><br>
    crdb_com.dll     <br>     10.0.5.137     <br>     10.0.5.143     <br>     Crystal Reports     <br><br>
    crdb_com_res_en.dll     <br>     10.0.5.137     <br>     10.0.5.143     <br>     Crystal Reports     <br><br>
    crdb_dao.dll     <br>     10.0.5.606     <br>     10.0.5.611     <br>     Crystal Reports     <br><br>
    crdb_dao_res_en.dll     <br>     10.0.5.606     <br>     10.0.5.611     <br>     Crystal Reports     <br><br>
    crdb_dataset.dll     <br>     10.0.5.148     <br>     10.0.5.152     <br>     Crystal Reports     <br><br>
    crdb_dataset_res_en.dll     <br>     10.0.5.148     <br>     10.0.5.152     <br>     Crystal Reports     <br><br>
    crdb_fielddef.dll     <br>     10.0.5.568     <br>     10.0.5.574     <br>     Crystal Reports     <br><br>
    crdb_fielddef_res_en.dll     <br>     10.0.5.568     <br>     10.0.5.574     <br>     Crystal Reports     <br><br>
    crdb_filesystem.dll     <br>     10.0.5.563     <br>     10.0.5.567     <br>     Crystal Reports     <br><br>
    crdb_filesystem_res_en.dll     <br>     10.0.5.563     <br>     10.0.5.567     <br>     Crystal Reports     <br><br>
    crdb_JavaBeans.dll     <br>     10.0.5.145     <br>     10.0.5.152     <br>     Crystal Reports     <br><br>
    crdb_JavaBeans_res_en.dll     <br>     10.0.5.145     <br>     10.0.5.152     <br>     Crystal Reports     <br><br>
    crdb_odbc.dll     <br>     10.0.5.751     <br>     10.0.5.768     <br>     Crystal Reports     <br><br>
    crdb_odbc_res_en.dll     <br>     10.0.5.751     <br>     10.0.5.768     <br>     Crystal Reports     <br><br>
    crdb_oracle.dll     <br>     10.0.5.249     <br>     10.0.5.257     <br>     Crystal Reports     <br><br>
    crdb_oracle_res_en.dll     <br>     10.0.5.249     <br>     10.0.5.257     <br>     Crystal Reports     <br><br>
    crdb_p2bact3.dll     <br>     10.0.5.199     <br>     10.0.5.196     <br>     Crystal Reports     <br><br>
    crdb_p2bbde.dll     <br>     10.0.5.115     <br>     10.0.5.116     <br>     Crystal Reports     <br><br>
    crdb_p2bbtrv.dll     <br>     10.0.5.200     <br>     10.0.5.210     <br>     Crystal Reports     <br><br>
    crdb_p2bxbse.dll     <br>     10.0.5.113     <br>     10.0.5.114     <br>     Crystal Reports     <br><br>
    crdb_p2sacl.dll     <br>     10.0.5.128     <br>     10.0.5.129     <br>     Crystal Reports     <br><br>
    crdb_p2sdb2.dll     <br>     10.0.5.196     <br>     10.0.5.197     <br>     Crystal Reports     <br><br>
    crdb_p2sevta.dll     <br>     10.0.5.129     <br>     10.0.5.130     <br>     Crystal Reports     <br><br>
    crdb_p2sevtc.dll     <br>     10.0.5.129     <br>     10.0.5.130     <br>     Crystal Reports     <br><br>
    crdb_p2sexsrm.dll     <br>     10.0.5.130     <br>     10.0.5.131     <br>     Crystal Reports     <br><br>
    crdb_p2sexsrp.dll     <br>     10.0.5.130     <br>     10.0.5.131     <br>     Crystal Reports     <br><br>
    crdb_p2smapi.dll     <br>     10.0.5.133     <br>     10.0.5.134     <br>     Crystal Reports     <br><br>
    crdb_p2smsiis.dll     <br>     10.0.5.137     <br>     10.0.5.139     <br>     Crystal Reports     <br><br>
    crdb_p2soutlk.dll     <br>     10.0.5.222     <br>     10.0.5.225     <br>     Crystal Reports     <br><br>
    crdb_p2srepl.dll     <br>     10.0.5.130     <br>     10.0.5.131     <br>     Crystal Reports     <br><br>
    crdb_p2ssyb10.dll     <br>     10.0.5.176     <br>     10.0.5.179     <br>     Crystal Reports     <br><br>
    crdb_p2strack.dll     <br>     10.0.5.130     <br>     10.0.5.131     <br>     Crystal Reports     <br><br>
    crdb_p2swblg.dll     <br>     10.0.5.134     <br>     10.0.5.135     <br>     Crystal Reports     <br><br>
    crdb_query.dll     <br>     10.0.5.689     <br>     10.0.5.693     <br>     Crystal Reports     <br><br>
    crdb_query_res_en.dll     <br>     10.0.5.689     <br>     10.0.5.693     <br>     Crystal Reports     <br><br>
    CRDesignerCtrl.DLL     <br>     10.0.5.819     <br>     10.0.5.1016     <br>     Crystal Reports     <br><br>
    crdesignerctrl_res_en.dll     <br>     10.0.5.819     <br>     10.0.5.1016     <br>     Crystal Reports     <br><br>
    crqe.dll     <br>     10.0.5.877     <br>     10.0.5.882     <br>     Crystal Reports     <br><br>
    crqe_res_en.dll     <br>     10.0.5.877     <br>     10.0.5.882     <br>     Crystal Reports     <br><br>
    crtslv.dll     <br>     10.0.5.587     <br>     10.0.5.1017     <br>     TSLV Reader     <br><br>
    crviewer.dll     <br>     10.0.5.822     <br>     10.0.5.1155     <br>     Crystal Reports     <br><br>
    crxf_html.dll     <br>     10.0.5.72     <br>     10.0.5.75     <br>     Crystal Reports     <br><br>
    crxf_html_res_en.dll     <br>     10.0.5.72     <br>     10.0.5.75     <br>     Crystal Reports     <br><br>
    crxf_pdf.dll     <br>     10.0.5.598     <br>     10.0.5.604     <br>     Portable Document Format DLL for Crystal Reports     <br><br>
    crxf_pdf_res_en.dll     <br>     10.0.5.598     <br>     10.0.5.604     <br>     Portable Document Format DLL for Crystal Reports     <br><br>
    crxf_rtf.dll     <br>     10.0.5.603     <br>     10.0.5.604     <br>     Rich Text and MSWord Format DLL for Crystal Reports     <br><br>
    crxf_rtf_res_en.dll     <br>     10.0.5.603     <br>     10.0.5.604     <br>     Rich Text and MSWord Format DLL for Crystal Reports     <br><br>
    crxf_wordw.dll     <br>     10.0.5.603     <br>     10.0.5.604     <br>     Rich Text and MSWord Format DLL for Crystal Reports     <br><br>
    crxf_wordw_res_en.dll     <br>     10.0.5.603     <br>     10.0.5.604     <br>     Rich Text and MSWord Format DLL for Crystal Reports     <br><br>
    crxf_xls.dll     <br>     10.0.5.737     <br>     10.0.5.755     <br>     Crystal Reports     <br><br>
    crxf_xls_res_en.dll     <br>     10.0.5.737     <br>     10.0.5.754     <br>     Crystal Reports     <br><br>
    Emfgen.dll     <br>     10.0.5.587     <br>     10.0.5.1017     <br>     Crystal Reports     <br><br>
    exlate32.dll     <br>     10.0.5.587     <br>     10.0.5.1017     <br>     Crystal Reports For Windows     <br><br>
    ExportModeller.dll     <br>     10.0.5.580     <br>     10.0.5.581     <br>     ExportModeller Module     <br><br>
    filedialog.dll     <br>     10.0.5.587     <br>     10.0.5.1017     <br>     Report Application Server     <br><br>
    filedialog_res_chs.dll     <br>     10.0.5.587     <br>     10.0.5.1016     <br>     Report Application Server     <br><br>
    filedialog_res_de.dll     <br>     10.0.5.587     <br>     10.0.5.1016     <br>     Report Application Server     <br><br>
    filedialog_res_en.dll     <br>     10.0.5.587     <br>     10.0.5.1017     <br>     Report Application Server     <br><br>
    filedialog_res_es.dll     <br>     10.0.5.587     <br>     10.0.5.1016     <br>     Report Application Server     <br><br>
    filedialog_res_fr.dll     <br>     10.0.5.587     <br>     10.0.5.1016     <br>     Report Application Server     <br><br>
    filedialog_res_it.dll     <br>     10.0.5.587     <br>     10.0.5.1016     <br>     Report Application Server     <br><br>
    filedialog_res_jp.dll     <br>     10.0.5.587     <br>     10.0.5.1016     <br>     Report Application Server     <br><br>
    filedialog_res_ko.dll     <br>     10.0.5.587     <br>     10.0.5.1016     <br>     Report Application Server     <br><br>
    keycode.dll     <br>     10.0.5.417     <br>     10.0.5.847     <br>     Crystal Decisions keycode Module     <br><br>
    p2bbtrv.dll     <br>     10.0.5.16     <br>     10.0.5.24     <br>     Crystal Reports     <br><br>
    p3dbeen.dll     <br>     10.0.5.115     <br>     10.0.5.116     <br>     Crystal Reports     <br><br>
    p3dbten.dll     <br>     10.0.5.16     <br>     10.0.5.23     <br>     Crystal Reports     <br><br>
    p3dxben.dll     <br>     10.0.5.113     <br>     10.0.5.114     <br>     Crystal Reports     <br><br>
    p3sacen.dll     <br>     10.0.5.128     <br>     10.0.5.129     <br>     Crystal Reports     <br><br>
    p3sd2en.dll     <br>     10.0.5.196     <br>     10.0.5.197     <br>     Crystal Reports     <br><br>
    p3seven.dll     <br>     10.0.5.129     <br>     10.0.5.130     <br>     Crystal Reports     <br><br>
    p3sisen.dll     <br>     10.0.5.137     <br>     10.0.5.139     <br>     Crystal Reports     <br><br>
    p3smpen.dll     <br>     10.0.5.133     <br>     10.0.5.134     <br>     Crystal Reports     <br><br>
    p3srpen.dll     <br>     10.0.5.130     <br>     10.0.5.131     <br>     Crystal Reports     <br><br>
    p3ssten.dll     <br>     10.0.5.176     <br>     10.0.5.179     <br>     Crystal Reports     <br><br>
    p3stken.dll     <br>     10.0.5.130     <br>     10.0.5.131     <br>     Crystal Reports     <br><br>
    p3swlen.dll     <br>     10.0.5.134     <br>     10.0.5.135     <br>     Crystal Reports     <br><br>
    p3sxsen.dll     <br>     10.0.5.130     <br>     10.0.5.131     <br>     Crystal Reports     <br><br>
    pageObjectModel.dll     <br>     10.0.5.855     <br>     10.0.5.1509     <br>     PageObjectModel Module     <br><br>
    querybuilder.dll     <br>     10.0.5.625     <br>     10.0.5.630     <br>     Crystal Reports     <br><br>
    querybuilder_res_en.dll     <br>     10.0.5.625     <br>     10.0.5.630     <br>     Crystal Reports     <br><br>
    r3exlen.dll     <br>     10.0.5.587     <br>     10.0.5.1017     <br>     Crystal Reports For Windows     <br><br>
    ReportRenderer.dll     <br>     10.0.5.855     <br>     10.0.5.1509     <br>     ReportRenderer Module     <br><br>
    RptControllers.dll     <br>     10.0.5.798     <br>     10.0.5.1031     <br>     Report Application Server     <br><br>
    rptcontrollers_res_en.dll     <br>     10.0.5.798     <br>     10.0.5.1031     <br>     Report Application Server     <br><br>
    rptdefmodel.dll     <br>     10.0.5.587     <br>     10.0.5.1016     <br>     Report Application Server     <br><br>
    rptdefmodel_res_en.dll     <br>     10.0.5.587     <br>     10.0.5.1016     <br>     Report Application Server     <br><br>
    sacommoncontrols.dll     <br>     10.0.5.696     <br>     10.0.5.1251     <br>     Report Application Server     <br><br>
    sacommoncontrols_res_chs.dll     <br>     10.0.5.587     <br>     10.0.5.1016     <br>     Report Application Server     <br><br>
    sacommoncontrols_res_de.dll     <br>     10.0.5.587     <br>     10.0.5.1016     <br>     Report Application Server     <br><br>
    sacommoncontrols_res_es.dll     <br>     10.0.5.587     <br>     10.0.5.1016     <br>     Report Application Server     <br><br>
    sacommoncontrols_res_fr.dll     <br>     10.0.5.587     <br>     10.0.5.1016     <br>     Report Application Server     <br><br>
    sacommoncontrols_res_it.dll     <br>     10.0.5.587     <br>     10.0.5.1016     <br>     Report Application Server     <br><br>
    sacommoncontrols_res_jp.dll     <br>     10.0.5.587     <br>     10.0.5.1016     <br>     Report Application Server     <br><br>
    sacommoncontrols_res_ko.dll     <br>     10.0.5.587     <br>     10.0.5.1016     <br>     Report Application Server     <br><br>
    saxmlserialize.dll     <br>     10.0.5.587     <br>     10.0.5.1017     <br>     Report Application Server     <br><br>
    saxmlserialize_res_en.dll     <br>     10.0.5.587     <br>     10.0.5.1017     <br>     Report Application Server     <br><br>
    sscdlg.dll     <br>     10, 0, 0, 6     <br>     10, 0, 0, 7     <br>     Amigo Dialogs DLL     <br><br>
    sscdlg_res_chs.dll     <br>     10, 0, 0, 6     <br>     10, 0, 0, 7     <br>     Amigo Dialogs DLL     <br><br>
    sscdlg_res_de.dll     <br>     10, 0, 0, 6     <br>     10, 0, 0, 7     <br>     Amigo Dialogs DLL     <br><br>
    sscdlg_res_en.dll     <br>     10, 0, 0, 6     <br>     10, 0, 0, 7     <br>     Amigo Dialogs DLL     <br><br>
    sscdlg_res_es.dll     <br>     10, 0, 0, 6     <br>     10, 0, 0, 7     <br>     Amigo Dialogs DLL     <br><br>
    sscdlg_res_fr.dll     <br>     10, 0, 0, 6     <br>     10, 0, 0, 7     <br>     Amigo Dialogs DLL     <br><br>
    sscdlg_res_it.dll     <br>     10, 0, 0, 6     <br>     10, 0, 0, 7     <br>     Amigo Dialogs DLL     <br><br>
    sscdlg_res_jp.dll     <br>     10, 0, 0, 6     <br>     10, 0, 0, 7     <br>     Amigo Dialogs DLL     <br><br>
    sscdlg_res_ko.dll     <br>     10, 0, 0, 6     <br>     10, 0, 0, 7     <br>     Amigo Dialogs DLL     <br><br>
    sscsdk80.dll     <br>     10, 0, 0, 8     <br>     10, 0, 0, 16     <br>     Charting Engine DLL     <br><br>
    sscsdk80_res_chs.dll     <br>     10, 0, 0, 7     <br>     10, 0, 0, 12     <br>     Charting Engine DLL     <br><br>
    sscsdk80_res_de.dll     <br>     10, 0, 0, 7     <br>     10, 0, 0, 12     <br>     Charting Engine DLL     <br><br>
    sscsdk80_res_en.dll     <br>     10, 0, 0, 8     <br>     10, 0, 0, 16     <br>     Charting Engine DLL     <br><br>
    sscsdk80_res_es.dll     <br>     10, 0, 0, 7     <br>     10, 0, 0, 12     <br>     Charting Engine DLL     <br><br>
    sscsdk80_res_fr.dll     <br>     10, 0, 0, 7     <br>     10, 0, 0, 12     <br>     Charting Engine DLL     <br><br>
    sscsdk80_res_it.dll     <br>     10, 0, 0, 7     <br>     10, 0, 0, 12     <br>     Charting Engine DLL     <br><br>
    sscsdk80_res_jp.dll     <br>     10, 0, 0, 7     <br>     10, 0, 0, 12     <br>     Charting Engine DLL     <br><br>
    sscsdk80_res_ko.dll     <br>     10, 0, 0, 7     <br>     10, 0, 0, 12     <br>     Charting Engine DLL     <br><br>
    sviewhlp.dll     <br>     10.0.5.822     <br>     10.0.5.1155     <br>     Crystal Reports     <br><br>
    swebrs.dll     <br>     10.0.5.822     <br>     10.0.5.1155     <br>     Crystal Reports     <br><br>
    u2dapp.dll     <br>     10.0.5.548     <br>     10.0.5.550     <br>     Crystal Reports     <br><br>
    u2ddisk.dll     <br>     10.0.5.554     <br>     10.0.5.556     <br>     Crystal Reports     <br><br>
    u2dmapi.dll     <br>     10.0.5.549     <br>     10.0.5.550     <br>     Crystal Reports     <br><br>
    u2dpost.dll     <br>     10.0.5.560     <br>     10.0.5.562     <br>     Crystal Reports     <br><br>
    u2dvim.dll     <br>     10.0.5.20     <br>     10.0.5.21     <br>     Crystal Reports     <br><br>
    u2fcompress.dll     <br>     10.0.5.537     <br>     10.0.5.539     <br>     Crystal Reports     <br><br>
    u2fcr.dll     <br>     10.0.5.552     <br>     10.0.5.554     <br>     Crystal Reports     <br><br>
    u2fodbc.dll     <br>     10.0.5.556     <br>     10.0.5.558     <br>     Crystal Reports     <br><br>
    u2frdef.dll     <br>     10.0.5.23     <br>     10.0.5.25     <br>     Crystal Reports     <br><br>
    u2frec.dll     <br>     10.0.5.545     <br>     10.0.5.547     <br>     Crystal Reports     <br><br>
    u2fsepv.dll     <br>     10.0.5.59     <br>     10.0.5.62     <br>     Crystal Reports     <br><br>
    u2ftext.dll     <br>     10.0.5.591     <br>     10.0.5.604     <br>     Crystal Reports     <br><br>
    u2fxml.dll     <br>     10.0.5.582     <br>     10.0.5.584     <br>     Crystal Reports     <br><br>
    ufmanager.dll     <br>     10.0.5.30     <br>     10.0.5.32     <br>     Crystal Reports Professional For Windows     <br><br>
    UndoManager.dll     <br>     10.0.5.587     <br>     10.0.5.1017     <br>     Report Application Server     <br><br>
    vle.dll     <br>     10.0.5.587     <br>     10.0.5.904     <br>     VLE Module     <br><br>
    vle_res_en.dll     <br>     10.0.5.587     <br>     10.0.5.904     <br>     VLE Module     <br><br>
    webReporting.dll     <br>     10.0.5.855     <br>     10.0.5.1509     <br>     WebReporting Module     <br><br>
    x3dapen.dll     <br>     10.0.5.548     <br>     10.0.5.550     <br>     Crystal Reports     <br><br>
    x3ddken.dll     <br>     10.0.5.554     <br>     10.0.5.556     <br>     Crystal Reports     <br><br>
    x3dmpen.dll     <br>     10.0.5.549     <br>     10.0.5.550     <br>     Crystal Reports     <br><br>
    x3dpten.dll     <br>     10.0.5.560     <br>     10.0.5.562     <br>     Crystal Reports     <br><br>
    x3dvmen.dll     <br>     10.0.5.20     <br>     10.0.5.21     <br>     Crystal Reports     <br><br>
    x3fcpen.dll     <br>     10.0.5.537     <br>     10.0.5.539     <br>     Crystal Reports     <br><br>
    x3fcren.dll     <br>     10.0.5.552     <br>     10.0.5.554     <br>     Crystal Reports     <br><br>
    x3foden.dll     <br>     10.0.5.556     <br>     10.0.5.558     <br>     Crystal Reports     <br><br>
    x3frcen.dll     <br>     10.0.5.545     <br>     10.0.5.547     <br>     Crystal Reports     <br><br>
    x3frden.dll     <br>     10.0.5.23     <br>     10.0.5.25     <br>     Crystal Reports     <br><br>
    x3fsven.dll     <br>     10.0.5.59     <br>     10.0.5.61     <br>     Crystal Reports     <br><br>
    x3ftxen.dll     <br>     10.0.5.591     <br>     10.0.5.603     <br>     Crystal Reports     <br><br>
    x3fxmen.dll     <br>     10.0.5.582     <br>     10.0.5.584     <br>     Crystal Reports     <br><br>

  • How to find out the host, client and sid for jdbc connection

    I've just registered at oracle application express and would like to test my java programm from my pc
    I need the connection string in form: "jdbc:oracle:thin:@host:port:sid";
    where can I found out my host, port and sid?
    Thanks!
    Edited by: 1009284 on 01.06.2013 14:42

    Hi "1009284",
    If you registered at http://apex.oracle.com, then you are not able to connect directly to the database.
    Joel

  • How to find out the Idoc number triggered for any material transfer frm SAP

    Hi Folks,
    Can any body let me know How to find out the Idoc number triggered for any material transfer frm SAP?
    Do we have any navigation for that in MM03?
    Thanks,
    SPMD.

    Hi Shabbirmdpasha,
    If you know the user name then you can find the idoc numbers created by that user. But the problem here is it not only gives the material it gives all the idocs created by that user. Go to SE16 --> table name EDIDS --> here you can fill the approximate date and in UNAME give the userid and execute. This will give all the idocs created by that user. I know it is only a partial solution.
    Also would suggest to post the same in abap forums for more answers:
    ABAP Development
    Regards,
    ---Satish

  • How to find out the user-exits?

    hi.
    how to find out the user-exits?
    regards
    eswar.

    Hi,
    *& Report  ZEXITFINDER
    *report  zexitfinder.
    *& Enter the transaction code that you want to search through in order
    *& to find which Standard SAP User Exits exists.
    *& Tables
    tables : tstc, "SAP Transaction Codes
    tadir, "Directory of Repository Objects
    modsapt, "SAP Enhancements - Short Texts
    modact, "Modifications
    trdir, "System table TRDIR
    tfdir, "Function Module
    enlfdir, "Additional Attributes for Function Modules
    tstct. "Transaction Code Texts
    *& Variables
    data : jtab like tadir occurs 0 with header line.
    data : field1(30).
    data : v_devclass like tadir-devclass.
    *& Selection Screen Parameters
    selection-screen begin of block a01 with frame title text-001.
    selection-screen skip.
    parameters : p_tcode like tstc-tcode obligatory.
    selection-screen skip.
    selection-screen end of block a01.
    *& Start of main program
    start-of-selection.
    Validate Transaction Code
    select single * from tstc
    where tcode eq p_tcode.
    Find Repository Objects for transaction code
    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 = enlfdir-area.
    move : tadir-devclass to v_devclass.
    endif.
    endif.
    Find SAP Modifactions
    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.
    Take the user to SMOD for the Exit that was selected.
    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.
    Regards

  • How to find out the Transactions used per month & the USER who used that

    Hi,
    1)How to find out the Transactions used per month & the USER who used that?
    2)and can i get the above same for minimum 20 month?
    System : SAP- Enterprise Core Component.

    You can use my program...
    *& Report  Z_ABAP_TCODE_MONITOR
    *****&  Program Type          : Report                                 *
    *****&  Title                 : Z_ABAP_TCODE_MONITOR                   *
    *****&  Transaction code      : ZTCODE_USAGE                           *
    *****&  Developer name        : Shailendra Kolakaluri                  *
    *****&  Deveopment start date : 26 th Dec 2011                         *
    *****&  Development Package   : ZDEV                                   *
    *****&  Transport No          : DEVK906086                                       *
    *****&  Program Description   : This program is to display
    *List all tcodes executed during previous day.
    *& Show the number of users executing tcodes
    *& Modification history
    REPORT  Z_ABAP_TCODE_MONITOR.
    *& List all tcodes executed during previous day.
    *& Show the number of users executing tcodes
    TYPE-POOLS : slis.
    DATA: ind TYPE i,
          fcat TYPE slis_t_fieldcat_alv WITH HEADER LINE,
          layout TYPE slis_layout_alv,
          variant TYPE disvariant,
          events  TYPE slis_t_event WITH HEADER LINE,
          heading TYPE slis_t_listheader WITH HEADER LINE.
    *REPORT  z_report_usage.
    TYPES: BEGIN OF zusertcode,
      date   TYPE swncdatum,
      user   TYPE swncuname,
      mandt     TYPE swncmandt,
      tcode     TYPE swnctcode,
      report TYPE swncreportname,
      count     TYPE swncshcnt,
    END OF zusertcode.
    *data   : date type n.
    DATA: t_usertcode  TYPE swnc_t_aggusertcode,
          wa_usertcode TYPE swncaggusertcode,
          wa           TYPE zusertcode,
          t_ut         TYPE STANDARD TABLE OF zusertcode,
          wa_result    TYPE zusertcode,
          t_result     TYPE STANDARD TABLE OF zusertcode.
    PARAMETER: month TYPE dats DEFAULT sy-datum.
    *PARAMETER: date TYPE dats.
    *select-options : username for wa_usertcode-account.
    START-OF-SELECTION.
    PERFORM get_data.
    PERFORM get_fieldcatalog.
      PERFORM set_layout.
    PERFORM get_event.
    PERFORM get_comment.
      PERFORM display_data.
    FORM get_data .
    *date = sy-datum - 2 .
    After start-of-selection add this line (parameter Month required 01 as day).
      concatenate month+0(6) '01' into month.
      CALL FUNCTION 'SWNC_COLLECTOR_GET_AGGREGATES'
        EXPORTING
          component     = 'TOTAL'
          ASSIGNDSYS    = 'DEV'
          periodtype    = 'M'
          periodstrt    = month
        TABLES
          usertcode     = t_usertcode
        EXCEPTIONS
          no_data_found = 1
          OTHERS        = 2.
      wa-date  = month.
    *wa-date  = date.
      wa-mandt = sy-mandt.
    wa_usertcode-account = username.
      LOOP AT t_usertcode INTO wa_usertcode.
        wa-user = wa_usertcode-account.
        IF wa_usertcode-entry_id+72 = 'T'.
          wa-tcode  = wa_usertcode-entry_id.
          wa-report = space.
        ELSE.
          wa-tcode  = space.
          wa-report = wa_usertcode-entry_id.
        ENDIF.
        COLLECT wa INTO t_ut.
      ENDLOOP.
      SORT t_ut BY report ASCENDING.
      CLEAR: wa, wa_result.
    endform.
    FORM get_fieldcatalog .
    fcat-tabname     = 't_ut'.
    fcat-fieldname   = 'DATE'.
    fcat-seltext_l   = 'Date'.
    fcat-key         = 'X'.
    APPEND fcat.
      CLEAR fcat.
      fcat-tabname     = 't_ut'.
      fcat-fieldname   = 'MANDT'.
      fcat-seltext_l   = 'Client'.
      fcat-key         = 'X'.
      APPEND fcat.
      CLEAR fcat.
      fcat-tabname     = 't_ut'.
      fcat-fieldname   = 'USER'.
      fcat-seltext_l   = 'User Name'.
      fcat-key         = 'X'.
      APPEND fcat.
      CLEAR fcat.
      fcat-tabname     = 't_ut'.
      fcat-fieldname   = 'TCODE'.
      fcat-seltext_l   = 'Transaction Code'.
      fcat-key         = 'X'.
      APPEND fcat.
    ENDFORM.
    *&      Form  SET_LAYOUT
          text
    -->  p1        text
    <--  p2        text
    FORM set_layout .
      layout-colwidth_optimize = 'X'.
    ENDFORM.                    " SET_LAYOUT
    *&      Form  GET_EVENT
          text
    -->  p1        text
    <--  p2        text
    *FORM get_event .
    events-name = slis_ev_top_of_page.
    events-form = 'TOP_OF_PAGE'.
    APPEND events.
    *ENDFORM.                    " GET_EVENT
    **&      Form  GET_COMMENT
          text
    -->  p1        text
    <--  p2        text
    *FORM get_comment .
    DATA: text(30).
    text = 'Billing Report'.
    heading-typ = 'H'.
    heading-info = text.
    APPEND heading.
    *ENDFORM.                    " GET_COMMENT
    **&      Form  top_of_page
          text
    -->  p1        text
    <--  p2        text
    *FORM top_of_page .
    CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
       EXPORTING
         it_list_commentary       = heading[]
      I_LOGO                   =
      I_END_OF_LIST_GRID       =
    *ENDFORM.                    " top_of_page
    *&      Form  DISPLAY_DATA
          text
    -->  p1        text
    <--  p2        text
    FORM display_data .
      sort t_ut[].
    DELETE ADJACENT DUPLICATES FROM t_ut[] COMPARING ALL FIELDS.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          i_callback_program = sy-cprog
          is_layout          = layout
          it_fieldcat        = fcat[]
          i_save             = 'A'
          is_variant         = variant
          it_events          = events[]
        TABLES
          t_outtab           = t_ut
        EXCEPTIONS
          program_error      = 1
          OTHERS             = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDFORM.                    " DISPLAY_DATA

  • How to find out the tables from extract structures

    Hi All,
    As I know my data sources are 2lis_04_p_matnr,2lis_04_p_comp,2lis_04_p_arbpl.
    How to find out the tables concerned with the fields in the extract structure.
    Thanks

    Pl check this link:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/29/79eb3cad744026e10000000a11405a/frameset.htm
    OR navigate to: help.sap.com - netweaver - bi content - supply chain - look for your application area and the extractor and you will see the source tables and fields.
    Ravi Thothadri

  • How to find out the table name

    hi,
    how to find out the table name in which the data from a particular structure in a particular screen is saved,
    please tell me the procedure to find out the table name for saving the structure data that is inputted at runtime.
    Thanks,
    chinnu

    Hi Chinnu,
    Below are the tables that are referred to find out the table names
    DD02L Table contains the SAP Tables.
    DD02T Table contains the SAP Table Texts.
    DD01L Table contains the Domains
    DD01T Table contains the Domain Texts.
    DD03L Table contains the Table Fields.
    DD03T Table contains the Table Field Texts. (Language Dependent)
    DD04L Table contains the Data Elements.
    DD04T Table contains the Data Element Texts.
    DD05s Table contains the Foreign Key Fields
    last words with L and T only. L->Database Fetch T-> Text
    And the procedure to retrive the table name is as follows
    1. Go to se11
    2. Enter table name DD03T and execute
    3. In the next screen you can find Tables, fields, test etc. there you can enter the field name in the fields 
      and execute.
    4. you can get all tables which contains the field.
    I hope this will solve your problem
    Regards,
    Chandru

  • How to find out the file name

    Hi,
    In selection screen (parameter) user will give input TXT file from presentation server to upload to SAP. I need to capture the file name only but not the path and need to concatenate with date stamp and need to download error log in XLS file to presentation server.
    How to find out the file name from selection screen?
    I searched SCN threads but not found relavant solution.
    Thanks,
    R Kumar

    Hi
    This code gets only filename from selection screen :
    REPORT x.
    PARAMETERS p_file(100).
    DATA : gv_full_path LIKE  ibipparms-path,
           gv_full_path_string TYPE string,
           gv_filename(100),
           gv_file_ext(3).
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
    Ask user to select file with a popup :
      CALL FUNCTION 'F4_FILENAME'
        IMPORTING
          file_name = gv_full_path.
    Get filename from path :
      gv_full_path_string = gv_full_path.
      CALL FUNCTION 'CH_SPLIT_FILENAME'
        EXPORTING
          complete_filename = gv_full_path_string
        IMPORTING
          extension         = gv_file_ext
          name              = gv_filename.
      CONCATENATE gv_filename '.' gv_file_ext INTO gv_filename.
      p_file = gv_filename.
    I hope it helps.

  • How to find out the userid  is ddic,  how to find out thepassword for this.

    hi
      i am mohan. We user-id is DDIC. we forgot the password for this user id. how to find out the password for this. we find the table for this usr02. but it is hexa decimal code. how to find that code

    hi
      check these threads
    Re: Check SAP username and password.
    Re: Validation of user name, pwd  in ZXUSRU01 exit
    if helpful, reward
    Sathish. R

  • How to find out the idoc type required for our requirement

    Hi,
         How to find out the list of available idoc type in SAP. It will be good if i get to know the table name where all the idoc type definitions are gets stored.
    Say i have some requirement and for that requirement how i can find the proper idoc type to be used. (assume functional consultant is not providing that information)
    Points will be given for the useful answers
    Thanks,
    Prasanna

    Hi prasanna,
                    we can get SAP idoc types in tcode we31.For every requirment there will be different message type.
    For example we want idoc type for account invoice receipt.
    First find out message type for that purpose which can be found in we81-ACC_INVOICE_RECEIPT.
    Get this message type and search in we82  where we can find message type and idoc type linkage.
    try this way.
    Reward if it is usful.
    Thanks,
    Srikanth.A

Maybe you are looking for

  • Help with job scheduling; decode error

    Hi Iam trying to change a job that runs my procedure using dbms_job.. Here is the output I got. Can someone help me why this is giving me errors. <code> SQL> exec dbms_job.next_date(395,decode(sign(substr(to_char(sysdate,'dd/mm/yy hh24:mi'),10,2)-17)

  • Mouse pointer lag (trackpad and mouse)

    Hi all, I recently purchased a MacBookPro 13 inch for my work. It's the i7 version wth 8 gig of ram with mountain lion installed. I have some major problems with both my mouse and my trackpad. The cursor has a lot of lag, it kind of make stutter and

  • Ibooks on imac not updating ibooks on ipad

    Anybody had this problem ?

  • Future of Contribute

    Our company has worked with Contribute for a long time so long and so far we are very satisfied with the eas-of-use of the product. Now there are rumours around that Adobe won't develop Contribute further on. Rumours are ... rumours. But we have to n

  • Which toString() method does System.out.println() call?

    Which toString() method does System.out.println() call? I know that if I did something like System.out.println( new myClass() ) that the toString being called would be that of the myClass class. My initial thought about this was that System.out.print