Download the tcode on loacl disk based on prog name

Dear Experts,
     When i download the prog, i want to download the tcode for this prog on local machine.
What sud i have to do for that.Please give me example for that.
Thanks,
Jaten

Hi Jaten,
You can get the TCODE for a program based on the program name from the table
TSTC - SAP Transaction Codes
Try the following:
Select TCODE
from TSTC
into w_tcode
where PGMNA = sy-repid.
sy-repid  -  your program name
Regards,
Chandra Sekhar

Similar Messages

  • How can i change the settings so that before download the firefox gives a propmt that same file name already exists, instead of automatically renaming duplicate files by adding .1 suffix?

    When I download a file, if a file of similar name already exists in the same download folder, the firefox downloads the file and renames it by adding numeric .1 to the file name.
    I want the firebox to give me a prompt that similar file already exist, rather than automatically renaming it by adding suffix .1.

    Downloads Options
    * https://support.mozilla.com/en-US/kb/Options%20window%20-%20General%20panel#w_downloads
    Unable to Download or Save files
    * https://support.mozilla.com/en-US/kb/Unable%20to%20download%20or%20save%20files
    Check and tell if its working.

  • How to find the application type fora Script based on Form name?

    Hi Guys,
                can anybody tell me how to find the Application Type and output type based on Form name and print program name?
    I am having form name as: ZINVENT (INVENT is the actual) and program name as RM07IDRU.How can i find the Appliction ntype and OutType for entering into the NACE tr code.
                    i tried thru TNAPR table but i was not able to find the Entry in the TNAPR with form Name and printprogram name
                   Th Script is about Phsical inventory Documents.
    Thanks,
    Gopi.

    You can use this...
    REPORT  Z_DUMMY_ATG NO STANDARD PAGE HEADING.
    *======================================================================
    * Tablas
    *======================================================================
    TABLES: TTXFP.
    *======================================================================
    * Tablas Internas
    *======================================================================
    DATA: T_TTXFP TYPE STANDARD TABLE OF TTXFP WITH HEADER LINE.
    *======================================================================
    * Selection-Screen
    *======================================================================
    SELECTION-SCREEN BEGIN OF BLOCK SCRIPT WITH FRAME.
    SELECT-OPTIONS:
                  PRINTNAM FOR TTXFP-PRINT_NAME,
                  TDFORM   FOR TTXFP-TDFORM.
    SELECTION-SCREEN END OF BLOCK SCRIPT.
    *======================================================================
    * Start-of-selection
    *======================================================================
    START-OF-SELECTION.
      PERFORM SELECT_DATA.
      PERFORM PRINT_DATA.
    *&      Form  SELECT_DATA
    *       Seleccionamos los datos del reporte.
    FORM SELECT_DATA.
      SELECT TDFORM PRINT_NAME LAST_PROG
      INTO TABLE T_TTXFP
      FROM TTXFP
      WHERE PRINT_NAME IN PRINTNAM
        AND TDFORM IN TDFORM
      ORDER BY TDFORM.
    ENDFORM.                    "SELECT_DATA
    *&      Form  PRINT_DATA
    *       Imprimimos el resultado del reporte.
    FORM PRINT_DATA.
      FORMAT COLOR 3.
      WRITE: 'Programa', 18 'Formulario', 50 'Flag de Ultimo programa'.
      FORMAT COLOR OFF.
      SKIP 1.
      IF NOT T_TTXFP[] IS INITIAL.
      SORT T_TTXFP BY PRINT_NAME.
        LOOP AT T_TTXFP.
          IF T_TTXFP-LAST_PROG EQ 'X'.
          FORMAT COLOR 4.
          WRITE:/ T_TTXFP-PRINT_NAME, 18 T_TTXFP-TDFORM, 60 T_TTXFP-LAST_PROG.
          FORMAT COLOR OFF.
          ELSE.
          WRITE:/ T_TTXFP-PRINT_NAME, 18 T_TTXFP-TDFORM, 60 T_TTXFP-LAST_PROG.
          ENDIF.
        ENDLOOP.
      ENDIF.
    ENDFORM.                    "PRINT_DATA
    Greetings,
    Blag.

  • Download a smartform on local disk based on transport request

    Dear Experts,
            I want to given on selection screen  transport request and path .If in this tranport request there is any      
           smartform ,all download on  local disk.
    So what sud i have to do for this.Please give me a example for it.
    Thanks,
    Jatin sangal

    HI,
    Use this below function module to get the spool to an internal table.
      CALL FUNCTION 'CONVERT_OTFSPOOLJOB_2_PDF'
           EXPORTING
                src_spoolid              = l_spool_id
           IMPORTING
                pdf_bytecount            = g_bin_filesize
           TABLES
                pdf                      = ipdf
           EXCEPTIONS
                err_no_otf_spooljob      = 1.
    The data will be fetched to IPDF internal table, then u can use GUI_DOWNLOAD function module to download this file to your specific location as below.
      CALL FUNCTION 'GUI_DOWNLOAD'
           EXPORTING
                bin_filesize            = g_bin_filesize
                filename                = g_file
                filetype                = 'BIN'
           IMPORTING
                filelength              = g_file_size
           TABLES
                data_tab                = ipdf
           EXCEPTIONS
                file_write_error        = 1.
    Thanks,
    Ravi

  • Abobe xi pro - help, i am trying to download the program frm a disk & its been almost 2 hours...

    It has been over 2 hours & still downloading?  Is this normal?

    What system? What exactly is happening (or not)? if the installer freezes, something is wrong, but nobody can even begin to guess without some exact info...
    Mylenium

  • Safari could not download the file -there is not enough free disk space

    I've tried downloading Windows Media Viewer, StuffIt Expander, and Adobe Reader however when I do I receive an error message as follows (example is for the StuffIt Expander -similar message for the other programs): Safari could not download the file "nstuffitexp12.01.dmg" because there is not enough free disk space.
    There is PLENTY of free disk space on my hard drive. The hard drive has 20 GB of Used space and 129 GB of Available space.
    A few simple fixes I've tried, that did not help: I cleared my Cache, I emptied my Trash, I restarted the computer. (sorry, I'm a Mac novice -not sure what else to try)
    What's wrong? How do I download these files??
    I would like to open Window Media Viewer files (.wmv) and Adobe Reader files (.pdf) so I need these programs on my computer.
    So as a secondary question, is there a program for Macs better suited to open and view .wmv and .pdf files?
    Please help with my download / free disk space problem, this is driving me crazy (for hours now). Thank you in advance for your assistance!!

    Mac OS X can open pdf files fine without Adobe's bloatware, they open by default in TextEdit - the whole of OS X's display system is actually based around pdf technology so it's easy for the system to integrate pdf tools. There are alternative tools available on MacUpdate but for reading TextEdit is fine.
    wmv files should be opened with the Flip4Mac Quicktime plugin, Microsoft no longer support their own player on Mac and even supply the F4M plugin from their own download pages.
    For Stuffit files (which are thankfully much rarer these days) I'd use The Unarchiver instead of Allume's fat cat.
    To fix the other problem you could try changing your download location in Safari preferences, General - it may be that the location you are downloading to has the problem. You can pick anywhere you like just to test it out.

  • Installing a disk based product through download?

    So I purchased a disk based version of Adobe Creative Suite Production Premium 5.5, and I find myself wanting to intall it on another computer. However, the computer in question doesn't have a disk drive, so I have no way of installing it.
    Is it at all possible to download a copy of the product from the Adobe website after purchasing it in disk form?

    You can download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site or else the download will not work properly.
    CS5.5:
    http://prodesigntools.com/adobe-cs5-5-direct-download-links.html

  • I lost the installation disks for CS4 master collection. Where can I download the installation file?

    Hello,
    I lost the installation disks for CS4 master collection polish version. Where can I download the installation file?

    Hi filmowka,
    Welcome to the Community!
    Go to http://prodesigntools.com/download-adobe-cs4-and-cs3-free-trials-here.html and choose Master collection CS4 from the list.
    Follow the Very Important Section else the download will not start.
    Thanks!
    Ankit

  • I need the Adobe Flash Player version 11.1.102.64plug in on my MacAir to view Ustream videos. Adobe message says the version is for Intel-based Macs with Safari; also says that I "may have to temporarily disable antivirus software. is it safe to download?

    I need the Adobe Flash Player version 11.1.102.64plug in on my MacAir to view Ustream videos. Adobe message says the version is for Intel-based Macs with Safari; also says that I "may have to temporarily disable antivirus software. is it safe to download?

    Your MacBook Air is an Intel-based system. To download the current version (11.2.202.228),  go to http://get.adobe.com/flashplayer/ and download it from there.
    If there is still a Flash issue, you can try the Google Chrome browser, which has the current Flash built into it, to see if it works any differently with the videos. It's available from https://www.google.com/chrome

  • Dropped my Ipod, I have put it in Disk Mode, I have downloaded the new software, tried to restore it and it has seized please help?

    I dropped my Ipod (4TH Generation Ipod Nano) I have got it start up again I have put it in disk mode and connected it to Itunes,
    I have downloaded the new software through Itunes, that went well, it came up as normal.
    I have got it to restore to factory settings. (Although before hand it synced and all that)
    During this process it has seized and not done what it was suppose to, only displaying the Apple Symbol.
    I disconnected, and it has gone flat and now is telling me to connect it to power, when I do so nothing happens.
    It won't connect to itunes.
    Please help.
    MJ

    Hello there pipem90,
    Heres an article about that very issue. Check out this article named iPod not recognized in 'My Computer' and in iTunes for Windows found here http://support.apple.com/kb/ts1369.
    There is more to the article but start here:
    1. Start with the iPod Troubleshooting Assistant
    If you have not already done so, try the steps in the iPod Troubleshooting Assistant which applies to your iPod; this will often solve your issue.
    If you're still experiencing the issue after going through each of the steps in the assistant, continue with the steps below in this article. The most likely solutions are listed below (for both USB and FireWire (IEEE 1394) iPod connections). Check each section starting from the top of the list to see if that is what's keeping your iPod from appearing.
    Note: To determine if your iPod syncs via USB or FireWire, check the table in the Additional Information section below.
    All the very best,
    Sterling

  • Song tracks are not downloaded properly from iTunes Store: they are not added to the playlists, and eat disk space

    Hi,
    Yesterday I wanted to upgrade my wife's iPhone (5, 16 GB) from iOS 7.0.6 to iOS 7.1.
    She had only 500 MB of free space, and 1.9 GB was needed, so I decided to temporarily remove a number of songs from her music library.
    After this operation there was 2 GB free, and the upgrade went successfully.  After the upgrade there was still 2 GB free.
    Then I wanted to download the songs again, and here something went wrong:
    I went to iTunes Store > More > Purchased > Music, and clicked on "Download all".
    When the download process was completed, there was about 500 MB free space, but I noticed that some of the tracks, and even a complete album, were actually not in the playlists; in another album only one of the 30 tracks or so was downloaded.  So I went again into iTunes Store > More > Purchased > Music, and indeed some of the tracks were still marked as "to download", with a little cloud in front of them.
    When I tried to click on one of these little clouds to download a given track, the track seemed to be downloaded, but as soon as the download was finished the little cloud reappeared again, and the track wasn't added to the playlists.
    I tried to repeat that process a few times, until I noticed that there was now only 90 MB of free space.
    I then tried to download one more track that was 10 MB large, and after this there was only 80 MB of free space.
    So it seems that the tracks are indeed downloaded (and downloaded again if I click again on the little cloud) in a place where they use disk space without being otherwise accessible.
    What can I do to:
    1. download the tracks correctly so that they appear in the playlists?
    2. clean up the space that was wasted?
    Many thanks in advance!

    Depending upon what country that you are in (music can't be re-downloaded in all countries) then try deleting the incomplete tracks from your iTunes library and redownload them via the Purchased link under Quick Links on the right-hand side of the iTunes store home page on your computer's iTunes : re-downloading.
    If you aren't in a country where you can re-download music or if they re-download in the same state then try the 'report a problem' link from your purchase history : log into your account on your computer's iTunes via Store > View My Account and you should then see a Purchase History section with a 'see all' link to the right of it ; click on that and you should see a list of your purchases ; find those tracks and use the 'Report a Problem' link and fill in details about the problem (iTunes support should reply within, I think, 24 to 48 hours).
    Some people have had a problem with the 'report a problem' link (it's been taking people to this site on a browser instead of showing a form in iTunes) - if it does that to you then try contacting iTunes support via this page : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page.

  • I have downloaded the most recent itunes on my new computer with windows 8        but a message pops up saying "the itunes library.itl file is locked, on a locked disk or you do not have write permission for this file. How do I fix?

    I have downloaded the most recent itunes on my new computer with windows 8 but when I attempt to get in I get this message "The itunes library.itl file is locked, ona locked disk, or you do not have write permission for this file."  How do i fix this?

    Repair iTunes Security Permissions
    Right-click on your main iTunes folder and click Properties, then go to the Securitytab and click Advanced. Use the Change Permissions... button grant to your account (or the Users group) and SYSTEM full control of this folder, subfolders and files, then tick the option to Replace permissions entries... which will repair permissions throughout the library. When complete switch to the General tab, click in the Read-only check box to clear it, then click Apply.
    If you don't have the option to change the permissions then use the Owner tab and Edit... button to take ownership from an account with administrator privileges. Tick the option to Replace owner on subcontainers and objects.
    Repeat with the media folder if it isn't stored inside the main iTunes folder.
    If you've brought over the library from another computer you may also want to remove any "mystery" identities (S<string of dashes & digts>) that have come over from the old computer...
    The images above are from Windows 7. Hopefully the system isn't too different in Windows 8.
    tt2

  • I would like to send pics from my windows computer to my iPhone using bluetooth. I had it paired but somehow it cannot the download the software and is asking to usa a disk instead. Where or how can I download the software available for that, please reply

    I would like to send pics from my windows computer to my iPhone using bluetooth. I had it paired but somehow it cannot the download the software and is asking me to usa a disk instead. Where or how can I download the software available for that, please reply... thaks. (",)

    Bluetooth file transfer has never been supported with iOS devices.

  • How can I get the updates for Photoshop CS5 to download to my new Macbook Pro where I have already installed CS5 from my original disk? I have tried many times over 2 days. I was able to successfully download the current version of Adobe DNG converter.

    How can I get updates for Photoshop CS5 to download to my new Mac book pro where CS5 is already installed from my original disk? I have tried many times over 2 days. I get the same error messages re downloading error. I successfully downloaded the current version of Adobe DNG Converter & it installed perfectly. Help please!

    The Adobe auto updater is highly unreliable.
    You need to look for and download the update yourself and then manually apply it as per the detailed instructions on the download page:
    Adobe - Photoshop : For Macintosh
    ~~~~~~~~~~~~~~~~~~~~~~
    Please note that the Adobe Camera Raw plug-in must be updated separately, after you have updated Photoshop:
    Adobe - Adobe Camera Raw and DNG Converter : For Macintosh

  • I have a license for CS3 Design Premium but no disk. Where exactly can I download the software? The solution offered on the Adobe website does not work ...

    I have a license for CS3 Design Premium but no disk. Where exactly can I download the software? The solution offered on the Adobe website (CS3-Produkte herunterladen) does not work ...

    If the page you linked does not work then it should so what happens when you try?  It is possible that it might be a simple matter of you enabling cookies or trying another web browser.
    You can also try to download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    CS3 and CS4: http://prodesigntools.com/download-adobe-cs4-and-cs3-free-trials-here.html

Maybe you are looking for

  • Idvd does not recognize superdrive

    i have a macbook pro 15" and it has a superdrive, but just now when i opened idvd to burn a dvd an error message popped up saying that "this machine does not have a superdrive so i will not be able to burn a dvd?" then i quit idvd and opened it again

  • Process Chain Activate and Schedule

    Hi Experts, I removed Load ODS and Activate process in a big process Chain. This process chain is run using a meta chain. Now after this change do i have to click activate and schedule or just activate?? Please Share your comments.. DV

  • Start Screen Layout not applying to every user

    Ok, i'm stuck.  I have a 2012r2  DC with a 2012r2 terminal server.  I exported the xml file to be the start screen layout and have it applied to a specific user OU with my two users in it.  One gets the layout the other does not (metro layout btw)  S

  • IPhoto alert

    I am getting suddenly getting this message: "Your photo library will not be readable by previous versions of iPhoto after the upgrade. The photo library needs to be upgraded to work with this version of iPhoto. The upgrade process for very large libr

  • Is there such a thing as a "silver iPod"?

    Is there such a thing as a "silver iPod"? I've heard of the white and black versions, but a friend tells me there's a silver version available. Is she talking rubbish?