Forms 10gR2 does not trim spaces

Hi,
we are planning to migrate to 10g from 6i. as far as i know forms always trims trailing spaces. so when we are inserting space to a table it inserts null.
but at 10gR2 it does not trims spaces and inserts non-null value.
Am i missing something or is it really changed?
Regards. Engin.

I had fogotten about that bug. But it still exists, even in Forms 6i, patch 17 (6.0.8.26.0)
I ran this test:
Declare
  v1  varchar2(4);
  v2  varchar2(4);
  v3  varchar2(4);
Begin
  v1 := ' ';  -- one space
  select nvl(v1,'X'), v1 into v2, v3 from dual;
  message
    ('V2=' || v2 || ', Length(V2) = ' || nvl(Length(v2),0) );
  message
    ('V3=' || v3 || ', Length(V3) = ' || nvl(Length(v3),0) );
End;And I get the following messages:
V2=X, Length(V2) = 1
V3=, Length(V3) = 0Run under SQL Plus, changing Message to DBMS_Output.Put_Line:
V2= , Length(V2) = 1
V3= , Length(V3) = 1I get the correct result, the same as SQL Plus, in Forms 10.1.2.0.2.

Similar Messages

  • View Paycheck Stub Error: (Form xyz does not exist)

    Hi Portal Knowledgeable ones,
    I am running EP 6.0 SP 13.  My SAP target is ECC 5.0.
    I have a problem in the ESS application.  When I attempt to view the paycheck stub for any employee, the portal returns the error:
    <b>com.sap.pcuigp.xssfpm.java.FPMRuntimeException: Form ZCHK does not exist</b>
    Form ZCHK is our custom paystub form.
    Thanks,
    Kevin
    <i></i>

    Had to include form via IMG.

  • Every time I launch Firefox it pops up an error stating "Firefox could not install this item because "install.rdf" (provided by the item) is not well-formed or does not exist. Please contact the author about this problem."

    Firefox could not install this item because "install.rdf" (provided by the item) is not well-formed or does not exist. Please contact the author about this problem.
    The statement above is in the pop up error box every time, when I launch Firefox. If I click ok in the box Firefox then opens. How do I fix this initializing/launch problem?

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).<br />
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.<br />
    You can use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.<br />
    You have to close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")<br />

  • Short dump with error FORM "CLEAR_SPECIAL_TABLES" does not exist"

    Hi All,
    We are experiencing an issue in our development system. We have recently upgraded to ECC6 from ECC5. While executing FBL3N transaction, we are getting a dump with description Syntax error in program "RFEPOS00 ".
    The following syntax error occurred in program "RFEPOS00 " in include "RFPOSFZ0  "                                                                           
    line 1072:                                                                     
    "FORM "CLEAR_SPECIAL_TABLES" does not exist"                                   
    I checked in our previous systems, the subroutine CLEAR_SPECIAL_TABLES exists with an empty body in include RFPOSFC1.
    And it is created by DDIC.
    As per the comments in the include RFPOSFC1, we tried to generate the program RFXPRA33. But it is giving same error FORM "CLEAR_SPECIAL_TABLES" does not exist"  .
    Any help to resolving this issue will be appreciatable.
    Thanks in advance.
    Edited by: Kumar.ktk on Jun 8, 2010 1:36 PM

    Hi,
    We just had this issue after an upgrade and the solution was to compare the coding with an unupgraded system,
    there we found that this missing form exists in an include with this documentation:
    Function LINE_ITEMS_SPECIAL_FIELDS
    caller L0F14I01, AFTER_SAVE_T021S, tcode O7R3
    In case of errors: Start RFXPRA33
    FORM CLEAR_SPECIAL_TABLES.
    ENDFORM.
    After we executed program: RFXPRA33 all errors were resolved,
    Hope this helps,
    Mickey

  • Firefox/3.6.10 shows message whenever I click on an icon needing Internet access, saying 'Firefox couldn't install this item because "install rdf" (provided by the item) is not well-formed or does not exist' and advising me to contact the author - ???

    Whenever access to the Internet is needed, clicking on any icon or link (including the Firefox icon) results in a delay of around 20 secs., followed by the appearance of the error message, headed "Malformed File". The message reads 'Firefox couldn't install this item because "install rdf" (provided by the item) is not well-formed or does not exist. Please contact the author about this problem.'
    Clicking OK or closing the box leads to a further delay of about 20 secs. after which the required action takes place! Of course, it could be said that it's really only a delay, so I should just get used to it, but it's still a malfunction, it's a pain in the neck or another region, and I really would like to cure it. Any suggestions - please????

    https://support.mozilla.com/en-US/questions/756907

  • Form SYSTEM does not exist "Message no. TD 705"

    Hello all,
    When I go to transaction FB03 for any document. Drill down on a line item.  Click on pencil to change the line item.  Click on long text button.  Click on the editor icon.  Message received "Form SYSTEM does not exist".  The display is in SAPscript editor.  I am unable to change to the Word editor using menu Goto > Change Editor.   Message "Form SYSTEM does not exist" appears as the message.
    Any idea what the message "form system does not exist" and how can this be corrected?
    Thanks

    Hi,
    You encounter this problem because a the editor form needed is not available.
    Speak with your ABAPer who can help you in the same.
    Please also check if the form is activated.
    Caio
    Raghu

  • ESS Payslip error : Form ZF01 does not exist

    Hi,
    We have created a form in PE51 that is ZF01 and include IMG.
    But we r getting the following error message:
    com.sap.pcuigp.xssfpm.java.FPMRuntimeException: Form ZF01 does not exist
         at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:111)
         at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:121)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.reportBapiRet2Error(FcRepFramework.java:525)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.callRfcGetForm(FcRepFramework.java:394)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.processFollowingActions(FcRepFramework.java:484)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.callRfcExecAction(FcRepFramework.java:378)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.initModel(FcRepFramework.java:292)
         at com.sap.xss.hr.rep.fcrfw.wdp.InternalFcRepFramework.initModel(InternalFcRepFramework.java:256)
         at com.sap.xss.hr.rep.fcrfw.FcRepFrameworkInterface.initModel(FcRepFrameworkInterface.java:136)
         at com.sap.xss.hr.rep.fcrfw.wdp.InternalFcRepFrameworkInterface.initModel(InternalFcRepFrameworkInterface.java:198)
         at com.sap.xss.hr.rep.fcrfw.wdp.InternalFcRepFrameworkInterface$External.initModel(InternalFcRepFrameworkInterface.java:258)
         at com.sap.xss.hr.rem2.selection.VcRem2Selection.onInit(VcRem2Selection.java:245)
         at com.sap.xss.hr.rem2.selection.wdp.InternalVcRem2Selection.onInit(InternalVcRem2Selection.java:249)
         at com.sap.xss.hr.rem2.selection.VcRem2SelectionInterface.onInit(VcRem2SelectionInterface.java:161)
         at com.sap.xss.hr.rem2.selection.wdp.InternalVcRem2SelectionInterface.onInit(InternalVcRem2SelectionInterface.java:144)
         at com.sap.xss.hr.rem2.selection.wdp.InternalVcRem2SelectionInterface$External.onInit(InternalVcRem2SelectionInterface.java:220)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:563)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:437)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:195)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
    Regards
    Anumit

    Did you have to configure anything else in the img like the badi:define settings or the provide salary statement as pdf.   We are past the form doe'n't exist, but we are getting  a similiar message.
    com.sap.pcuigp.xssfpm.java.FPMRuntimeException: Error when calling method INIT of class CL_HRXSS_REM
    Can you help.

  • Form HR_SGTAXIR8A2002 does not exist

    Hi,
    When I try to run the IR8 form from Portal ESS I get the following exception:
    "Form HR_SGTAXIR8A2002 does not exist"
    It is a sapscript form. I used se71 and activated the form (but first I copied it from 000 because it was not available in our client). The language EN seems to be ok.
    1. Am I missing some steps for activation?
    2. Where can I see the program/transaction where this form is used? Is there a configuration table containing the sapscript forms and associated programs?
    Any help is appreciated.
    Thank you,
    Adalbert
    PS: I know what report the Portal is calling: RPCT8AR0_01. The report did run fine in R3 from the beginning. The problem is that the report is NOT running in the portal even with all the IMG config done. Strangely, RPCT8AR0_01 never asked for HR_SGTAXIR8A2002 (I had to copy it from 000) even if the sapscript form was not in our client before the copy.
    After some debugging in se37 of HRXSS_SG_IR8A_GET_PDF I see that the report is looking for the form definition in table STXFADM. The form is not in the table (but I can edit it with se71). How can I get the form in this table?
    Message was edited by: Adalbert Kovacs

    1. Yes, I get the error after using SE71->Utilities->Copy from client.
    2. I am not familiar with "driver programs" but I checked the following tables:
    - STXFADM
    - TNAPR (I think this is for Smartforms actually)
    I don't have the form in any of these two.
    So, to reformulate the problem, the error is generated by a missing entry in table STXFADM. This is a sapscript form, not a smartform. What is the table STXFADM used for and how can I add my form to the table?
    Thanks,
    Adalbert

  • Compiling fmb module in Form builder does not change the fmx file

    Hi,
    I am using Oracle Forms Builder version 10.1.2.0.2 To edit 10g2 forms.
    In the last month, it happened twice that an fmb file I edited in the forms builder did not change the fmx aftrer compilation.
    namely, when I opened the fmx file in the application, I didn't see the changes, but they were present in the fmb form opened in the Form Builder.
    Usually when we have the fmx file open in the application, the form builder won't let me compile it - showing the following error:
    FRM-30087: Unable to create form file
    When this error happens and the changes are not reflected, this error message doesn't appear even though the fmx file is open in the application.
    I tried deleting the fmx file, and then opening it in the application to see if there is another copy of it.
    The application gave an error 40010 - can't read form.
    When I recompiled the file, the fmb didn't show any changes either, even though the file was created again in the file system.
    I could not find a way to consistently reproduce this problem.
    Did you ever encounter such a problem?
    I noticed the edit -> preferences -> general menu has the option to "save befor building".
    Does it mean the Form Builder keeps a cached copy of the fmb in memory, and when this error happens it compiles the original file system fmb file rather than the cached memory copy with the changes?
    Thanks,
    Eyal Azran
    Configuration Management Engineer - Isracard

    Hey Craig,
    Thank you for your response.
    I verified the version of the forms on the Application Server and they are the same.
    This problem is quite tricky to reproduce, it happens once every few months!
    (we have about 10 developers, who are developing and testing on multiple servers - so far two of the servers showed this issue)
    I've determined that the reason this happens is that:
    1. The compiled fmx is vied in the application.
    ** for some reason, the frmweb.exe process on the server does not terminate properly **
    2. The developer compiles the form again in Form Builder
    3. The Form Builder does not detect that the form is open in the mal-terminated process
    There usually is an error message here saying the fmx module is locked - this error happens because this message is not displayed.
    I will attach an image of the process monitoring tool we use ( ProceXP ) showing the ghost process that locks the fmx module.
    <edit>oops, I guess I can't attach the image- I can e-mail it if you'd like</edit>
    If anyone has an idea for a solution, this will help immensely.
    Eyal
    Edited by: Hey_Al on 06:04 06/05/2010

  • Sometimes JavaFX form (BorderPane) does not show correctly

    We have a problem with a JavaFX application running on Java 7. Sometimes a form (BorderPane) does not show correctly – it seems to be transparent (i.e. content previously shown at the same place is still visible). Controls seem to be present and respond to events – e.g. we can close the form by blindly clicking the appropriate button. Once the issue happens it is persistent, i.e. next time we open the form, it behaves the same.
    We have no reproducible scenario leading to the issue. It just happens here and there – we have not been able to identify any pattern yet.
    Additional information:
    the form (BorderPane) is loaded during application start-up but it is not shown initially,
    to show the form we remove previous contents from a StackPane and add the form instead,
    to hide the form we do the reverse.
    Do you have any ideas how to diagnose the problem? Where to look first? What kind of diagnostic code could we put in the application that would help us?

    I am unaware of any such issue being reported previously.
    Without a reproducible test case, you are unlikely to get much assistance.
    Other than the creation of a minimal test case which reproduces the issue, I could not even advise how you might go about diagnosing and fixing your issue.
    There were many bug fixes implemented for Java 8.
    I advise you to upgrade your test environment to the latest Java early access release (currently Java 8u40) and test to verify if your issue replicates in that version.
    If the issue still reproduces, create a bug report which includes your test case and full environment details.

  • Compression does not save space

    Hello All,
    OS: AIX 5.2.
    We are creating seven backup files every day.
    We transfer files to our backup server via ftp.
    No we have request to compress files.
    So I create a backup folder and put all seven files into one pax folder as below:
    pax -wvf backup.pax file1 file2 file3 file4 file5 file6 file7
    ls
    backup.pax Now I am trying to compress file as below but getting error:
    oracle:>compress backup.pax
    This file is not changed; compression does not save space.
    DN

    it's pretty universally accepted.The keyword is "universally". Bzip2 has better compression but it's very slow. This is the reason why bzip2 can't be universally accepted (I mean online content compression via HTTP etc. etc.).
    But it's accepted by most of *nix clones. And if I need really save ma space then I use bzip2 rather than gzip.
    Just little proof:
    standard_bz2.log and standard_gz.log files are the same.
    du -sh *
    1.1G    standard_bz2.log
    1.1G    standard_gz.lognow I'll execute following commands:
    echo "GZIP"; date; gzip standard_gz.log; date
    echo "BZIP2"; date; bzip2 standard_bz2.log dateand here is output:
    GZIP
    Mon Jun 12 12:26:38 CEST 2006
    Mon Jun 12 12:27:38 CEST 2006
    BZIP2
    Mon Jun 12 12:27:45 CEST 2006
    Mon Jun 12 13:12:29 CEST 2006
    du -sh *
    54M     standard_bz2.log.bz2
    108M    standard_gz.log.gzGzip's compresion was fast (took just 60 seconds) and produced archive has 108M Size.
    Bzip2's compression was much better and produced size of archive was just 54M but it took much time for compression.
    So if you need quick compression and less of saved capacity then gzip is the right option.
    If you need save space or you need better compression then bzip2 is the right option.

  • Syntax error in program ZRDMCPPROCESS and ZXCIFUSERU16 FORM "SET_PLTEXT_INIT_FOR_APO_LANG" does not exist

    We are having a DUMP from
    ZRDMCPPROCESS please see dump
    but once we trace it we find....
    ZXCIFUSERU16 FORM "SET_PLTEXT_INIT_FOR_APO_LANG" does not exis
    This type of errors we hav fix it notes and SPs we can not find one for this one...
    any suggestions?

    Hi,
    Do you still have the issue, Please let us know if you need further help.
    BR
    Claire

  • Help I need help. i get this message'Firefox could not install this item because "install.rdf" (provided by the item) is not well-formed or does not exist. Please contact the author about this problem.' How do i fix this?

    Firefox could not install this item because "install.rdf" (provided by the item) is not well-formed or does not exist. Please contact the author about this problem.
    Well that is the message i get. I can still use firefox(version3.6.8)

    You get that error if an extension is using an old and no longer supported method to install a plugin.
    Which plugin are you trying to install?
    See also http://kb.mozillazine.org/Unable_to_install_themes_or_extensions

  • When I download an app I had to put in payment settings cause it was expiring,after that it was downloading but then said 'cannot download because your ipad does not enough space' but I actually have 3.3 gb while the game is 1.4 .pls tell what to do

    When I download an app I had to put in payment settings cause it was expiring,after that i paid and it was downloading but then said 'cannot download because your ipad does not enough space' but I actually have 3.3 gb while the game is 1.4 . I tried rebooting and powering off but still it didnt work even when I clicked the app( which still hasn't downloaded yet). What do I do now?

    The GB size of the download file is the compressed size (like .zip or .dmg). When the file is installed/uncompressed it can be 2-3 times larger.
    How much space is used by your Other? You may be able to reduce.
    How Do I Get Rid Of The “Other” Data Stored On My iPad Or iPhone?
    http://tinyurl.com/85w6xwn
    With an iOS device, the “Other” space in iTunes is used to store things like documents, settings, caches, and a few other important items. If you sync lots of documents to apps like GoodReader, DropCopy, or anything else that reads external files, your storage use can skyrocket. With iOS 5/6, you can see exactly which applications are taking up the most space. Just head to Settings > General > Usage, and tap the button labeled Show All Apps. The storage section will show you the app and how much storage space it is taking up. Tap on the app name to get a description of the additional storage space being used by the app’s documents and data. You can remove the storage-hogging application and all of its data directly from this screen, or manually remove the data by opening the app. Some applications, especially those designed by Apple, will allow you to remove stored data by swiping from left to right on the item to reveal a Delete button.
     Cheers, Tom

  • Form link does not appear in email notification.

    Form link does not appear in email notification
    We have added a custom notification to the OM workflow process. The notification itself has a form attribute which provides a link to the sales order form. This works fine when notification is viewed via worklist - notifications within apps. The link does not appear in the email notification.
    Is there any alternate way to provide a form link to Oracle Applications form that can be accessed via email (after logging into application, if the user is not logged in).
    Thanks

    Similar functionality is available in PO and Req Approval process. Can you take a look at the PO Approval Process workflow? I remember the email notification does show the link, which is a URL link and has parameters in it. This functonality provides where the approvers need to modify the document which is requested to be approved. So they can click on the link, modify and close and approve if necessary.
    Are you expecting them to modify the same or you just want to show query only screen?
    There is a webpage available to see order information called Order Information (user Order Information User resp). You can send parameters to that webpage and that should show login page opening up a seperate session with all the parameters in the URL. Once logged in that should show order information.
    Thanks
    Nagamohan

Maybe you are looking for

  • Photoshop CS3 crashes when opening an image

    When I open an image by double clicking on it when Photoshop CS3 is either open or closed, it crashes. If Photoshop is open and I attempt to open an image by going to "file" then "open" is still crashes. If I go to "file" then "new" a new doc will op

  • The type of RETURNING parameter must be fully specified

    Hello, I want to program a locall class, a method to return a table of a local type: TYPES: BEGIN OF ty_line,    id   TYPE char10,    txt  TYPE string, END OF ty_line, ty_line_tt type standard table of ty_line. CLASS cl_html DEFINITION FINAL CREATE P

  • XSLT-transformation in Java-Mapping with javax.xml

    Hi, we wanna use javax.xml for transformations in Java-Mapping. Inside the Java-mapping we read in XSL-files to transform a XML-stream. With XSLT 1.0 everything works fine - but with XSLT 2.0 we are getting runtime errors. Is it possible that javax.x

  • VIDEO_TS or HVDVD_TS folder files not included in final disc

    I'm trying to burn an HD DVD project and after the compile completes successfully I get a string of error messages in the Log telling me that the .BUP, .IFO, .EVO, .LAY files found in VIDEO_TS or HVDVD_TS folder will not be included in the final disc

  • Lost iPod Video - What Should I Do?

    Hello I've just returned from New York (Apple Store was Amazing), anyway I fell asleep during the flight and with the bump of the landing my iPod Video fell to the floor. I was sandwiched between two people and I'm quick large so I couldn't reach it.