Where used for Smartforms

Hi
I want to find out what all programs are calling a smartform. If i pass the function module name, I get zero hits as the its the name of the smartform that is passed in the programs calling it. Is there a way to find out where the smartform is used
Thank you

I don't think we have any direct way to find it out.
The workaround would be like this:
Do "Where used list" for the FM SSF_FUNCTION_MODULE_NAME.
Then from the list you need to find out which program calls your Smartform.
Regards,
Naimesh Patel

Similar Messages

  • Where-used for FM somethimes colors the program in red- why?

    Hello,
    Small question for something that i've noticed:
    When i do Where-used for FM somethimes the program is colored in red- anyone knows why?
    Thanks,
    Moshe

    Hi,
    In a where-used list for a function module the programs coloured in pale red are inactive.
    Regards,
    Nick

  • Where-used for Storage location

    Dear all,
    I have to delete a Storage location SL01 from system. Before I doing so, i need to perform below:
    1. I have to check SL01 is being used in what document. Can you advise what are tools that avaialble for me to perform where-used for SL01?
    2. If there are documents created and some of them are still open, do you advise to delete SL01?
    Please comment.

    Hi,
    Storage location comes into picture when you post a goods movement either a GR or GI.
    For this reason,When you create a Purchasing document a Po for example, it is not mandatory to define a storage location and the storage location defined at Po level canbe changed at GR level.
    So, before deleting the storage location you need to check whether there is available stock in the location.
    You can use the MB52 warehouse report to check the s.location stock .
    Hope it hepls.
    Regards,
    Bijoy Kumar

  • How to find where used for PDF forms

    Hello Everyone,
    I have a small issue. I want to find the where used list for a PDF form SD_INVOICE_FORM01. Just want to see the driver program which is calling this PDF form.
    Can some one help me in this regard?
    Quick response would be appriciated. Thanks in Advance!!!

    Hi,
    You can see the driver program in Tnapr table.
    Give the FORM name in the selection criteria. You will get the driver program details.
    If you have the FM name generated,goto se37 and check where used list there.( It is useful only if  the FM is used by its name in the driver program.)
    Regards

  • Where Used for VIs and LabVIEW Project

    Is there a way in LabVIEW Project Manager to check the Where Used status on all the VIs at the same time? I am going through a project trying to weed out VIs that are not used in the project. I know I can check the "Find Callers" for each VI, but this feels slow and cumbersome. Is there a way I can generate a report to find the Where Used status on all VIs in a project?
    Thanks,
    Matt

    You also have the Find Items with No Callers Dialog Box as of LV 8.5
    Eric V
    National Instruments
    Applications Engineer
    Certified LabVIEW Associate Developer
    "I'm a Ramblin' Wreck from Georgia Tech and a helluva (NI Applications) Engineer!"

  • Where Used for a Quantity Conversion Type ?

    We had a problem with a quantity conversion type, and it's caused corruption on every query that used it. So I have to go in and fix 'em all. Except.... I'm not sure which queries used it !
    Metadata ? Nope. Quantity Conversion Types aren't there.
    Where used from RSUOM ? Nope. All it pulls is the conversion type itself and the associated infoobject.
    RSZELTXREF ? Nope. not in there.
    RSUOMTRT ? Well, yeah, the GUID for the conversion type is there. But.. it does not show up as an ELTUID anywhere else.
    I'm stumped ! Anyone have an idea ?

    I just manually went into every query that I had assigned as having an Alt UOM conversion and fixed it that way.

  • Where-used for a function module

    All,
       I have a function module used in several update and transfer rules.  I would like to know EVERY place it is used.  The 'Where-used' button returns not found, even though I know it is used in several places.  I am on 3.5,  Is there any way to tell where a function module is used?
       Thanks.
    Dave

    Hi
    Try this
    1). Goto Se16 and check the contents of table 'CROSS'.
    2). Enter 'F' in the type selection screen field
    3). In the NAME field enter the Function module name and execute.
    4). The list will give you where all the FM has been used.
    Kindly note this is almost the same as doing a where used list. The where used list will only work correctly if the 'Update Navigation Index' works correctly in your system. So just to ensure the result of your where used list you can follow the above steps. This does not require the Update Navigation Index.
    Hope this Helps
    Regards
    Shilpa

  • Where Used for Code groups or Selected Sets

    Dear all,
    can any body plz tell me how can i know which code group or selected set is used in what qualitative MICs.
    either any report or transaction...
    thanks in advance
    zeeshan

    Hi Zeeshan,
    According to my information,,,
    For Code Group
    In QS41/42/43/44, reach up to the second screen "Change View: Codes" Overview. And then click on the "Used in Selected Set" Or short key "CntrlShiftF3"
    For Selected Set.
    I think no such std sap report is available. But what you can do is use the work bench CWBQM in display mode,,,,,
    - CWBQM---> select the "Current Working Area" as "Q_OPR_000000000010".
    - Apply the Basic Selection or Additional Selection Criteria" and then press Cntrl+F7.
    - the list of the MIC data will be available here.
    Or
    You have to write done a query SQVI
    Or
    Develop a customized report.
    Regards,
    Shyamal

  • Where used for table fields

    I have list of 3600 fields , I need to get info related to these fields are used in which screens. Any easy way ?
    PS : Please donot suggest to use se11--> and make whereused list for field
    a®s
    Edited by: a®s on Jul 31, 2009 12:34 PM

    Hello,
    1. Get the table name in which all the data elements are stored.
    2. Write select for that table to find all the table names using required data elements for table field.
    Check if this helps,
    Thanks,
    Augustin.

  • Where used for RFC calls to different system

    Hi,
    I want to change the interface of a function module which exists in our XI system.
    The function is called from R/3 in different places and hence will need to be changed in each location.
    Is there an easy way of determining all the different calling points?
    The only way I can see would be to run a text search utility against the code.
    Thanks,
    Alan

    You cannot user SE37 and whereused list for this. due RFC available in XI and you need to check for R/3 for whereused points
    Try to run the program RS_ABAP_SOURCE_SCAN and in the search string put your function module name and execute
    ( if it is a custom function module search. in the search pattern use all custom package names)
    a®s
    Edited by: a®s on Jul 14, 2008 9:24 AM

  • Where-used list for class-based exception texts

    G'Day,
    With traditional exceptions, one can look at a message, go to SE91 and do a where-used for that particular message. This is not possible with ZCX classes, a where-used can be done for the entire class but there doesn't seem to be a way to find where individual exception texts are raised.
    Now whilst exception classes do offer the possiblity of a far better structuerd approach that reduces the need for a where-used in first place, this is still a shortcoming of exception classes... or is it? (or am I missing some other way to search for it?)
    Cheers,
    Mike

    D'Oh! That one was so obvious that I was blinded by it  
    (Believe it or not I've been using ex. classes for some time!)
    However it still leaves another issue (which was actually the one that sparked this debate here in the office): In the old message concept it was far easier to navigate from an error to find the offending code. One could click on a message, see the message class/ID, drop into SE91 and (provided the where used is small enough) go straight to the offending code via a where-used.
    Unless class-based exceptions are caught and re-raised as an old MESSAGE statement with a message number, this is not so simple anymore. Or is it?
    Thanks,
    Mike

  • Matl. where used list

    Hi Frndz,
    what is the t. code to see material where used report?
    I want to see usage of matls in BOM,Routings, Pro.orders and also it's qty. in stock at a glance.
    Thanks in advance,
    Rohit.

    Dear Rohit,
    You can get the material where used for a single material using T Code CS15, and prepare a report to check the same for a
    multiple list of materials using this FM,
    CS_WHERE_USED_MAT or else CSEP_MAT_BOM_SELECT_WHERE_USED.
    Regards
    Mangalraj.S

  • Where Used in Production System

    Where Used in our dev system retrieves a related custom ABAP for able T179. However, when I do the same where used for table T179 in Prod it does not? Anynbody know whats going on?  Thanks.

    I found the whole where-used stuff to be somewhat shaky in releases after 4.6C - I'm sure there's a bunch of OSS notes dealing with the topic, although I never looked.
    To help it a little, display your custom code in the ABAP Editor, and click on Utilities > Update Navigation Index. The system will then rebuild all the references, and your code will appear in the where-used analysis of the table.

  • RFC Groups - Where Used?

    Hi,
    I currently have the standard generated 'parallel_generators' RFC Groups in my system but also have 2 others, for which I do not know why they were created or what uses them.
    I have used RPR_ABAP_SOURCE_SCAN to try and find any hard coded usage with no results found and also struggled to 'decode' the variants tables VARI etc to find usage in Variants.
    But what I actually want is a 'Where Used' for RFC Groups.
    Does anyone know a comprehensive solution to this or alternative analysis method?
    Thanks and Regards
    Ash

    Hi Ash,
    Same with the "Where used list" (I mean, it will be tedious to go to each program and identify). 
    Basically, the logon group info is stored on the RZLLITAB table.  What distinguishes it if it's a dialog or an RFC type is the field group type (that is, if it's 'S' then it's an RFC group).  There are several function modules and programs that uses this info.  One of the common ones that SAP is using is the function module SMLG_GET_DEFINED_GROUPS (or SPBT_INITIALIZE).  This function module determine if it's an RFC or dialog.  As you've might have seen, there are several functions / programs that uses this (and they use the info returned by this function module to load balance either dialog and RFC processes).
    Basically, to somewhat answer your query:  There's no absolute "Where used list" since a developer can hardcode the query to the database for this table (and not have it part of the variants or other tables).  Looking particularly for the server groupname (that shows up on the RZ12 transaction) on the ABAP codes is tedious.  Not to mention the fact that a developer can also hardcode the server groupname on an external program that does an RFC (thus you will not see this in the SAP/ABAP system even if it has the "Where used list").
    Thanks,
    Allaine
    Edited by: Allaine Tabilin on Mar 6, 2009 8:56 PM

  • SAPFM06P - Can this program be used for triggering a Smartform Output??

    Hi Experts!
    I researched a lot and came to a conclusion that Program SAPFM06P can only be used trigger either a SAP SRIPT Output or a PDF FORM output. It cannot be used to trigger a SMARTFORM output directly as there is no code in it to trigger a SMARTFORM.
    My understanding:
    I will have to either create an Enhancement to the Program or a Zcopy of SAPFM06P where I need to write the logic in form routine ENTRY_NEU to call a SMARTFORM.
    Please tell me if my understanding is correct and please guide me if there is any easier way to achieve the same functionality.
    Thanks for help!
    Greetings,
    Amit

    Hi,
        U can Copy this standard Program to ZProgram and Insert the FM SSF_FUNCTIONMODULE_NAME and call ur smartform and assign the same combination to the Output type Given to u in NACE Transaction..
    This is the Driver Program which I used for PO Smartform
    [http://vjkvijaya.blogspot.com/2009/03/puchace-order-smartform-driver-program.html]
    Regards,
    Vijaya Lakshmi.T

Maybe you are looking for