ANY BODY TELL ME WHAT IS THE REASON FOR THIS ERROR

hi... experts....
    Iam having one screen in my previous module pool program....and now as per my requirement i added on e new field...
for that...
  1. i declared one variable in top include...
  2. cretaed one more new block with help of box in layout screen..
  3. added some text field and inputput out field...
  4. and in that block i also added one line with test like... following...
" NOTE: PLEASE ENTER THE ..... VALUE..."   Like this.... just for to give direction...
so these are  the steps i taken to add new field to my screen... but here i am geting error ... while entering the value in that field and press any push button.... including back in that screen... like....
  "INVAILD FIELD FORMAT (SCREEN ERROR)"
.... ANY BODY TELL ME WHAT IS THE REASON FOR THIS ERROR... COMMONLY???
THANK YOU,,,
NAVEEN..

hi naveen,
there can be problem from ur layout side.
Goto SE51. in Layout editor make sure that the type in screen and in TOP Include is same.
and if you are using currency field than it can also give error to you.
if still you any error .
give me type of variable whcih you defined in TOP and also code.
give reward if helpfull.

Similar Messages

  • What is the reason for this error, in printing

    HI,
      when I print the label,  in the system log it showing this error message.
    character converter active when first problem occurred****  Any one explain me what could be the reason for this error. 
    Thanks and Regards,
    Surya

    Hi Surya,
    Check out
    http://www.sapfans.com/forums/viewtopic.php?t=247433&sid=ea0c61e87af526fe4c83fe256efe0721

  • What is the reason for this error? after export part of movie broken

    hi, i cannot find the reason for this strange error that happaned to me for the first time, you can see the outcome here:
    http://picasaweb.google.com/p.cardash/IMovieBug/photo#5164317113276584274
    after exporting in imovie to h264 .mov file, from HDV project, resolution is twisted, plus, the part that was supposed to fit hole screen, is black and sometimes with little graphic errors.
    i tried about 10 times, with different setting, resolutions, and other parameteres.
    after exporting for ipod, everything is ok, in m4v format.
    what is wrong? i use the same method for creating and also for exporting, as in previous projects. i didnt use any new transitions, efects nor titles...
    any thoughts?
    best to You,
    Piotr

    ok, i think that i know where is the problem, but i still dont what is it
    ive copied my file to a new mac with just installed imovie and everything is the same,exactly the same output. so 100% positively the problem is within the particular project.
    i didnt check my mackbook with TT, since i dont have it and dont want to pay i thought its for free
    i`ll try later to figure out what wrong and what part of the project is bad.
    for now, i think i hate imovie again :)) piece of..
    let me know how your case ended.

  • What's the reason for this error message?

    Why am I getting this error message?
    ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.
    at flash.display::DisplayObjectContainer/removeChild()
    at pdresses_fla::MainTimeline/releaseabout()
    script
    stop();
    var imageLoader4:Loader = new Loader();
    var image4:URLRequest = new URLRequest ("img1.jpg");
    imageLoader4.load(image4);
    addChild(imageLoader4);
    imageLoader4.x = 300;
    imageLoader4.y = 30;
    var imageLoader4x:Loader = new Loader();
    main_btn.addEventListener(MouseEvent.CLICK, myClickReaction4a);
    function myClickReaction4a (e:MouseEvent):void{
    var image4:URLRequest = new URLRequest("img2.jpg");
    imageLoader4x.load(image4);
    addChild(imageLoader4x);
    imageLoader4x.x = 300;
    imageLoader4x.y = 30;
    back.addEventListener(MouseEvent.CLICK, releaseabout4);
    function releaseabout4(evt:MouseEvent):void {
    removeChild(imageLoader4);
    removeChild(imageLoader4x);
    gotoAndPlay(5);

    In your releaseabout4() function you have two removeChild calls. When it's called either imageLoader4 or imageLoader4x is not on stage, and so you get the error. You can use contains to make sure it's in the container before trying to remove it:
    function releaseabout4(evt:MouseEvent):void {
    if(contains(imageLoader4)){
         removeChild(imageLoader4);
    if(contains(imageLoader4x)){
         removeChild(imageLoader4x);
    gotoAndPlay(5);

  • What is the reason for this error?

    java.lang.RuntimeException: Didn't find TagInfo for tag:strutsContent
    Errors found in C:\bea8.1\user_projects\appReview\appReviewProject\framework\skeletons\default\desktop.jsp:
    Error at line 1 column 1:
    Description: Package com.bea.portlet contains no member package or type of this
    name.
    Error at line 1 column 1:
    Description: No method with this name could be found at this location.
    Error at line 1 column 1:
    Description: No method with this name could be found at this location.
    at weblogic.netuix.codegen.NetUIContext.handleTagBegin(NetUIContext.java:311)
         at weblogic.servlet.jsp.PortalLexer.mOPEN_EXTENSION_TAG(PortalLexer.java:2720)
         at weblogic.servlet.jsp.PortalLexer.mTOKEN(PortalLexer.java:1973)
    Error at line 1 column 1:
    Description: No match was found for method getPageContext(jsp_servlet._framework._skeletons._default.__desktop,
    javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse,
    null, boolean, int, boolean) in type javax.servlet.jsp.JspFactory.
    Found 4 error(s) and 0 warning(s).

    Hi Subbu,
    I was trying to port an existing struts application to weblogic portal using JSR.
    It was indeed misconfiguration issue. Now it is working fine.
    Thanks,
    Avinash
    Subbu Allamaraju <[email protected]> wrote:
    Avinash,
    Are you using any JSR168 portlets in this webapp, or upgraded the webapp
    to use JSR168 portlets? This seems like a minconfiguration issue. Could
    you check your weblogic.xml for any JspBase class settings?
    Subbu
    Avinash said the following on 10/30/2003 02:36 AM:
    java.lang.RuntimeException: Didn't find TagInfo for tag:strutsContent
    Errors found in C:\bea8.1\user_projects\appReview\appReviewProject\framework\skeletons\default\desktop.jsp:
    Error at line 1 column 1:
    Description: Package com.bea.portlet contains no member package ortype of this
    name.
    Error at line 1 column 1:
    Description: No method with this name could be found at this location.
    Error at line 1 column 1:
    Description: No method with this name could be found at this location.
    at weblogic.netuix.codegen.NetUIContext.handleTagBegin(NetUIContext.java:311)
         at weblogic.servlet.jsp.PortalLexer.mOPEN_EXTENSION_TAG(PortalLexer.java:2720)
         at weblogic.servlet.jsp.PortalLexer.mTOKEN(PortalLexer.java:1973)
    Error at line 1 column 1:
    Description: No match was found for method getPageContext(jsp_servlet._framework._skeletons._default.__desktop,
    javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse,
    null, boolean, int, boolean) in type javax.servlet.jsp.JspFactory.
    Found 4 error(s) and 0 warning(s).

  • Can any body tell me what is the need of creating shipping Instruction

    Hi Everybody,
    Can any body tell me what is the need of creating shipping Instruction in Material Management & where it is used.
    Menu path -> IMG -> Material Management -> Purchasing - > Material Master - > Define Shipping instruction.
    2. What is the use of Manufacturer Part Profile & how it is used in the SAP system.
    Menu path -> IMG -> Material Management -> Purchasing - > Material Master - > Define Manufacturer Part Profile.
    Thanks & Regds.....
    Rashmi

    This characteristic describes the packaging and shipping requirements that have to be fulfilled by the vendor
    The instructions issued to a vendor regarding the shipment or packing of ordered goods.
    o     CO coil
    o     NE unpacked
    o     NT nylon net
    A manufacturer part profile contains indicators and control parameters, which define the conditions for using (inventory-managed or non-inventory-managed) manufacturer parts in the procurement process.
    The manufacturer part profile specifies how manufacturer parts (MPN materials) can be used in the procurement process.
    The manufacturer part profile is assigned to the master record for a firm's own inventory-managed material.
    Among other things, it determines whether:
    u2022     The MPN material or the inventory-managed material is to be entered in a purchase order
    u2022     Info records can be created for the MPN material or the firm's own material
    u2022     The MPN material can be changed during the procurement process

  • Help! Can any tell me what cause / remedy is for this error

    Can any tell me what cause / remedy is for this error:
    [1/29/08 10:52:05:009 GMT] 4131a8 SystemOut
    U 2008-01-29 10:52:05,009 [QuartzWorkerThread-0] FATAL
    com.scheduler.service.businessservice.ReportExecution
    () 190470534 - ****** METHOD FAILED ******WebIntelligence SDK / JSP
    Exception --- Number :10480 --- javaError : WI Internal Error = 100
    --- Description : WI Error while trying to get HTML view for the
    document

    Afraid I haven't seen that before. The only thing I could suggest is to boot from the 1st Install disk and run the hardware test. I would wonder about the video card. You might also post in the MacPro forum. I just got MY MacPro today, and the MacPro Forum is where I would go:
    http://discussions.apple.com/category.jspa?categoryID=194
    The only other thing I can think of is to launch Console from the Utilities folder and see if any errors are being reported.
    Francine
    Francine
    Schwieder

  • What could be the reason for this error file

    Hi,
    What could be reason for this error file, the content of the error file is :
    Compiling INSERT-PROCEDURE trigger on IOTDISPUTE_FILES data block...
    No compilation errors.
    Compiling UPDATE-PROCEDURE trigger on IOTDISPUTE_FILES data block...
    No compilation errors.
    Compiling DELETE-PROCEDURE trigger on IOTDISPUTE_FILES data block...
    No compilation errors.
    Compiling LOCK-PROCEDURE trigger on IOTDISPUTE_FILES data block...
    No compilation errors.
    Compiling INSERT-PROCEDURE trigger on IOTDISPUTEDETAILS data block...
    No compilation errors.
    Compiling UPDATE-PROCEDURE trigger on IOTDISPUTEDETAILS data block...
    No compilation errors.
    Compiling DELETE-PROCEDURE trigger on IOTDISPUTEDETAILS data block...
    No compilation errors.
    Compiling LOCK-PROCEDURE trigger on IOTDISPUTEDETAILS data block...
    No compilation errors.
    Created form file X:\IOT\IOT_SupportingSystem\Forms\IOTRAP.fmx
    I am getting this error while compiling a form with DML sources are Database Procedure.
    Thanks in advance.
    Rizly

    Hi,
    Sorry for the delayed response. These informations are generated in the FormName.err file. If its not the error, then why its not generating for other forms. As I mentioned earlier, this fom has DML sources by the Database Procedures, that could be the reason ?, this is my first project in Forms.
    The content of the IOTRAP.err file:
    Compiling DELETE-PROCEDURE trigger on IOTDISPUTEDETAILS data block...
    No compilation errors.
    Compiling LOCK-PROCEDURE trigger on IOTDISPUTEDETAILS data block...
    No compilation errors.
    Created form file X:\IOT\IOT_SupportingSystem\Forms\IOTRAP.fmx
    Thanks in advance.
    Rizly

  • When I try to install CS6 Design and Web Premium from a disk I get this message "We are unable to validate this serial number..." What is the reason for this?

    I purchased a disk copy of CS6 Design and Web Premium from a reputable seller last week and when I try to install it with the serial number I got it says "We are unable to validate this serial number for CS6 Design and Web Premium. Please contact Customer Support." What is the reason for this?
    Is the serial number invalid?

    Hi Ned,
    Thanks for the suggestion. I eventually got in touch with Adobe Technical Support and it turned out that my Adobe Application Manager was not the latest version. They downloaded the latest version and installed it and that seemed to solve the problem. I was able to install my CS6 Creative Suite and validate the serial number. All seems to be going well at the moment.

  • I have a fairly new mac book pro with retina display- I have not tried installing anything other OS on it. In spite of that yesterday when I turned it on, I got the error: no bootable device insert boot disk and press any key. what is the reason for this?

    I swithced it on by clicking on options when I start up and then clicked on Macintosh HD. the other option was a question mark and network drive.
    Is there a way to ensure it never happens again, what is the cause for this problem, if I need to uninstall some application, i am happy to do it as long as I know what is causing this conflict.
    many thanks!

    Something is not making sense here.
    You claim this is a brand new machine and you have not tried to install Windows or Boot Camp.
    Then why would you ever even go into System Preferences > Startup Disk and choose Macintosh HD? It should have automatically booted into Macintosh HD.
    You're probably going to have to reinstall Mac OS X.

  • HT1222 What's the reason for this?

    What's the reason for the security update? Was someone trying to get my info?

    No one is trying to get your info. Just a part of the software release. Apple providing as much security as possible to protect your devices and Macs....
    This is a GOOD thing....
    GB

  • What is the reason for PO_PDOI_INVAL_MULT_ORIG_CATG error in PO_INTERFACE_ERRORS?

    Hi,
    I am trying to insert 'REPLACE' records for an existing Blanket Purhcase Agreement with a new price and a new start and expiration date.
    But the new PO is not created. The records error in PO_INTERFACE_ERRORS with PO_PDOI_INVAL_MULT_ORIG_CATG error. The error message is Error: Multiple catalogs can be found with the same document number (<vendor_doc_num>)
    Any idea how should I debug the issue. Where could the multiple catalogs be found. The catalog_name field on PO_LINES_ALL is NULL for all previous records as well.

    Please run the report : Purchasing Interface Errors Report and check the error.
    Please review the following link.
    http://blog.csdn.net/pan_tian/article/details/12202365

  • What's the fix for this error: Can't create the file "feed.xml."

    I try to publish my site from iWeb but I get an error which is below.
    Publish Error
    Can’t create the file “feed.xml.” The disk may be damaged or full, or you may not have sufficient access privileges.
    Anyone know the fix?

    Whether 'feed.xml' is the first file it is trying to upload, indicating a general failure to connect, or whether it's choked at that particular point would be the question. It would be worth your getting an FTP program if you don't already have one - Cyberduck is free - and checking whether any files at all have been uploaded.
    Is this the first time you've tried to publish or are you updating an existing site? If it's the first you should check carefully that your settings are correct, in particular the 'path' which varies between different hosts and may be blank or may be something like 'public.html' or 'htdocs' - this would lead to the actual webspace which may not be the root level as you access the FTP server.
    You could also try publishing to a local folder - create a special folder somewhere and specify it when setting iWeb to do this, check the contents are OK, then upload the contents of the folder (not the folder itself) using Cyberduck.

  • What is the solution for this ERROR Message

    Hi all,
    In the morning hrs on every monday, we have following error's in out log files. Then we manually start the DB with SQL Scripts....any solution to this error.....
    ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 2943
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00980: synonym translation is no longer valid
    Error 1519 happened during db open, shutting down database

    ORA-01519: error while processing file 'string' near line string
    Cause: CREATE DATABASE encountered a problem while processing specified file. The specified file is bad.
    Action: Retry your system installation procedure or contact your customer support representative.
    Don't understand, did you want to create a database or just start it ?
    Please read the following :
    http://www.dbasupport.com/forums/showthread.php?s=f1242106028c91c968eddb254dc8a423&p=232037
    Nicolas.

  • Please help me figure out the reason for this error

    Hello I am trying to run the jar Gui file I got from http://www.cs.cmu.edu/~cmucam/cmucam2/downloads.html
    and am getting the following error:
    Exception in thread "main" java.lang.UnsatisfiedLinkError: no sserial in java.li
    brary.path
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at serialPort.<clinit>(serialPort.java:22)
    at SerialComm.<init>(SerialComm.java:50)
    at CameraSerial.<init>(CameraSerial.java:64)
    at MainWindow.<init>(MainWindow.java:620)
    at CMUcam2GUI.main(CMUcam2GUI.java:7)
    Can anyone figure out why I am getting this error? I am running it on a windows xp professional system.

    Yes you need the sserial native library (and no I do not know where to get it).

Maybe you are looking for

  • Not able to see list of Plan applications when click on Navigate- Applica

    Hi, Somehow I am not able to see list of Planning applications when clicking on on Navigate->Applications->Planning from Workspace within Planning 9.3.1. Is there an Internet settings that I would need to change in order to see the list of applicatio

  • IBook g3 900mhz Apple Apps keep quitting on thier own

    I have an iBook g3 900mhz 384mb 40Gb. I have Tiger installed. I have re-installed tiger and reformated the HD many times but here's my issue. Apps like Safari quit unexpectedly. .dmg files cannot expand due to a codec overrun. at first start up every

  • APP-PAY-07804: Employee will not be terminated

    hi, we are working in oracle applications 11i. On the attempt to end the employment of some employees from People Enter and Maintain form I need to enter some data to the form; while there are no manadatory (yellow) fields". If I entered the *LEaving

  • Tutor 14.0 Problem - Please help!  Vertical scrollbar missing

    I recently upgraded from Tutor 12.2 to Tutor 14.0. When I publish the Desk Manuals for each actor, the html page does not have the vertical scrollbar, and you can't access the documents that are at the bottom of the list. Has anyone experienced this?

  • E71 Firmware Update (200.21.118) - Possible Issue ...

    For those of you who ignore the pre-update warning about removing the Memory Card Password, you may discover that the password you set is no longer working... Sadly you'll only discover this after you've updated your E71, so there's no way to access