Reset Balance ......

Dear Guru,
I need to do Reset a balance to zero. like we do have balance Dimensions to store some values after every payroll run. if i need to reset that value zero how to do it.
Thanks
Archna

Hi Archana,
You can use Balance Adjustments for this but at a time ..you can do for a sinle employee only. If this is for a set of employees..you can run a script. Suppose if balance is 3000 (amount)..enter -3000 and save in the balance adjustments window. Balances ae updated automatically. This is a seperate process and not linked to payroll. You can check the balances..you will find '0'. Even for no.of days also same procedure.
Regards,
Siva

Similar Messages

  • HT5622 How do I can add cards in my ID? How do I can reset balance?

    I Can't purchased in app Because I can't added cards. I had balance about 0.06$. How do I can reset balance?
    thanks.

    Click here and ask the iTunes Store staff to zero your account balance.
    (115506)

  • Oracle report running total Resetting balance on next group

    Dear All,
    I am developing report on Oracle R12 fixed Assets, I have to calculate the running total for each asset.
    In brief
    Asset 1
    cost Deprciation Adjusted Cost
    50 - 2 48
    48 -5 45
    45 - 4 41
    I achieved that by using
    if :p_val is null then
    :result := nvl(:cost,0)-nvl(:depriciation,0);
    :P_val :='5';
    return :result;
    else
    :result := nvl(:result,0)-nvl(:depriciation,0) ;
    return :result;
    end if;
    working fine
    But problem is when the next asset start on same report
    Asset 2
    cost Deprciation Adjusted Cost
    100 5 36
    it substracts the last total (running total of previous asset with depriciation which was 41 in this example).
    Oracle Champs pl advice me how to solve this.
    I really dont got any idea how to solve this.
    thanks

    Dear,
    Thanks for your reply , in your reply what you said I tried this but in pl/sql I am not actually achieving the result. The balance is not resetting at next group if you give one accurate line it would be really helpfull.
    thanks

  • Point In Time Journal in main report

    I use the Dynamics GP v10 database. The system keeps item inventory on hand quantities based on initial on hand values that were in the item quantities table then keeps a journal of changes since that point in a table specific to the transactions. The transactions are based on locations.
    IV00101 - Item master (Basic setup of the item and default location)
    IV00102 - Item Quantities (Item quantities based on the totals for each location, not bins)
    IV30300 - Item Transaction History Line Records (the item quantity transactions by line item and coorelating location).
    Now, what I am doing in crystal is to select the correct transaction and location is below. Item number is a parameter. I additionally have the transaction date as a parameter as well.
    {IV00102.LOCNCODE} = {IV00101.LOCNCODE} and
    {IV30300.ITEMNMBR} = {?Item Number} and
    not ({IV00101.ITEMTYPE} in [2, 4, 5, 6])
    I have found that when the old consultants converted from the old database to Great Plains, for about 100 items they incorrectly set the initial on hand value held on IV00102. So when the system uses the journal in IV30300 to adjust the on hand value in IV00102, it is wrong unless I evaluate for what the wrong beginning balance is. What this means is that I can not use the journal itself to determine on hand. Now somewhere in the system it presents a balance which is the on hand, but I have not found anywhere in the system where a static beginning inventory balance number exists but that it rolls backwards or something. So that was a pain but now it is working so I can put in one item number and a date to determine the on hand at the time of an order at any given time in the past.
    So that sets the stage. Here is the problem. I have to then use this in a main report where all sales line items are analyzed for on hand at time of sale. So each line item, up to 4000 or more per month. This takes a considerable time to process a journal history for every line item. Also, because I have to make this journal process a sub report to do analysis on the returned number I use variables to pass the number through to the main report. To make that work correctly, I have to run this at the group level because the sub report must run first to be passed to a variable and used for record level processing. But, that only works when I am looking at one day's worth of sales. If I am trying to process an entire month, it does not work as the sub report does not regenerate data for each record which has different dates.
    So, comes down to this. Anyone know how to make the database itself create a view of all data and present a running balance for all items, which would require 1. resetting balance figures at each change of item number and 2. adjusting for improperly set begging On hand balance numbers.
    If that is not possible, then how do I use the sub so it passes the data up for use in the active report on the line intended and not the line below?

    Hi Allen, Great Plains is an OEM partner of ours so you should post/ask your question of them. They will know the DB and how to get to where you want to be.

  • Cash jorurnal problem

    HI,
    I am doing FBCJ (cash journal), While doing fist time i could not see the opening balance. How can i get the opening balane
    what is the process to do, to appear opening balance
    Pls URGENT
    Rgds
    sunfico

    Hi,
    Please do as specified in  Note 377853 - FBCJ: Opening and closing balance.
    Summary
    Symptom
    This note is an advice note for the FI cash journal. It answers the following questions:
    How is the opening balance of a period calculated in the cash journal?
    How is the closing balance calculated?
    What are the relevant notes?
    Additional key words
    Cash journal, opening balance, closing balance, fiscal year balance carryforward, balance table, balance carryforward
    Cause and prerequisites
    None
    Solution
    General notes:
    If you want to create and execute a new cash journal, then you need the required Customizing to do this, among other things you must also specify a G/L account to which the documents from the cash journal should be posted. It is recommendable to create a new account for this, however, you can also use an existing account.
    In the latter case, you must bring the corresponding G/L account in the general ledger to balance 0 using a manual clearing entry at the start of the exclusive postings via the cash journal. Then change the account to "Post automatically only" in the master record, and then you can use the cash journal as an opening balance to repost the amount that is posted to the clearing account,and you then have the corresponding amount as the first posting.
    The first time you use the cash journal, therefore, the cash journal is balanced to zero as well as the assigned G/L account in this currency (the account itself needs not be managed in the cash journal currency).
    Note:
    Please absolutely make sure that flag "Balances in local currency only"
    is NOT set in the master record of the assigned G/L account!
    For performance reasons, the system updates a balance total for the particular day that updates the cash on hand for this day in parallel to the individual postings for every posting in the cash journal. The information in this balance table is therefore redundant since you can obtain it at any time from the line items of the individual postings.
    Calculating the opening balance
    The system then reads the balance table to determine the opening balance and searches for the next entry that is before the starting date of the display period. This is generally the preceding day.
    If there is such an entry, then the system displays it as the opening balance for the display period.
    If the system does not find any preceding entry in the balance table or if the balance table is blank (for example, due to deletion by report RFCJ1 from Note 197898), then the entire document table of the cash journal runs, and the system calculates the balance until then in the cash journal. For this purpose, please implement Note 419959.
    Caution:
    This logic is new as of Note 371936 (R/3 Support Package 25 for Release 4.6B or 14 for Release 4.6C)
    Up to then, when the system could not find a balance entry (in the balance table), the system read the fiscal year balance carryforward of the corresponding fiscal year in the relevant G/L account, and then it summed up all postings based on this from the first day of the fiscal year until the first day of the display period.
    The procedure was similar on the first day of a new fiscal year: Here the system used the fiscal year carryforward as an opening balance directly and not the last preceding entry in the balance table.
    This was no longer viable since inconsistancies could quickly arise due to a late fiscal year balance carryforward as well as posting to the G/L account with cash journals of several currencies. Therefore, check whether there really was a balance of zero when first using the cash journal.
    Calculating the closing balance
    The closing balance results from opening balance plus the total of the line items of the display period.
    If this invoice is incorrect for a display period, there may be an inconsistancy within the documents. In this case, execute report RFCJ5 from Note 374505 (provided you are in a company code which is not subject to the (extended) withholding tax - if the latter is the case, contact SAP).
    If the closing balance does not correspond with the opening balance of the display period that directly follows, then there is an incorrect entry in the balance table. In this case, execute report RFCJ1 from Note 197898 for the corresponding cash journal to remove this entry.
    Relevant notes
    197898 "FI cash journal: Difference betw.balance & line itm"
                          It contains report RFCJ1 for resetting the balance table
                          R/3 Support Package 15 (Rel.4.6B), R/3 Support Package 7 (Rel.4.6C)
    323990 "FBCJ: wrong balance aftr deletng cash journal doc"
                          R/3 Support Package 15 (Rel.4.6B), R/3 Support Package 7 (Rel.4.6C)
    324051 "FBCJ: Wrong balance aftr reversing cash journal doc"
                          R/3 Support Package 15 (Rel.4.6B), R/3 Support Package 7 (Rel.4.6C)
    326619 "FBCJ: Wrong balance after resetting balance table"
                          R/3 Support Package 16 (Rel.4.6B), R/3 Support Package 7 (Rel.4.6C)
    333222 "FBCJ: incorrect balance after check deposit"
                          R/3 Support Package 8 (Rel.4.6C only)
    368409 "FBCJ: incrrct balance calcultn (46B:HP22, 46C:HP11)"
                          R/3 Support Package 25 (Rel.4.6B), R/3 Support Package 14 (Rel.4.6C)
    371936 "FBCJ: Incorrect balance for fiscal year carryfwd"
                          R/3 Support Package 25 (Rel.4.6B), R/3 Support Package 14 (Rel.4.6C)
    374505 "FBCJ: Amount changed in document -> wrong balance"
                          It contains report RFCJ5 for adjusting documents
                          R/3 Support Package 25 (Rel.4.6B), R/3 Support Package 15
            (Rel.4.6C)
    "419959 FBCJ: Falscher Saldo nach Geschäftsjahresübergang"
    Source code corrections
    Header Data
    Release Status: Released for Customer
    Released on: 12.07.2001  22:00:00
    Priority: Recommendations/additional info
    Category: Consulting
    Primary Component: FI-BL-PT-CJ Cash Journal
    Releases
    Software
    Component Release From
    Release To
    Release And
    subsequent
    SAP_APPL 46 46B 46B X
    SAP_APPL 46C 46C 46C X
    SAP_BASIS 46C 46D

  • PMU Info

    Alright, I have seen a few postings about the reresting PMU and it working wonders, ex No more heat or it is much cooler, better battery life, fixes sleep problems. Now my question is why does this happen,? All of these can be LINKED to the PMU but also could be other software/hardware issues. I understand that doing the reset resets/balances the PMU out if it becomes out of sync, if i am correct. But that doesnt seem to make sense of how it fixes the heat issuse, since the heat is coming from the videocard and processor, unless that means both are getting less power?

    Resetting the PMU doesn't always fix problems, perhaps it even seldom does. But it's easy to do, it might work, and it should be tried before more painful things like mailing the computer back to Apple. It's just that you do the easy stuff first.
    MacBookPro 2.16, 1GB; iBook 1GB;   Mac OS X (10.4.7)   iPod Video 40; original 5G iPod

  • I reset my password for my apple id account now I can't access my current balance on the gift card I just redeemed. What do I do?

    I reset my password for my apple id account now I can't access the rest of my balance from
    the gift card I had just purchased.

    Hi there,
    You may need to force quit the application. Take a look at the article below for more information.
    Mac OS X: How to quit an unresponsive application using Force Quit
    http://support.apple.com/kb/ht3411
    -Griff W.

  • How can i reset my iTunes account balance ?

    how can i reset my iTunes account balance ? in order to chnge my iTunes store .

    Click here and request assistance.
    (89693)

  • I would like to reset my balance on the account. Help please.

    I would like to reset my balance on the account. Help please.

    Contact iTune Support
    http://www.apple.com/emea/support/itunes/contact.html

  • HT5312 Every time I click send e-mail for instructions on resetting my security questions, I don't get them? I just want to play minecraft. I already put $15 in my balance and I can't even spend it. Thank you for taking the time to read this.

    Why is it, every time I click send e-mail for instructions on resetting my security questions, I don't get them? I just want to play minecraft. I already put $15 in my balance and I can't even spend it. Thank you for taking the time to read this.

    Either they're being sent to a different email address, or got caught in a spam filter, or something's wrong at Apple's end. If you can't find the email, you need to ask Apple to reset your security questions, which can be done by phoning AppleCare and asking for the Account Security team, or clicking here and picking a method, or if your country isn't listed in either article, filling out and submitting this form.
    (105723)

  • Reset Cleared Doc - Balance of the line item is not zero" Message no. F5136

    I have this error : Balance of the line item is not zero" Message no. F5136
    This error arise when we tried to reset cleared document dated June 6,2007 during data migration from Legacy system to SAP.
    We wanted to reset this cleared document because it was wrong executed (cleared) way back 2007.
    The entries are:
    Debit to GL (B/S) --> 3,758.48
    Credit (1100039-Vendor) with special GL (408319) --> 3,758.48
    =====================================================
    For us to correct the clearing, we need to reset first the cleared document  via FBRA, however, this error arise saying "Balance of the line item is not zero" with Message no. F5136.
    I read several posted issue here, however, it doesn't resolve my problem.
    Hoping to hear from your inputs on this problem.
    Regards,
    macalonge

    Dear:
                    SAP  Note 400530 - FBRA - F5136: Balance of line items not zero
                    describes your issue as
    Summary
    Symptom
    A payment using a payment card fails, in other words, the payment is reversed using Transaction FBRC where the customer or vendor item is reopened.It is not possible to reset a payment document posted again for the open customer or vendor item by using Transaction FBRA, "Reset Cleared Items" and it responds with the error message "Balance of the line items is not zero".
    Other terms
    Error message F5136, FBRA, FBRC, payment cards
    Solution
    A solution is available in the Support Package for Release 4.0B and 4.6C. An advance correction is possible. The solution consists of a repair report, so that the current payment document can be reset by means of 'Reset Cleared Items', and of a correction.
    1. Repair-report ZREPAIR_BSEGC_FBRA:Create it temporarily as a test report using Transaction SE38. First the current payment/clearing document must be cleaned up of payment card data by means of the repair-report. Afterwards you can reset the payment document by means of 'Reset Cleared Items'. The report takes the current payment document as a parameter. In this case only changes are made to the database if the option "DO_UPD" is set.
    2. Advance correction:Supplement the interface for function module CREDIT_CARD_POST_REFUSAL with table parameter T_BSEG with reference type BSEG. The following describes the procedure in more detail.
    a) Transaction SE37: Enter function module CREDIT_CARD_POST_REFUSAL and choose "Change".
    b) On the "Tables" tab page, create parameter T_BSEG with reference to structure BSEG.
    c) Save and activate the function module.
    3. After you implemented the correction or the R/3 Support Packages valid for this note, read Note 450081 to avoid the unwanted deletion of payment card data.
    Hope it will help
    Regards

  • HT5035 I had a balance in my itunes account of approx $17.00.  I had to reset my password and now it's disappeared.  How do I get it back?

    I had a balance in my itunes account of approximately $17.00.  I had to reset my password and now it's gone.  How do I get it back?

    Hi Junebug2448,
    Welcome to the Support Communities!
    The article below will show you how to review your account and report any issues to the iTunes Store:
    iTunes Store & Mac App Store: Seeing your purchase history and order numbers
    http://support.apple.com/kb/ht2727
    Cheers,
    - Judy

  • I want reset my account balance

    Hello, my name is saadhorizon.
    I have a problem right now. My account balance is 0.06$.
    And now I want to reset my account balance to 0$, because I moved to USA and want to change my country/region and iTunes store to KUWAIT.
    But it shows me that "you have a store credit balance.you must spend your balance".
    Could you do something now please ?
    im online now

    Click here and request assistance.
    (87547)

  • Could you reset my account balance up to 0?

    Hello, my name is Daniel.
    I have a problem right now. My account balance is 0.50$.
    And now I want to reset my account balance to 0$, because I moved to Ukraine and want to change my country/region and iTunes store to Ukrainian.
    But it shows me that "you have a store credit balance.you must spend your balance".
    Could you do something?

    Click here and request assistance.
    (80361)

  • Froeign Currency valuation resetting for GL balances

    Hi All,
    I executed FAGL_FC_VAL with open item and non open item accounts. But system has not updated the valuation results in the
    table FAGL_BSBW_HISTRY for non open item accounts.
    Is this is the standard behaviour?
    Due to some errors I had to reset the valuation, I reset and found that, reset postings are not happening for above mentioned non open item accounts.
    Kindly advice whether this is a configuration issue or something else?
    Thanks in advance
    Regards
    Shanu

    Hi,
    Thanks for your reply. It is updating in the GL balance table.
    Then why this is not including in resetting of Foreign currency valuation?
    Regards
    Shanu

Maybe you are looking for

  • Publishing in iWeb page With MONTH view being the default view

    Hi I'm using iWeb to publish a page, then editing the HTML code to include a non-scrolling frame that is my iCal calendar on it. It works ok EXCEPT that it defaults to a Week View on the web page, and that looks lame because for our purposes it shoul

  • Validate Text Box value for ending spaces entered in a Custom 2010 InfoPath SharePoint 2010 form

    I have Custom InfoPath form for added and editing items into a SharePoint 2010 list.  For one of the fields I want to perform some data validation to make sure they did not add any spaces at the beginning or ending of the value they entered.  I have

  • Searching over network doesn't work

    Hey everybody, I seem to be having a big problem with searching over the network. Whenever I type something in to search, and tell it to look over the "shared" network, it doesn't even try and comes up with zero results. I switch from "Contents" and

  • How to fetch env. variable from OC4J instance

    At the launch of my application I want to fetch a variable value we have created on the iAS server at the application's OC4J instance level and under "Server Properties". I am unable to fetch anything using getHttpServletRequest() method. Does anyone

  • Asian characters translation

    What does the Asian characters in the CUSTOM SHAPE TOOL mean?  Where can I find the translation?