How to find if a Forms(fmx)-Pll(plx) have gone 'invalid' or 'corrupt'

Hello,
After application of certain patches, the fmx and plx files go invalid or corrupt (cause probably some of the underlying tables or views or packages referred by the fmx or plx might have gone invalid during the application of the patch).
So, we are forced to recompile all the fmb and pll files.
Is there a way to find out if a given fmx or plx have gone invalid after a patch application ?
So that way we can compile only those select few fmb or pll files.
Thanks,
Santhosh

Hi,
As Craig mentioned, it is always a good practice (and recommended) to re-compile all the forms/menus/plls whenever you upgrade to a newer version of forms. This will also help you to find out out any missing db objects at the time of compilation itself, so that you can correct them before hosting the new forms.
Search this forum for a script (batch and shell), if you need to compile all at a single stretch.
HTH.
-Arun

Similar Messages

  • Please can you tell me how to find out which generation Classic ipod I have?

    Please can you tell me how to find out which generation Classic ipod I have?

    Suppose so. More specifiaclly though;
    We know it's not a Classic.
    If the last three characters of the serial number are not in the list shown for iPod (5th generation - late 2006) model, and yours (WEC) are not, then it is not an iPod (5th generation - late 2006) .
    Providing the screen on your iPod is wider than the wheel underneath it, then it must, by default, be the iPod simply known as iPod (5th generation), available from October 2005.
    If - by any chance, the screen on your iPod is the same width as the wheel underneath, then you actually have a very early iPod, prior to the 5th gen one.
    So unless you realise otherwise, you have an iPod (5th generation), available from October 2005

  • How to find SAP Script Form name for an particular transaction

    Hi,
    I had an issue, in the transaction F110  Payment advice. They need to adjust the spacing on the cheque printing, which is overlapping the names on the cheque and hence I have forgotten how to find the form name and the driver program of the script. Can anybody suggest me how to find those. Your help will be appreciated.
    Thanks in advance.

    >
    Muralidhar Medisetty wrote:
    > Hi,
    >
    > I had an issue, in the transaction F110  Payment advice. They need to adjust the spacing on the cheque printing, which is overlapping the names on the cheque and hence I have forgotten how to find the form name and the driver program of the script. Can anybody suggest me how to find those. Your help will be appreciated.
    >
    > Thanks in advance.
    hey
    NACE is the transaction ..for this u must know the output type..
    Script for Cheque Printing and Payment Advice can be known from Transaction FBZP...
    FBZP -> paying Company Codes -> u will get Script used for Payment Advice
    FBZP -> Pmnt methods in company code -> u will get Script used for Cheque Print
    ....Give points if useful.....
    Edited by: Satyabrata sahoo on Oct 14, 2008 4:42 PM

  • How to find Standard Output forms

    Hi,
    How to find the standard output forms for the following:
    1. Purchase Requesition
    2. RFQ
    3. Inventory Records
    4. Goods Receipt Note
    I want to access these outputs and add the company logo.
    Thanks in advance.
    Regards,
    Sriram

    Hi,
       Go to Nace Transaction code and then in the Left you will find Application and Description and there select ME for inventory and then click on output types.There select an output type in the list of output types given and then click the Processing Routines where you will get the complete details. For RFQ and Purchase Requisition check the Application EA.
      Coming to the uploading of the Logo. Go to Tcode se78 there below Form Graphics select Graphics and inside that you will find Bit map images . Select that one and click on import button which is present left to the delete button and there in the file name give the logo which is stored on your desktop and then select the type as Black and white or Colour Image as per your requirement.In the name give a meaningful for the logo in SAP system.Then click enter.
    Hope this will help you.
    Regards,
    Venkat.

  • How to find the appraisal form for an appraisal model

    Hi group,
    We want to implement the BAdI that defaults dates for an appraisal.  However, it should only kick in for certain appraisal models.  When entering the BAdI, I have APP_MODEL_ID available to me.  Based on this ID, I need to find which appraisal form the passed appraisal model belongs to - and only carry out code in BAdI if appraisal form = 5.
    I find AFORM_ID in table T77BF, but I cannot find how to determine this based on the APPL_MODEL_ID passed to the method.
    Any hints greatly appreciated.
    /Kirsten

    You can do a look up of the Table HRP1043 for the Appraisal Model & retrieve the Appraisal Form ID.
    data: w_form_id type AFORM_ID.
    select AFORM_ID into w_form_id up to 1 rows
                               from HRP1043
                               where plvar = '01'
                                   and otype = 'BS'
                                   and objid =  "Appr Model ID
                                   and istat =1
                                   and begda le sy-datum
                                   and endda ge sy-datum.
    endselect.
    if sy-subrc eq 0.
    * w_FORM_ID will ahve the form no
    else.
    * error.
    endif.
    ~Suresh

  • How to find the list of Queries for that have statistics enabled in the sys

    Hi ,
    How to find the list of Queries  that have statistics enabled on them in the system.
    Please help me in this regard
    Thanks
    Maruthi

    hi ,
    I found three options there like
    X - on
    D - Default
    off
    can you please expalin the difference between on and Default
    Thanks in Advance
    Maruthi

  • How to find out the Forms developer version for R12

    Hi
    We are using R12 Oracle Applications : 12.0.4. We needs to do small Forms development. Please let me know what version of Forms developer we needs to download 6i or any other version.
    How we will find out what version of forms we needs to use?

    Open any screen in Oracle R12 Applications, then click on Help. There you will find the complete details including the version of Forms.

  • How to find out program form the entry made in MCHB table thro backgrounnd

    Hi,
    we have one case where table MCHB was updated with zero quantity for batches by user ZZZBATCH  which is for background job.
    Table MCHB was updated with batches with Zero quantity though process order number was set for deletion flag.
    Now our client wants by which program this entry has been made?
    we dont know which is the background job/program?
    we are sure that background job was run as user ZZZBATCH is set for background job.
    please help to find out How  this entry has been created in the MCHB table.

    Find out from CDPOS table  for the date/ time this entry was made.  From SM37 look out for the jobs that were running then.  You should get some clue.
    If you can't do that,  just try  for all  programs  run by ZZZBATCH    and see which of the program uses   MCHB table  or  some BAPIs with * BATCH*.
    cheers
    Rav

  • How to find the Script form

    Hi
    I am getting an error "Start_form is invalid, Open_form is missing" when i try to save the entries in transaction CO40.
    How can i resolve this issue?
    Regards,
    Sujai

    Check if your form is active .
    Check in page settings you have assigned correct page & you have also mentioned the next page  & both the pages exist.
    Also check if you have created a main window as a page window .
    Message was edited by: Yogesh Joshi

  • How does one create a form using flash and have it be sent to an email address (using adobe air for android if that matters) ?

    I am trying to make an app for my Cab Company and was going to add a reservation form, however idk if you can add html code or how to make one with as3, and I haven't been able to find a decent tutorial anywhere online.

    You will need to find a tutorial for sending email via AS3 (normally requires a PHP or other server-side processing file).  Search Google using terms like "AS3 send email tutorial" and develop things from there.

  • How to print a PDF form content when i have the content

    Hi SAPGURUS,
    I have an urgent requirement.
    I have the content of a PDF form in raw format and it is saved in some repositry .Now How can i create a spool request and print the form.
    I can use the function module FP_JOB_OPEN and then gat the dynamic function module name and then close it by FP_JOB_CLOSE .
    But as i already have the PDF form content i need not create it again by calling the dynamic function module.And i can't do so because both applications are altogether separate from each other that is creation of the PDF form and printing it.
    Could you help me in guiding the way to solve this problem.
    Thanks in advance
    Sanjeev

    Hi Sanjeev,
    I have currently the same issue, please have you solved it?
    Thank you
    Tomas

  • How to find different rows in two tables which have same schema.

    There are two tables t1 and t2, they have same schema. Table t1 includes the informtion of students last month,table t2 incude the information of the students this month. I want to find the difference of the same student between two months. What should I do and How to do?

    Look a the following example:
    Table TEST_1 TEST_2
    ID ID_TX        ID ID_TX
    1 a                   1 a
    2 b                   2 b
    4 d                   4 d
    6 f                    6 f
    7 g                   7 g
    10 j                  10 j
    10 Z                10 x --- DIFFERENT
    12 x                         --- DIFFERENT
                           20 x ---- DIFFERENT
    Query:
            Select * FROM
                 ( (SELECT '1', ID, ID_TXT FROM TEST_1 MINUS SELECT '1', ID, ID_TXT FROM TEST_2)
                  UNION
                   (SELECT '2', ID, ID_TXT FROM TEST_2 MINUS SELECT '2', ID, ID_TXT FROM TEST_1) )
            Order By ID
    RESULTS:
    '        ID ID_TXT
    1        10 Z
    2        10 x
    1        12 x
    2        20 x

  • How to find out in program which all classes have implemented an interface

    Hello,
    I have created an interface and few classes are implementing the interface.
    I want to know in a program which all class have implemented the interface.
    Is it possible to find it out and how?
    Regards,
    Bikash.

    Hi Bikash,
    Read the Database view VSEOIMPLEM with where condition REFCLSNAME = Interface Name and version = 1.
    This would give you all the classes which have implemented the interface and are active...
    If you want to look at the values that the field version can have then see Type Group SEOC ans search for version....
    Hope this help...
    Regards,
    Sitakant

  • Thunderbird not responding, and I need to know how to find out what version of Thunderbird I have?

    I am running Windows 7 Home Premium, use Firefox, but not sure how to tell what version. I have Zone Alarm anti-virus / firewall, iolo System Mechanic, and run them both regularly. I also have a g-mail account, a folder labeled "Gmail" in Thunderbird, and basically, 100% of my Gmail messages come to my Thunderbird inbox. After Thunderbird is opened, the green "loading" circle is seen rotating, @ bottom lower left says "Downloading message", @ bottom lower right, the "progress bar" BARELY shows any green, and Thunderbird takes FOREVER to load. If I try to click on an e-mail, (most times I don't even have to do that), my screen turns a milky opaque white, and at top of page says "Thunderbird"(not responding). Usually, I have to just leave the laptop, and return in 30 minutes or so to start opening my e-mails. Sometimes, it is ready for me to begin reading e-mail, and other times, it is STILL not responding, and I must continue to wait. Using cntrl / alt /del...task manager, scroll to Thunderbird, and click "end process" does no good; restarting, OR shut down / restart also does no good.

    Typing '''Thunderbird Compact Folders''' into Google search will get you here.
    http://kb.mozillazine.org/Thunderbird_:_Tips_:_Compacting_Folders

  • How to find my lost IPOD, i don't have ICLOUD

    Hi,,,
    I lost my IPOD Touch and I want to locate or find it
    Please help me
    Thanks

    Change your iTunes (Apple ID) password along with any other password that was stored in the iPod.  If any passwords are associated with credit cards, contact the CC company and get your card replaced (with a new number).  If any passwords are associated with a bank or any other savings institution, contact them also and discuss approprate action with them.
    The "Find my..." function is pretty much useless if the device is in the hands of a thief.  All that is necessary is for the thief to connect to any computer with iTunes and "Restore as new."
    The only real protection you have is with the personal information on the device rather than the physical device itself.  This requires action before the device is lost/stolen.  If the device has significant personal information, it should have a strong 8-digit (or longer) password AND be configured for automatic wipe in the event of ten consecutive incorrect password entries.

Maybe you are looking for

  • Is there a way to trigger an action on or after a specific date?

    Hi, I wanted to set up AS3 to trigger an action on or after specific dates (quarterly, 1/1, 4/1, 7/1, 10/1). Is this possible? I can script getting today's date, but I am not sure how to script: if today's date is  greater than or equal to (>=) one o

  • HT203167 I have music on my ipod but this has been lost in my iTunes library - how do I recover it?

    Trying to sync ipod content and my new iphone conent I find that my ipod music conent is no longer in my itunes library. How can I recover it?

  • How to get the current cellid and areaid///

    i am undertaking a project as a part of my BE final year and urgently need information that how do we retrive the Base station name (in GSM mobiles network). are there any API's available??? plz do urgetly get back to me...or mail at my email id [ema

  • Automatic date update in Pages for iPad

    I want the date (date feild?) in a Pages for iPad letter template to update automatically (using the system date, like other word process application) but cannot see how to do this. This automatic date update appears to work in the Pages for iPad tem

  • Attaining Hot spot in ALV Tree Using OOPS concept

    Hi All, In our requirement we are displaying the data in ALV Tree Using OOPS. We need to achieve hot spot on one of the header field. I am using  Class 'CL_GUI_ALV_TREE' Ex: CreditAccnt/ Company codes            DSO    DDSO 26