To find program name by using session ID or name?

Hi,
I need to find the program name which created the bdc session( SM35) by using the session name or Session ID.How can that be done?
Will that be stored in some table?
Regards,
Pooja.

I think if the KEEP = ' ' in BDC_OPEN_GROUP FM, the session gets cleared from SM35, so for that sessions PROGID will be blank.
So in BDC program parameter KEEP = space, PROGID in APQI table will be blank.
correct me if i am wrong.

Similar Messages

  • Table names to find Program names and Table names

    Hi All,
    I want to find Program names and Tables names where Transaction codes are not been created.
    If TCodes are created I can find from TSTC.
    But programs and tables which does not have tcodes.
    How can I find them?

    Hi Praveen Kumar 
        You know the program name go to se38 and find out if u know table name go to se11 and find out .if you want to see both where there are used in which program go to se80 it would be easy.
    How to trace in se80 . select programe and down give programe name you will gte it.

  • Re:Finding Program name

    Hi,,,
    Can anybody tell me How to find program name with its respective Tcode.. I searched inside its package..that showing Screen numbers only.. So any other ways welcome
    Regards
    Karthik.T

    Hi
    Go to SE93.
    Enter the TCODE and press display.
    Here you can see the program name.
    OR
    Go to the TCODE (for which u want prog name)
    Follow Menu path: System --> Status..
    Check the Program field in SAP data.
    Hope it helps
    Regards
    Gaurav

  • How to find Program Name by Recording name

    Hi,
    How o find program name ? for example i have recording(SHDB) name is:ZVA01REC.
    i want to find the respective porgram for that recoring?
    Thanks and Regards,
    Anu.

    Hi Anitha,
    "No it's showing standard program name like:SAPMM06E
    but actual program name is:ZBDCME22."
    SAPMM06E is the program the recording runs
    ZBDCME22 must be an additional program that someone must have created for running the recording.
    There is no way for u to find a program for a given recording (this is only a one way trafic; recording -> program create; not visa versa)
    your best bet would be that search in se38 for programs starting with ZBDC* and then check the short text. may be the person who made it was kind enough to update the short text with teh recording name.
    Hope this was of some help.
    Regards,
    Sagar.
    Edited by: Sagar Mehta on Nov 12, 2008 10:00 AM

  • Find program name if i have transction code

    hallow
    i have transaction Y_DV2_900211  and i wont to find the program name i go to se93
    and i don't get the program name ,i try also in table TSTC and i get their in t_code
    Y_DV2_900211  but  PGMNA is empty ,
    how can i find the <u>code</u> for this transaction?
    Regards

    Go to T code Y_DV2_900211
    follow menu..
    --> System
    --> Status
    Here u can see the Program Name..
    Hope it ur problem is solved here
    <b>Reward Points if it is useful</b>
    Thanks & Regards
    ilesh 24x7

  • How to find program which created the session

    Hi friends,
    can anybody tell me, how to find out the program name that as generated   perticular batch session in SM35.
    I have session name and i want to find out the program which created the session.
    Thanks in advance.
    Saya

    Hi Saya,
    Check table <b>TBTCO</b> and<b> TBTCP</b> to know about the program created by a session.
    Give Job name to TBTCP-JOBNAME and get report name in the field TBTCP-PROGNAME.
    Thanks,
    Vinay

  • To find program name with transport request number

    Hi friends,
    I have a senario
    i have a transport request number, by using that how can i find the program name ie : to which object that transport request number corresponds to.
    Example :
        AD1K970456
    i know this request number now how can i find out to which object it coresponds to .
    Can any one tell how should i approach for it.
    Regards
    Priyanka.

    Hi,
    If this transport request is created by you or u know the respective user then go to the tcode SE09 and enter the user name and click on display you will get the list.then go on expanding u will get the program name.
    Thanks,
    Jayshree

  • How to find programs' names those were created by me in a specific period?

    for example
    the input parameters are:
    programmer: sy-uname
    begda: 2007.01.01
    endda: 2007.02.01
    the outcome will list all the programs' names including webdynpro component which was created by me.
    is there a table have those entries in the system?
    thanks a lot.

    Hi,
    Use the Below logic, Enter the required fields it will diplay all the programs and web dynpro components that are created.
    TABLES: trdir,
       wdy_component.
    SELECT-OPTIONS:p_name FOR trdir-name,
             p_wname FOR wdy_component-component_name,
             p_cdat FOR trdir-cdat.
    PARAMETERS:
                p_author TYPE trdir-unam OBLIGATORY,
                p_udat TYPE trdir-udat,
                p_subc TYPE trdir-subc OBLIGATORY.
    DATA: t_trdir LIKE STANDARD TABLE OF trdir.
    DATA: t_wcomponent LIKE STANDARD TABLE OF wdy_component.
    *SELECT * FROM trdir UP TO 5 ROWS INTO TABLE t_trdir*
      WHERE cnam = p_author AND
            subc = p_subc AND
            name IN p_name AND
           cdat BETWEEN p_cdat-low AND p_cdat-high .
    *SELECT * FROM wdy_component UP TO 5 ROWS INTO TABLE t_wcomponent*
      WHERE author = p_author
      AND component_name IN p_wname
      AND createdon BETWEEN p_cdat-low AND p_cdat-high.
    LOOP AT t_trdir INTO trdir .
      WRITE:/   trdir-name,
             30 trdir-cdat,
             45 trdir-unam,
             55 trdir-udat,
             67 trdir-subc.
    ENDLOOP.
    ULINE.
    LOOP AT t_wcomponent INTO wdy_component.
      WRITE: / wdy_component-component_name,
            30 wdy_component-createdon,
            45 wdy_component-author,
            55 wdy_component-changedby.
    ENDLOOP.

  • Finding program name

    Hi All,
    There is a customized tab with details in a screen. How to see the customized tab details in the program. When I go and see in the status and program name, there are many includes written over there.
    I just want to go and see the details in the tab of the screen in the program. Please let me know how to see the TAB details in the program.
    Thanks,
    Ramana

    Hello Ramana,
    You want to access to the subscreen. One way to do this is going to:
    System->Status...
    And there is the subscreen program "Program (Subscreen)" and under it, there is the Subscreen "Screen number".
    Hope this helps (and I obtain some points)

  • How to find Function Module & Program Name Used by IDOC

    hii Experts,
    i want to find program name & function modules used in IDOC. I have Idoc type, Message type & extension type.
    Help me

    Hi Vinod,
    Go to transaction WE64, click on the <b>search for message type</b> or press <b>shift+F6</b>. A popup will be displayed and here enter the message type for example 'QUOTES', u will be taken to the process codes available for the message type u have entered. click on the process code and data related to that process code will be displayed in the right hand side. Now double click on the process code, a pop up with function module name will be displayed. copy that and search for where used list in SE37.
    Hope it helps.
    Regards,
    Phani.

  • Program name for the query generated using sq0102-03

    Hi Folks,
    How can we know the proggram  name for the query generated using sq01 and all?
    K.Kiran.

    Hi Kiran,
    U can get program name of nay transaction code by following this procedure
    after entering tcode it will direct u to the related screen then on the tool bar select system then go for status there u can find program name
    Rewards if helpfull
    Regards,
    Pavan

  • How to find the program name of the smart form?

    How to find the program name of the smart form if output type is not known?
    thanks in advance...

    How to find the program name of the smart form if output type is not known?
    thanks in advance...
    T-code SE16
    Enter table name: TNAPR  -> Press enter key
    Enter smartform name in input field(SFORM):  Z_your_smartform_name
    Execute
    you can find  program name under the column PGNAM/Program name.
    Regards
    sudheer

  • How to find the program name of the created sap query ?

    how to find the program name of the created sap query ?

    Hi avinash,
    Try in this way..
    Go to SE16 and then go to table TSTC.
    in that give program name as <b>*followed by your query name</b>
    (for example *TESTQUERY)
    and run , that will give progname======queryname.
    this way you can find program name.
    vijay

  • Programe name

    Hi All,
    Can any body tell Programme name.
    After PO finally released system will send mail to vendor.
    I need to  change the mail id Based on some condition . Can any body tell me how can i find programe name which is sending mail to vendor. I tried in TNAPR, I am not able to find.
    Regards,
    Kumar.

    Hi,
    You need to do some configuration for this.
    Goto NACE .
    Select EF and click on OUTPUT TYPES.
    Then select Output Type NEU and click on processing routines . 
    In that you have to add a new entry - medium 5 .
    Then you need to assign a program, form routine and form.
    You can use the standard program i.e. SAPFM06P, FORM routine is always ENTRY_NEU and standard MEDRUCK.
    Then in PARTNER FUNCTION you need to add a new entry : medium - 5 and function - VN .
    For subject of the mail goto Mail Title and Texts. In title give PO No. &EKKO-EBELN& .
    Under General data -> Replacement of text symbols give programm as SAPMM06E and Form Routine as
    TEXT_SYMBOL_REPLACE .
    Now the subject will be PO No. 1800004202.
    You need to maintain your email id in tcode SU01 and also the vendor's email id.
    Now while creating a new purchase order , change the medium to External Send .
    Then goto Communication Method and select CS01 . ALSO make sure that the Cover Page Text has value PO No. &EKKO-EBELN& .
    Goto tcode ME9F .
    Execute.
    Select the checkbox and click on Output Message.
    You will get a message MAII 00000000000001 generated .
    If the BASIS guys have made the necessary configuration for sending mail then the mail will go .
    You can see the status in tcode SOST.
    If you want to use a z-programm and z-form then you need add the functions used in standard programm SAPFM06P for generating mail in your z-programm.
    Reward if helpful
    Regards
    Vodka.

  • Bdc for po using session method

    hi
    i need a example bdc program for po using session pgm from excel file

    Hi,
    The transaction for creating PO is enjoy transaction.So, bdc is not advisable for such transactions. Try to use bapis.
    Thanks,
    Keerthi.

