Hi can anyone tell me.. Service department is related 2 which Fucntion modu

hi can anyone tell me.. Service department is related 2 which Fucntion module

which tcode in service management ru reffering to...
Use below code to find the user exit which inturn shows FM
*& Report  ZUSEREXIT_FIND                                              *
report  zuserexit_find no standard page heading.
*&  Enter the transaction code that you want to search through in order
*&  to find which Standard SAP User Exits exits.
*& 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.

Similar Messages

  • Can anyone tell me why my new iPad2 which I bought 4 months ago keeps closing programs and websites in the middle of my work without any notice?

    I noticed lately that When working with some programs or brows through the net, my iPad suddenly takes out the program or the website. It drives me crazy. Can someone explain? Is there something wrong with this new iPad?

    Probably ran low on memory.
    Have you tried closing all programs running in the background?
    1. Double-click the Home button to see  what is running in the background
    2. Hold Apps down for a second or two until the minus sign appear
    3. Tap the minus sign to close program
    4. Reset iPad. Hold Sleep and Home button down for about 10 seconds until you see the Apple logo.

  • Can anyone tell me how i get to speak to someone in customer service? they are retiring Forms Cental and i really need to speak to someone about the renewl of my subscription. THe live chat has been unavailable for two weeks and there is no other option t

    Can anyone tell me how i get to speak to someone in customer service? they are retiring Forms Cental and i really need to speak to someone about the renewl of my subscription. THe live chat has been unavailable for two weeks and there is no other option to get in touch with these people. Any ideas anyone?

    Hi SwarovskiUK,
    I'm sorry to hear that you've been having trouble contacting Customer Care. Live Chat is certainly available--are you not seeing the chat option on the Contact Customer Care page? Or are just not able to get through?
    In any case, I should be able to help you myself. What can I do for you?
    Best,
    Sara

  • I am traveling to Italy from Australia. Can anyone tell me the usage costs on a Telstra service? Is it cheaper/better to buy a package with a local carrier in Italy?

    I am traveling to Italy from Australia. Can anyone tell me the usage costs on a Telstra service? Is it cheaper/better to buy a package with a local carrier in Italy?

    Did you get resoulution.  What state are you in?

  • We got a new Apple TV for Christmas and it works wonderful. However, my question is this. We are on a satelitte internet system and our bandwidth is limited. Can anyone tell me what effect it will have on using up my 10 megs of bandwidth?

    We got a new Apple TV for Christmas and it works wonderful. However, my question is this. We are on a satelitte internet system and our bandwidth is limited. Can anyone tell me what effect it will have on using up my 10 megs of bandwidth? If I run over the 10 mgs, the service either slows way down until it is reset on the first of the next month or I have to purchase additional bandwidth and it can get expensive.
    Any information would be greatly appreciated.

    If you only have a 10MB limit on the Internet connection you might as well not have Internet access and certainly should not attempt to stream anything.
    If the limit is 10GB, then you will need to be careful with streaming as most video is 1-3GB for a one hour show.

  • Can anyone tell me the field name, table name for the following scenario?

    Hi All,
    Can anyone tell me the field name and the respective table name for the following scenario's?
    1. A report to list all the materials to which Invoice is done and delivery is pending.
    2. A report for Order tracking.
    3. A report, which gives PO(Purchase Order),  Pricing details.
    4. A report, which calculates the MATERIAL COST. It will select all the material issued for the entered service order number from  stock.
    Thanks & Regards,
    P.Gowrishanker
    Edited by: Gowrishanker pari on Jun 1, 2008 8:58 AM

    I believe that OmniVision Technologies has the contract for the 3gs.

  • Can anyone tell me how to transfer recordings in 4 track app to pc or mac? Please help

    can anyone tell me if how I can transfer recordings from IPhone app 4 track to pc or mac? Please

    ITunes will not recognize the Kindle as a device.  You will need to use a cloud service to download you music to the Kindle HD.

  • HT4972 hi, can anyone tell me if i update my Iphone 4 to IOS6 am I going to lose my txt messages on there ? Im a bit confused !! Thx C

    Hi Can anyone tell me if i update my iphone 4 to IOS6 update am I going to lose my txt messgaes on the phone ? Im confused ! Thx CC

    The No Service means there is a problem with cellular service. You mention wifi in your title. Which is it you are having trouble with? What happens when you switch on and off as you state in your post? Are you saying that wifi does not connect while at home either?

  • Can anyone tell me how to get rid of tlb search? it unfortunately entered into my mac. Whenever I use safari, a pop-up window opens with some ads. Please help me to find a way to remove this malware.

    Can anyone tell me how to get rid of tlb search? It unfortunately entered into my mac. Whenever I use safari, a pop-up window opens with some ads. Please help me to find a way to remove this malware.

    You installed the "DownLite" trojan, perhaps under a different name. Remove it as follows.
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    /Library/LaunchAgents/com.vsearch.agent.plist
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "VSearch" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
    Repeat with each of these lines:
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    /Library/LaunchDaemons/Jack.plist
    Restart the computer and empty the Trash. Then delete the following items in the same way:
    /Library/Application Support/VSearch
    /Library/PrivilegedHelperTools/Jack
    /System/Library/Frameworks/VSearch.framework
    ~/Library/Internet Plug-Ins/ConduitNPAPIPlugin.plugin
    Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including any that have the word "Spigot" or "Conduit" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    This trojan is distributed on illegal websites that traffic in pirated movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect much worse to happen in the future.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the DownLite developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. This failure of oversight is inexcusable and has compromised both Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • Can anyone tell me where to download the Business Objects LiveOffice Plugin

    Can anyone tell me where to download the Business Objects LiveOffice Plugin
    Thanks
    Jeff

    Hi Jeff,
    If you have installed Business Objects Enterprise XI R2 on your machine from CD, follow the steps to install the Live Office,
    1. Navigate to the Add-Ons\Live Office folder on the BusinessObjects Enterprise collaterals CD or locate the Live Office setup.exe file on your network.
    2. Double-click setup.exe to launch the Live Office Installation Wizard.
    3. Follow the on-screen instructions in the Live Office Installation Wizard to complete the installation procedure.
    You can also download the collaterals for Business Objects Enterprise XI R2 by logging in the service.sap.com and following the following steps,
    1. Click on the SAP Support Portal link, and then go to Downloads Tab and click on the 'SAP Software Distribution Center'.
    2. In the middle of the page you will get the 'Search for Software' link, click on that link.
    3. In the Search type 'Collaterals' and click search.
    4. You will get the Collaterals for BOBJ Enterprise XI R2 SP2 and SP4 for Windows.
    Hope this resolves your issue.
    Regards,
    Abhijeet T.

  • Can anyone tell me where to find/download the talking tom cat message notification for iPhone4?

    Can anyone tell me where to find/download the talking tom cat message notification for iPhone4?

    I can't find any sort of "Talking Tom Cat" that provides message notifications, and without jailbreaking I can't see how it would be possible. The only Talking Tom Cat app I can find it a self-contained novelty app. If that's what you're referring to, just search the iTunes Store for "talking tom cat" and if the app is available in your country, you should find it. Be aware that while the app is free, the "gold coins" for all the accessories are definitely not free.
    The forum in which you first posted is, by the way, for questions about the Communities themselves. Usually you'll get the quickest and most accurate results in you post in the forum dedicated for the product or service about which you have a question.
    Regards.

  • Can anyone tell me if i can change the video chipset ?

    can anyone tell me if i can change the video chipset ?
    my notebook model is hp pavilion dv6 1100ss ,, i know that my laptop has 512mb dedicated and 1278 shared total available memory of 1790,,  and i wonder if i can change the dedicated part because i had to take the laptop to a service for repairs, the video chipset broken ,they repaird it somehow but the laptop fails when i try to see a video online / movie online /offline ,and again fails if i try to play a game the laptop just freezes and i have to unplug the power leave it like 5 to 10 mins and then power it up again, if i try to power on the laptop after i turn it off he just simply turns on for 2-3 seconds and turns off

    Only a very small number of very expensive high-end gaming and engineeering workstation laptops have plug in video cards. Yours is not one of them. The video soldered to your motherboard is a type of video chip also delivered as a desktop video card and maybe as a plug in card for those few laptops. Again, not for yours. 

  • I have an estimated ship date of 10/14/2014, for 2 iphone 6 16GB in Silver.  Like others I have not received any new details since receiving the order confirmation.  Can anyone tell me if my order will ship tomorrow?

    I have an estimated ship date of 10/14/2014, for 2 iphone 6(not the plus) 16GB in Silver.  Like others I have not received any new details since receiving the order confirmation.  Can anyone tell me if my order will ship tomorrow?

    I dont mean to rude. but I have seen the same response to others over the past month.  I have been keeping up w/ check status from the link provided in my order confirmation.  At this point your depts management should be demanding more detailed info on order status.  They have you customer service folks answering these question blindly, wasting your time and mine and ultimately costing verizon money which they will pass along to me and the other millions of customers out there.  If you cannot give me a more detailed answer please escalate this to someone who can.  Thank you. 

  • Can anyone tell me where and when SAP IS life sciences training is offered?

    Can anyone tell me where and when SAP IS life sciences training is offered?

    Dear Hari,
    Pls explore following URL;
    http://www.sap.com/services/education/catalog/industry/lifesciences.epx
    Bye and all the best,
    Muralidhara

  • MDD G4 Problem Log-Can anyone tell me the cause?

    My MDD dual 1.42 g4 has been acting up lately with applications freezing, my ipod suddenly not being recognized and a message popping up telling me i need to restart my computer. Can anyone tell me what the cause could be based on this log? Thanks.
    Unresolved kernel trap(cpu 0): 0x300 - Data access DAR=0x000000000600021C PC=0x00000000000A46B8
    Latest crash info for cpu 0:
    Exception state (sv=0x383C5A00)
    PC=0x000A46B8; MSR=0x00001030; DAR=0x0600021C; DSISR=0x40000000; LR=0x000A4604; R1=0x21C63AB0; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x000E83FC 0x000F11EC 0x002AAF98 0x000ABF30 0x00000000
    Proceeding back via exception chain:
    Exception state (sv=0x383C5A00)
    previously dumped as "Latest" state. skipping...
    Exception state (sv=0x387A9A00)
    PC=0x9002874C; MSR=0x0000D030; DAR=0x38684000; DSISR=0x42000000; LR=0x9297D840; R1=0xF0202840; XCP=0x00000030 (0xC00 - System call)
    Kernel version:
    Darwin Kernel Version 8.7.0: Fri May 26 15:20:53 PDT 2006; root:xnu-792.6.76.obj~1/RELEASE_PPC
    panic(cpu 0 caller 0xFFFF0003): 0x300 - Data access
    Latest stack backtrace for cpu 0:
    Backtrace:
    0x00095718 0x00095C30 0x0002683C 0x000A8404 0x000ABD80
    Proceeding back via exception chain:
    Exception state (sv=0x383C5A00)
    PC=0x000A46B8; MSR=0x00001030; DAR=0x0600021C; DSISR=0x40000000; LR=0x000A4604; R1=0x21C63AB0; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x000E83FC 0x000F11EC 0x002AAF98 0x000ABF30 0x00000000
    Exception state (sv=0x387A9A00)
    PC=0x9002874C; MSR=0x0000D030; DAR=0x38684000; DSISR=0x42000000; LR=0x9297D840; R1=0xF0202840; XCP=0x00000030 (0xC00 - System call)
    Kernel version:
    Darwin Kernel Version 8.7.0: Fri May 26 15:20:53 PDT 2006; root:xnu-792.6.76.obj~1/RELEASE_PPC
    Model: PowerMac3,6, BootROM 4.6.0f1, 2 processors, PowerPC G4 (3.3), 1.42 GHz, 1.5 GB
    Graphics: ATI Radeon 9000 Pro, ATY,RV250, AGP, 64 MB
    Memory Module: DIMM0/J21, 512 MB, DDR SDRAM, PC2700U-25330
    Memory Module: DIMM1/J22, 512 MB, DDR SDRAM, PC2700U-25330
    Memory Module: DIMM2/J23, 512 MB, DDR SDRAM, PC2700U-25330
    Modem: Dash2, UCJ, V.92, 1.0F, APPLE VERSION 2.6.6
    Network Service: Built-in Ethernet, Ethernet, en0
    Parallel ATA Device: _NEC DVD_RW ND-3550A,
    Parallel ATA Device: ST3120024A, 111.79 GB
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Fujitsu Component, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: iPod, Apple, Up to 12 Mb/sec, 500 mA
    FireWire Device: LaCie d2 Extreme LUN 0, LaCie Group SA, Up to 400 Mb/sec

    Try this site/link:
    http://www.thexlab.com/faqs/kernelpanics.html

Maybe you are looking for

  • New to solaris what should I be downloading solaris 10 or opensolaris?

    well I have some experience with redhat but want to learn solaris as, well I really will never be able to get a linux/unix position if I only know one. hmm so I started looking around and got confused by the many versions now available of solaris. so

  • JAR suddenly not working on double click...

    I have a program that I have been working on for the past few months. I want to run it from the desktop in the form of a .jar file. I use netbeans to create the jar file. In previous versions, this has worked very well. With the most recent build, I

  • Trying to reload programs says I need OX 10.8 or later

    How do I update.  Have been trying Yosemite it downloads but will not install.  Can I update with another program?

  • Orchestrator 2012 R2 on SQL 2012 SP1 Availability Group

    Hi all, I've recently setup a new install of SCOrch 2012 R2 on a SQL 2012 SP1 Availability Group.  Everything went smooth and appears to be functioning correctly up until a failover occurs (manual or automatic).  Once there is a failover between data

  • Default from .xls to .xlsx in SE11

    Folks, When we try to download data from SE11..LOCAL file->Spread sheet->there we have .xls. How can this be changed to .xlsx..?? Basically im trying to download the data n .xlsx format. We are currently running with SAP4.7 version.Do we need to inst