How to reconcile customer balances with control accounts

Hi!
Sanjay Here,
1. how to reconcile the customer balances  pl. explain in details.
2. how to reconcile the customer balance with control accounts
3. how to do the automatic clearing through T code f.13. pl. give us the screen shots if available.
4. how to reset the T-code f.32 clearing documents, if wrongly showing in customer balance.

1. how to reconcile the customer balances pl. explain in details &
2. how to reconcile the customer balance with control accounts
Ans:- Thru report painter T-code FGI4 (Form) & Report FGI1 using cutomer summary table we can define report, which shall give the desired requirement. It give customer wise & controll account wise balances.
3. how to do the automatic clearing through T code f.13. pl. give us the screen shots if available
Ans. F.13 is used for GL automatic clearing basing on the required config for GL . Like GR/IR clearing is there in automatic posting we have to define COA, GL & creteria1, creteria2 ..... Incase of GR/IR field name can be VBUND (Purchase order). When configure this in F.13 when we check the check box GR/IR and GL system shall look for setting for automatic clearing based on creteria it shall automatically clear.
4. how to reset the T-code f.32 clearing documents, if wrongly showing in customer balance
Ans. To reset a claerinf document Tcode is FBRA. Reset the clearing doc first and reverse the doc Tcode FB08.
Thanks
Colin Thomas

