How to find bdc programs?

Hi all,
I am working on upgrading project. I want to list all BDC programs. Is there any way i can find all programs which are using BDC Uploads?
Many Thanks
Shiva

HI Shiva,
There is no Special Search in SAP, but you can make use of function module which we use in BDC.
In Se37 --> Do the where used list on BDC_OPEN_GROUP,  BDC_INSERT
and also, do the search for <b>Call TRANSACTION</b>
or else, you can use the Structure BDCDATA, goto SE11 and give this Structure name and do the where used list, give only Z* and Y*, so you will get all BDC Programs
Regards
Sudheer

Similar Messages

  • How to find standard Programs for perticular prog.

    Hi Abapers,
    How to find standard program is avalible or not in SAP to up load data for vendor master updataion ... through BDC or LSMW or BAPI ? .
    If standard program is avalible in SAP . we can use it to upload ?.

    hi  madhu
    yes we can upload the data , we can use the Direct input methods to upload the vendor master using LSMW tool . As goutham suggested use RFBIKR00 to upload the vendor master.
    ~linganna

  • Please  Help me How write the BDC program for the MIGO inbound Delivery

    Please help me how to write bdc program for the MIGO Inbound Delivery in 4.7EE Version. Please help me.
    Not in LSMW.  Required call transaction or Session Method. Please help me.
    Mohan

    Run transaction BAPI . Select Logistics Execution/Shipping/InboundDelivery/SaveReplica.. You can use function module BAPI_INB_DELIVERY_SAVEREPLICA in your ABAP program.

  • HOw to find Report program associated module pool program?

    HOw to find Report program associated module pool program?
    I.e
    Me21n is the tcode.I want to find screens related to this tcode.
    Associated report program is RM_MEPO_GUI.(It has no screens hence it is a report program).
    (if module program is attached to tcode,i can easily find entries in d020s)
    Here  report program is calling a module pool program SAPLMEGUI(Has screens).
    If i give the Tcode Me21n,i want to list out all the screens of it..
    Can u give any suggestion....

    Hi Sampath.
    Manually i can see it (by seeing in system-status)..
    programmatically i want to know..
    for ex:if u take  Tcode:Va01
    we can get program (dialog)  and tcode in Tstc table .
    If we know the program name(dialog), we can find program and screens in d020s table.
    Va01 is atatched to a module pool program..No problem to find screens..
    In case of me21n,
    It is atatched to report program(calling module pool program)..
    Here i could not be able to get the screens ..
    I think u undrstood my problem..

  • 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

  • How to schedule BDC program in background when we use GUI_UPLOAD

    Hi,
    I need to run the BDC program in the back ground. But my flat file is in presentation server and i am using GUI_UPLOAD F.M to upload data into I.T. How to schedule BDC program in background.
    Will anybody help me in this regards.
    Thanks in advance,
    Mythily

    You will either have to put your data file on the application server or make the directory of the presentation server available as part of the file system so that the background job will have access to it via OPEN DATASET... TRANSFER... CLOSE DATASET.

  • How to Find Which Programs running in my Domain Computers

    How to Find Which Programs running in my Domain Computers.

    In addition, there are other third tools you can use. Here is a script from the TechNet Scripting Gallery:
    List All Installed Software
    Returns a list of all software installed on a computer, whether or not by Windows Installer. This script reads installed applications from the registry. (See Richard Mueller's comment on how to output it to a CSV file)
    http://gallery.technet.microsoft.com/scriptcenter/8035d5a9-dc92-436d-a60c-67d381da15a3/view/Discussions
    Of course that's just running it against one computer. There's also a script in the above link (scroll to the bottom) that will find installed software of a list of computers in a network and also detect the defined forbidden installed software, and
    another script that will uninstall that software remotely.
    Overall however, if you want to do this network wide with much a much easier method (although more complex to setup), I agree with using SCCM or Spiceworks. There is also Altiris, and a number of other third party solutions that you can use.
    Maybe if you can provide more specific information on the end result of the solution you are looking for, we can provide more specifics to help you.
    Ace Fekay
    MVP, MCT, MCSE 2012, MCITP EA & MCTS Windows 2008/R2, Exchange 2013, 2010 EA & 2007, MCSE & MCSA 2003/2000, MCSA Messaging 2003
    Microsoft Certified Trainer
    Microsoft MVP - Directory Services
    Complete List of Technical Blogs: http://www.delawarecountycomputerconsulting.com/technicalblogs.php
    This posting is provided AS-IS with no warranties or guarantees and confers no rights.

  • If we dont know the request no  and program name how to find that program

    hi gurus
    can anyone suggest me
    if we dont know the request no  and program name how to find that program
    thank you
    regards
    kals.

    Hi,
                If u forget all the details It is very difficult to find,  u have to remember  at least some details regarding to that program..  for that
    1..   goto SE80  give u r package name  u will get all the programs which r u developed  according to the discription u can get some idea which u want.. and
    2... go to SE09 trcode.. display all  tr numbers..here all trs are there  what u developed,   u can get some idea by looking the description of the  tr numbers..
    I hope so u can get at least some thing .
    Thanks and Regards,
    Surya

  • How to find a program, which is using "Z" variant

    Hi All,
    I know only on custom devloped variant name, say "ZTEST". I do not know, which program is using it. Entry is there in TVARV table.
    Please let me know, how can I find the program, which is using that variant.
    Thanking you,
    Chetan Shah

    Hi Chetan,
    The variants for a report will be stored in the table <b>VARI</b>.
    Give your variant name to the field VARI-VARIANT and it will give the report name in the field VARI-REPORT.
    If you have same variant for the other reports, then it will shows the list of reports which the same variant name.
    I am working on ECC 5.0 and able to see this table.
    Thanks,
    Vinay

  • How to find print program from script

    Hi,
    How can i find the print program from the script .
    i unable to find in TNAPR table.
    thanks,
    srii

    Hi Sridhar,
    U can find in NACE transaction.
    Please check this link
    search print program and sap script
    with po no how to find script and  print program for that  po.
    Best regards,
    raam

  • How to find Application Program for fstandard orm in GTS

    Hi,
    Good day!
    I would to ask for your assistance with regard to the Application Program that retrieves data for standard Smartforms in GTS. 
    To be specific, anyone knows how to find the Application Program for the standard Export Declaration Form --- /SAPSLL/SF_CH_802AZV --- in GTS? 
    Thank you very much!
    Best regards.
    Brando

    Transaction NACU or NACE doesn't exist in GTS.  But, in SPRO i already saw the standard form as the defualt value.  However, there's no Application Program assigned to the form in SPRO.  Can anyone help me with this?

  • How to find main program

    Hi,
    I have a include program RV64A811. i need the main program. But if used where used list its saying there is no related prgram.
    So how to find, plz help this
    Mohana

    SAPLV61A is the main program name.
    Your Include is a Routine. What you can do is .. goto your report and click the 'Display Object List' button
    (CtrlShiftF5) and it will show the main function group in which your include has been defined.
    <b>Reward Points if useful</b>
    Regards,
    Abhishek
    Message was edited by:
            Abhishek Jolly

  • How to find Transactions/Programs are Active or Locked

    Hello Friends,
    How to find, what are all the Transactions/Programs are Active/Locked in the Production(PRD) Environment.
    Is there any table or transactions available to find it out?
    Please assist.
    Regards,
    Shrinivas

    - To be confirmed : look at field CINFO in table TSTC, if it contains hexadecimal values of '80', '01', '02' or '20' it is locked (not sure, check)
    - Use a call 'DY_CHECK_TRANSACTION'  id 'TX' <tcode> if sy-subrc = 3 the transaction is locked.
    - Use a call FM AUTHORITY_CHECK_TCODE, if NOT_OK is raised and the message i348(s#) is sent the transaction is locked
    - First check via   AUTHORITY-CHECK OBJECT 'S_TCODE' ID 'TCD' FIELD <tcode> and if the object is allowed but NOT_OK is raised by the FM AUTHORITY_CHECK_TCODE, the transaction is locked.
    Regards,
    Raymond

  • How to find Driver program for a smartform

    Dear Friends,
    I'm new to smartforms. Can any of you tell me how to find the Driver prog for a smartform.
    Many thanks in advance.
    Thanks & regards,
    Raghuveer K.

    If the application uses message control to print the smartform, then chekc in TNAPR, TNAPR-PGNAM is program name and TNAPR-SFORM is smartform.
    If you are trying to look for SAP standard program for SAP smartform, get the development class/Package name of the smartform from general attributes, and look for the best matching program name in the dev class in SE80.
    That's one way to find.
    Do a where used list on fm SSF_FUNCTION_MODULE_NAME, and search for the smartform name in the resulting programs. if you are lucky, you can find it quickly.
    There's no defined process to fine print program for a smartform.
    Regards
    Sridhar

Maybe you are looking for