How to find a t.code which calls a certain program?

Hi All,
could anyone tell me if ther's a way to find a t.code which calls a certain program?
Such as, I'd like to know if ther's a t.code linked to the program RFEBKA96
Thanks
Gandalf

Hi,
go to transaction SE11 or SE16.
give table name TSTCT.
you pass the transaction, you will get the description of that transaction.
Regards,
Tutun

Similar Messages

  • How to locate the source code which populate the SO number?

    Hi,
    For example:
    In T-code: VA01
    Put your cusor on the screen field : Standard Order
    Then press F1, get the technical info of this field as below shows:
    Screen field     VBAK-VBELN
    Program name     SAPMV45A
    Screen no.       4001
    So my question is, how to locate the source code which exactly to populate the SO number into VBAK-VBELN by the system automaticallly.
    As assumed that the system is generate this kind of SO autuomatically, and its number range is defined in SPRO.
    I just want to find out the coding part which gengerate the SO number.
    Want to see the source code of that...
    How to find it???
    Thanks.

    Hi Deepak,
    Thanks for the info..
    But i think i am also know that.
    Questions is dont know how to find the KEY statements that exactlly to generate the number...
    Anyway, 2 points to you.

  • How to find the t-code of a given ABAP report, if any?

    How to find tcode if any assigned to a report program (ABAP) ?
    Instead of going to SE38, then test - run direct thru F8. An alternate fast way?
    Thanks,

    Hi,
    In order to check T.code assigned to an ABAP program, go to se38 and click on display which will open the ABAP code of the program. Now on this screen press CtrlShiftF5. On the left side of the screen you will find the object associated with the ABAP program. Expand on the object Transactions, which will show you the T.Code associated with the program.
    Hope this helps.
    VK

  • How to find out company code from a plant ?

    Hello friends,
    I have to modify a program that uses FM "BAPI_COMPANYCODE_GET_PERIOD".   For that, we have to export company code ID.  Currently it is hard coded with one company code.  Now we want to make this program usable by all company codes.  So instead of hard coding, I would like to dynamically find out company code based on the plant.   So I want to know - how to find out company code from a plant ?  Is there any table that has plant to company-code assignment data, or any other FM/BAPI to get this info ?
    Thanks,
    - Chetan

    hi
    u can find this from table T001K
    or just goto EC01
    here click on STRUCTURE>NAVIGATION
    double click on co code u will get the list
    u can slo try this in EC02
    regards
    kunal

  • How to find my redemption code?

    How to find my redemption code? I know the question was already raised but I didn't read any good answer right now... Is it so complicated to give THE solution?
    I choose the Adobe CC monthly subscription today, and I was very surpised to find difficulty to register my products... The problem is that when I ask "How to find the serial of the licence I bought?", it ask me "How did I get the Licence?" And when I answer by "Creative Cloud on-line subscription", it just send me back on the f*** beginning process (sorry but I'm angry) where it ask me this famous redemption code again... Does it make sense???
    I go round in circles since this morning... and I need to work with the software licence I bought. It's not just to play, it is my job!
    Is someone be abble to give me a REAL solution (and not the sterile answers that I have read before)?
    Thanks in advance for your answers. And sorry for the possible mistakes I did (french nationality).

    Also, what makes you think you need a redemption code?  If you purchased your subscription online through Adobe.com there may not be a redemption code.
    In the US, when I purchased the PS+LR bundle last year, once my payment was accepted, all I had to do was download, install, and log into the CC Desktop app from https://creative.adobe.com/products using the Adobe ID I used to purchase the products, and then I was offered PS and LR for download.
    And whenever I want to run either one of those products I just need to be logged into the CC Desktop app.

  • How to find the Transaction Code??

    Yeah, How to find the transaction code?
    Lets say suppose I know the path of what I want to do, for example I wanna assign chart of deprecition to a company code. The path will be "<i> SPRO - financial accounting - asset accounting - organizational structures - assign chart of depreciation to comp code".</i>
    <b>
    Where can I find the transaction code for this path??</b>
    FYI : The transaction code for this particular example is OAOB

    create a SQ01 quickview query for table TSTC  or, even do a join for TSTC&TSTCT
    TSTC - Transaction codes
    TSTCT - Transaction codes texts
    if you want to see where some of the transactions are in the hierarchy you can use transaction "search_sap_menu"  or SPRO and use the binocular button to search

  • How to find the match code ? what is matchcode : MARA-MTART checktable T134

    hi ALL,
    How to find the match code ? what is matchcode for MARA-MTART and the checktable is T134.
    How to use in select-options using match-code?
    Thanks in advance.
    Points will be rewarded

    Hi
    Hi goto SE11 and inside the table u will see search help
    click on Entry Search Help. there u see the name of the search help for each field.
    Use this Search Help H_T134 in parameters
    select-options: s_mtart for mara-mtart matchcode object H_T134.
    Thanks
    Shiva
    Message was edited by:
            Shivakumar Hosaganiger
    Message was edited by:
            Shivakumar Hosaganiger

  • How to find icloud security code

    i am trying to download content from i cloud but cant remember my security code.

    What is the exact message that you are getting ? Error messages about security codes usually refer to the 3 or 4 digit code on the credit card on your account : How to find the security code on a credit card.

  • How to find the value of a variable in other program

    How to find the value of a variable in other program say I am in a FM and this FM is being called in from other program and I want to know some of the variable details of the program from the FM itself. Imagine if this is a txn. and I need to know the details from some of the programs while executing the same transaction
    Regards
    Vin

    Hi Vinayak,
         you will be having your first program values in internal table or some variables,
        when you are calling the second program you wii use like this,
        SUBMIT <Second Program Name> USING SELECTION-SCREEN '1000'
                           WITH s_emp(second program select-options)   IN t_emp(first program variables)
                           WITH p_chk   EQ t_chk
                           WITH p_r1    EQ t_r1
                           WITH p_month EQ t_month
                           WITH s_cust1 IN t_cust1
                           WITH p_r2    EQ t_r2
                           WITH s_cust2 IN t_cust2
                           WITH s_week  IN t_week
                           AND RETURN.
    you have pas like this to get your first program details.

  • How to find out internet explorer version ,using a java program?

    How to find out internet explorer version ,using a java program?

    Browser version from java?....you must be referring it from some web application....rite?
    You can read the User-Agent header using request.getUserAgent() or request.getHeader("User-Agent") in your jsp or servlet.
    for more details pls refer:
    http://www.jguru.com/jguru/faq/view.jsp?EID=12253

  • HT4061 I am unable to load Adobe Flash player on my Apple Ipad are there any clues out there how to by pass this,I can not get certain programs without it ,so I am returning my IPAD,any other programs I can load to get my programs

    I am unable to load Adobe Flash player on my Apple Ipad are there any clues out there how to by pass this,I can not get certain programs without it ,so I am returning my IPAD,any other programs I can load to get my programs

    Apple's iOS platform (iPhone, iPad, and iPod Touch) has never, and will never support flash.
    First on this; Thoughts on Flash. This is from Steve Jobs regarding Apple's views on Flash (2010)
    Second; Adobe stops making Flash for mobile devices. This is from Adobe themselves last year stating that they would stop making Flash for mobile devices.
    If you can find the App equivalent of the programs you are looking for, then congratulations, however, if you require specific 'programs' requiring flash, then the iPad is certainly not for you, and returning it would be the best choice (granted you are still within the return period).
    The lesson in this; Research what a device can and cannot do prior to purchase

  • How to find out what code called the procedure

    Hi,
    I'm doing an error logging api, that will log errors when it's called. What I wasn't to know is if there's a way to find out what procedure/function called the api?
    One way is to pass the function as a text variable but it would be cool if the api could find out who called it.
    Hope i made myself clear :-)

    I think you can use DBMS_UTILITY.FORMAT_CALL_STACK (I assume that's also what Tom K is using in his utility - with a nice wrapper around it).
    Look at this example:
    SQL>CREATE OR REPLACE procedure p as
      2  begin
      3   dbms_output.put_line(dbms_utility.format_call_stack);
      4  end;
      5  /
    Procedure created.
    SQL>CREATE OR REPLACE procedure p2 as
      2  begin
      3    p;
      4  end;
      5  /
    Procedure created.
    SQL>CREATE OR REPLACE procedure p3 as
      2  begin
      3    p2;
      4  end;
      5  /
    Procedure created.
    SQL>exec p3;
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    38aad05a8         3  procedure HRM.P
    38aaa6990         3  procedure HRM.P2
    38aa9f470         3  procedure HRM.P3
    38a6e9d88         1  anonymous block
    PL/SQL procedure successfully completed.
    SQL>

  • 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

  • How to find the transaction codes

    hi
    when  a similiar type of document is created from different transactions
    then how to find which document is obtained from which transaction.
    Can any one give the procedure or tables which updates this kind of data.
    Sample ex :
    1) an order created using ME21
    2) an order created using IW31
    <u>in order to differentiate this 2 orders which is created from different transaction codes</u>

    Hi,
    In tables like MKPF, BFPF,... you have a field called tcode which gives you the details according to document number and transaction through which the document was created. Hope this solves your issue.
    Cheers...
    Santosh.
    <i><b>Mark All Usefull Answers...</b></i>

  • How to find a T Code in an authorization Role

    Dear Experts ,
    I want to find  a role in which a particular T Code has been assigned .
    How can i  do it ?
      Regards
    Anis

    dear ,
    Use transaction code "PFCG".There you will find a transaction button click and enter transaction code  for which you want to see the role.
    regards
    subhash

Maybe you are looking for