Similar Messages

  • How to calculate Average balance for an account

    Hi,
    How to calculate average balance for an account for a particular period say for JAN-12 period and after the end of that period for another two days 01-feb-12 and 01-feb-12 ?
    I'm using the following query :
    SELECT cc.segment1||'-'||cc.segment2||'-'||cc.segment3||'-'||cc.segment4||'-'||cc.segment5||'-'||cc.segment6 "Account_XX",
    nvl(sum(l.accounted_dr - l.accounted_cr),0) "Balance"
    FROM gl_code_combinations cc,
    gl_je_lines l
    WHERE cc.code_combination_id = l.code_combination_id
    AND l.set_of_books_id ='XX'
    and code_combination_id = replace it with code combination_id for account_xx
    AND l.effective_date <= '31-Jan-12' (january period end ??)
    GROUP BY cc.segment1||'-'||cc.segment2||'-'||cc.segment3||'-'||cc.segment4||'-'||cc.segment5||'-'||cc.segment6
    There are some discrepancies in "average balance" after end of month (Jan-12)?
    How to calculate average balances for a particular account (Account_XX above)from end of month of Jan to first two days of february?
    Thanks,
    Kiran

    Kiran,
    Please let me know first, is Average Balancing feature enabled in your GL Ledger?
    Regards
    Muhammad Ayaz

  • HT1212 My iPhone was stollen and 3 months later the police return it back to me. But now it is locked to other iCloud account. How can I register it with my account?

    My iPhone was stollen and 3 months later the police return it back to me.
    But now it is locked to other iCloud account.
    How can I register it with my account?
    The device is still registered in My Support Profile->My Products and untit 29.11.2014 I was able to see it in "Find My iPhone" as offline.

    Was the link I provided of no use.

  • How can I cancel an order made as apple guest? or how can i associate it with an account?

    how can I cancel an order made as apple guest? or how can i associate it with an account?

    You should still have an order number
    call 1-800-MY-APPLE

  • How to check the balance of the accounts in a specific dates

    Hi all
    I am using GL, AP and CE. My customer wants some reports or functionality in the system to check the balances of specific accounts in specific dates.
    So the user has to enter the beginning and the ending date for example:
    Beginning date: 13-JAN-2010
    Ending date: 21-FEB-2010
    Select some range of the accounts
    And he wants back this information: account number, account description, the beggining balance (the balance of each account chosen in 13-JAN-2010), ending balance(the balance of each account chosen in 21-FEB-2010)
    Please tell me where to find this information. Is there any standard report in the system.
    I checked Trial Balances reports, but they all do not give you the possibility to choose some range of accounts and they do not give you the possibility to choose specific dates.
    Almost the same comments for Account Analysis reports: they do not show balances, but movement for accounts.
    Almost the same comments for General Ledger reports: they do not allow you to choose specific dates.
    Please tell me how can i find this, because my customer is complaining that the old system did this and he really wants this information even in the new system which is Oracle Financial.
    Thank you and best regards
    Ernest

    Hello Ernest.
    You will need to know the FLEX_VALUE_SET_ID corresponding to your accounts 1110001 and 1110004. Also check if these values belong to segment2 of the Chart of Accounts. If not, you will need to change it in the query.
    For the Beggining balance:
    SELECT cc.segment2 "Account",
    f.description "Description",
    nvl(sum(l1.accounted_dr),0) - nvl(sum(l1.accounted_cr),0) "Beg Balance"
    FROM gl_code_combinations cc,
    fnd_flex_values_vl f,
    gl_je_lines l1
    WHERE cc.code_combination_id = l1.code_combination_id
    AND cc.segment2 between '1110001' and '1110004'
    AND cc.segment2 = f.flex_value
    AND l1.effective_date <= '13-jan-10'
    AND f.flex_value_set_id = <value you will need to find>
    AND l1.set_of_books_id = <your set of books id>
    GROUP BY cc.segment2, f.description
    For the ending balance:
    SELECT cc.segment2 "Account",
    f.description "Description",
    nvl(sum(l1.accounted_dr),0) - nvl(sum(l1.accounted_cr),0) "End Balance"
    FROM gl_code_combinations cc,
    fnd_flex_values_vl f,
    gl_je_lines l1
    WHERE cc.code_combination_id = l1.code_combination_id
    AND cc.segment2 between '1110001' and '1110004'
    AND cc.segment2 = f.flex_value
    AND l1.effective_date <= '21-feb-10'
    AND f.flex_value_set_id = <value you will need to find>
    AND l1.set_of_books_id = <your set of books id>
    GROUP BY cc.segment2, f.description
    Let me know if it worked.
    Octavio

  • How to upload trial balance when recon accounts wont allow direct postings

    hi,
    i would like to upload trial balance figures but i am not able to upload the figures for recon accounts since it wont allow direct postings. how to overcome this problem? any idea?

    Hello Raja,
    Under normal circumstances, uploading of GL balances is done as below
    - take the closing trial balance
    - create a control account in SAP
    - Create a JV to transfer debits to respective GL accounts in SAP and credit the clearing account
    -Create another JV for all credits.
    - For customers/ vendors / asset balances use seperate method. Create first the reconciliation GL master record in SAP.
    - Check the recon account entry in all the master record.
    - now create invoices and the recon account is automatically updated.
    - lastly make sure the clearing account balance is zero
    reg
    *assign points if useful

  • Posting opening balances to control accounts

    Hi everyone,
    I am entering the opening balances in SAP B1 2007 PL: 42 and I am unable to post the A/R and A/P balances because they are control accounts and there are transactions already posted to these accounts. I can't do a Journal Entry either.  Can anyone give me a suggestion on what i should do?
    Thanks

    Hi,
    Control accounts in Business One is only used for buisness partner transactions. Meaning, any transaction doone on the account is connected to a BP.
    If you with to post on a control account in a manual JE just press Ctrl+Tab when the account field is active in the JE screen, select the relevant BP and make your posting.
    The control account field is not displayed by default in the Je screen so you should use form settings to make it visible and active if need be.
    If the BP has more than one control account you can change from the default one that will be selected by deleting the control account on the JE line and tabing out, a screen will open with all control accounts associated to the BP.
    To post Opening Balances, use the BP option instead of the account option.
    Hope it helps,
    Jesper

  • Negative Balance with cash account not allowed

    Dear Expert,
    I want to stop transaction with negative cash balance in Cash account.
    How do I do it? Please help me.

    Hello sujankjana ,
    Please try this in SP_Transactionnotification procedure.
    IF @transaction_type = 'A' ANd @object_type ='46'
    Begin
    Declare @Amount decimal(10,3)
    Set @Amount = (Select T3.CurrTotal from OACT T3  where  T3.AcctCode  = (Select CashAcct from OVPM where DocEntry = @list_of_cols_val_tab_del ))
    if @Amount < 0
    Begin
    Select @error = 17 ,@error_message =N'We have not sufficiant Cash Amount '
    end
    end
    if any query kindly revert back.
    Thanks & Regards
    Manvendra Singh Niranjan

  • Does anyone know how to reconcile (merge) two adobe id accounts?

    I have two Adobe ID accounts and the email address associated with the older one no longer exists. I need to either merge the two accounts, or get the password update link in a different way ( the automated email method doesn't work because that email address is defunct.  I can't get through to Adobe on the chat line as it is always busy.  Anybody have a work-around for updating the old password?
    Or know how to reconcile the two accounts? Here's hoping!  ~Bill

    Chat is likely to be your only option - try using different browsers if things don't play out making contact.
    For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    Adobe ID and registration chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service-c1.html ( http://adobe.ly/19r6ZDp )

  • How do I "Change country with this account" with a family share plan

    I have a family that is international. We have two accounts, one each in a different country! wife and I. Both accounts have many books, music apps and lots of iTunes credit still on account. . While trying to set up the new family plan, I keep getting error messages. When I click on the invite email, I get this message: Cannot Join This Family. Which is crazy. Then, thinking it must be because I was still on the same device, I just set up OS8 on another device, and tried it again, with another error now coming up that says I have to Change the Country with this account. How do you do that? Why do you need to have all the accounts be in the same country? Hello, sometimes people live overseas, Apple! I was hoping this new family plan would finally allow me to use content fairly paid for with different devices and not have to suffer that cockamemy 90 day lock out. Help!,

    The iTunes stores in different countries are entirely separate.  You can only use an iTunes store credit in the country in with it was created and purchased content cannot be shared across countries.  Family sharing groups must be country-specific, using iTunes store credits for purchases only within that country, and sharing purchases that were made in that country.  You can contact iTunes store support for more details on these restrictions here: https://www.apple.com/emea/support/itunes/contact.html.

  • How to share iMovie library with other accounts without duplicating files?

    I'm looking for information on how to share an imovie library with other accounts on the same computer without duplicating files.  If I  copy imovie files to the shared folder each user is required to import the files to their library which duplicates the files.  It would be nice if imovie had the option of including events/projects shared in the share folder.  Is there an option to change everyone's default library to a shared folder?  Any help would be appreciated.
    Thank you!

    The easiest way to do this would be to atach an external drive. The external drive should be formatted as Mac OS Extended (journaled). If you have a drive that is formatted some other way, you can reformat it using Disk Utility. It can be Thunderbolt, Firewire, or USB, but Firewire or Thunderbolt will give best performance for video.
    Now you need to move the projects and events over to the external drive. This must be done from within iMovie.
    In iMovie, click VIEW/EVENTS BY DISK.
    Now, in the Project Library View, hold down the command key while dragging the small icon for each project to the small icon for the external drive. Now select one of these projects and click FILE/CONSOLIDATE MEDIA. This will enable you to move associated Events, Photos, and Music to the external drive. Repeat for all projects.
    If any events are left over at the end of this, because they are not used in any of your projects, you can move them to the external drive by working in the Event Library list. Hold down the Command Key while dragging the small icon for the Event in the Event Library List to the small icon for the External Drive. Repeat until all the Events are moved.
    Now you can edit these movies on any user account.
    For future clips that you import from a camera, be sure to select the external drive as the location.

  • How to Use Custom Linker with Xcode 4.x?

    I am using a customer compiler with Xcode and would like to know how to force Xcode to use my own linker line with custom arguments.
    I created a new compiler spec file under:
    /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/SharedSupp ort/Developer/Library/Xcode/Plug-ins
    The default linker is defined in Ld.spec located in:
    /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/SharedSupp ort/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources
    The following link seems to indicate that what I want to do is possible:
    http://maxao.free.fr/xcode-plugin-interface/compilers-linkers.html
    It seems like you have to create a custom Linker spec, give it an identifier, and then have the compiler spec reference your linker spec id by including it in the "RequiredLinker" key.
    My compiler spec looks like:
    {   Type = Compiler;
       Identifier = com.apple.compilers.armx;
       BasedOn = com.apple.compilers.gcc.4_2;
       Name = "ARMx";
       Version = "4.2";
       Description = "ARMx GCC Cross Compiler";
       ExecPath = "/Volumes/arm-x/bin/arm-none-linux-gnueabi-gcc";
       RequiredLinker = com.apple.pbx.linkers.armx;
    The problem is that Xcode 4.1 still is insisting on using the default Apple linker.  I want it to use my ARM based toolchain, which does not support some of the options that Xcode ends up passing on the linker line.

    You would be better off using a makefile-based project with custom compilers and linkers.

  • How to create an object like "Control Account" in JE? u5982u4F55u7F16u5199u63A7u5236u79D1u76EEu63A7u4EF6

    I want to create a user screen like Journal Entry. How could I create an object like "Control Account" in JE?
    我想编写一个象u201C日记帐分录u201D那样的屏幕,但是不知道其中u201C控制科目u201D列的控件如何编。请教各位高手。谢谢
    Edited by: An Ping Zhang on Sep 15, 2009 4:57 AM

    Dear An Ping Zhang,
    The "Control Account" column in JE is used ChooseFromList.
    You could refer to SDK sample
    SDK\Samples\COM UI\VB.NET\17.ChooseFromList.
    BTW: you could post your question in Chinese into SAP Business One 中文论坛
    /community [original link is broken]
    Best Regards
    Jane Jing
    SAP Business One Forums team

  • How to manage one library with two accounts

    how to manage one library with two accounts

    you can only be logged into one account at a time on the iTunes store. However, you can authorize your computer for both accounts, making your computer work with both. In the menu bar just click [Store > Authorize Computer]

  • How to add custom columns with BO data from GP to UWL

    Hi
    We have CE 7.1 in our project UWL taskitems only have GP workflow tasks.
    In UWL we can see that by default there are standard columns but now we need to add custom columns with data from ours BO associated to process instance
    For that we need to develop one custom connector for UWL where we can retrieve the values from custom conenctor to UWL.
    Currently our NWDS 7.1 does not have plugins for UWL Connector can anybody tell me where can I download this plugins?
    thanks in advance!
    Regards
    Cristian

    Hi,
    plz refer the following link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0ee5047-c7a0-2a10-70b7-9557e3e4d440
    Regards
    Manohar

Maybe you are looking for