Inc. payments, two banks, same co.code, need different clearing account?

Hi,
Are company is going through bank transition in US, and Canada, and we process 820's that post into SAP using payment advices.  So, we will be getting 820's from both banks in the transition.  We are on ECC6.0.  
**I'm wanting to know whether we should use one clearing G/L account for both banks, or one clearing G/L account per bank?**  FYI.  We will also be implementing EBS from the bank to debit the bank account, and credit the clearing account.
If I should be looking at two clearing account, what is the best way to achieve this? 
The configuration for automatic incoming payment advice is configured:
Payment advice - 06 (payment advice from customer(EDI). and using posting rule BE01, which points back to G/L account in the payment advice configuration.     It does not look at the bank it's coming from to determine the G/L account to post to. 
I do notice that there is Additional account determination keys which looks like an additional account could be used if I setup another custom interpretative algorithm.  Is this a possibility?
Is there something else I should be thinking about in doing this process?    
Thanks for help!!!

Hi,
I've the same problem, could you solve it?
Can someone provide a solution?

Similar Messages

  • Same float code compiled differently on different machines

    Hi,
    Scenario:   same project build on different machines. and then both the  application executed on
    same machine .. giving  slightly different results..(like 23.07499   to 23.07500)
    project involves many float operations.  project build on vs2013. c++
    there is difference oberved in the final value of float calculations..  like 23.07499   to 23.07500
    seems , Same float code compiled differently on different machines,  any input
    Regards,
    james

    >Scenario:   same project build on different machines. and then both the  application executed on same machine ..
    giving  slightly different results..(like 23.07499   to 23.07500)
    Do you get consistent results with the same executable each time you
    run it?
    Assuming you do, and the only difference is the EXEs, what's the
    difference between them - there must be something. Have a look at "How
    to compare binary images of the same project builds"
    https://support.microsoft.com/en-us/kb/164151/ and see if that sheds
    any light onto the issue.
    Dave

  • How do i backup my iphone 3 started on one itunes account and restore to the same phone with a different itunes account without losing all my information?

    how do i backup my iphone 3 started on one itunes account and restore to the same phone with a different itunes account without losing all my information?

    Please search the forums. This has been covered here extensively.

  • HT5114 can i have the same email address with different itunes accounts my kids are to young to have an email address but love apps

    can i have the same email address with different itunes accounts my kids are to young to have an email address but love apps

    Have a look here...
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    And Here  >  Sharing Apps
    http://macmost.com/sharing-ios-apps-with-family.html

  • 2 iphones 1 computer. updated my wifes phone to ios 5 her phone got wiped of all apps and all my contacts are on her phone. we had been using the same apple id but different user accounts on our laptop. How do i get her phone back to normal?

    2 iphone 4, 1 computer. i upgraded to ios 5 and just updated my wifes phone as well. her phone got wiped of all apps and all my contacts were put on her phone. we had been using the same apple id but different user acct on our laptop. How do i get her phone back to normal??

    Have your wife log in to her user account on the laptop. Launch iTunes, then connect her phone to the computer with the USB cable. Sync. That should put back all apps and media. Since you already upgraded her to iOS 5 she'll have to manually enter all her settings and preferences, and organize her home screens.

  • Problem: Reversal (FB08) Needed for Clearing Account

    Dear Gurus,
    I have accidentally run the automatic clearing program (F110), which was not required, in the Production.
    263 documents have been generated.
    How to reverse the Clearing account in this case as FB08 doesn't allow reversing the clearing account.
    Please Help.

    Dear,
    Bhatia FB08 only for normal items
    but you used F110 means you cleared all open items
    so use T-code FBRA
    here select the clearing document numbers
    regards

  • EBS - Checks Auto Clearing for two house banks same company code

    Hello,
    I have two house banks in one company code. Both have the same account numbers but different bank keys. When I load the EBS file, checks of only one house bank are getting cleared. Is there any way I could accomodate both the house banks. I use alogorithm 011, and the EBS is in BAI2 file format.
    Will String search be of any help here.?
    Kiran

    Do you get single statement for both house bank accounts?
    Check the 'Assign Bank Accounts to Transaction Types' in EBS customizing. In this step, you'll assign 'Transaction type' to Bank Key and Bank Account.  See if you have assigned only for Bank account.  If the Bank key field is left blank, this issue is a possibility.  So try defining two lines with the Bank Key-Bank Account combination and assign the same transaction type for both.
    The above solution should work.
    If it does not, you can copy the Transaction type into a new one and then assign the new one to the second Bank Key-Bank Account combination.   Dont forget to 'Assign External Transaction Types to Posting Rules' while copying.
    Either of the options should work for you.
    Ravi.

  • How do we do production orders for same item code in different sizes

    Hi,
    We have Items which we buy as a single sheet of material and our customers can ask for us to cut the complete sheet into different sizes before despatching it. i.e
    Item Code Sheet1: Sheet size 100mm x 100mm
    Customer asks for sheet to be cut into 10 off 10mm x 10mm sheets, which we presently put on the sales order as a line note
    We then generate a production order for this item and indicate on the production order printout the line note
    We've recently had a customer who has asked for Item 1 in two different sizes on the same sales order ie
    Order Line 1 Sheet1 Qty:1 Line note: cut into 10mm x 10mm sheets
    Order Line 2 Sheet1 Qty:1 Line note: cut into 50mm x 50mm sheets
    When generating the Production order SAP combines the items into
    Product No: Sheet1
    Planned Qty: 2
    Where as we want it to create 2 production orders 1 of each different sizes items.
    I know I can create BOMs for those two sizes, but customers can ask for the sheets to be cut to whatever size they want. Is the best method to create BOMs on the fly for each different sizing option or are there alternative methods that are easier to manage ?
    Thanks
    Carl

    Hi Carl Rutter,
    You have to creat 2 special production order for this item. when issue the component make sure you issue the stock as per the cosumption becaue one have 10mmx10mm and the another item have 50x50 in this case you issue component by square inch wise. for example 10*10 = 100 squre inch.
    50*50 = 2500 square inch so the cost will be approtionate. you can Use multiple uom method to obtain this, other wise you have covert into stock then you issue the component. If you want traxk size wise ,you can use batch option for Finishe goods.
    Regards
    Sridharan

  • Same C++ code gives different result in MacOSX and Ubuntu

    Hi
    I have a C++ program which starts by reading an external file, but changing the name of the file give me different results.
    I selected just the important part and made a simple file with the reading part of my program and can be downloaded here
    http://dl.dropbox.com/u/664351/files.zip
    It just reads the external file and does the output of some values.
    It has two external file examples. If one uses "x.txt" everything works fine, but if we use "dados.txt", which is a copy of "x.txt", the last value in the output is wrong.
    The stranger is that if i use these same files in ubuntu everything works just fine!
    I tried in a MacBook, a MacBook Pro and an iMac (all of them with macosx 10.6) and i always got the error, but not on ubuntu!
    Does anyone has a clue about what is happening here?
    Cheers,
    Marcelo

    marcelobarbosa wrote:
    Does anyone has a clue about what is happening here?
    Change OutFile from a 20 byte character array to a string. GCC isn't able to tell what type that is and is picking int or something, corrupting your memory.

  • Same exact Code but different results

    I am trying to fill a Listbox in a single Dialog based program using names
    from a file. I started by using an example program from the MSDN - Modeless.
    A simple Dialog based program using a modeless dialog to add strings to a
    Listbox in the main dialog. I inserted into the sample program the following
    code, which works perfectly:
    #include <Fstream>
    BOOL CLeasesDlg:nInitDialog()
    char* names;
    CListBox* pList = (CListBox*) GetDlgItem(IDC_LIST);
    infile.open("Leases",ios::in, filebuf:penprot);
    while( (infile.getline(names,25,'\n')) != NULL)
    pList->AddString(names);
    infile.close();
    Sunce the sample program was just a stepping stone I created my own Dialog
    based program using the AppWizard. I inserted the above code. I now receive
    an "unhandled exception" error every time during the "getline" execution. I
    have been trying for the last several days to track down the problem but can
    not.
    Some of what I learned:
    First-chance exception in Leases.exe (MSVCIRTD.DLL): 0xC0000005: Access
    Violation.
    so I wrote code to establish access permissions:
    int test = 0;
    // Check for existence
    if( test = ((_access( "Leases", 0 )) != -1) )
    // Check for read permission
    if(test = ((_access( "Leases", 4 )) != -1) )
    I stepped thru both with no problem. The file exist and is readable but can
    not retreive the first name.
    In the disassembly window it stops on this line:
    strgetl.cpp --------------------------------------------------------------
    102A75CD 88 08 mov byte ptr [eax],cl
    I do not understand how the code can work in the sample program and not work
    in the one I created. I looked back at another program I wrote several years
    ago and I used the exact same code with no problem. I would think that my
    compiler was corrupted but it compiles the modeless sample program.
    I am totally baffled .... PLEASE ... PLEASE help!
    I would be greatly appreciative

    Hey Randy,
    This forum is reserved for Measurement Studio questions.  I recommend checking with Microsofts forums because the people there will have more experience doing what you are looking for. 
    Regards,
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • Two ipads, same setup, application acts differently..why?

    I have two iPads running PDF Expert.
    Both were upgraded to latest iOS and app installed on same day. Everything else is setup exactly the same way on both iPads.
    I click on edit button at the Network server level and I see the delete option and I am able to delete a server on one iPad. When I click on the edit button on the same application on another iPad, no option to delete a server shows up.
    I hard rebooted the failing iPad as well as reinstalled app but this did not fix the issue.
    What type of issue could this be?

    If you set the iPad up over WiFi, when you entered your Apple ID on the device, iCloud downloaded all of your content from your iCloud backup would be my assumption as to what happened. As Eric said, you can change the iPad name in Settings>General>About>Name.
    You can delete any content that you don't want on this iPad and download it later if that's what you want to do. If you are using the sme Apple ID on both devices, there will be no conflicts whatsoever with purchased content. You can download content to either or both devices with the same Apple ID,
    if you want to keep both iPads in sync with purchases go to Settings>iTunes and App Stores>Automatic Downloads and turn it on for apps, music and books - or any combination of the three items - and when you download that content on one iPad, it will also download the other iPad.

  • Can you sync two iphones to the same computer but with different itunes account

    i have got an iphone 4 and my brother would like to get one but we are unsure whether we can both sync our phones on the same computer, within him ended up with all my music and photos. is there a simple way round this?

    check out method one from this support article -> How to use multiple iPods, iPads, or iPhones with one computer

  • Cant Update iSupplier Bank details after approved,need to modify account no

    I created the bank details in iSupplier and approved it. Now While trying to update the bank account number, in update page the field is not editable. The only fields that are editable are End dates and Bank Account Name. Is there a way i can make Account number field editable?
    System on R12.1.3
    Steps to reproduce:
    1) Login to iSupplier
    2) Go To Admin Tab
    3) Click on Bank Details
    4) Press Update for bank details with Approved Status
    5) Account Number field is not editable
    Any suggestions??

    Hi,
    I am also currently experiencing the above issue.
    Have you been able to resolve this, or identify whether this is intended functionality?
    Thanks in advance.

  • Same gui code 2 different results in xp and 7

    First Machine:Xp,netbeans 6.8, jdk 6 update 19(upgraded due to that problem)
    Second Machine:7,netbeans 6.7.1, jdk 6 update 17
    Image1: http://img686.imageshack.us/img686/5781/gui1.jpg
    Image2: http://img30.imageshack.us/img30/3751/gui2y.jpg
    Here is the code:
    public class MyFrame extends JFrame{
    public Point point1;
    public Point point2;
    private ImageIcon imc;
    private ImageIcon imc2;
    private final Color c1 = Color.green;
    private final Color c2 = Color.cyan;
    private final Color c3 = Color.yellow;
    private final Color c4 = Color.red;
    public MyFrame(Point p1,Point p2,String filename1,String filename2){
    super("xxx");
    imc = new ImageIcon(filename1);
    imc2 = new ImageIcon(filename2);
    point1 = p1;
    point2 = p2;
    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    JLabel emptyLabel = new JLabel("");
    emptyLabel.setPreferredSize(new Dimension(850,650));
    getContentPane().add(emptyLabel, BorderLayout.CENTER);
    //Display the window.
    pack();
    setVisible(true);
    @Override
    public void paint(Graphics g){
    g.setColor( c2 );
    g.fillRect(50, 100, 750, 500);
    g.setColor( c1 );
    g.fillRect( 150, 200, 550, 300 );
    g.setColor( c3 );
    g.drawRect( 100, 150, 650, 400 );
    g.setColor( c4 );
    g.drawLine( 425, 500, 425, 600 );
    imc.paintIcon(this, g, point1.x, point1.y);
    imc2.paintIcon(this, g, point2.x, point2.y);
    }Any solution for that?
    Thanks in advance.
    Edited by: kapodistrias on Mar 31, 2010 12:06 AM

    Really thanks.
    But I think if I had not run it in another machine I would have thought that it was right.
    I have done all the backround but I still cannot add the 2 image icons.
    I tried these inside the jpanel after the background but it seems they don't work.
    Image imc3 = imc.getImage();
    g.drawImage(imc3, point1.x, point1.y, this);
    or
    imc.paintIcon(mypanel, g, point1.x, point1.y);
        public class MyPanel extends JPanel{
            public MyPanel(){
                add(new JLabel(""), BorderLayout.CENTER);
                this.setBackground(c1);
            @Override
            public void paintComponent(Graphics g){
                super.paintComponent(g);
                g.setColor( c2 );
                g.fillRect(50, 100, 750, 500);
                g.setColor( c1 );
                g.fillRect( 150, 200, 550, 300 );
                g.setColor( c3 );
                g.drawRect( 100, 150, 650, 400 );
                g.setColor( c4 );
                g.drawLine( 425, 500, 425, 600 );
                Image imc3 = imc.getImage();
                g.drawImage(imc3, 0, 0, this);
                //imc.paintIcon(mypanel, g, point1.x, point1.y);
                //imc2.paintIcon(mypanel, g, point2.x, point2.y);
        }

  • Two items same colour swatch; showing differently!

    I am constantly having this problem so I thought I'd ask for a bit of guidance.
    I have a colour swatch that I use regularly, and I use it for table headers a lot. For some reason on the same page, using the same swatch the table headers look different!
    Colour Settings:
    Settings: Custom
    RGB: Monitor - RGB - Display
    CMYK: ColorSYnc CMYK - Generic CMYK Profile
    Colour Management Policies:
    RGB: Off
    CMYK: Preserve Embedded Profiles

    Reading the RGB values on that screenshot in Photoshop indicates that the orange is identical on both those headers. I think it's your monitor that makes it appear different.
    You can read the CMYK values by opening the the Separations Preview pallette, switching View to Separations, and hovering over the orange area. I bet it's the same values for both headers.

Maybe you are looking for

  • Set variable via Javascript

    I got a long string (length exceeds 32512) from Javascript, and want to pass the sting to a variable to a item called P_SQL I use *$x("P_SQL").value* in javascript to set the value, but my process couldn't get the value before I submit, however, when

  • Error in executing job captured ?

    hi , if i have an oracle job and it executes with an error , is the error captured anywhere ? if not how shld i capture the job's error ? pls advise rgds

  • I have CS4 but am installing CS6 rather than upgrading.  Do I need to uninstall CS4?

    I am still using CS4 at prepsent but am installing the complete CS6 rather than upgrading.  Do I need to uninstall CS4 or is that taken care of when installing CS6? 

  • I can no longer launch Premiere Pro.  It crashes every time before opening.

    This issue has been coming on for a couple months.  Every once in a while, when I launched Permiere Pro, it would crash.  I would restart the computer and get it to open. Now, I cannot get PP open at all.  When I launch the program, I see the splash

  • Unremoveable icons from Sidebar

    I have recently upgraded to Leopard, and still undecided if that was a smart idea. Anyhow, in the sidebar I have 2 icons - Movies and Public. When I try to select either of them, the message "The volume for "Movies" cannot be found", or "..."Public"