Find form name from filename

Hi,
Is it possible to find form module name with a given file name? I ve searched the forms own built-in packages but there is no such a function that will return form name.
Any help will be appreciated

Andreas unfortunately my form module and fmx file doesn't have the same name. Also there are a lot of file like that.
Michael I've tried to use that function but it didn't work. Because it returns the calling form module name. I need the called one:( I call a form with open_form as no activated from main module. Open_form built-in opens form with using filename without any trouble. After that I write the called filename to a log table. Then activate the called form via go_form built-in. Go_form doesn't take filename as a parameter. That's the main problem. I cannot show my called form.
Besides I have used next_form in place of go_form but it doesn't work if more than one form window opened. thank you all of you but my problem didn't solve yet

Similar Messages

  • How to find the form name  from VA02 T.code

    how to find the form name  from VA02 T.code

    Hi Rajyam,
    I guess you are looking out for the formname which prints sales related documents.
    If this is what you want,then go to the T-code NACE and select the option K1Sales activities and click on the Output Types button on the top.The new window has all the types of Output types listed.Select the most appropriate and double click on the Processing routines button in the left side screen.
    The new window lists the program names and the forms associated with that output type.
    In case you have any further clarifications,do let me know.
    Regards,
    Puneet Jhari.

  • How find print program and form name from the spool list

    Hi,
          I have a requirement to find print program and form name from the spool list.
    I got the list of programs and forms from TNAPR table, I also want to find out any custom program sending the form directly to the spool.
    Cheers
    Sam

    Hi
    Try TSP01-Suffix2
    Regards
    Raj

  • Find item name from item id

    Hi!
    We have a library procedure that accepts block id as parameter.
    The procedure fetches some block realted information from the database. So, it needs to refer to the block name.
    Is there any way find the block name from block id?
    Rgds,
    SB

    This is pretty crude, but it will work. Maybe someone else can suggest a better way:
    Function Block_Name(B Block) return varchar2 is
      Blk_Nam varchar2(30);
    Begin
      Blk_Nam := Get_Block_Property(B,NextBlock);
      If Blk_Nam is not null then
        Blk_Nam := Get_Block_Property(blk_Nam,PreviousBlock);
      Else
        Blk_Nam := Get_Block_Property(B,PreviousBlock);
        If Blk_Nam is not null then
          Blk_Nam := Get_Block_Property(Blk_Nam,NextBlock);
        Else --only one block in Form
          Blk_Nam := Get_Form_Property(:System.Current_Form ,First_Block);
        End if;
      End if;
      Return(Blk_Nam);
    End;

  • How to find worksheet name from EUL5* tables.

    Hi
    I created workbook called employee report.
    under that 3 worksheets created.
    worksheet1 - By EMPNO
    worksheet2 - By DEPTNO
    worksheet3 - By JOB.
    how can i find the worksheet name from the EUL5* tables?

    Hi Marias,
    To find the worksheets run the below query
    select distinct qs_doc_name WBOOK_NAME,qs_doc_details WSHEET_NAME
    from eul5_qpp_stats where qs_doc_name in(select doc_name from EUL5_documents)
    Regards
    Sridhar

  • "Users " Form Name from "User Definied Field Definition" does not showing

    Hi everyone!
    I start to implement the new SAP Connector on OIM 9.1.0 and one of steps is configure the lookup Lookup.SAP.HRMS.AttributeMapping.
    I need to add more fields beyond those already exists, and in accord to Documentation, I need to create the UDF of these fields, but when I search of "Users" form name form "User Definied Field Definition" option, I receive the follow response:
    "Query Failed: No Record For this Query"
    Thinking about it, I think that necessary create one User Form, but...this form isn't a standard form?
    What I do in scenarios like this?

    Can you share your environment details. Are you trying it out in a newly installed OIM ?_
    Yes, it's a newer fresh installation of OIM 9.10. We use the old version (9.03) in production environment and would like to upgrade to 9.10. This issue occur in a fresh installation in Development Environment.
    The one possible reason for this may be due an improper upgrade to 910X. I actually faced this issue while I was installing/upgrading my OIM. I did the process all over again and it was just perfect. I am not sure that this might be an issue with you or not. But there is simply no othe reason for the Users from not showing uo in the "User Definied Field Definition"._
    If you have taken a fresh backup of the schema just after installation, then import that backup dump and see if you are able to view the Users form. If in case you are not able to view it then your installation / upgrade is corrupt._
    No, we don´t have a fresh dump of environment. We just follow the documentation and all the steps was done without problem. The SAP connector import the fields from the reconciliation using flat IDOC file, just only the standard fields. We need to add newer fields and attributes and after, we face this problem.

  • Finding RFC name from web service.

    Hi,
    I have web service URL (WSDL) but I dont have RFC name or ABAP object name from which this Webservice is created.  Since Web service is created long back..
    So is there any way out to find out Object name from Webservice ?
    Regards,

    Hi santosh,
    In the url , you will get the technical name of the webservice we can use this name to track the Fm.
    Consider this for get method : http://server.localhost/sap/opu/odata/sap/ZAPLX_FMAZ_VA_CRT_SO/zaplx_fmaz_va_crt_soCollection?$filter=i_createb_low eq '2014-03-24T10:56:39Z' .
    In the above webservice you can get the technical name ZAPLX_FMAZ_VA_CRT_SO. take this name and find the entry in activate and maintain service in /IWFND/MAINT_SERVICE tcode.
    then click on the entry and click add system alias button u will find the data model name there , use this name in se80 under data model . Double click on the technical name and click "open generator button" to get the RFC which is mapped.

  • To know form name from tcode

    when I am goint to save the tcode 'Co02' its creating a sapscripr form and generating spool.
    How can I find the form name  ?
    after modifying the form , in which tcode I ll link the form with print program ? its PP module related.
    thanks
    kumar n

    Kumar,
    Run RSTXDBUG into SE38 and than run Co02 you will come in debuger mode here you can see the script name exactly what you want to know.
    Amit.

  • How to find Form name with SAPF140P Program

    Hi Gurus
    Please help me in finding the corresponding letter smartform/sapscript for program SAPF140P and the t code is f.64
    regards
    Piroz

    Piroz
    u can check with this form name i.e F140_DOCU_EXC_02
    It will work.
    Don't forget to reward if useful....

  • How to find form names in Gems

    Hi Friends,
    We are using the SAP Portal,through portal we are changing the bank information.Here my question was
    how to find which form is used for bankinformation change?
    How to find the form name?
    Thanks in advance.
    regards,
    Venkat

    Hi Venkat,
                    "TNAPR" is the table were you will get all the information.
    Regards,
    Sathish

  • Find column name from constraint name

    How to fetch the column name from a constraint name to which the constraint is applied?.
    I only know the name of the constraint and can get the table name from "dba_constraints". How can I know to which column in the table this constraint is applied.
    Thanks

    What about this?
    satyaki>
    satyaki>
    satyaki>desc user_cons_columns;
    Name                                      Null?    Type
    OWNER                                     NOT NULL VARCHAR2(30)
    CONSTRAINT_NAME                           NOT NULL VARCHAR2(30)
    TABLE_NAME                                NOT NULL VARCHAR2(30)
    COLUMN_NAME                                        VARCHAR2(4000)
    POSITION                                           NUMBER
    satyaki>
    satyaki>Regards.
    Satyaki De.

  • Find Current Form name from SQL or Unix Prompt.

    I have five oracle forms
    FORMS1.FMB
    FORMS2.FMB
    FORMS3.FMB
    FORMS4.FMB
    FORMS5.FMB
    I am using call_form function calling from FROMS1 to FORMS2, FORMS2 TO FORMS3, and FORMS3 to FORMS4 and FORMS4 to FORMS5.
    There are 3 users using this application. The user’s current forms may be FORMS3 or FORMS4 or FORMS5.
    From OS (Operating system) or ORACLE SQL Prompt, I want find which user using which form.
    Pls help me to find the solution.
    Thanks, Raghu.K

    Raghu,
    if you need this information, trace it in a database table and get it from there.
    Frank

  • Finding spfile name from ASM

    hi,
    Here's my question:
    I have just re-created the controlfile after restoring and recovering the database.
    Opened the database with resetlogs.
    I executed the command create spfile='+DATA_GRP' from pfile='$ORACLE_HOME/dbs/init$ORACLE_SID.ora'
    No I want to find out whats the exact spfile name so that I can create a init$ORACLE_SID.ora file under $ORACLE_HOME/dbs with a "spfile='..........'" entry on the file system.
    The problem here is I am doing all the above steps in a script so need the spfile name in the script (I know if I connect to asmcmd I can find the spfile name) and my oracle owner and ASM owner are different (which makes me difficult to execute any asmcmd commands thru the script which is run by the RDBMS owner)
    Any help would be really appreciated.
    Thanks

    Hello;
    Its as simple as
    show parameter spfile;Assuming you start on this spfile. You would have to do a startup NOMOUNT on it at the very least to create a pfile form it.
    Example
    SQL> show parameter spfile;
    NAME                                 TYPE        VALUE
    spfile                               string      +DGROUP1/asm/parameterfileasm/registry.523.740659373Best Regards
    mseberg

  • Finding user name from sessionID

    Hi,
    I have two systems working together. I am passing session ID between these
    two systems. I have an session ID. And I want to find which personalization
    server user owns this session.
    How can I find username from the session ID?
    Thanks
    Ali Rýza

    Hi again,
    I am currently using this solution . I am sending WebLogicSession to a
    servlet which returns username that I set while this session starts. But I
    need to make an http request to get the user name.
    I am trying to find a different solution which I don't need to make a http
    request.
    Thanks
    Ali Riza
    Muhtar Akbulut <[email protected]> wrote in message
    news:[email protected]..
    WebLogic puts a cookie called "WebLogicSession", which contains thesession id.
    >
    >
    >
    "Ali Rýza Soðukpýnar" wrote:
    Hi,
    I have two systems working together. I am passing session ID between
    these
    two systems. I have an session ID. And I want to find whichpersonalization
    server user owns this session.
    How can I find username from the session ID?
    Thanks
    Ali Rýza

  • Finding Table name from structure

    Hi,
    I need to find the trans. table name for the field ATP Quntity, It's coming from the Structure MDEZ field name MNG04. Please Help me guys??????????/
    I tried where used list, it's giving 2 tables But both are not having any data. Please guide me is there is anyother way can i achieve this?????????

    Hi Hari,
    Thanks for ur help. Can i add Program manipulated field value into Search help display. B'cos in selection criteria we can only create view for tables. How i can display manipulated value that's not in table to display in Search help result screen?
    I need to add extra display result in material field's Search help result screen like Stock on hand plant details.
    thanks,
    Subha

Maybe you are looking for

  • Envy 5660 not printing on Windows 8.1

    I recently purchased an HP Envy new. I am using Windows 8.1. The printer worked fine for a few days then when I tried to print today it said there was an error in printing the document. I did the troubleshooting program and it told me that the error

  • Have a macbook 4.1 software version osx 10.5.8 is this os leopard?

    trying to find out if the osx v 10.5.8 can be upgraded to a newer os and how? 

  • FROZEN 60 GIG Video iPod

    I have a brand new 60 GIG Video iPod. The iPod froze during the import of new music and video files. The display has the "Do not disconnect" icon and label shown in the display. Attempting to reset the iPod using the instructions from Apple's support

  • Select webites no loading, ERR_Empty_Response using Chrome

    This morning I woke up and opened my safari browser as i usually do, however google didnt load (my home page), I tried logging onto facebook and twitter both sites worked  but nearly any other website would not load not even google.com. I tried using

  • [Solved] Custom CA - curl yes, php-apache no?

    Hi guys, I've reached the end of my understanding on this one... * I have an arch server running apache with php-apache and a selfsigned CA. * The server also runs a (configured and working) courier imap server * I symlinked the CA to /usr/local/shar