I AM NEW TO BI ,WHERE I WILL  GET  DETAIL  INFO  FOR  'USEREXIT'

HI ALL,
I AM NEW  TO BI WHERE I WILL GET ALL DETAILS ABOUT USEREXITS.
AND HOW TO WRITE SIMPLE USEREXIT....I.E SOME EXAMPLE RELATED TO IT..

Check this program for Finding User Exit.
Pass the transaction Code in the section Screen of the Program.This program outouts all exits related to TC given in sel screen
Report
tables : tstc, tadir, modsapt, modact, trdir, tfdir, enlfdir.
tables : tstct.
data : jtab like tadir occurs 0 with header line.
data : field1(30).
data : v_devclass like tadir-devclass.
parameters : p_tcode like tstc-tcode obligatory.
select single * from tstc where tcode eq p_tcode.
if sy-subrc eq 0.
  select single * from tadir where pgmid = 'R3TR'
                               and object = 'PROG'
                               and obj_name = tstc-pgmna.
  move : tadir-devclass to v_devclass.
  if sy-subrc ne 0.
    select single * from trdir where name = tstc-pgmna.
    if trdir-subc eq 'F'.
      select single * from tfdir where pname = tstc-pgmna.
      select single * from enlfdir where funcname = tfdir-funcname.
      select single * from tadir where pgmid = 'R3TR'
                                   and object = 'FUGR'
                                   and obj_name eq enlfdir-area.
      move : tadir-devclass to v_devclass.
    endif.
  endif.
  select * from tadir into table jtab where pgmid = 'R3TR'
                        and object = 'SMOD'
                        and devclass = v_devclass.
  select single * from tstct where sprsl eq sy-langu and
                                   tcode eq p_tcode.
  format color col_positive intensified off.
  write:/(19) 'Transaction Code - ',
       20(20) p_tcode,
       45(50) tstct-ttext.
  skip.
  if not jtab[] is initial.
    write:/(95) sy-uline.
    format color col_heading intensified on.
    write:/1 sy-vline,
           2 'Exit Name',
          21 sy-vline ,
          22 'Description',
          95 sy-vline.
    write:/(95) sy-uline.
    loop at jtab.
      select single * from modsapt where sprsl = sy-langu and
                                         name = jtab-obj_name.
      format color col_normal intensified off.
      write:/1 sy-vline,
             2 jtab-obj_name hotspot on,
            21 sy-vline ,
            22 modsapt-modtext,
            95 sy-vline.
    endloop.
    write:/(95) sy-uline.
    describe table jtab.
    skip.
    format color col_total intensified on.
    write:/ 'No of Exits:' , sy-tfill.
  else.
    format color col_negative intensified on.
    write:/(95) 'No User Exit exists'.
  endif.
else.
  format color col_negative intensified on.
  write:/(95) 'Transaction Code Does Not Exist'.
endif.
at line-selection.
  get cursor field field1.
  check field1(4) eq 'JTAB'.
  set parameter id 'MON' field sy-lisel+1(10).
  call transaction 'SMOD' and skip first   screen.
Cheers,
Manoj.

