Payment Order Listing After Recording the Actual Payment via F-53

Hi SAP Expert,
i am using the payment order functionality in processing the automatic payment program in F110 and I manually clear the payment order in f-53.  My question is, is there a way to preserve the payment order number in the cleared document or original accounting document when clearing is executed via f-53?  when there is no clearing procedure yet,  payment order can be tracked in table PYORDP but i cant find any table where the original accounting document, payment order number and clearing document are stored. 
hope somebody can help.
thank you.
Lor
Edited by: Lorena Santos on Sep 21, 2010 2:00 PM

Donet use payoder payment method. Change the config settings in payment method (bank transfer) and modify description as payment order.
Hope this helps.

Similar Messages

  • BADI / User exit for Purchase order(ME21N) after saving the document

    Hi expert,
    I need the BADI / User exit for Purchase order(ME21N) after saving the document
    This is for email sending after create the purchase order so PO document number will be the import parameter
    pls help me
    point will be reward
    Regards,
    Ganesh

    Hi Ganesh,
    Could you please share your solution?
    Thanks.
    Hoops
    Edited by: Hoops on Jun 13, 2011 10:51 PM

  • Payment order list

    Hi Experts,
    The user would like to generate a proposal list from F110 for certain AP items but these are not going to be cleared or paid out yet until later where user would actually clear them via F-53.  So I thought of using the "payment order only" function in FBZP.  But I found out that the selected items are not available anymore for clearing via F110 or F-53.  It can only be cleared via electronic bank reconciliation.  My questions are:
    1.) Is there a way I would be able to pay or clear the selected items without having to go through the electronic bank program?  As EBS is not being used by the client.
    2.) Is there other way I can get a proposal list from F110 but not actually clear or pay them yet?
    3.) If not from F110, is there a report where I can get a list of selected items for payment?
    Thank you so much for your guidance.
    Regards,
    Thess

    Donet use payoder payment method. Change the config settings in payment method (bank transfer) and modify description as payment order.
    Hope this helps.

  • Refresh the drop down list after update the table

    I have tab with three pages in each page one data block. I have table with primary key of combination of the other tables foreign key. I am populating the combination of foreign key in dorp down list. In the when-new-form-instance trigger I populate the two lists, work fine. But if I add a new record in the other tables and I need this one to display in the list. I am trying to execute the same procedure which is populate the list
    First time I get this error. FRM-41337. How can refresh the list to display the new record as well.
    Thanks in advance
    null

    Hellow Tamer
    What you wanna do is to display the element entered in the List after you have added it manualy.
    I think you must re-populate the Recordgroup
    again.
    The Procedure you used to populate the RecordGroup in the When-new-Form-Instance,
    must include the statement:
    DELETE_GROUP()
    like This:
    PROCEDURE Populate_The_List(list_id ITEM, sql_stat VARCHAR2) IS
    group_id RecordGroup;
    outcome NUMBER;
    BEGIN
    --Create temporary record group.
    group_id := CREATE_GROUP_FROM_QUERY('List_Elements', sql_stat);
    IF ID_NULL(group_id) THEN
    MESSAGE('Record Group could not be created in Populate_the_List.');
    RAISE FORM_TRIGGER_FAILURE;
    END IF;
    --Populate record group.
    outcome := POPULATE_GROUP(group_id);
    IF outcome <> 0 THEN
    MESSAGE('Record Group could not be populated in Populate_the_List.');
    RAISE FORM_TRIGGER_FAILURE;
    END IF;
    --Populate list item
    POPULATE_LIST(list_id, group_id);
    --Destroy the temporary record group to release resources
    DELETE_GROUP(group_id);
    EXCEPTION
    WHEN OTHERS THEN
    MESSAGE('Internal error occurred in Populate_the_List.');
    RAISE FORM_TRIGGER_FAILURE;
    END Populate_the_List;
    SQL_STAT refers to the SQL statement used further to populate the List.
    Hope this Helps
    Regards
    Tariq

  • VuGen 11.00 script is not getting saved after recording the script.Getting JIT Debugging error

    Hi ,
    I am able record the script successfully through Vugen 11.00. But while i am trying to save the the script the Vugen stops responding for few minutes and gives a error pop up is coming Saying "Unhandled  exception occured in a component in your application.....".
    Below is exception caught:
    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.
    ************** Exception Text **************
    System.NullReferenceException: Object reference not set to an instance of an object.
       at LogicNP.FileViewControl.x536ecdb7386d29a6.x2db8e1a2d8ef1ead(xb2fdad904b77f843 xcbf23e6fdf2aa08b, IntPtr xe2562f0dc0544189, DisplayNameFlags x9432081594ec509d, IntPtr x5e5a9895844ba8d2, x09b9e24e089559b0 x49a64970a3136cae)
       at LogicNP.FileViewControl.x536ecdb7386d29a6.x1dafd189c5465293(xb2fdad904b77f843 xcbf23e6fdf2aa08b, IntPtr xe2562f0dc0544189, DisplayNameFlags x9432081594ec509d, IntPtr x5e5a9895844ba8d2, x09b9e24e089559b0 x49a64970a3136cae)
       at LogicNP.FileViewControl.x536ecdb7386d29a6.x4e2d9d6d7d7d99b0(xb2fdad904b77f843 xcbf23e6fdf2aa08b, IntPtr xe2562f0dc0544189)
       at LogicNP.FileViewControl.ListItem.x77be53ce49261911()
       at LogicNP.FileViewControl.ListItem.get_Path()
       at QTFileDialogs.FSControl.fileView1_AfterItemAdd(Object sender, FileViewEventArgs e)
       at LogicNP.FileViewControl.FileView.x63783b721e2e30d9(Int32 xccb63ca5f63dc470)
       at LogicNP.FileViewControl.FileView.x5921718e79c67372(IntPtr xe2562f0dc0544189)
       at LogicNP.FileViewControl.FileView.x6d54aa19d20a6718(IntPtr x60b03290ec39ff34, Boolean x6aa0fd35fe33c0ce)
       at LogicNP.FileViewControl.FileView.x7cb4bb83abfb9710(String xaead53c3b2567ee7)
       at LogicNP.FileViewControl.FileView.set_CurrentFolder(String value)
       at QTFileDialogs.FSControl.FSControl_Load(Object sender, EventArgs e)
       at System.Windows.Forms.UserControl.OnLoad(EventArgs e)
       at System.Windows.Forms.UserControl.OnCreateControl()
       at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       at System.Windows.Forms.Control.CreateControl()
       at System.Windows.Forms.Control.WmShowWindow(Message& m)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.ContainerControl.WndProc(Message& m)
       at System.Windows.Forms.Form.WmShowWindow(Message& m)
       at System.Windows.Forms.Form.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    ************** Loaded Assemblies **************
    mscorlib
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5477 (Win7SP1GDR.050727-5400)
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    BPTManagerImpl
        Assembly Version: 11.0.0.8825
        Win32 Version: 11.0.0.8825
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/BPTManagerImpl.DLL
    BPTManager
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/BPTManager.DLL
    Interop.TDExtendedAPI
        Assembly Version: 9.52.0.0
        Win32 Version: 9.52.0.0
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/Interop.TDExtendedAPI.DLL
    Interop.SOAMaf
        Assembly Version: 9.52.0.0
        Win32 Version: 9.52.0.0
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/Interop.SOAMaf.DLL
    VugenIntegration
        Assembly Version: 11.0.0.8825
        Win32 Version: 11.0.0.8825
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/VugenIntegration.DLL
    System.Windows.Forms
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5468 (Win7SP1GDR.050727-5400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    System
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    System.Drawing
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    interop.OTAClient
        Assembly Version: 11.9.9.9999
        Win32 Version: 11.9.9.9999
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/interop.OTAClient.DLL
    VuGenFileDialog
        Assembly Version: 11.0.0.8825
        Win32 Version: 11.0.0.8825
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/VuGenFileDialog.DLL
    QTFileDialogLib
        Assembly Version: 11.0.700.0
        Win32 Version: 11.0.700.0
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/QTFileDialogLib.DLL
    OTAWrapperLib
        Assembly Version: 11.0.721.0
        Win32 Version: 11.0.721.0
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/OTAWrapperLib.DLL
    FileDialogServices
        Assembly Version: 11.0.0.8825
        Win32 Version: 11.0.0.8825
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/FileDialogServices.DLL
    QTFileDialogs
        Assembly Version: 11.0.0.8825
        Win32 Version: 11.0.0.8825
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/QTFileDialogs.DLL
    QTFileDialogIfsLib
        Assembly Version: 11.0.700.0
        Win32 Version: 11.0.700.0
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/QTFileDialogIfsLib.DLL
    QTOTAWrapper
        Assembly Version: 11.0.0.8825
        Win32 Version: 11.0.0.8825
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/QTOTAWrapper.DLL
    System.Xml
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5476 (Win7SP1GDR.050727-5400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    Log4netWrap
        Assembly Version: 0.0.0.0
        Win32 Version: 11.0.700.0
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/Log4netWrap.DLL
    msvcm80
        Assembly Version: 8.0.50727.6195
        Win32 Version: 8.00.50727.6195
        CodeBase: file:///C:/WINDOWS/WinSxS/x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6195_none_d09154e044272b9a/msvcm80.dll
    System.Configuration
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5476 (Win7SP1GDR.050727-5400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    QTOTAWrapper.XmlSerializers
        Assembly Version: 11.0.1465.0
        Win32 Version: 11.0.1465.0
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/QTOTAWrapper.XmlSerializers.DLL
    ocap_h8y
        Assembly Version: 11.0.0.8825
        Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    0kybcvp7
        Assembly Version: 11.0.0.8825
        Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    Infragistics2.Win.Misc.v7.3
        Assembly Version: 7.3.20073.1053
        Win32 Version: 7.3.20073.1053
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/Infragistics2.Win.Misc.v7.3.DLL
    Infragistics2.Win.v7.3
        Assembly Version: 7.3.20073.1053
        Win32 Version: 7.3.20073.1053
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/Infragistics2.Win.v7.3.DLL
    Infragistics2.Shared.v7.3
        Assembly Version: 7.3.20073.1053
        Win32 Version: 7.3.20073.1053
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/Infragistics2.Shared.v7.3.DLL
    Infragistics2.Win.UltraWinEditors.v7.3
        Assembly Version: 7.3.20073.1053
        Win32 Version: 7.3.20073.1053
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/Infragistics2.Win.UltraWinEditors.v7.3.DLL
    Accessibility
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
    Infragistics2.Win.UltraWinExplorerBar.v7.3
        Assembly Version: 7.3.20073.1053
        Win32 Version: 7.3.20073.1053
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/Infragistics2.Win.UltraWinExplorerBar.v7.3.DLL
    LogicNP.FileView
        Assembly Version: 10.0.0.0
        Win32 Version: 10.0.0.0
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/LogicNP.FileView.DLL
    LogicNP.ShComboBox
        Assembly Version: 10.0.0.0
        Win32 Version: 10.0.0.0
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/LogicNP.ShComboBox.DLL
    ScriptContext
        Assembly Version: 11.0.9409.0
        Win32 Version: 11.0.9409.0
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/ScriptContext.DLL
    CorrelationSDK
        Assembly Version: 11.0.9409.0
        Win32 Version: 11.0.9409.0
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/CorrelationSDK.DLL
    Interop.VugenBackEnd
        Assembly Version: 11.0.0.8825
        Win32 Version: 11.0.0.8825
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/Interop.VugenBackEnd.DLL
    Interop.VugenDocIfs
        Assembly Version: 11.0.0.8825
        Win32 Version: 11.0.0.8825
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/Interop.VugenDocIfs.DLL
    CorrelationFramework
        Assembly Version: 11.0.9409.0
        Win32 Version: 11.0.9409.0
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/CorrelationFramework.DLL
    FileLogger
        Assembly Version: 11.0.9409.0
        Win32 Version: 11.0.9409.0
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/FileLogger.DLL
    System.Web
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5479 (Win7SP1GDR.050727-5400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
    HTTPSnapshot
        Assembly Version: 11.0.9409.0
        Win32 Version: 11.0.9409.0
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/HTTPSnapshot.DLL
    lxnorxdy
        Assembly Version: 11.0.9409.0
        Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    xp_nfinj
        Assembly Version: 11.0.9409.0
        Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    PostFilterCorrelationRules
        Assembly Version: 11.0.9409.0
        Win32 Version: 11.0.9409.0
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/PostFilterCorrelationRules.DLL
    PostFilterInScriptFinder
        Assembly Version: 11.0.9409.0
        Win32 Version: 11.0.9409.0
        CodeBase: file:///C:/Program%20Files/HP/Virtual%20User%20Generator/bin/PostFilterInScriptFinder.DLL
    xftg046s
        Assembly Version: 11.0.9409.0
        Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    For example:
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.
    Please let me know how to resolve this issue. This is causing a major blocking for my testing

    Looking at the error message "The Network Adapter could not establish the connection" , It appears hostname and port may be incorrect. Review the targets.xml under E:\oracle\product\10.2.0\db_1\SAP_solman_SDB\emd and
    emoms.properties under E:\oracle\product\10.2.0\db_1\SAP_solman_SDB\config folder to make sure host ( sap_solman) and port (1527) are correct.
    As far as setting the environment variables goes, you can go to control panel -> system -> advanced -> environment variables and set the ORACLE_HOME and ORACLE_SID
    -Ramesh

  • How do I add a password to my list after leaving the site requiring one?

    After establishing my ID and password for a shopping site, and Firefox did not automatically ask if I wanted it saved (and I did not say "Never for this site") how can I add the password to my list so that it automatically fills in next time I visit that site?

    See http://kb.mozillazine.org/User_name_and_password_not_remembered

  • Songs out of order even after editing the info

    Hello,
    Just recently out of the blue I noticed that some of the songs in my library were not in the correct order as they appear on the album. I went under "Get Info" to make sure that the track listing was correct (i.e. Track 2 of 10) and everything was correct, yet it still showed up in the wrong order. I even re-typed everything hoping it would reset but it did not. Any ideas why this would be happening? It appears to be only on albums that I purchased through iTunes (and yes, each song was purchased at the same time). Any help would be appreciated!

    You're sure you're displaying by album and not by artist or some such?

  • Record the actual sound of my keyboard?

    I have a hammond xk3c keyboard and was wondering what the best way to record it's sound onto garageband is. If i plug it into the guitar input on my interface it doesnt sound clean, so i bought an adapter to plug it into the mic input but it still sounds fuzzy. The keyboard has midi ins and outs but ive never done anything with them. Also, i would really like the sound to be stereo because the leslie simulation sounds really awesome.
    Any help would be appreciated, thanks

    I was assuming the amp itself was part of the sound (as with the Leslie speaker used by many Hammond organ players). If the amp isn't part of the sound, or is simulated in software, which seems to be the case here, then yeah, you're right: go direct. But the poster said the sound he gets going direct isn't satisfactory, which leans toward the use of a better audio interface and/or preamp of some sort.
    Here's the keyboard in question:
    http://www.hammondorganco.com/readmoreXK3c.htm
    That says it has left and right line out (doesn't say what sort of connector, unfortunately), "MIDI In/In2/Out" (by which I can only assume they mean in/out/through?), and headphone out.
    I assume those L/R outs are 1/4", though they could be XLR or RCA or, who knows what else. If hooking those up to the Mac via adapters and such doesn't yield a decent sound (ditto for doing the same with the headphone out) then I'd recommend a decent USB audio interface.
    In either case, seeing as this thing could be a really nice MIDI controller (though why they didn't add a USB interface is a mystery to me), I'd say it's totally worth the cost of a MIDI interface to hook this thing up and use it as a controller for other software instruments.

  • Restoring my mac book pro after copying the files off via target disk

    Hi guys any help would be great.
    I had a problem with my hard drive in my early MBP, after seeing an apple genius, who said it was mostly likely a software issue and wiping the disk and reinstalling everything shoudl fix it.
    So as i didnt have an up to date time machine back up, i used the target disk utility to copy the files from the drive over onto another mac (actualy on a networked harddrive)
    no i have completed a wipe, and reinstalled the operating system (snow leapeard as thats the last disc i had - MBP was on Lion prior to the issues)
    now i want to restore all my files from before.
    what is the best way to do this?
    can i just drag and drop each file from the networked hard drive back into the coresponding ones on my MBP?
    thanks

    Only your users files inside music, pictures, movies documents etc folders.
    Nothing in Library, nor Applcations, you do that you hose the account and the apps won't work anyway, at least most of them.
    or i will have to reinstall the aplications but i tunes and so on will be able to find the files?
    yes and reinport music into iTunes so it goes into the new itunes library file, ditto with iPhoto Library (old) righ click and "show package contents" and import the Originals folder contents into new iPhoto library.
    support files have paths in their files that go to the path on the origanl system, you changed that so the paths are off, so you import the original files again.

  • Payment Order Currency

    Dear All
    We have are using payment order to post all the AP Payments and later with the help of EBS system clears the vendor open items. We have scenario where vendor invoice currency is AED but we process the payment via SAR. Now when we upload the EBS system give error  message Message no. F5794 i.e. 000000000000000000001000000214 is not a payment order for currency USD. Correction required.
    Any body experience this scenario and how it is fixed
    Thanks and Best Regards
    Farhan Qaiser

    Hi
    We are at the moment not entering the payment currency at the time of invoice posting. Now example our invoice is posted in AED. When we run f110 we select the bank account house bank of SAR. System create the payment order later on we upload the bank statement. Bank Statement currency is sar in that case system give error because payment order currency is different from the bank statement currency. I know we can fix this if we enter the payment currency at the time of booking invoice but we even do not know at the time of payment which account we will use it and in that case we cannot decide at the time of invoice booking the payment currency. Only once the payment proposal is created our treasury section decide. In that case we donot want to go to FBL1N change the payment currency and rerun the proposal. Hope you understand the issue
    Thanks and Best Regards
    Farhan Qaiser

  • F110, is it possible to list the down payments

    Hello All,
    While running F110 APP is it possible to get the list of all the down payment  request made at the time of creating the proposal?
    If it is possible how?
    Thank you in advance for the reply
    Regards
    Arun.R

    Hi,
    Sorry the heading is wrong , it is not down payment it is to get list of Downpayment Request which is due , while doing APP
    Regards
    Arun

  • Payment order clearing with EBS in SAP

    Hi All,
    I am little confused with Payment order clearing with EBS. Actually the process is as below.
    1. We create an invoice for Vendor - FB60 / MIRO
    2. We make the payment through F110, which creates a payment order but this will not post the payment document. Here, the payment order will be generated for payment ref.
    We should clear that Invoice by uploading the EBS.
    I have created a posting rule as below
    Posting rule Z092
    Posting Area 1
    Debit side
    Posting key 25
    Acc Symbol (Debit) - Blank
    Credit side
    Posting key 50
    Acc Symbol (Credit) - Main Bank Account
    Document type - KZ
    Posting type - 1
    Assigned Ext. Trans. Type to posting rule as below
    Ext. Trans. Type 702    +   Posting rule Z092    Interpretation Alog - 29
    The below is the error i am getting while uploading the EBS stmt in FF_5
    I am getting the error saying "Error: (F5 104) Vendor * is not defined in company code XXXX".
    The Accounting entry should be
    Dr  Vendor   A/C
    Cr  Main Bank A/C

    Hi Raju ,
    The Problem seems to be that the payment order number is extended with your company code number due to which the system is not recognizing your payment order. Give one more try by just entering the payment order number and deleting the co code and year after that, just like below.
    88,0000002157
    88,/06590719801706 0000002157
    88,0000002157
    Thanks,
    Suresh

  • Payment Order delted

    Dear All
    For processing vendor payment we run APP and once close the proposal system generate the payment order. Later we upload the payment details in the HSBC website. After that signatory approves the payment and then payments are processed in the bank. Next day when we upload the EBS sytem clears the vendor open items with reference to payment order. Sometime when we load the payment details  in the bank website, some of the payments rejected by the signatory. We then delete the payment order and then rest of the payments are processed.
    System stores the data for payment order in (REGUH and REGUP) and( PYORDH and PYORDP) tables. Once we delete the payment order system remove the data from P* tables but in R* tables information remains there.  But there is no indicator in Rseries tables that payment order is deleted and once the EBS is upload all the information from P series tables are deleted for payment order. Is there any way we can find out which payment order user deletes and which payment order are deleted fromP* series table results in clearing from EBS.
    We need this to print the payment advice only for the payment order which are not deleted by user
    Thanks and Best Regards
    Farhan Qaiser

    OK The posting run date is a reference date -
    The posting date is when the actual payment posting date will be and the date of the clearing of open items
    Docs entered up to field - looks at when documents have been posted i.e. entry date
    Items due by - is the due date of documents to be included in the payment run.
    Further to this you need to enter the next payment run date. This is used for cash discounts, if a Vendor has a cash discount payment term it will include the invoice for payment if the date used in the next payment run would mean cash discount would not be available.

  • Payment order to pick lineitems due on future date then run date

    When we use payment order option for any payment method defined it means that :Where a payment order is to be carried out at some time in the future, the line items are not cleared very much earlier than the date on which the payment is made.
    However i have a question
    Point 1 :Should i run the payment run on a future date.
    Ex: If there is an invoice dated 03.03.2010 and due on 15th March 2010,should i run it as on 3rd March and will still the line item be picked up to be paid inthe future.
    or Should i run the payment run as on 15th March to get the item picked.
    I have another question here ,if i run as on 15th March ,will it pick up lint items which are due on 16th or any date after that.
    Where do i define to system ,if i run a payment run it should ppick up line items due upto so and so date and create the payment order.
    Please advice.

    OK The posting run date is a reference date -
    The posting date is when the actual payment posting date will be and the date of the clearing of open items
    Docs entered up to field - looks at when documents have been posted i.e. entry date
    Items due by - is the due date of documents to be included in the payment run.
    Further to this you need to enter the next payment run date. This is used for cash discounts, if a Vendor has a cash discount payment term it will include the invoice for payment if the date used in the next payment run would mean cash discount would not be available.

  • Payment order Deleted

    Hello Experts,
    I have a query as below,
    Vendor master created with Payment method C(Cheque) -No payment order configured in FBZP
    Customer has been assigned  in Vendor master and Customer has been created with Payment method Q(Payment method configured(FBZP)_
    MIRO posted for Vendor and System included for payment proposal and Payment order has been posted for Vendor line item
    Not sure how user has deleted the payment order,Upon checking table PYORDP, System resulted No entry exists.
    Now after payment order deleted i can still see payment order exist in line item i.e. in document
    If we try to execute payment now system doesnt considering this line item for payment.
    Please tell me the way forward on this
    Note:-Sorry with my presentaion as i am new to SCN
    Regards
    Kiran            

    Hello Jayj,
    Thanks for the reply,
    But as i already mentioned above user has already deleted payment order, and it doesnt exist in  PYORDH and PYORDP respectively.Meanwhile even after deletion i still can see Payment order in line item of the docment and because of this system doesnt considering this for F110.
    Please tell me how can make this entry considerble inF110
    Regards
    Kiran

Maybe you are looking for

  • A big THANK YOU to B. NOIR! because...

    I just experienced my first "iTunes has encountered an error and needs to close" warning!, when I booted up my machine this morning and tried to launch iTunes. I tried and tried to coax iTunes to open but I wasn't successful! Next, I decided to back

  • Event Handler is not being triggered- 11G Release2

    Hi all, I developed a postprocess event handler which I am expecting to be triggered when my custom task for trusted reconciliation run. I have deployed my event handler using plugin registration utility. I put a static block in my class to see if my

  • Windows quicktime- memory faults causing non-response on 720p video MJPEG codec

    windows vista 64 home premium nvidea evga gtx260 with latest drivers 4 gb ram (2.5 gb free) code 2 quad Q9950 yorktown processor at 2.83 ghz more Hard drive than i will ever use.... trying to play HD 720p video recorded on casio camera. Quicktime pro

  • Cannot scroll up or down in Firefox, just started

    A couple of days ago, it just started not scrolling. I can scroll with the mouse scroll button. I cannot scroll with keyboard arrows, up and down. I have checked everything I can think of. There is no symbol anywhere that I can see. I don't see anyth

  • My ipod isnt appearing on my computer or on itunes

    i am connecting my cable onto my computer and ipod but my ipod doesnt seem to have any reaction nor my computer or itunes. i know my charger is working because when i turn off my ipod and connect the charger to it, it turns on but it doesnt seem to s