Error message F0604 related to F.5D

Hi
A customer payment that consist of several inoivce line items had been reset (via FBRA without reversal). Subsequently, except one payment line item reset were cleared against. I.e. as open items there is one line item remaining while the reset are in cleared section.
Now when we are trying to execute F.5d the following error message comes up.
Document 1400000213 3010 2008 is not a clearing document
Message no. F0604
Assistance with this regardis appreciated.
Thanks
Nadini

Hi
Check any entry is created in table RF048. For releases 4.7 to 5.0, no entry gets generated in that table when you reset the Clearing document. Pls see whether the note 673989 relevant to you
Jayaram

Similar Messages

  • Form Error Message: Invalid relation attribute on pageSet xfa

    Hi,
    I've developed a form that many folks are using without any issues. However, I do have a small number of users that get the following error message when opening the form.
    Error Message:  Invalid relation attribute on pageSet xfa[0].template[0].form1[0].#pageSet[0]
    This error only appears to come up if they are using Adobe Acrobat Pro Version 8. No issues on versions 9 or 10 (X). The form is suppose to be compatible back to version 7.
    My main form is called (form1). Then there are 4 major sub forms under (form1), The top drop down (on the masterpage) hides or displays one of the major sub forms based on user selection.
    I have a hunch that something with the generated code not jiving well with Acrobat 8.
    Here's a snippet of the code if you'd like to look through it.
    form1.#pageSet[0].MasterPage1.FormActionDropDown::change - (JavaScript, client)
    //+ GENERATED - DO NOT EDIT (ID:D2FF16C4-6D1F-45D4-ACB7-0DB7CE14229F CRC:3650232787)
    //+ Type: Action
    //+ Result4: SetPresence("$Node5","hidden")
    //+ Result3: SetPresence("$Node4","visible")
    //+ Result2: SetPresence("$Node3","hidden")
    //+ Result1: SetPresence("$Node2","hidden")
    //+ Node5: form1[0].ChangePAForm[0]
    //+ Node4: form1[0].Non-PAForm[0]
    //+ Node3: form1[0].DeletePAForm[0]
    //+ Node2: form1[0].PAForm[0]
    //+ Node1: form1[0].#pageSet[0].MasterPage1[0].FormActionDropDown[0]
    //+ Condition1: ListField("$Node1","textselected","ADD NON-PA User")
    //+ ActionName: DropDown.change.NonPA
    if ($.boundItem(xfa.event.newText) == "ADD NON-PA User") {
      this.resolveNode("PAForm").presence = "hidden";
      this.resolveNode("DeletePAForm").presence = "hidden";
      this.resolveNode("Non-PAForm").presence = "visible";
      this.resolveNode("ChangePAForm").presence = "hidden";
    //+ GENERATED - DO NOT EDIT (ID:662A28BD-A30A-4E6D-92CD-6FF22B0EFB5D CRC:2945493746)
    //+ Type: Action
    //+ Result4: SetPresence("$Node5","hidden")
    //+ Result3: SetPresence("$Node4","hidden")
    //+ Result2: SetPresence("$Node3","visible")
    //+ Result1: SetPresence("$Node2","hidden")
    //+ Node5: form1[0].ChangePAForm[0]
    //+ Node4: form1[0].Non-PAForm[0]
    //+ Node3: form1[0].DeletePAForm[0]
    //+ Node2: form1[0].PAForm[0]
    //+ Node1: form1[0].#pageSet[0].MasterPage1[0].FormActionDropDown[0]
    //+ Condition1: ListField("$Node1","textselected","DELETE EXISTING PA")
    //+ ActionName: DropDown.change.DeletePA
    if ($.boundItem(xfa.event.newText) == "DELETE EXISTING PA") {
      this.resolveNode("PAForm").presence = "hidden";
      this.resolveNode("DeletePAForm").presence = "visible";
      this.resolveNode("Non-PAForm").presence = "hidden";
      this.resolveNode("ChangePAForm").presence = "hidden";
    //+ GENERATED - DO NOT EDIT (ID:66B7091F-75C5-4A73-8ACA-885AE42D0308 CRC:2169512649)
    //+ Type: Action
    //+ Result4: SetPresence("$Node5","visible")
    //+ Result3: SetPresence("$Node4","hidden")
    //+ Result2: SetPresence("$Node3","hidden")
    //+ Result1: SetPresence("$Node2","hidden")
    //+ Node5: form1[0].ChangePAForm[0]
    //+ Node4: form1[0].Non-PAForm[0]
    //+ Node3: form1[0].DeletePAForm[0]
    //+ Node2: form1[0].PAForm[0]
    //+ Node1: form1[0].#pageSet[0].MasterPage1[0].FormActionDropDown[0]
    //+ Condition1: ListField("$Node1","textselected","CHANGE / MODIFY EXISTING PA")
    //+ ActionName: DropDown.change.ChangePa
    if ($.boundItem(xfa.event.newText) == "CHANGE / MODIFY EXISTING PA") {
      this.resolveNode("PAForm").presence = "hidden";
      this.resolveNode("DeletePAForm").presence = "hidden";
      this.resolveNode("Non-PAForm").presence = "hidden";
      this.resolveNode("ChangePAForm").presence = "visible";
    //+ GENERATED - DO NOT EDIT (ID:C87B58DB-765D-426C-81BB-5A7ECFF42B63 CRC:2949030955)
    //+ Type: Action
    //+ Result4: SetPresence("$Node5","hidden")
    //+ Result3: SetPresence("$Node4","hidden")
    //+ Result2: SetPresence("$Node3","hidden")
    //+ Result1: SetPresence("$Node2","visible")
    //+ Node5: form1[0].ChangePAForm[0]
    //+ Node4: form1[0].Non-PAForm[0]
    //+ Node3: form1[0].DeletePAForm[0]
    //+ Node2: form1[0].PAForm[0]
    //+ Node1: form1[0].#pageSet[0].MasterPage1[0].FormActionDropDown[0]
    //+ Condition1: ListField("$Node1","textselected","CREATE NEW PA")
    //+ ActionName: DropDown.change.NewPA
    if ($.boundItem(xfa.event.newText) == "CREATE NEW PA") {
      this.resolveNode("PAForm").presence = "visible";
      this.resolveNode("DeletePAForm").presence = "hidden";
      this.resolveNode("Non-PAForm").presence = "hidden";
      this.resolveNode("ChangePAForm").presence = "hidden";

    You should post this question in the LiveCycle Designer forum here. This forum is for forms created in Acrobat (Acroforms).

  • Error Message: Invalid relation attribute on pageSet xfa

    Hi,
    Searching through the forums and on the net, I cannot seem to locate an answer to this problem so I'm trying here...
    I've developed a form that many folks are using without any issues. However, I do have a small number of users that get the following error message when opening the form.
    Error Message:  Invalid relation attribute on pageSet xfa[0].template[0].form1[0].#pageSet[0]
    This error only appears to come up if they are using Adobe Acrobat Pro Version 8. No issues on versions 9 or 10 (X). The form is suppose to be compatible back to version 7.
    My main form is called (form1). Then there are 4 major sub forms under (form1), The top drop down (on the MasterPage1) hides or displays one of the major sub forms based on user selection.
    I have a hunch that something with the generated code not jiving well with Acrobat 8.
    Here's a snippet of the code if you'd like to look through it.
    form1.#pageSet[0].MasterPage1.FormActionDropDown::change - (JavaScript, client)
    //+ GENERATED - DO NOT EDIT (ID:D2FF16C4-6D1F-45D4-ACB7-0DB7CE14229F CRC:3650232787)
    //+ Type: Action
    //+ Result4: SetPresence("$Node5","hidden")
    //+ Result3: SetPresence("$Node4","visible")
    //+ Result2: SetPresence("$Node3","hidden")
    //+ Result1: SetPresence("$Node2","hidden")
    //+ Node5: form1[0].ChangePAForm[0]
    //+ Node4: form1[0].Non-PAForm[0]
    //+ Node3: form1[0].DeletePAForm[0]
    //+ Node2: form1[0].PAForm[0]
    //+ Node1: form1[0].#pageSet[0].MasterPage1[0].FormActionDropDown[0]
    //+ Condition1: ListField("$Node1","textselected","ADD NON-PA User")
    //+ ActionName: DropDown.change.NonPA
    if ($.boundItem(xfa.event.newText) == "ADD NON-PA User") {
      this.resolveNode("PAForm").presence = "hidden";
      this.resolveNode("DeletePAForm").presence = "hidden";
      this.resolveNode("Non-PAForm").presence = "visible";
      this.resolveNode("ChangePAForm").presence = "hidden";
    //+ GENERATED - DO NOT EDIT (ID:662A28BD-A30A-4E6D-92CD-6FF22B0EFB5D CRC:2945493746)
    //+ Type: Action
    //+ Result4: SetPresence("$Node5","hidden")
    //+ Result3: SetPresence("$Node4","hidden")
    //+ Result2: SetPresence("$Node3","visible")
    //+ Result1: SetPresence("$Node2","hidden")
    //+ Node5: form1[0].ChangePAForm[0]
    //+ Node4: form1[0].Non-PAForm[0]
    //+ Node3: form1[0].DeletePAForm[0]
    //+ Node2: form1[0].PAForm[0]
    //+ Node1: form1[0].#pageSet[0].MasterPage1[0].FormActionDropDown[0]
    //+ Condition1: ListField("$Node1","textselected","DELETE EXISTING PA")
    //+ ActionName: DropDown.change.DeletePA
    if ($.boundItem(xfa.event.newText) == "DELETE EXISTING PA") {
      this.resolveNode("PAForm").presence = "hidden";
      this.resolveNode("DeletePAForm").presence = "visible";
      this.resolveNode("Non-PAForm").presence = "hidden";
      this.resolveNode("ChangePAForm").presence = "hidden";
    //+ GENERATED - DO NOT EDIT (ID:66B7091F-75C5-4A73-8ACA-885AE42D0308 CRC:2169512649)
    //+ Type: Action
    //+ Result4: SetPresence("$Node5","visible")
    //+ Result3: SetPresence("$Node4","hidden")
    //+ Result2: SetPresence("$Node3","hidden")
    //+ Result1: SetPresence("$Node2","hidden")
    //+ Node5: form1[0].ChangePAForm[0]
    //+ Node4: form1[0].Non-PAForm[0]
    //+ Node3: form1[0].DeletePAForm[0]
    //+ Node2: form1[0].PAForm[0]
    //+ Node1: form1[0].#pageSet[0].MasterPage1[0].FormActionDropDown[0]
    //+ Condition1: ListField("$Node1","textselected","CHANGE / MODIFY EXISTING PA")
    //+ ActionName: DropDown.change.ChangePa
    if ($.boundItem(xfa.event.newText) == "CHANGE / MODIFY EXISTING PA") {
      this.resolveNode("PAForm").presence = "hidden";
      this.resolveNode("DeletePAForm").presence = "hidden";
      this.resolveNode("Non-PAForm").presence = "hidden";
      this.resolveNode("ChangePAForm").presence = "visible";
    //+ GENERATED - DO NOT EDIT (ID:C87B58DB-765D-426C-81BB-5A7ECFF42B63 CRC:2949030955)
    //+ Type: Action
    //+ Result4: SetPresence("$Node5","hidden")
    //+ Result3: SetPresence("$Node4","hidden")
    //+ Result2: SetPresence("$Node3","hidden")
    //+ Result1: SetPresence("$Node2","visible")
    //+ Node5: form1[0].ChangePAForm[0]
    //+ Node4: form1[0].Non-PAForm[0]
    //+ Node3: form1[0].DeletePAForm[0]
    //+ Node2: form1[0].PAForm[0]
    //+ Node1: form1[0].#pageSet[0].MasterPage1[0].FormActionDropDown[0]
    //+ Condition1: ListField("$Node1","textselected","CREATE NEW PA")
    //+ ActionName: DropDown.change.NewPA
    if ($.boundItem(xfa.event.newText) == "CREATE NEW PA") {
      this.resolveNode("PAForm").presence = "visible";
      this.resolveNode("DeletePAForm").presence = "hidden";
      this.resolveNode("Non-PAForm").presence = "hidden";
      this.resolveNode("ChangePAForm").presence = "hidden";

    You should post this question in the LiveCycle Designer forum here. This forum is for forms created in Acrobat (Acroforms).

  • Using transaction FBRA error message f0604

    I have done some clearing docuemnts b,
    each of them clear more than one document with partial payment (fbz1)
    I clear completely two vendor invoices with this method.
    Then I have 3 clearing documents.
    When I try to anull them  I can only cancel one of them, the other I cannot doubt to error f0604, "Document number "X" is not a compensation docuemnt "
    Why?????

    Hi,
    FBRA only works for documents which contain accounts which are maintained as open item managed. Normally FBRA's used for clearing documents. It can be used for reversal documents as well, if there are lines with AUGBL <> space. AUGBL is filled if a line managed as open item is reversed.
    If the reversal document contains only accounts which are NOT open item managed, then field AUGBL is not filled in any line and FBRA cannot be used.
    Check your reversal documents if they contain only accounts which are open item managed. In case you have accounts that are NOT open item managed, field AUGBL is not filled in any line. FBRA can't be used.
    Instead you can reverse the reversal by use of FB08 again. For that message F5 361 has to be defined as warning instead of the default setting error, otherwise you will receive this second error message. The message can be customized in SPRO.
    I believe this resolves your issue.
    Best Regards,
    Vanessa.

  • Error Message, possibly related to recent upgrade

    Keep getting this error message =>This file was created using a previous version of Edge Animate. This file will be automatically upgraded and saved with the suffix 'upgraded'.
    - After clicking "ok"
    This error message appears => An error occurred while upgrading the file
    - After clicking "ok"
    Project closes back to the edge animate start page
    What if anything can i do to open my project?

    Please share that particular composition with us in zipped form (upload it to dropbox etc.) to check out the issue.
    Thanks,
    Vivekuma

  • CmSNXeye.exe application error message Targus related

    My computer was attacked by a virus and  MS antivirus fixed the problem.  After re-booting I keep getting the following error message-  "0x7c910f29" referenced memory at "0x000000000". The memory could not be read. CmSNXeye.exe application error.        I called for service and was told it had to do with my Targus docking station and USB replicator.  This error message comes up about every minute or so.  When I click on it, it goes away, but it is annoying.  Is there a solution to this problem that a computer illiterate person like me can solve?

    This has been covered in the forums before, but instead of searching, try this:
    Search for the file "cmsnxeye.exe" yields three locations:
    1) C:\Program Files\TARGUS\ACP50\Driver\CMdrv
    2) C:\windows\system
    3) C:\windows\prefetch\cmsnxeye.exeXXXXX.pf
    Delete the files in BOTH 2) and 3) and reboot. Let the board know how you do.
    T520 4239-CTO
    T61/p 6459-CTO (Gone but not forgotten)
    A31/p XP Pro 1 gig memory
    A30/p XP Pro 1 gig memory
    TP600 Win 2K 288 mb memory
    701C Win 98 Don't ask

  • Error Message- Sound  related

    Hi
    I am using my dual 1 gig as a dj rig. Have been using a Keyspan remote to control both iTunes and Traktor. I added an Echo/ Gina24 sound card w/ breakout box for better output control. It worked ok for a while but now the remote refuses to work and occasionally the machine will give a high pitch whistle on one channel and lock up. I have downloaded the Keyspan driver and still can't get the remote to work. The error message I am getting is : 600 unable to load DRM (for Digital remote)classickext ... ANy ideas anyone?
    Tha nks
    Enio

    I have this EXACT problem as well. I'd like to add that when either 'level' of crash occurs, when I attempt to play a video or audio file through Windows Media Player, I receive the error message: "Your computer is running low on memory. Quit other programs, and then try again" I checked on the task manager and I have plenty of RAM remaining and this error message only occurs when I am experiencing this issue so I am sure that it is caused by this.
    Flash Version: 16_0_0_235
    Operating System
        Windows 7 Enterprise 64-bit SP1
    CPU
        Intel Core i7 4770K @ 3.50GHz    44 °C
        Haswell 22nm Technology
    RAM
        8.00GB Dual-Channel DDR3 @ 666MHz (9-9-9-24)
    Motherboard
        Gigabyte Technology Co., Ltd. H97-D3H-CF (SOCKET 0)    28 °C
    Graphics
        BenQ E900HD (1366x768@60Hz)
        S24D300 (1920x1080@60Hz)
        Intel HD Graphics 4600 (Gigabyte)
        3071MB NVIDIA GeForce GTX 780 (Gigabyte)    34 °C
    Storage
        931GB Western Digital WDC WD1002FAEX-00Y9A SCSI Disk Device (SATA)    38 °C
    Optical Drives
        HL-DT-ST DVDRAM GH22NS70 SCSI CdRom Device
    Audio
        NVIDIA Virtual Audio Device (Wave Extensible) (WDM)

  • Edge Animate error message, possibly related to recent upgrade

    Keep getting this error message =>This file was created using a previous version of Edge Animate. This file will be automatically upgraded and saved with the suffix 'upgraded'.
    - After clicking "ok"
    This error message appears => An error occurred while upgrading the file
    - After clicking "ok"
    Project closes back to the edge animate start page
    What if anything can i do to open my project?

    Ask in the Edge forum and provide details like what features you actually used. Could be a script that has been updated and you may need to apply some odd trick/ hack to get it opened.
    Mylenium

  • Determining which EDI Error Messages are related to "Tasks"

    Our company uses EDI heavily and have many errors which our business community wiill process.   I do not know how other companies are handling this "EDI workflow", but we do this through transaction PPOM.   We have created an overall EDIORG organization along with positions for different areas of responsibility.  We then need to assign the "appropriate tasks" to each position & also assign the correct position to the Partner profiles to ensure the correct people see the errors.  
    My question is how can II determine which "Tasks" are assign to the specific message errors that end up coming in?    Most Tasks are by Idoc type --- do I just have to assume that any error related to that IDoc type would be covered?
    Thanks so much for any input as to "Controlling the EDI Error processing" by business users!
    Britte

    Hi surya,
    You are saying 1122124 is IDOC numner & its not relevant to this idoc.
    What it means,can u explain??? Actually there will be a chance an IDOC can mapped to N no of documents. This mapping will done through a BADI internally.
    Regards
    KER

  • Run report that show "BOTH" campaign name AND contact when getting integration error message that relates to Lead Campaign Association

    When running an External Calls Failed report for Lead Campaign Association (e.g.Attempted to add a campaign member where either the member id 00Q70000015ngo5 or the campaign id null is null.), the report show me the contact but not the campaign the contact was trying to associate itself to in SFDC.  In order to see the campaign, I have to click on the downward arrow and click on the "view external call details" FOR EACH INDIVIDUAL CONTACT.
    Is there a report I can run that shows me both the campaign and contact for the error? I can't efficently trouble shoot issues in Eloqua if I have to view each individual record with two or more clicks.
    Any advise?

    I am getting the same error when opening the J2se Development Kit 5.0 Update 8 after I press the Run button. ( "This installation package could not be opened. Verify that the package exists and than you can access it, or contact the application vendor to verify that this is a valid Windows Installer package").
    Is there a solution ?
    Thanks,
    Luck 08/21/06

  • Calendar error message and click and drag issues

    Hi, I'm new, very new. Never had a mac product in my life. Just got a macbook air (OS X 10.9.5) and was about to update to Yosemite when I read all the virulent anti update stuff (599 giving it one star versus 579 giving it more than one) on the app store Yosemite page. Should I take this seriously? But most importantly, will it resolve the issue of the error message in relation to the google calendar (The URL https://calendar.google.com/calendar/dav/xxxx/user/ encountered HTTP error 404), and the sudden loss of the ability to be able to pick up and drag documents which are features of my current experience, both of which issues I have read about on other forums with no definitive solutions.

    Hi Kelly,
    I searched our server logs and didn't find any errors associated with your form in the past 30 days. Maybe I didn't use the right keywords since I don't have the error message yet. I am going to do a few test submissions to see if I will encounter any error. The test data will have the name "test test" so you can easily identify them and delete them later. Is that okay to you? I will start my testing once I have your permission.
    Thanks,
    Eman Fu
    Senior Computer Scientist
    Adobe Systems Incorporated

  • Error messages appear while booting Satellite A100

    I tried booting my notebook and this error messages are displayed:
    system bios shadowed, video bios shadowed,
    resource conflict-PCI serial bus controller on motherboard Bus:07, Device:06, Function 01
    resource conflict-PCI mass storage controller on motherboard Bus:07, Device:06, Function 02
    resource conflict-PCI PCI on motherboard Bus:07, Device:06, Function 03
    How can i resolve this prob?

    Hi
    Looks a little bit like a device conflict on the motherboard.
    There is always one device mentioned: Device:06
    So possibly all the error messages are related to the same device. Im not quite sure what device 06 could be but I think its miniPCI device and possibly a WLan card.
    Try to remove the WLan card from the notebook and check this again.
    But before you would do this, go to BIOS and set the BIOS to default settings. Save the changes and boot the unit again.
    Check if the message would appear once again

  • What are the cause and fix for the following error message? NS_ERROR_FILE_ACCESS_DENIED failure code: 0x80520015

    Every time I close my Firefox browser I receive the following error message (see details below).
    FYI:
    -- I am running the current version of Firefox.
    -- I had no problems with this error message until my computer was recently attacked by 2 viruses:
    ` SystemFix
    ` Win7 Antivirus 2012
    Both viruses have since been cleaned from my computer. However, I am still receiving this error message.
    Here are my questions:
    * What are the cause and fix for this problem?
    * Do I need to uninstall and reinstall Firefox?
    * Is it possible that this error message is related to an add-on and that it has nothing to do with the recent virus attacks?
    I look forward to any feedback and support you might be able to provide.
    Thanks,
    Metta
    Error Message
    NS_ERROR_FILE_ACCESS_DENIED
    Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED)
    [nsIFileOutputStream.init]
    File: undefined
    Line: 857
    Stack: undefined

    Every time I close my Firefox browser I receive the following error message (see details below).
    FYI:
    -- I am running the current version of Firefox.
    -- I had no problems with this error message until my computer was recently attacked by 2 viruses:
    ` SystemFix
    ` Win7 Antivirus 2012
    Both viruses have since been cleaned from my computer. However, I am still receiving this error message.
    Here are my questions:
    * What are the cause and fix for this problem?
    * Do I need to uninstall and reinstall Firefox?
    * Is it possible that this error message is related to an add-on and that it has nothing to do with the recent virus attacks?
    I look forward to any feedback and support you might be able to provide.
    Thanks,
    Metta
    Error Message
    NS_ERROR_FILE_ACCESS_DENIED
    Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED)
    [nsIFileOutputStream.init]
    File: undefined
    Line: 857
    Stack: undefined

  • I am getting this error message when trying to install free version of photoshop..."This application

    I am getting this error message when trying to install free version of photoshop..."This application cannot be installed because this installer has been mis-configured. Please contact the application author for assistance. What am I doing wrong?

    From the error message it appears that you are facing difficulties with the Adobe Download Assistant.  The error message is related to Adobe AIR which the Adobe Download Assistant utilizes.  Please remove your current installation of Adobe Download Assistant and reinstall.  You can find more details under the known issues section of Troubleshoot Adobe Download Assistant - http://helpx.adobe.com/creative-suite/kb/troubleshoot-download-assistant.html#main_Known_i ssues.

  • Error messages - how to change them

    Hi,
    Which is the file and location of the error messages so I can change the generic message
    Laurence :-)

    Hi Laurence,
    those login error messages can be found in the file tNG.res.php
    What I want to do is to redefine the message where the session times out and when a user tries to access a page they don't get the generic message which does not explain why they are forced to log in again
    something like "you have to login again, because your session has expired" ? That would be cool to have, but it seems that none of the currently defined error messages
    (and, related to that, ADDT´s internal "logistics") take this scenario into account.
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

Maybe you are looking for