Misalignment between FEBA and GL account of the corresponding bankaccount

Hi,
For CCXXXX the balance in FEBA for the USD bank account does not agree to the balance in the GL account. The difference is too big to originate in the revaluation.
According to the GL account, the balance is AUD 203.400, according to FEBA, the balance is USD 646.066, which is AUD 741.669. What happened here and how can I correct this balance?
Thanks & Reagrds

Dear,
PO is linked to GL account by Cost Elements in Controlling (Activity Types - are assigned to these cost elements & a cost center).
The costing sheet selection & layout & Overhead calculation configurations are done by PP guy.
Linkage of Material movements to GL a/c are done by MM & FI guy.
Linkage of Cost Element & Cost center to GL a/c is done by FI guy.
Samunder Singh

Similar Messages

  • Formula flip the sign between child and parent account member

    I have created two accounts as below which is parent to the child (670122) and child (670122.01) account and my account dimension looks as below
    Account    PARENTH1     GROUP          ACCTYPE     RATETYPE
    670122        670120         Profit & Loss            EXP           AVG
    670122.01  670122         Profit & Loss            EXP          AVG     
    PRETAX        INCOME         Profit & Loss            INC          AVG     
    Now I have added the simple formula in the child account 670122.01 in the formulah1 column as [Account].[PRETAX] Which is Income account but when I retrieve the data  using EVDRE(), the Values are shown as below
    670122.01     670122
    3,398,006.86      (3,398,006.86)
    Why do the parent and child has different sign when both accounts are same account type as Expense. Instead of formula if I put hardcoded value, then both parent and child accounts has the same value (not flipping the sign)

    We are using BPC 5.0 and SQL Server 2005
    The hierarchy is like this
    670120 -> 670122 -> 670122.01
    The dimension formula is in 670122.01 as like this ( [Account].[PRETAX]-[Account].[665000] ), 665000 is a expense account and pretax is income account
    When I do the EVDRE on those above accounts
    670120     670122     670122.01
    (13,228,910.18)     (13,228,910.18)     13,228,910.18
    When 670122.01 is rolled up to next immediate level, the value in 670122 has negative value. 670122 is rolled up to 670120, but they both have same value - Is this a known issue in the BPC 5.0?

  • Whats  basic difference between data and types while declearing the itab

    whats  basic difference between data and types while declearing the internal tables...
    DATA : BEGIN OF t_vbap OCCURS 0,
    vbeln1 LIKE vbap-vbeln,
    posnr LIKE vbap-posnr,
    kwmeng LIKE vbap-kwmeng,
    netpr LIKE vbap-netpr,
    netwr LIKE vbap-netwr,
    werks LIKE vbap-werks,
    matnr LIKE vbap-matnr,
    arktx LIKE vbap-arktx,
       END OF t_vbap.
    vs
       TYPES : BEGIN OF t_vbap,
    vbeln1 LIKE vbap-vbeln,
    posnr LIKE vbap-posnr,
    kwmeng LIKE vbap-kwmeng,
    netpr LIKE vbap-netpr,
    netwr LIKE vbap-netwr,
    werks LIKE vbap-werks,
    matnr LIKE vbap-matnr,
    arktx LIKE vbap-arktx,
       END OF t_vbap.
    and vs
      TYPES : BEGIN OF t_vbap,
    vbeln1 LIKE vbeln,
    posnr LIKE posnr,
    kwmeng LIKE kwmeng,
    netpr LIKE netpr,
    netwr LIKE netwr,
    werks LIKE werks,
    matnr LIKE matnr,
    arktx LIKE arktx,
       END OF t_vbap.

    hi,
    like -> used for refering existing data elements in data dictionary or in sap
    type -> used for refering existing data types in sap.
    types: used for creating used defined structure of tables which has fields from more tahn one table.
    diff b/w types and type in creation of internal tables is that when u create a table with types then u can use same for work area creation also.
    ex:
    TYPES : BEGIN OF t_vbap,
    vbeln1 LIKE vbeln,
    posnr LIKE posnr,
    kwmeng LIKE kwmeng,
    netpr LIKE netpr,
    netwr LIKE netwr,
    werks LIKE werks,
    matnr LIKE matnr,
    arktx LIKE arktx,
    END OF t_vbap.
    data: itab1 type t_vbap
            wa_itab1 type t_vbap.
    when type is used then u have to create a defintion of work area for another time when internal table doesnt have headr line as
    ex:
    DATA : BEGIN OF t_vbap OCCURS 0,
    vbeln1 LIKE vbap-vbeln,
    posnr LIKE vbap-posnr,
    kwmeng LIKE vbap-kwmeng,
    netpr LIKE vbap-netpr,
    netwr LIKE vbap-netwr,
    werks LIKE vbap-werks,
    matnr LIKE vbap-matnr,
    arktx LIKE vbap-arktx,
    END OF t_vbap.
    DATA : BEGIN OF wa_vbap,
    vbeln1 LIKE vbap-vbeln,
    posnr LIKE vbap-posnr,
    kwmeng LIKE vbap-kwmeng,
    netpr LIKE vbap-netpr,
    netwr LIKE vbap-netwr,
    werks LIKE vbap-werks,
    matnr LIKE vbap-matnr,
    arktx LIKE vbap-arktx,
    END OF wa_vbap.
    if helpful reward soem points.
    with regards,
    suresh.

  • Difference between recon and subledger accounts

    Hi
    what is the difference between   subledger account and reconciliation account.
    I heard the below stmts, and i am littel confused,  can some one explain me in more detail, what it means.
    The vendor number is also used as subledger number in financial accounting,
    In subledger accounting the total  liabilities are updated per vendor.
    Recon accountis a GL account which maps companies liabilities towards several vendors in the GL accounts.
    When an invoice is done for a vendor, the recon accountmay be updated but how does the system, but how the system know exact amount for one specific vendor, when the recon account is for several vendors.
    Thanks.
    Edited by: vinay k on Feb 11, 2009 5:46 PM

    Hi,
    When you are posting to a vendor, then entries will go and sit in vendor account. You can view the vendor balances in transaction code FBL1N. Parallelly, what system will do it will post to a reconciliation account which is attached to a vendor.
    Let us take a business scenario, you do not have any foreign vendors and all are local vendors, hence you have created a single reconciliation account 200000 and attached this to all vendors.
    =========================================================================
    Vendor 1 - Balance - GBP 10
    Vendor 2 - Balance - GBP 20
    Vendor 3 - Balance - GBP 30
    At the same time if you see the balance of GL Account 200000 in FS10N - it will be 60 (10 + 20 + 30)
    Let us take another example, you have foreign vendors as well as local vendors. Reconciliation account for local vendors is 200000 and foreign vendors it is 210000
    ==========================================================================
    Vendor 1 - Assigned with reconciliation account 200000 - Balance - GBP 15
    Vendor 2 - Assigned with reconciliation account 200000 - Balance - GBP 25
    Vendor 3 - Assigned with reconciliation account 200000 - Balance - GBP 10
    At the same time if you see the balance of GL Account 200000 in FS10N - it will be 50 (15 + 25 + 10)
    Vendor 4 - Assigned with reconciliation account 210000 - Balance - GBP 32
    Vendor 5 - Assigned with reconciliation account 210000 - Balance - GBP 22
    If you see the balance of GL Account 210000 in FS10N - it will be 54 (32 + 22)
    Meaning that whatever is being posted to Sub-Ledger Accounts (for examples vendors or customers) will always be in sync with General Ledger Accounting with the help of RECONCILIATION ACCOUNT.
    Hope this example clear your doubts.
    Regards,
    Ravi

  • Non cumulative - some differences between MB5B and a clone of the 0IC_C03.

    hi experts,
    I have a matter with the stock values who are differents between the result of the MB5B transaction (R/3), and a result of a query for the major materials and for a set of plants.
    the data flow and delta was built in 2006 with all the supports (how to...etc).
    we didn't have any problem until the necessary managment of the volume of the incube (named PQCGB15) : a weekly removing of the oldest periods (we keep 2 years online).
    in fact, we have an unmatched results for the plants onto we have done removing. for the recents plants (after deployments) there is no difference.
    this removing method was approved by SAP (we opened a post in 2009 #762555) and was built classicaly with the transaction DELETE_FACTS...and a modification of the predicat of the generated report, to obtain a : ... where 0CALDAY < 'DATE' ...
    there is no TIME DIMENSION char available, we used first 0POSTING_DATE and replace the characteristics into the abap.
    I've just taken in account this subject :
    I launched the MF RSDV_VALID_RECREATE : no effect.
    I found some notes for exemple 1548125 : I've checked the result between the infocube and the query => no difference found.
    there is lot of notes and "literature" for this subject ... but much redundancy.
    Before to propose to redoing an "init" from the datasources (with lot of works, no historical), I like to know how did you build your deletions of oldest data for this kind of infocube, and if someone have a method to find what's wrong.
    thanks experts,

    Could this be because of Non-cumulative Ref.characteristic set as 0CALDAY in the cube?
    I tried creating a seperate dimension for posting date and added a ZCALDAY mapping the posting date to it, this works fine as expected shows one posting date per material document number.

  • Difference between IMAP and "Exchange" account in mail?

    Hi,
    I'm using a Hosted Exchange 2007 account with Entourage 2004 actually. Now I want to try using Mail as an alternative application. As the server offers IMAP I could setup a new IMAP account in Mail and receive my Mails from Exchange. But Mail offers an "Exchange" account additionally. Can anyone explain me the difference between theese two Mail accounts? Is one better, faster or whatever?
    Best regards,
    Heiko

    Exchange uses a proprietary mail exchange protocol, while imap is standard. You can use a lot of different mail clients on different platforms with imap, and you don't have to worry about synchronization or conflicts since its server based. When you establish an imap connection, though, you stay connected to the server, so it's a relatively high resource user. Exchange is more verbose, and although its fundamentally server based using different exchange clients from different places doesn't synchronize well. Exchange will also update your outlook calendar, while imap will not. If it's just for mail, I vastly prefer imap.

  • Link between Customer and GL Accounts(Revenue,Receiving)

    Hi,
    Please help to find the link between Customer and his revenue and receiving accounts link.
    For each customer it may be bill to ship to site in this each site contain accounts I want link for those accounts.
    Any one please help me.
    Thanks
    Prasanna

    Hi V.Kras,
    I was getting the error "Template Builder Installer: Unexpected Error" when installing Oracle BI Publsiher Template Builder for Word 10.1.3.4.1. I notice that you have faced with the same problem and installed successfully.
    so could you please send me then patch fix_acl_v6.exe.I cannot access that ftp address .
    my email address :[email protected]
    thank you very much!

  • Difference in responsivity between root and user accounts.

    Just as the subject says.  The transition between menu's tabs in kde 4,1 is much faster and smoother on root account. The same thing goes for other apps like firefox, gimp etc. (they start faster and work better overall). The difference is noticeable, I can see it with a bare eye.
    Last edited by dcfighter (2008-10-02 21:28:30)

    I've experienced this too a year or two ago; amazed it's still there If this was the same on all linux distros(which i think from seeming to recall a google search i did..) it's a pretty obvious case for improvement... At that time i entertained the thought that perhaps it was because of not needing to check permissions "because you are root"...
    Last edited by test1000 (2008-10-04 09:39:52)

  • Problems with Sent mail and multiple accounts on the same server

    I have 2 different email accounts that are on the same server. Regardless of the account from which I send the email, all of the sent messages end up in the same sent folder. Is there a way to force the sent messages to go into their correct Sent folder?

    In the Finder, go to ~/Library/Mail/. With that folder open, do Edit > Select All (⌘A), then Edit > Copy (⌘C), and paste it in your reply to this post, to let me see the names of the files and folders present at the root level of the Mail folder.
    Before actually posting that information, you may edit it so that the file/folder names do not reveal any details you wish to keep private, e.g. you may replace any real username with "username" to hide your real email address if you wish; similarly, you may disguise any domain names you don't want to be revealed. Try to be consistent in how you disguise those details, though, as we may need to refer to them in subsequent posts.
    Now, go to ~/Library/Mail/Mailboxes/. With that folder open, repeat the process to let me see the names of the files and folders it contains. Again, you may disguise any mailbox names you wish to keep private. Be careful to not alter any suffixes, though.
    Finally, for the two accounts involved in the problem, locate the account folders within ~/Library/Mail/ -- their name begins with the account type (POP, IMAP, Mac), followed by the account username and the incoming mail server. For each account folder, repeat the process to let me see the names of the files and folders it contains.
    Note: For those not familiarized with the ~/ notation, it refers to the user's home folder. You can easily locate any of the folders referred to in this post by copying the file path here, doing Go > Go to Folder in the Finder, and pasting the file path there.

  • Bpartner - Link between customer and vendor if its the same face

    Hello
    As I understood the primary idea to keep all business partners together is to make a link between differant roles of the same partner (like link customer and vendor if its the same face). Please correct me if I am wrong.
    The questions is : how this link is done in CRM (how the customer is linked to vendor if its the same face).
    Message was edited by: Aleksandrs Frolovs

    no answer

  • Explicity mapping between ActionScript and Java objects for the BlazeDS Messaging Service

    The BlazeDS documentation shows how to explicitly map between ActionScript and Java objects. For example, this works fine for RPC services, e.g.
    import flash.utils.IExternalizable;
    import flash.utils.IDataInput;
    import flash.utils.IDataOutput;
    [Bindable]
    [RemoteClass(alias="javaclass.User")]
    public class User implements IExternalizable {
            public var id : String;
            public var secret : String;
            public function User() {
            public function readExternal(input : IDataInput) : void {
                    id = input.readObject() as String;
            public function writeExternal(output : IDataOutput) : void {
                    output.writeObject(id);
    and
    import java.io.Externalizable;
    import java.io.IOException;
    import java.io.ObjectInput;
    import java.io.ObjectOutput;
    import java.util.HashSet;
    import java.util.Iterator;
    import java.util.Set;
    public class User implements Externalizable {
        protected String id;
        protected String secret;
        public String getId() {
            return id;
        public void setId(String id) {
            this.id = id;
        public String getSecret() {
            return secret;
        public void setSecret(String secret) {
            this.secret = secret;
        public void readExternal(ObjectInput in) throws IOException,
                    ClassNotFoundException {
            id = (String) in.readObject();
        public void writeExternal(ObjectOutput out) throws IOException {
            out.writeObject(id);
    If I called an RPC service that returns a User, the secret is not sent over the wire.  Is it also possible to do this for the messaging service? That is, if I create a custom messaging adapter and use the function below, can I also prevent secret from being sent?
    MessageBroker messageBroker = MessageBroker.getMessageBroker(null);
    AsyncMessage message = new AsyncMessage();
    message.setDestination("MyMessagingService");
    message.setClientId(UUIDUtils.createUUID());
    message.setMessageId(UUIDUtils.createUUID());
    User user = new User();
    user.setId("id");
    user.setSecret("secret");
    message.setBody(user);
    messageBroker.routeMessageToService(message, null);

    Hi Martin. The way that AMF serialization/deserialization works for BlazeDS is the same regardless of which service is being used, so yes that code will work for messaging as well. On the server, the serialization/deserialization of messages happens at the endpoint. For an incoming message for example, the endpoint deserializes the message and then hands it off to the MessageBroker which decides which service/destination to deliver the message to.
    That was a good question. Thanks for asking it. Lots of people are used to doing custom serialization/deserialization with the RPC services (RemoteObject/RemotingService) but I'm not sure everyone realizes they can do this for messaging as well.
    -Alex

  • Switch primary icloud email address on iPhone 6 - I have 2 email addresses, one of which is obsolete.  Each has its own apple id, icloud account and itunes account.  the phone shows the obsolete one as primary in iCloud.  Can I switch it?

    I have 2 email addresses (and apple ids, icloud accounts and iTunes accounts).  One is obsolete but my iPhone 6 shows it as primary.  How to I change this?

    See: If you're asked for the password to your previous Apple ID when signing out of iCloud - Apple Support
    If that doesn't resolve it contact Apple Account Security: Contact Apple for help with Apple ID account security - Apple Support Or call the main Apple support number for your country and ask for the Account Security Team.

  • What is the difference between 1st and 2nd generation of the Itouch?

    Can someone tell me the difference between the 1st and 2nd generation of the itouch? I'm looking to upgrade from my nano to a 32gb Itouch.

    The speaker is a big plus. Who wants to dig up their headphones just to play a quick game of Lux Touch or play with your light sabre without anyone else hearing the sound effects :)? The lack of a volume control is also a major complaint of IPT 1G users. The only thing that should swing you back to the 1G is the iPod accessories you already have that may be rendered obsolete.

  • Work account and Private account on the same Mac?

    At work we have Master Collection CC to each employe, but because Lr doesn't include that I bought the Ps + Lr bundle at home for private use. Is it possible to use two accounts on the same Mac, because I use to work a lot at home and need Ae and Pr on the same Mac as my private account with Lr?

    please have a look there: http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html#multiple_ ids  >>> I have multiple Adobe IDs. >>> If you "Still need help? "Use Contact us"
    I had very good experoiences using the chat." (see screenshot)
    Hans-Günter

  • Day must be between 1 and last day of the month

    Hi
    I have a master detail form .
    Master Block contain emp_no,name,month etc.
    Detail block contain a date field(format mask 'dd'),a day field(the day on that day)
    and working hours detail of each day.
    when i enter the date in detail block it defaults the month from system date and i can not enter 31 for the month of march if system date is April.
    The form is going to reside on server so i cant go for changing system date for that.What i am looking for is the detail block should get the month from the month field present in master block.For eg if i enter 3 in month field on master block the detail block date field should allow me to enter 1 to 31. if i enter 2 in month field on master block the detail block date field should allow me to enter 1 to 28.and so on. can any body help in this regard.

    The effective_date only effects the $$ variables such as $$DBDATE$$ but the form uses a different date to complete the partial entry. You can see this if you reset the system time:
    ALTER SYSTEM SET fixed_date = '2007-01-01-00:00:00';
    and set a date item's initial value to $$DBDATE$$ (and use a full format mask).
    With this setting your method still uses the current month.
    I don't know what forms uses to populate the date from a partial entry but you could solve your problem by creating a new item for the entry of the day, hide the existing item and populate it in the when-validate trigger of the new item, eg
    :block.proper_date_field := to_date(:block.dummy_date_field||:master_block.month||<year>,'DDMMYYYY');
    Then you just need to trap the exception if an invalid date is entered.
    (and populate the dummy date field in post-query of course).
    For forms 10g, and 6i too I think, the post-change trigger is deprecated. Use when-validate-item for this.

Maybe you are looking for

  • 2 ipods sharing 1 itunes account on a pc

    i currently own a nano and have a new itunes account on a pc. i just got a new touch and it will not sync up with my itunes account. can someone please help me with this.

  • How to quickly place tiles and make color swaps

    So, I have prepared a sheet of tiles which can be seen here (unfinished): http://www.sigvatr.com/junk/tiles.png My plan is to create an applet which contains a method of drawing tiles from this tile sheet sort of like a string. Basically, the way it

  • WSDL not become refreshed,

    Hello, I work with scenario from Oracle to web service. In the end of the process I create WSDL file and save the file in this location: " xi-dev\l$\usr\sap\XID\DVEBMGS00\j2ee\wsdl" I try to use with this web service from "Web Service navigator" (htt

  • Can not sync my outlook contacts with my Iphone

    I lost my contacts and I can not sync my Iphone with my contacts in outlook in my pc I have no idea how to fix this problem, help

  • JSF Backbean  Init or constructer calles twise.

    Hi, Am new in JSF , I have a problem which stoped me further developments, Here is the description, Managed backbean Constucter I have Initialized a test field with random number. When the page loads Textbox initialized with new random number. When I