Where to see the transaction code for a script

Hai my dout is  where to see the transaction code for a script after assigning to  a drive programm for example i see output for medruck in me11 and for other standard scripts where can i see the  output is there any table avaible to check it

Hi masthan,
   for sd and mm related scripts. u can use tnapr.
Otherwise go to nace transaction u can find the script name as well as program name.
Or u can try with TSTC table, which will give the t/c's.
Regards...
Arun.

Similar Messages

  • Where to see the source code for Java library?

    I need to know how the defaultWriteObject() of Hashtable is written. Anybody has any clue? Thanks a lot.
    Soccer

    If you have no tool, you can write your own tool:
    import java.util.zip.*;
    import java.io.*;
    public class ZipTest {
         public static void main(String[] args) {
              if(args.length != 2) {
                   System.err.println("using: java ZipTest [zip file] [target directory]");
                   System.exit(1);
              String sourceFilename  = args[0];
              String targetDirectory = args[1];
              new ZipTest().unzip(sourceFilename, targetDirectory);
         public void unzip(String sourceFilename, String targetDirectory) {
              String fileSeparator = System.getProperty("file.separator");
              if(! targetDirectory.endsWith(fileSeparator)) {
                   targetDirectory += fileSeparator;
              try {
                   ZipFile zipFile = new ZipFile(sourceFilename);
                   java.util.Enumeration entries = zipFile.entries();
                   while(entries.hasMoreElements()) {
                        ZipEntry entry = (ZipEntry)entries.nextElement();
                        if(entry.isDirectory()) {
                             continue;
                        String name = entry.getName();
                        name = targetDirectory + name;
                        System.out.println(name);
                        File file = new File(name);
                        File directory = file.getParentFile();
                        if(! directory.exists()) {
                             directory.mkdirs();
                        BufferedInputStream bis = new BufferedInputStream(
                             zipFile.getInputStream(entry));
                        BufferedOutputStream bos = new BufferedOutputStream(
                             new FileOutputStream(file));
                        byte[] b = new byte[1024];
                        int count = 0;
                        while((count = bis.read(b, 0, 1024)) != -1) {
                             bos.write(b, 0, count);
                        bis.close();
                        bos.close();
                   zipFile.close();
              } catch(java.io.IOException e) {
                   System.err.println(e);
    }

  • What is the transaction code for where used list

    hi,  
                    what is the transaction code for where used list and
               how to retrieve the previous delivery quantity and quantity delivered for a particular material  with reference to both material document number and material number.

    hi,
    there is no transaction code for where-used-list..
    its one of the buttons in application tool bar which if you click will tell you where,in which program or tables etc this object is used.
    to retrieve the previous delivery quantity and quantity delivered for a particular material with reference to both material document number and material number,
    use tables <b>likp lips and mara</b> and use material number and document number in where condtion.
    regards,
    pankaj singh
    <b>**** please mark all helpful answers</b>

  • Required the transaction code for the user exit

    Hi Abap Gurus,
            i want to find out the *sap transaction code for which the user exit belongs to  from the below code i am getting the enhancement name and the type.
    i want to know the transaction code for exit EXIT_SAPLMEKO_002 and  EXIT_SAPLFYTX_USER_001
    data: begin of it_modsap occurs 0,
            name   type modsap-name,
            typ    type modsap-typ,
            member type modsap-member,
          end of it_modsap.
    type-pools:slis.
    data:wa_layout type slis_layout_alv.
    data:it_sort   type slis_t_sortinfo_alv.
    data:wa_sort   like line of it_sort.
    parameters:p_exit type modsap-member.
    select * from modsap into table it_modsap where member = p_exit.
    read table it_modsap index 1.
    select * from modsap into table it_modsap where name = it_modsap-name.
    wa_layout-colwidth_optimize = 'X'.
    wa_sort-fieldname = 'NAME'.
    wa_sort-tabname   = 'IT_MODSAP'.
    wa_sort-up        = 'X'.
    append wa_sort to it_sort.
    clear  wa_sort.
    call function 'REUSE_ALV_GRID_DISPLAY'
      exporting
        i_callback_program = sy-repid
        i_structure_name   = 'MODSAP'
        is_layout          = wa_layout
        it_sort            = it_sort
      tables
        t_outtab           = it_modsap.

    HI
    The user exit EXIT_SAPLFYTX_USER_001 is trigered for the below transactions and also postings via IDOC.
    'ME21' 'ME21N' 'ME22' 'ME22N' 'ME23'  'ME23N' 'ME31L'  'ME31'   'ME32L' 'ME32'  'ME33L'  'ME33' 'ME38'   'ME39'  'VL31N'  'VL32N' 'VL33N'.
    This is basically used for tax calculation purposes.
    The user exit EXIT_SAPLMEKO_002 is trigerred for multiple transactions of purchansing scenario.
    Also use user exit for your business scenario.
    Br
    Vijay V

  • Hi what is the transaction code for vendor master delete

    hi
       what is the transaction code for vendor master delete? and customer master delete?
    thank u
    surya

    Hi
    There won't be any Deleting of customer and vendor completely
    we only BLOCK them
    FK05                   Block Vendor (Accounting)
    MK05                   Block Vendor (Purchasing)
    XK05                   Block Vendor (centrally)
    FD05                   Block Customer (Accounting)
    VD05                   Customer Block (Sales)
    XD05                   Block customer (centrally)
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • What is the transaction code for see the Web Services available in SAP

    Hi
    I came to know that SAP has provided its own webservices... I need some information on that... If any one has documentation on that can u please send it to me... My ID is <b>[email protected]</b>.
    What is the trasaction code for see the web services available in SAP.... Can any one help.. Please its  urgent
    Best Regards
    Ravi Shankar B
    Message was edited by:
            RaviShankar B

    Hi,
    you can find Web Services (Enterprise Services) in the Enterprise Services Workplace (ES Workplace). The ES Workplace allows you to explore, test, and use enterprise services to make enterprise SOA tangible. Here, you will find all of the currently productized enterprise services by SAP.
    Best Regards,
    Boris Mueller
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/esa/esapreview">ES Workplace at SDN</a>
    <a href="http://esapreview.sap.com:82/socoview(bD1kZSZjPTgwMCZkPW1pbg==)/flddisplay.asp">ES Workplace</a>

  • How to find the transaction code for the particular program or include

    Dear All,
    Please help me on this queary.
    1) How to find what is the transaction assigned for the particular Report
    2) How to find the particular include is used in which programs and also transaction codes
    I have one ZProgram that contains only includes no selection screen, I have to find where this program is used, in that one include is ther I would like to know in which program and in which transaction that is used,
    They have given ME9F, ME21N/22n, wheren this includle is calling.
    Please kinely help on this.
    Thanks and Regards,
    Muralikrishna

    HI
    1. you can find the transaction for your report by opening in se80. On the left side window it will show the transaction if there is any.
    2. to find in which programs particular inclue is called , just open include in se38 and press where used list icon. in the pop up window select programs.
    regards
    vijay
    reward points if helpful

  • Where to configure the reason code for payment differene

    Dear Experts,
    I did the settings in obxl with reason code option and changed the screen layout for the postings keys for payment difference as mandatory. while doing the account assignment in obxl system asking the reason code for payment difference. Where to configure the reason code any t.code is there, please guide me.
    J.francis

    Just Go SPRO>IMG>Financial Accounting (New) >Accounts Receivable and Accounts Payable > Business Transactions > Outgoing Payments > Manual Outgoing Payments > Overpayment/Underpayment > Define Reason Codes (Manual Outgoing Payments)
    There you have to create Reason Code
    Now go  SPRO>IMG>Financial Accounting (New) >Accounts Receivable and Accounts Payable > Business Transactions > Outgoing Payments > Manual Outgoing Payments > Overpayment/Underpayment >Define Accounts for Payment Differences (Manual Outgoing Payment)
    Here assign GL
    Best Of Luck
    Tanmoy

  • Where to see the people code

    Hi,
    where can I see the people code of a process ?
    Many thanks before.

    Then try to open the Application Designer against your database, and open a "App Engine Progam".
    Extend the steps, you'll be able to see all the component including SQL and Peoplecode.
    Nicolas.

  • How do I see the source code for 'NI Example Finder'?

    At the LabView Express demo, the rep showed us how to view the source code for 'NI Example Finder' (started with Help, Find Examples...). Please refresh my memory.
    --todd

    There are a couple of VI's that shipped with LabView 7.0, but you can't see the diagrams.
    C:\Program Files\National Instruments\LabVIEW 7.0\resource\system\HelpServer.llb\Run Example Finder__NATIONAL INSTRUMENTS.vi
    Press Ctrl-E on this VI and it prompts you for a password.
    This VI is run by C:\Program Files\National Instruments\LabVIEW 7.0\resource\system\HelpServer.llb\HelpServer__NAT​IONAL INSTRUMENTS.vi
    There's also C:\Program Files\National Instruments\LabVIEW 7.0\help\_exfinder.llb\Example Finder Launcher.vi.
    Tyring to open this VI starts the NI Example Finder. Note the taskbar icon which is different from the normal VI icon.
    It seems like NI is trying to keep us out, even if it used LabView to develop the Example Finder.

  • What's the transaction code for the acronym explainer?

    I found this once but for the life of me can't find it again.
    There's a transaction code for a utility that tells you what  SAP acronyms/abbreviations stand for.  Anyone care to enlighten me?

    Brilliant.  STERM was what I was thinking of but SAPTERM seems a little more 'user-friendly' (although I use that term very loosely with anything SAP-related).

  • What is the Transaction code for info structure s803

    Please provide me Transaction code for info structure s803

    hai
    try these tcodes
    PSO3   Infotype overview                        
    PSO4   Individual maintenance of infotypes      
    PA20 Display PA Infotypes
    PA30 Create/Change PA Infotypes

  • Where to see the updated data for transaction IQ02.

    Hi All,
    I have to write the enhancement to update the transaction IQ02 by menas of BAPI or any FM.
    Before that i tried updating the equipemt view for the material numbar and serial numbar combination from transaction IQ02.
    how do i do it manually so that i can think of automating the same?
    Thnx in advance.

    The FM for this will
    STATUS_READ
    STATUS_UPDATE.
    The status will be change manually when you install the equipment in an installation . This is as regards Utilities industry.
    Hope this helps.
    regards
    dominic

  • What is the transaction code for running Building block & ECatts?

    Hai guys,
    I am building a new organisation structure using Building block Library. Can somebody tell me which transaction Code to use as well as from where I can download the variant files?
    Thanks in advance,
    Regards,
    maheshwaran. I

    Hello Maheshwaran,
    For the beifit of others looking for this question,
    To create a building block : /smb/bbi   -- > building block builder. --> create new Building blocks.
    This has to be attached to a scenario and inturn to a solution.
    To downlad the variant files : Go to Transaction SECATT  --> Enter the eCatt configutation name --> click on display.
    Now in the Edit Menu, you can see the option to download variant files.
    Regards,
    Karthi

  • Where to type the activation code for Viber?

    I just downloaded Viber on my iPhone 4.  I typed in my phone number and received the SMS with the activation code.  Now I'm stuck.  Where do I put the code?  I clicked "OK" after receiving the SMS, and I was directed to he page where I had to put my phone number again.  When I try to carry on, I receive an error.  Could someone please help???

    Hi masthan,
       for sd and mm related scripts. u can use tnapr.
    Otherwise go to nace transaction u can find the script name as well as program name.
    Or u can try with TSTC table, which will give the t/c's.
    Regards...
    Arun.

Maybe you are looking for

  • User permission problem, OSX 10.6 & 10.3.9

    We have a small network with an old G3 server (non-Intel even) running 10.3.9.  We had 3 Mac minis with 10.3.9, but just upgraded to new minis with 10.6.3.  The files saved to the server now get their permissions messed up.  They get saved to the ser

  • In PSE8 I need to move some files into one file - how to do?

    When I added some photos of a trip from my camera to my PSE8 Organizer instead of going in as one file by date loaded they went in under separate files names. Now I have a large amount of files and want to move them into one file. How do I make a new

  • Problems with iOS 6.1 iTunes Match

    As an iTunes Match subscriber, I have enjoyed the ability to stream my music library from the cloud instead of having to download it to my iPhone. However, with the latest update (iOS 6.1) it appears it no longer works the same way. Instead, it appea

  • Tax collected at Source (TCS) u/s 206C for sales in India

    Dear Friends recently SAP relase the notes for TCS  Related. If any one got that please . I also need config. doc for the same i also need reporting aspects related to TCS such as customer TCS certificate, Bank challan update and quarterly returns fo

  • HT4623 updates stuck on itunes plugin

    my iphone 5 updated the 7.2 and now its stuck on screen with itunes music icon and shows to plug into itunes.  when i do that it just stays on the screen no change.  tried a hard start and still wont change from this screen