Last Statement Balance

Hi Experts,
I'm trying to figure out how I can reset or change the Last bank statement balance on the external manual bank reconciliation screen. I've been watching threads that tell you to have a look at OBKN but this is only to process external bank statement table.
Does anybody know how I can change the balance or should I contact SAP Support.
The client changed from using manual to importing bank statements and made some critical errors and we needed to cancel a few reconciliations. But now it's not the correct balance as what we need it.
Any help would be greatly appreciated.
Regards,
Lou van Wyk

There is a bug in 2007A which causes this value to be incorrect, so, check your patch level first.
Introduced 2007A PL 47 (I think) corrected SP01 PL05-HotFix
For one of our customers it caused the value displaying in the manual rec to be doubled.
If the bug exists, the value in OBNK will be different to the manual bank rec, otherwise they will be the same.

Similar Messages

  • How to view locally saved dashboard in it's last state?

    Hello experts.
    Is it possible to somehow view saved Xcelsius dashboard, exported to .ppt (or .pdf, .doc, .swf files ), offline in it's last state? There are user's requirements to open locally saved .ppt files with embedded dashboards offline from computers, which are not connected to corporate net. The only way I found is to save flash object as picture while viewing PowerPoint presentation.with dashboard online. Do you know any other ways?
    Regards,
    Fedor

    Hello experts.
    Is it possible to somehow view saved Xcelsius dashboard, exported to .ppt (or .pdf, .doc, .swf files ), offline in it's last state? There are user's requirements to open locally saved .ppt files with embedded dashboards offline from computers, which are not connected to corporate net. The only way I found is to save flash object as picture while viewing PowerPoint presentation.with dashboard online. Do you know any other ways?
    Regards,
    Fedor

  • Error in executing the rs.last() Statement

    Hi friends,
    Here with i am attaching the code for your perusal.I am getting
    some typical error.If i am using 'if condition' in my stored
    procedure i am getting error in executing rs.last statement,
    otherwise it's working fine.
    Kindly help me in this regard.
    Thanks in advance.
    P.Hemanand.
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    con = DriverManager.getConnection("jdbc:odbc:dsn","sa","");
    System.out.println("Connection Success");
    String strQuery = "{Call TEST005(?,?)}";
    CallableStatement cs =
    con.prepareCall(strQuery,ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_UPDATABLE);
    cs.setInt(1, 7);
    cs.setInt(2, 5);
    rs = cs.executeQuery();
    while (rs.next()) {
    System.out.println("true");
    rs.last(); //Error in executing this line
    Error Description:
    java.sql.SQLException: Result set type is TYPE_FORWARD_ONLY
    [Loaded java.lang.StackTraceElement from C:\Program Files\Java\j2re1.4.1\lib\rt.jar]
    at sun.jdbc.odbc.JdbcOdbcResultSet.isLast(JdbcOdbcResultSet.java:2066)
    at watscon.main(con.java:42)
    [Loaded java.util.HashMap$KeySet from C:\Program Files\Java\j2re1.4.1\lib\rt.jar]
    [Loaded java.util.HashMap$KeyIterator from C:\Program Files\Java\j2re1.4.1\lib\rt.jar]

    Hi pal,
    I am getting the same error irrespective of INSENSITIVE/SENSITIVE resultset type.The root cause is the usage of if loop in stored procedure.Otherwise i could execute rs.last() statement(if there is no if loop condition in my SP).I couldn't understand why it is so?.
    Thanks for your attempt!!!
    If you have any idea reg. above mentioned error, please feel free to share with me.
    Thanks in advance!!!!!!
    HEM.

  • Vendor Statement Balance reconciliations

    Good afternoon
    I am currently engaged at a customer that wants to perform automated Vendor Statement Balance reconcilitions in SAP.
    They are looking for SAP functionality that will enable them to upload monthly vendors statement transactions into SAP and reconcile the external statement transactions to the SAP-AP vendor transactions. 
    At the end of the period they then want to produce a report containing the following information:
    Balance per external vendor statement                  XXX
    Transactions on Statement not in SAP                 (xxx)
    Transactions in SAP not on Statement                  yyy
    Vendor balance per SAP                                     YYY
    Please advise if there is any standard functionality available to do this in SAP.
    Kind regards
    Dolf

    Good Day
    Our SAP add-on product is called BEST, and it now allows supplier statements
    to be loaded into SAP (through a variety of electronic means or by fast
    online copy and capture). Once the statement is in SAP, automatic matching
    is performed. Reconciliation reports can be produced at any time and they
    always balance. We will reduce the amount of personnel time spent on
    supplier statements, and improve accuracy, and internal audit control.
    The product is fully integrated to SAP with supplier statement fields added
    to the standard SAP creditors line item displays, and drill-downs to SAP
    documents. The product uses standard SAP authorisations, and has
    configurable settings that are applied using the standard transport
    mechanism.
    I have some information if you interested and I will forward to you with pleasure

  • Consolidation group change: Balance sheet/income statement balance 14,560

    Dear All,
    While performing the consolidation group change task, system throws the error message :
    Balance sheet/income statement balance 14,560,497.62- INR
    Message no. UCD1011
    Diagnosis
    The document to be posted is not completely in balance.
    Entries involving items of the balance sheet or the income statement must always have a zero balance to ensure that both the balance sheet and the income statement are balanced, respectively. This is not true in this case.
    System Response
    Entry cannot be posted.
    Procedure
    Correct the amounts for the balance sheet items and/or income statement items.
    I have checked the COI Settings and not showing any error.
    I have analysed the problem and found that system is not picking one FS item 107501 i.e Profit and Loss CY.
    Can any one suggest me how to resolve this.
    Thanks in advance.
    G Vinod

    Hi DAN,
    i ll elaborate what i wanted to convey.
    When we upload
    1. TB Equal to ZERO
    2. Net of BS items may not be equal to ZERO
    Eg: if September 2010 (FY is April to Mar) file is being uploaded, the profit till the period September will be in PL items. so to the extent of profit element will be the difference in BS Items.
    when u run profit calculation task, after data upload and validation, system will pass the following entry,
    In case of Loss:
    BS - Profit and loss - CY  -           Dr
    PL-  Profit  before MI         -          Cr
    BS- BS Clearing A/c                     Cr
    PL - PL Clearing  A/c                    Dr
    when u run PCC, system ll pick these two items *BS - Profit and loss - CY and BS- BS Clearing A/c. so obviously, posting cannot be done.
    Please tell me if u still not understand
    Thanks and Regards,
    G Vinod

  • Using at  last statement

    hi,
    I am using at last statement in my code in the following code:-
       LOOP AT ITAB1.
          AT LAST.
            SUM .
              WRITE: / ITAB1-SPART,ITAB1-TOT1.
          ENDAT.
        ENDLOOP.
    The code above perform  the calculation of the field ITAB1-TOT1.
    But in output it does not display the division number (ITAB1-SPART) and instead of it shows **.
    I want to show the division no also but due to using of the keyword SUM it does not display it and i had tried to define field spart along with sum but it gives the syntax error.
    can any body provide me guidlines for solving this problem.

    Hi,
    The fileds left to tot1 will not be worked with in the cotrol command statements like at new,at end of,at lat.
    So Modify the code as follows.
    data:
      w_SPART type vbak-SPART.
    LOOP AT ITAB1.
    w_SPART  = itab1-spart.
    AT LAST.
    SUM .
    WRITE: / w_SPART,ITAB1-TOT1.
    ENDAT.
    ENDLOOP.

  • Ncome Statement & Balance Sheet Reporting via a single ASO cube

    Hi All,
    I wanted to get some perspective on industry best practices as it relates to performing Income Statement & Balance Sheet reporting via a single Essbase ASO cube. As both these areas share a lot of common dimensions, do most of the companies implement a single cube for integrated reporting or split cubes and have tools like HFR, Web Analysis etc. combine the information from those cubes for integrated cube.
    Appreciate any thoughts on this.
    Thanks!

    In 16 years of Essbase/Hyperion experience (14 of them consulting and training), I have seen just as many clients combining income statements and balance sheets in the same cube (BSO or ASO) as I have seen separate the two into individual cubes. Just as the BSO/ASO decision should factor in data volumes and hierarchy size, the combined/separate cube decision must come from good analysis of the situation at hand. Sometimes it is just a design preference for the company at hand.
    Your question seems weighted toward ASO, so I would encourage you to make sure you are using ASO for the right reasons. I reserver ASO for cubes where the current or planned amount of history carried will be massive and/or when a very large hierarchy is required. Otherwise, I prefer to have the full flexibility of BSO.
    One favorite project was for a re-insurance company in Bermuda (you can probably guess some of the other reasons I considered it a favorite project!?!). The consolidated P&L and B/S were in the same cube. This allowed us to properly "connect" the two statements such that retained earnings at the end of a quarter could flow over to hit the balance sheet. Of course, a two-cube design wouldn't necessarily prevent this thanks to @XREF (which didn't exist back in those days) or partitioning to name a couple of alternative. This makes my point that, to some extent, it all comes back to a matter of design preference for you and your project team.
    Darrell Barr

  • Income Statement & Balance Sheet Reporting via a single ASO cube

    Hi All,
    I wanted to get some perspective on industry best practices as it relates to performing Income Statement & Balance Sheet reporting via a single Essbase ASO cube. As both these areas share a lot of common dimensions, do most of the companies implement a single cube for integrated reporting or split cubes and have tools like HFR, Web Analysis etc. combine the information from those cubes for integrated cube.
    Appreciate any thoughts on this.
    Thanks!

    You have asked this question the essbase forum :- ncome Statement & Balance Sheet Reporting via a single ASO cube
    Best keeping it to one forum and seeing it is a purely essbase question.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Someone knows last state of having an UISplitviewcontroller in a UITabbarController? It is still prohibiting?

    Hi,
    Some knows what is the last state of having an UISplitviewcontroller in an UITabbarController? Has any one any app with an UISplitViewController in a UITabBarController already in AppStore?
    I’m still finding in the documentation, that the UISplitViewController has to be the root of the APP.
    http://developer.apple.com/library/ios/#documentation/WindowsViews/Conceptual/Vi ewControllerCatalog/Chapters/SplitViewControllers.html
    “A split view controller must always be the root of any interface you create. In other words, you must always install the view from a UISplitViewController object as the root view of your application’s window. The panes of your split view interface may then contain navigation controllers, tab bar controllers, or any other type of view controller you need to implement your interface. Split view controllers cannot be presented modally.”
    But reading in Blogs people says that this is no more prohibited..
    Thanks and cheers

    This is a user-to-user consumer forum. Use the develoepr forums for this topic.
    http://devforums.apple.com/

  • Last State Received / Last State Change Date is Incorrect

    Checking a report today I noticed the Last State Received and Last State Change dates are off for many of our clients. The report I'm looking at is the
    Compliance 8 - Computers in a specific compliance state for an update (secondary)
    The StateMessage.log on our clients show successful submissions to the MP. Statesys.log on SCCM looks healthy as does MPControl.log. Has anyone run into this before?
    Orange County District Attorney

    Hi,
    If you initiate Actions on clients, could this data get updated after a while?
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • I want to keep statement balance at ZERO

    I was looking for some advise on how to keep my statement balances at zero.  My Capital One QuicksilverOne due date is on the 4th of every month.  I would prefer to pay my balance in full so they report my balance at ZERO.  When should i make my payment?  And when should i resume using my credit card? Example:Payment due date 8/4/2015I should make my payment by 7/30/2015 ???I shouldn't make my next charge until 8/5/2015 ??? 

    SouthJamaica wrote:
    slipper wrote:
    I was looking for some advise on how to keep my statement balances at zero.  My Capital One QuicksilverOne due date is on the 4th of every month.  I would prefer to pay my balance in full so they report my balance at ZERO.  When should i make my payment?  And when should i resume using my credit card? Example:Payment due date 8/4/2015I should make my payment by 7/30/2015 ???I shouldn't make my next charge until 8/5/2015 ??? The statement date is 3 days after the payment due date.So you can safely start making charges on 8/8.As to payment it depends how you make the payment. If you're making the payment electronically on their site you can do it the day before the statement date. But it's not always possible to get it to zero. E.g., you have a pending charge for $17.95. You try to pay that on the site before the statement cuts, they won't accept your payment if there's no balance. Then the statement cuts and the $17.95 shows up. Also if there's an interest charge or something, that might not show up until the statement cuts.Thanks.  I'll just make a ZERO balance blackout from 8/2/2015 to 8/8/2015.

  • Displaying Last State of Action

    Let me see if this question makes any sense.
    How do you show the last state of the action in the working slide view?
    For example, if you have a shape that used "move" action, in the slide it only displays the starting state of the action.
    I am trying to copy and paste the last position of that moved shape into the new slide. How do you do that?

    You've identified a limitation of the (current) implementation of Actions -- there is no way to see their final state when editing another Action or Build.
    As a workaround you can try, first start with a "template" object that is the position/size you want for the final state of the Action, then create your Action to fit that template. You can then use the template as a reference for later Builds and Actions, and when done, you can delete it (or make it transparent but keep it there for future edits if necessary).

  • Do charge card statement balances show up on CR's?

    Will the statement balance of my Amex PRG show up on my credit report and count against my utilization? I haven't been maintaing a zero balance right before my statement cuts and I've sorta been assuming that it is negatively affecting my score. Today I read somewhere that charge cards don't report balances to CB's since they are PIF every month. I don't wanna pull a report just to find out since I'm assuming someone on here knows the answer to this question. Thanks in advance for any help.

    Thanks guys. I'm currently carrying (small) balances on 4 cards (all 0%) because of tuition expenses. I'm only using AMEX for day to day stuff to ensure I PIF and lower my debt each month instead of increasing it. I just don't want it to look like I'm carrying 5 balances instead of 4. I could easily manipulate my spending to ensure it reports at 0 but I suppose there is no reason for me to bother with this as it doesn't affect my utilization. Besides I'm not applying for anything soon besides CLI's.

  • Vendor Account Statement Balances Formats problem

    Dear Experts,
    I have a Vendor account statement and by logic the Total at the end should be the same for whatever period i request the statement in (using fbl1n). Currently i have a vendor which has differenet balances if i request the statement from 1.1.2009 to date than from 1.1.2011 to date.
    While checking where the different is, i found out that the amounts Formats is wrong because it's being diplayed 50.000,00 rather than 50,000.00 in the debit and credit but in the Balance column the format is right so the system is conflicting between thousands and hundreds where an amount like 100,39 is there.
    Say for example i have a credit of 60.373,343 the balance displayed next to it is 60.373 and the system is omitting the rest considering that they are not there so when you come to a credit amount of 100,39 the balance is now 10099.373 rather than 60.473.
    So my question is, is there any way that i can make a change for the amount format in the statement or it needs an abaping work?
    please help

    Hi,
    IN SAP Easy Assess menu go to System - User Profile  - Own Data  - in second TAB (Defaults )
    here you can change t he Format of Number.
    If you dont have authorization then ask BASIS consultant to do so.
    Regards,
    Shayam

  • Bank statement balances is not clearde automatically through BDC.

    Dear Friends,
    We are using Manual BRS in our client. For this Our client has requested to update the statement automatically.
    For this we did a BDC progrm to update the statement. BDC program working fine. Because subledger account and main account gets updated.
    But subledger account balances is not getting clear autamatiaclly.
    Ex: when we pass the check to the vendos by using f-53, systom will generate the accounting entry is....
    Vendor account Dr
       To Check issued accout.
    If check has been clear by bank, systom automaticallu pass the entry........
    Check issued account Dr (ff67 or BDC)
       To Main bank account.
    But while updating the statement through BDC, Systom is upadteing the amounts but those balances is not cleared.
    If it is cleared by subledger, we can easyly find out unrecosiled item by subledger account wise.
    Please give me possible sollution.
    Regards,
    Dudekula.

    Hi Bramhiaah,
    You could add the Intepretation Algorithm .i.e rule for clearing in IMG in the same T-code that you create Manual Statement transactions.
    Bank Accounting-> Payment Transactions->Manual bank Statement -> Create/ Assign Business Transactions
    Select the Int Algrthm that you want to use for each transaction.
    In FF67 the same CHECT_KF field can be used to match different fields on the customer document. example the Bank Reference field or CHECT_KF  field can match with check number on the customer document or with the Payorder number depending on the Int Algorthm used for that transaction.
    Please refer to the following link from SAP help site. This gives details of how the Int Algorthm works. Although this documentation is in reference to Electronic Statements, it will help you analyse which Int Algo and how to use it for manual Bank statement. The Int alogrhtms are the same for Electronic as well as manual. The reference field XBLNR is used in several algorthms eg: 001, 021, 026 etc. You can read the documentation and find out the one most suitable.
    On the following link, on the left pane, click on ' Electronic Account Statement (FI-BL)->Using Electronic account statement-> Importing the account statement->Interpreting the Note to payee fields->Interpretation algorithms '
    Link:[http://help.sap.com/saphelp_erp60_sp/helpdata/en/43/0bd87b43de11d1896f0000e8322d00/frameset.htm]
    Hope this helps.
    Thanks & Regards,
    Uma

Maybe you are looking for

  • How do I reset the 'App Store' on an Mac laptop used by someone else.

    I want to purchase things in the App store, they say "Accept" but I can not do that under my Apple ID. It says I must purchase them, but that is not an option I can find. Whish I could just 'apt-get garageband'.. Laughing..

  • Service Po Other charges

    Hi all For the Service Po, one  Services line is maintain ( Qty - 5) & frieght charges are maintain (Frieght condition is Header, item & Group Condition) is Rs 800/- for total Po Value. but during MIRO . The Frieght Amount is coming 4000/- Because it

  • MRP config for new Plant

    Hi, We have this plant which does not do any inhouse manufacturing. whta they do is inbound procurement against Sales orders or Forecast and Sell it to customers(trade). However they need MRP also for this senario to calculate the requirement dates n

  • Yosemite Server: Apache shm errors with proxy_balancer | SASL errors using user alias

    Dear OSX Server Ninjas, I recently upgraded my 10.9.5 Mac mini running Server 3.2.2 to Yosemite + Server v4, directly to v4.0.3. The box serves the whole Mail/Cal/Contacts/VPN palette as well as some websites, Git repos and some custom software. See

  • BEX Reporting while ODS Activation

    Hi, I have an ODS with BEX reporting enabled. While doing ODS activation users are able to execute query on this ODS.  Which giving partial report as activation is going on (it is really misleading).  Is there any way to restrict users from accessing