Similar Messages

  • Where can I get detailed info on bug fixes?

    Hi,
    Where can I get more information on bug fixes that are listed in the release notes of each version? For instance, I am interested in each of the following ones.
    GRANITE-1215 - Workflow Monitoring via JMX
    CRX-4167 - Improved handling for backup procedure on ""listDir = /""
    GRANITE-877 - Fixed ""Too many open files"" issue in monitoring
    GRANITE-741 - Replication can handle missing content in the activation queue
    GRANITE-1090 - Configure exclusion of publish instances for activation status updates
    CRX-2943 - Cluster: Enable audit log on workspaces
    Apart from the one line descriptions, I need more detailed info like what was the issue or why it occurs and how was it fixed, looking for something similar to a KB article.
    Thanks

    These are internal reference numbers and the detailed descriptions are not available publicly.
    Please note that they are not all bug fixes, they can also be: improvements; enhancement requests; and new features.

  • Where do I get detailed instruction for installing 5 discs of a comb. P/shop & Pr. Elements 10 pack?

    * I have purchased a combined Photoshop Elements 10 & Premiere Elements 10 pack (5 discs but they do not say which is what).
    * I installed the 1st disc on my Dell Studio 1555 (with Windows 7 Home Premium 64-bit) as the Photoshop Elements 10 disc 1 - and entered the serial no. which it accepted. I finished the installation (it did not ask for the 2nd disc to be inserted to continue installation).
    * Then I tried to install the 2nd disc but it asks me to remove the 1st disc installation including the serial no. How do I progress from here now? I intend to install all 5 discs in this computer.
    Can someone please help? Kindly take into account my specific case and tell me the way forward.

    Sorry, did not see your reply until today.
    To answer your question, I am not quite there yet (only because I have not tried it yet but I hope to do so now).
    I have now installed pse 10 from disc 1 and pre 10 from disc 2 as well as disc 4 for contents (windows) onto my Dell Studio laptop (have'nt tried them yet though).
    Now I wish to deactivate both the softwares on this laptop and install these onto my Dell Vostro laptop and imac.
    This time I intend to install both pse 10 (32 bit) and pre 10 (64 bit) from disc 2 (I understand that - please correct me if I am wrong -  that disc 2 contains just these two softwares) onto the Dell Vostro laptop which has Windows 7 Pro (64 bit). Then of course I install disc 4 for contents. I hope it will go ok.
    To deactivate these on my first laptop I understand that I shall have to launch each program, click 'new project' and give a name, click 'help' in the top menu on the editor screen and then click 'deactivate'.  This is what you had described to me earlier for pre 10, but is this also true for pse 10?
    Sorry for asking questions that are probably no problems to most guys.  Thanks.

  • Where do I get the info for ScribeFire, URL etc

    Trying to get ScribeFire but have no idea what the URL, address etc are. I tried to find ScribeFire on the Help section but I didn't recognise the name.
    I tried to get the updated version but it wouldn't load and everybody's comments were that it was rubbish anyway. I just would like to start a blog and had no idea it would be this difficult.

    I tried to download the Scribe Blog as directed but it wouldn't download. I got a response saying that it was a problem with the connection. I've downloaded several other add-ons successfully but can't get this one to work or the video add-on.

  • Where can i get  MySQL api for java?

    I'm new to jsp,
    where can i get MySQL api for java?
    thanks

    You mean the jdbc driver for mysql ? if yes, www.mysql.com/downloads/api-jdbc.html

  • Where i will get SAPbobsCOM.dll

    Hi every body
        Iam very new to ERP. Recently i have started working on Making Add-On for SBO using .net. I got a bit good femiliery with UI, But iam stucked at DI.
       I have instaled SDK.  With that i got only SAPbouiCOM.exe. In many samples which i downloaded from net is reffering the SAPbobsCOM.dll.
       Please some body let me know. wether the SDK what i have is older version or what?. Please let me know where i will get SAPbobsCOM.dll
    Thanks in Advance
    regards

    I guess you have more code between
    Public oCompany As SAPbobsCOM.Company
    and
    oRecordSet = oCompany.GetCompanyList
    because it can't work like this. It has to be something like
    Dim oCompany As SAPbobsCOM.Company
    oCompany = New SAPbobsCOM.Company
    oCompany.Server = "(local)"
    oCompany.language = SAPbobsCOM.BoSuppLangs.ln_English
    oCompany.UseTrusted = True
    Dim oRecordSet As SAPbobsCOM.Recordset
    oRecordSet = oCompany.GetCompanyList

  • How do I convert a power point document to a pdf where it will show the notes for each slide?

    How do I convert a power point document to a pdf where it will show the notes for each slide?

    To get the 'handout view' with a slide and the speaker notes on the same page, you have to save the PDF file directly from PowerPoint (the later versions of Microsoft Office can make PDF files without the help of Acrobat).

  • I have read that new purchases of macbook pro will get free upgrade to LION OS. When and how do I go about this?

    I have read that new purchases of macbook pro will get free upgrade to LION OS. When and how do I go about this?

    http://www.apple.com/pr/library/2011/06/06lion.html
    The Mac OS X Lion Up-To-Date upgrade is available at no additional charge via the Mac App Store to all customers who purchased a qualifying new Mac system from Apple or an Apple Authorized Reseller on or after June 6, 2011. Users must request their Up-To-Date upgrade within 30 days of purchase of their Mac computer. Customers who purchase a qualifying Mac between June 6, 2011 and the date when Lion is available in the Mac App Store will have 30 days from Lion’s official release date to make a request.
    Currently that's the only information available. I suspect more will be posted as we get closer to launch.

  • Which network is Oracle using for RAC traffic ? where you will get info ? ?

    Hi,
    I am using two node RAC on Oracle 10g R2 (10.2.0.3.0) version on SUN Solaris 10 . I want to know "Which network is Oracle using for RAC traffic ? where you will get info "
    --Kumar                                                                                                                                                                                                                                                                                                                                                                                           

    Hi Kumar,
    In 10g, you can query x$ksxpia. If the cluster_interconnect information is stored in OCR (default), you will get
    SQL> select INST_ID,PUB_KSXPIA,PICKED_KSXPIA, NAME_KSXPIA,IP_KSXPIA from x$ksxpia;
    If you specified the cluster_interconnects parameter in your init.ora:
    Columns to look in : INST_ID P PICK NAME_KSXPIA IP_KSXPIA
    And also you can use 'oradebug ipc' to see which interconnects the database is using:
    SQL> oradebug setmypid
    SQL> oradebug ipc
    Hope it helps...
    Thanks
    LaserSoft

  • Urgent plz,,,where i will get the jface plugin

    Hi all,
    please help me,
    where i will get the jface plugin for elipse,,

    JFace is included with the Eclipse SDK. You just need to import it.
    Take a look at step 5 in this doc
    http://www.eclipse.org/articles/Article-Your%20First%20Plug-in/YourFirstPlugin.html

  • Where i will get free ebook download about swings

    hi
    where i will get free ebook download about swings

    scroll to the bottom of this link for the 1st edition of Swing - Matthew Robinson, pub. Manning
    http://www.manning.com/sbe/

  • I am using iPad latest model in India.Let me know where I will get accessories in Mumbai, India, I am using iPad latest model in India.Let me know where I will get accessories in Mumbai, India

    Dear Sir,
    I want to know where I will get accessories for this iPad in Mumbai,India

    You can read the warranty yourself here: https://www.apple.com/legal/warranty/

  • CIN (country india version patch)---where i will get

    Hi,
    what is 'CIN (country india version patch), 
    my system is R/3 IDES 4.7 on NT & SQL,
    where i will get, what will be the patch format?
    kindly help me
    Regards,
    swathi-k

    Hi,
    For your version of SAP, you may need to have SAP IS-U LOCIN 100
    It is available at http://service.sap.com/swdc
    select 'Search for all Categories' and put CIN in the search text and hit search , you should be able to get all kinds of existing CIN versions.
    Check the following notes:
    950514 - Overview Note
    950350 - Release Strategy (Delivery Dates)
    950511 - Installation note
    950513 - Support Packages
    Regards,
    Siddhesh

  • Where can I get current info on SysAdmin Certification(s) for Mac OSX SL and Lion?

    Where can I get current info on SysAdmin Certification(s) for Mac OSX SL and Lion? The Apple website for this is "under construction" for weeks now...
    Thanks,
    [email protected]

    Certification test for OS X 10.7 Lion are not available yet. I assume they will be nearly identical to the test of 10.5 and 10.6. Hopefully, the reason the certification website has been down for a while is that they are updating it with the new information. Though I really wouldn't expect any 10.7 certification test to be available for 2-4 months. Peachpit Press didn't publish their training material for 10.6 until October even though 10.6 was released in August.
    As far as the 10.6 Certifications:
    Certified Support Professional, 10.6 requires the 9L0-403 exam.
    Certified Technical Coordinator, 10.6 requires the 9L0-403 as well as the 9L0-510 (Server Essentials) exams.
    The information for the Certified System Administrator, 10.6 is "hidden" on the integral7 website but according to this Wikipedia entry, you need to pass the 9L0-510 Server Essentials exam as well as these three:
    Directory Services
    Deployment
    Security and Mobility

  • Where do I find host info for a Muse site hosted on BC?

    I created a Muse site a while back, and just added new stuff tothe site. When I went to upload to FTP all of the host info was blank. Where do I find this information so that I can upload updates?

    Hi
    In case you are hosting your site to BC, this is a useful article, where you will get all the information regarding the BC SFTP. This article is also useful if you want to connect to your bc site using a third party ftp client like filezila.
    http://helpx.adobe.com/business-catalyst/partner/connecting-site-using-ftp-client.html
    Please let me know if you have any other query.

Maybe you are looking for

  • New Infinity Installation. No internet connection ...

    Hi. Had Infinity installed on Thursday afternoon and was initially impressed with 40Mb+ download and 15Mb upload speeds. However, at about 5.30pm webpages stopped loading. Rebooted the HomeHub3 and was ok again for about 15 minutes but then nothing f

  • Issue Uninstalling WAAS Mobile Client on Windows 7

    I upgraded my laptop in hopes that issues pertaining to Vista would be resolved.  Those issues remained, but was going to try to uninstall and reinstall under Windows 7 and check this for grins.  I have tried to uninstall and get this error - /* Styl

  • Excel Exporting

    In HFM 11.1.2 you have the option of exporting web forms to either excel 2003 or excel 2007. At my client we tested exporting/re-importing the file into excel 2007 and it worked fine. However using the option to export to excel 2003, we have no troub

  • Secure easy setup button on wrt54g v8

    where can I find an explanation of what this button does and how it can help me print wirelessly to my HL-2070N brother printer. What appears to happen when I press button is it flashes for a little while not long and then stops and remains lit. What

  • Why doesn't Personal.xlsb start when opening a different SS

    I have my personal.xlsb installed in the following folder; C:\Users\Toni Chaffin\AppData\Roaming\Microsoft\Excel\XLSTART Why when I open a already completed WorkBook, say stats.xlsm why doesn't my personal workbook open so I can run macros that I hav