Maybe you are looking for

  • ArchLinux Installation disk doesn't recognize Macbook Air SSD[SOLVED]

    I want to install ArchLinux on my new MacBook Air (dual boot), I made a dd of the installation iso to a usb disk. The usb disk can boot and run, but it cannot recognize the hard drive(SSD) of Macbook air. There are three disk files in dev: /dev/sda /

  • JComboBox with checkboxes - how to ?

    How can I implement a JComboBox with JChecBoxes as elements ?

  • Balancing field "Profit Center" in line item 001

    Dear Experts, I am getting the above error when I am postng the JV in FB50 with multiple line items. Ex: Dr. Audit - with diffrent cost center and profit center       Dr. Audit -  with diffrent cost center and profit center       Cr. Prov. Audit Wher

  • Changing time zones.

    I live in mountain time, but I am vacationing in eastern right now. I set up dates and times in iCal when I was in mt. If I switch my clock to et, then all of the hours are off by two. But if I move the clock forward two hours, it stays like that for

  • My Final cut pro keeps crashing after aprox 30 seconds no matter what i do.

    Hi so i really need some help. as the title describes after my Final cut loads up it crashes. if i sit there and do nothing it crashes. if i open up ANY of my projects it crashes. I've tried all the trouble shoot options supplied by apple, and have e