Journal from payment wizard working only in LC

I am using the payment wizard for outgoing payments, the wizard is working OK, but then when I go to the journal entry the debit and credit values are only in LC and not in SC (SC is showing 0).

Hi,
You posted the same question 5 months ago. Payment wizard
Is this still happening? In this case, you have to upgrade your B1. There is no other solution.
Thanks,
Gordon

Similar Messages

  • Part Paid Invoice Missing From Payment Wizard / Outgoing Payments

    Hi,
    Having a bit of an issue with a purchase invoice on SAP B1. In brief:
    The invoice was posted fine, then they paid 3 invoices but the total was short. The user allocated payment manually using outgoing payments to the 3 invoices, but partially paid the 3rd. This left an outstanding balance of 4,500 EUR
    The user ran a payment wizard this morning and the invoice was picked up, along with any recent invoices for supplier, and showed the outstanding balance. The payment wizard was saved, not executed.
    Upon review, the payment run was canceled so it could be re run with specific suppliers / invoices selected. However, the part paid invoice is now not showing on the payment run. Likewise, if you try to manually allocated payment for the supplier, it does not give the option to pay anything on the invoice, just all other open documents.
    The invoice is still open, and the amount due on the BP balance is the amount o/s not the full amount which is correct.
    I have tried recreating the issue on a test system of our own and a backup of their database and cannot get the same problem.
    Any ideas would be of great help becuase I have searched the service portal and forums and can;t find anyone with a similair problem and running out of ideas myself.
    Thank you in advance
    Martin

    Hi Martin,
    Sometimes when cancelling payment and reconciliations there are values in the tables opch and pch6 that are not reset correctly and then appearing as fully paid.
    Check if the Invoice is returned from this query:
    select 'AP Invoice' as 'Document Type', docentry, docnum, cardcode, t0.transid, doctotal, paidtodate, balduedeb - balduecred as 'JDT1 Balance Due'
    from opch t0 inner join jdt1 t1 on t0.transid = t1.transid
    where doctotal - paidtodate = 0 and balduedeb - balduecred != 0
    and shortname != account
    Let us know how this works out. The query only checks opch you can check the paidtodate field in pch6 as well.
    Jesper

  • Exclude Vendors with Zero Balance from Payment Wizard

    Hello,
    When running the Payment Wizard for outgoing payments, there is no way to exclude vendors whose account balance is zero.  I have tried using a default minimum payment of $.01 to no avail.  I have reported to SAP Support, and it is not functionally possible.  Any assistance in finding a workaround would be greatly appreciated.
    Thanks and Happy 2008!
    Mimi

    Mimi,
    I do not see a lot of options to avoid this.  The minimum payment setting would not avoid displaying 0 balance BP's.
    The only option I can think is to use BP Properties by Updating one of the BP Properties through a SQL statement and then use this property in the Selection Criteria in the Payment Wizard BP Properties Window. This way you can filter Vendor with no Balance?
    Suda

  • JList in Wizard works only once?

    Hi All,
    Here's my problem. I'm creating a wizard to do some file manipulation. It has all the usual features of a wizard, (Next, Back, Cancel Buttons etc.). One of the panels in the wizard has a JList component (in a scrollPane). Now basically I have code that puts the selected Values of the JList (lotList) into an array and Then into a TreeSet. This method is run everytime the panel is closed. It works fine the first time I go through the wizard. But if I go back and select from the list again, I end up with an empty array. Does anyone know what would cause this?
    public TreeSet getSelectedRevs()
            TreeSet thisSet = new TreeSet();
            Object[] thisArray = lotList.getSelectedValues();
            for (Object aLot : thisArray)
                thisSet.add(aLot);
            return thisSet;
        }

    Swing related questions should be posted in the Swing forum.
    Does anyone know what would cause this?Line 13?
    If you need further help then you need to create a [Short, Self Contained, Compilable and Executable, Example Program (SSCCE)|http://homepage1.nifty.com/algafield/sscce.html], that demonstrates the incorrect behaviour.

  • Call a C# dll from java is work only with the machine which is build C# dll

    hi all,
    I've built a VC++(win32 console dll app)..
    Created a Java program to access the said VC++ dll
    It was successful in the machine(say machine 1) which is created the VC++ dll..But Not work with machine2
    n.b VC++ dll is accessing another VC#dll
    If I combile the VC++ dll in machine2 then then its works fine with machine2 while access from java But not work with machine1
    Problem comes when I run the same application in a different system where all the
    needed visual studio files are installed...
    I tried by create the VC++ dll with skipping the part of accessing VC# dll, then it works fine with anotther machine
    NB: error accurs only when it is run on a different machine...
    Error is:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # Internal Error (0xe06d7363), pid=4024, tid=4028
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_09-b01 mixed mode, sharing)
    # Problematic frame:
    # C [kernel32.dll+0x1eb33]
    # An error report file with more information is saved as hs_err_pid4024.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    i've done "googling" with this error... but no one has come up with some satisfactory answer...
    Pls help.....
    conf. of both machine
    Windows XP
    jdk1.5.0_09, jre1.5.0_09
    thanks in advance..

    Normally any system exception that occurs when working with JNI is caused by one of the following.
    - pointer problems
    - incorrect usage of another api
    - bug in the api being used.
    The last two are often still pointer problems.
    The fact that it ones one machine and not another makes it more likely it is a pointer problem (in one or more of the above.)
    A pointer problem cause cause the system to fail long after the point where the bug actually is (coded.) Different execution paths, such as running on different machines, means the bug will manifest itself differently.

  • Exporting bank file by payment wizard

    Hi Guys,
    Another question about the payment wizard for exporting bank file. After pulling the bank file from payment wizard, I found the exported file is an empty file. There is no content in the bank file. The localization of our system is China. I am trying to use  SAPBPATIB_MT940 format, which is Austrian, to export the file. My guess is the format only works for Austrian localization. Is that true?
    Best Regards,
    Leon

    Hi Leon,
    payment engine is not supported for China, so even if you set bank file formats, you won't be able to create bankfiles.
    Your local SAP field office should be in a position to advise you on alternative possibilities.
    All the best,
    Kerstin

  • Payment Wizard was not executed   [Message 3657-5]

    Using SAP 8.82 PL6.
    I am trying to do a Payment Wizard for a company but when I run my wizard for all vendors or even for only 1 vendor, it fails with error message in subject line.
    I already followed all steps of SAP Note 725786 - Definitions necessary for the payment wizard, so please don't send me that again or the related thread.
    The only difference is that when the A/P invoice and A/P credit memos were created for say the single vendor ABC, the PeyMethod field was blank and before the payment run, these fields were populated with 'Outgoing check' payment method. Then the payment wizard was run, every step was okay except last step gave the error in subject line.
    In Step 8 of 8 if I click non-included transactions, I get the message "In "Posting Date" field, enter posting date that is equal to or earlier than system date (Line 1)" but this message does not appear in the step 6 of 8 when I click non-included transactions in that step!!!
    My posting date in invoice and credit memo is Mar 31, 2014, and system date is Apr 12, 2014.
    I am able to create individual vendor Outgoing Payment transactions manually but not through the wizard. There are 300 vendors so I would like the wizard to work.
    > The House bank is properly defined in setup as well in the vendor.
    > The Vendor Payment Run tab was populated after the invoice and credit memos were created
    > The Payment Method fields in invoice and credit memos were populated after these transactions were crested since they were blank
    > The Business Partner Bank in 'Payment Terms' tab was blank since it is not an EFT/ACH transaction. These fields were also filled with a dummy bank but got the same error.
    > Again, I am able to create a manual Outgoing transaction for each vendor one-by-one but the Wizard gives above errors.
    Any ideas?
    Thanks,
    Ajay Audich

    Hi,
    I was able to run the Payment Wizard. It was a simple fix really.
    In Administration > System Initialization > Document Settings > General Tab > the box "Allow Future Posting Date" was unchecked > After checking it off, the Payment Wizard worked fine without the above error.
    The manual Outgoing Payment that worked, after checking now, had a posting date defaulted to Apr 12, 2014 hence it worked manually but failed in the wizard!
    Hope this helps someone else with a similar problem in future.
    Cheers,
    Ajay

  • Several BP banks and Payment Wizard

    Hi Experts,
    By posting an A/P invoice I changed the bank details "pay to code" in Logistics in order to pay it to another bank of the vendor (the vendor has got 2 different banks in BP master data)
    I run Payment Wizard but it paid that invoice to the Default bank set in BP master data.
    Why can I set a different bank in A/P invoice (Logistics) if it is not taken into account ?
    I am using SAP B1 9.0 PL 11 (Italy Loc)
    Thanks a lot for your answer.
    Veronique

    Hi Veronique,
    Payment wizard may only pay to the default bank account even if you have another account for the vendor. You may pay it manually for non default account. Or change the account to default before you run wizard.
    Thanks,
    Gordon

  • I have tranferred journal from iPhoto to iTunes but only get files cannot get the journal to open up

    I have followed the steps to transfer journals from iphoto toitunes but cannot open up the  file.  Only get individual jpegs How can I see the Journal as it appears on the ipad on my computer?

    Yes, sharing to iTunes will only transfer the photos, not the journal.
    If you want to view the pages, publish your journal on the web and view it with your web browser. Then you can save it as a web archive.
    See the iPhoto help on how to publish the journal on the web - you will need to enable iCloud to be able to do this.
    Publish a new journal with iCloud
    http://help.apple.com/iphoto/ipad/1.1/#blnkaf3ef70a
    I am not sure, if you can publish Journals to iCloud using IOS 5 - just see, if it is available. Some iCloud features will not work with IOS 5 (http://support.apple.com/kb/ht4759)
    Regards
    Léonie

  • Can I use Google Sync to transfer only my contacts from my IPhone 4 to my gmail acct? I don't want to sync info from Gmail to the IPhone. Can the sync work only one-way? I have 0 contacts on my gmail as I'll only use it as a back-up 4 my IPhone contacts.

    Can I use Google Sync to transfer only my contacts from my IPhone 4 to my gmail account? I do not want to sync info from Gmail to the IPhone. Can the sync work only one-way? I have 0 contacts & 0 calendar events on my gmail account. I opened the Gmail account specifically to for the Google Sync and wil only be using this account as a back-up for my IPhone contacts. Please Help!!

    You do realize that the SIM only contains account information for your wireless account.
    Moving the SIM from phone to phone does not cause any of your iTunes content, contacts, email, etc to magically appear on the device.

  • Can only add music with Autofill from Library (not working with playlists)

    I can only add music using the Autofill feature and it will only work when the main music library is selected. Autofill does not work when a playlist is selected and I can not add music directly by dragging songs from a library or playlist as described in the owner's manual.
    Is there something wrong with iTunes, the iPod or is this user error?

    Hi Steve,
    You're right it's the same for me.
    I don't know as you mentionned whether it is an user error or not but I've got 2 iPods now, one is 60 Go color display (60Go) and the other received yesterday is 2G iPod Shuffle (Clipod). I can't drag songs from 60Go nor to iTunes Library neither to Clipod Music. The autofill function works only from iTunes Library where I've got 5 songs only (new MacPro), somebody knows how to export 60Go music to iTunes Library ?
    Thanks,
    Peloche
    MacPro 2.66, 6GB, 1.7TB; Mini G4, 1.45, 1GB;iPod 60 GB; 30" & 20" ACD; Apple IIC   Mac OS X (10.4.8)   X1900XT

  • I have a ipod mini from 2005, it will only work on my charger.  I did get a new ipod 4touch, how do i get the music to the new one if i don't know the password of the mini.  My ex-husband set it up for me, i not aboout to call and ask for the password.

    I have a ipod mini from 2005,  it will only work on my charger.  I did get a new i pod touch 4, how do i get the music from the old mini to the new touch.  I have never put any music on it myself, my ex-husband did it all and has the password.  I never new it.  I'm sure not about to call him and I don't think he'd give it to me anyway.  Please help!!!

    I don't think the password will matter, because you can't use anything on the iPod or in iTunes to transfer song files from iPod to computer (except for songs purchased from the iTunes Store).  However, there are third-party methods and utilities that can transfer from iPod to computer.  If you do a Google search on something like "ipod transfer," you should get some links.
    The simple software "lock" used on iPods should not prevent you from off-loading the song files.  Once the song files are on your computer, you can add them to your iTunes library.  Then, you can do a Restore on the iPod to give it a fresh start and sync it (and the iPod touch) as desired.
    NOTE:  For songs purchased by you from the iTunes Store, you can also re-download them to your computer at no cost, from the iTunes Store Purchased screen.  The link to Purchased is on the iTunes Store Home screen, under QUICK LINKS.

  • CUP - field mapping from request to SU01 for Accnt No worked only once

    CUP - field mapping from request to SU01 worked only once. I configured the Field Mapping for Account Number with Account Id. First request worked fine in DEV systems, 2nd and 3rd requests failed. Same thing happened in QA systems. Not sure whether the difference in SP on GRC and ECC is causing this. Any help is greatly appreciated.
    We are currentky on GRC 5.3 ABAP stack SP 14.0  
    and
    ECC - SAPK-53315INVIRSANH VIRSANH 530_700: Support Package 0015
    Any help is greatly appreciated.
    Thanks,
    Vish

    Hi Diego,
    Yes, we are on VIRSANH SP15  also VIRSAHR SP13 for SAP_HR . My connector type is SAP HR System, Version ECC 6.0.
    We are on GRC 5.3  Support Pack 14.0 . Our GRC 5.3 installation is running on ABAP stack.
    It is very strange that in QA client, SU01 got updated atleast 3 times with new account number , user group. Tried 4th time, did not work. In DEV client, it worked only once.
    Thanks,
    Vish

  • I have problems uploading a journal from iPhoto in my iPad, the web page online works on the iPad but I can't open the link on my computer

    I have problems uploading a journal from iPhoto in my iPad, the web page online works on the iPad but I can't open the link on my computer

    What did you rent the film on, your iPad or your Mac ? If you rented it on your iPad then it should have downloaded into the Videos app on it (you should get a rentals tab in the app). If you rented it on your Mac then it should be in the Movies part of your Mac's iTunes library, you will have to connect your iPad to your Mac's iTunes and move it from your Mac to your iPad (I think that it should show on the iPad's Movies tab for moving)

  • EM DB console works only from one node?

    In my 2 node RAC the enterprise manager database console works only from one node i.e the url shows login page only from one node.
    http://NODE2:5500/em------>WORKS, SHOWS LOGIN PAGE AND CAN MANAGE ALL INSTANCES FROM HERE
    http://NODE1:5500/em------>DOES NOT WORK, DOES NOT SHOW THE LOGIN PAGE.
    Please clarify.
    Kadhim

    I have to guess ... (because you tell neither OS nor database version). Assuming it's 10gR2 or higher, that's expected behaviour, dbconsole runs on one node only, the so-called master node. You can change that, see the documentation or this metalink note:
    How to manage DB Control 10.2 for RAC Database with emca
    Doc ID: NOTE:395162.1
    Werner

Maybe you are looking for

  • .mp4 file not opening in safari

    Hi all. Got a problem. I have posted an mp4 file on my website and for some reason when i go to the link, it opens up with millions of numbers,text and crazy stuff. However on other browsers, it plays fine. Any thoughts? Thanks in advance, Matty

  • Best way to secure and sell a PDF

    Over the past year, I've been taking a few IT certification exams, and I have tons of notes that I've converted to PDF. I didn't realize so many people would be so interested in seeing and buying my notes, especially after giving them feedback on how

  • Add 90s date stamp from "date created" to photos

    Hi I'm about to order a photobook (christmas gift for some relatives). The book have nearly 300 pictures in it, The pictures need to have dates. I could add a date manually for each picture but I havent really got time for it. All photos have proper

  • GR of BOM Components in Purchase Order

    HI I have a requirement in which whenever i make a Purchase Order for a particular assemble. At the time of GR of the same purchase order system should make the the GR of its components instead of Main Product ( Assembly ). Regards, Anand.

  • Regarding creation files on app servers programatically

    Hi All, I have a requirement where I have to copy data from one struc to other. The algo implemented is something as under: 1. Select data from source acc to package size.    Total_records = total_records + number of records fetched. 2. move data to