How to make cash account balance Zero at the end of the year

Hi,
We have one account 200180 with 1000 Company code( Germany), and document currency is HKD(Hong kong Dollor), but LC is Euro and it is a cash account. At the end of the year, this account shows 0 balance in HKD, and 10,000 in Euro. I understand that it is because of difference in exchange rates every month. Shall I include this account in foreign currency valuation ? Any other way to make the balance is 0 in Euro?
RK

Hi men,
I think tcode F-05 can solve your problem. You should make some adjustment by using this tcode.
Good luck.

Similar Messages

  • Prevent Petty Cash Account Balance to be negative

    Hi all,
       We've some Petty cash Accounts. It is observed that during the entries related to this cash accounts sometimes inbetween the day the cash balance becomes negative ( Due to the inappropriate order entry ).
       To force the Cash entries in exact order I want to put the check for cash account balance can't be negative.
      How to achive this ?

    Hi Naimish,
    You can use the following program to find the user exits in a transaction. Create this prog in your development as a local program.
    Just put the Tcode you are using in the selection screen and run it. It will list all the user eixts that are present . Do a trial and error till you get the exact user exit.
    Pls reward if useful.
    Laxman Nayak.
    *& Report  ZAK_FIND_USEREXIT                                           *
    REPORT  ZAK_FIND_USEREXIT  no standard page heading.
    Finding the user-exits of a SAP transaction code
    Enter the transaction code in which you are looking for the user-exit
    and it will list you the list of user-exits in the transaction code.
    Also a drill down is possible which will help you to branch to SMOD.
    tables : tstc, tadir, modsapt, modact, trdir, tfdir, enlfdir.
             tables : tstct.
    data : jtab like tadir occurs 0 with header line.
    data : field1(30).
    data : v_devclass like tadir-devclass.
    parameters : p_tcode like tstc-tcode obligatory.
    select single * from tstc where tcode eq p_tcode.
    if sy-subrc eq 0.
       select single * from tadir where pgmid = 'R3TR'
                        and object = 'PROG'
                        and obj_name = tstc-pgmna.
       move : tadir-devclass to v_devclass.
          if sy-subrc ne 0.
             select single * from trdir where name = tstc-pgmna.
             if trdir-subc eq 'F'.
                select single * from tfdir where pname = tstc-pgmna.
                select single * from enlfdir where funcname =
                tfdir-funcname.
                select single * from tadir where pgmid = 'R3TR'
                                   and object = 'FUGR'
                                   and obj_name eq enlfdir-area.
                move : tadir-devclass to v_devclass.
              endif.
           endif.
           select * from tadir into table jtab
                         where pgmid = 'R3TR'
                           and object = 'SMOD'
                           and devclass = v_devclass.
            select single * from tstct where sprsl eq sy-langu and
                                             tcode eq p_tcode.
            format color col_positive intensified off.
            write:/(19) 'Transaction Code - ',
                 20(20) p_tcode,
                 45(50) tstct-ttext.
                        skip.
            if not jtab[] is initial.
               write:/(95) sy-uline.
               format color col_heading intensified on.
               write:/1 sy-vline,
                      2 'Exit Name',
                     21 sy-vline ,
                     22 'Description',
                     95 sy-vline.
               write:/(95) sy-uline.
               loop at jtab.
                  select single * from modsapt
                         where sprsl = sy-langu and
                                name = jtab-obj_name.
                       format color col_normal intensified off.
                       write:/1 sy-vline,
                              2 jtab-obj_name hotspot on,
                             21 sy-vline ,
                             22 modsapt-modtext,
                             95 sy-vline.
               endloop.
               write:/(95) sy-uline.
               describe table jtab.
               skip.
               format color col_total intensified on.
               write:/ 'No of Exits:' , sy-tfill.
            else.
               format color col_negative intensified on.
               write:/(95) 'No User Exit exists'.
            endif.
          else.
              format color col_negative intensified on.
              write:/(95) 'Transaction Code Does Not Exist'.
          endif.
    at line-selection.
       get cursor field field1.
       check field1(4) eq 'JTAB'.
       set parameter id 'MON' field sy-lisel+1(10).
       call transaction 'SMOD' and skip first   screen.
    *---End of Program

  • Help - I have an apple id account, where is my iPod and iPad registered, but also the iPod of my daughter. How can I make an account for my daughter and keep all the apps she has on her iPod?

    Help - I have an apple id account, where is my iPod and iPad registered, but also the iPod of my daughter. How can I make an account for my daughter and keep all the apps she has on her iPod and in her own iTunes?

    Sorry, content bought with one Apple ID cannot be merged or transferred to another Apple ID.

  • How to make On Account Payment

    Hi all,
    How to make On Account Payment.
    What is the difference between On Account Payment and Down Payment
    Thanks

    Hi Siva,
    Normall on account payment is a payment which is not against any invoice/bill.
    In SAP, we take such scenarios throught the down payment cycle. Downpayment is nothing but advance issued to a  vendor which is not against any invoice/bill.
    So we can say that on account payment in SAP is handled through Down payment (advance).
    Tcodes wrt vendors:
    F-47 - Request
    F-48 - Down Payment
    Tcodes wrt customers:
    F-37 - Request
    F-29 - Down Payment
    Regards,
    Kiran

  • How to make default account assignment category in planned order?

    Scneario Description:
    1. Sales order for a configurable parent item is created in ERP & order BOM is changed & transferred to APO. In APO MRP run takes place for that parent item, which creates a planned order with account assignment category "M" (M:Individual Customer w/o KD-CO.
    2. Now based on the dependant requirement generated for parent item, MRP takes place for one of the child item in ERP & purchase requisition gets created for child item.
    Question:
    1. Can anybody help me how i can make default account assignment as "F" (F:Order) in the planned order of parent item?
    2. PR created for child item also has default account assignment category as "M". we wish to change that to "F".
    Thanks & best regards
    Hemchandra & Sandeep Mandhana

    Hi V. Suresh,
    The account assignment category maintained in the requirement class for parent item is 'M'.
    No account assignment category maintained has been maintained in the requirement class Semi-finished component (this component is sent for subcontracting).
    The business process is as follows:
    1. Create Sales Order for Parent say ME_PARENT.
    2. Order BOM for ME_PARENT is created and subsequently cifed to APO.
    3. PP/DS heuristic is run for ME_PARENT.
    4. MRP for component ME_COMP is run in ERP.
    It can be seen that purchase requistion for ME_COMP has a/c assgn category as 'M'. It seems that the ME_COMP has inherited 'M' from ME_PARENT.
    We would like to have no a/c assgn category for ME_COMP.
    Any pointers?
    Regards,
    Sandeep

  • How to distribute Reconcilation account balance from a Prft Cntr-FAGLGA35

    Hello,
    Please provide your input for the below query:
    How to distribute Reconcilation account balance from a Prft Cntr-FAGLGA35?
    Regards,

    Hello,
    Thanks a lot for replying.
    I have done new posting KR (vendor Invoice), where in General Ledger View the Pofit Cneter got populated in the vendor line item because of the doc spliting.
    Now when I hae trying the do assessment of the vendor balance as directed below, no sendor is getting selected.
    Please help me how to do the assessment of reconciliation account.
    Regards,

  • How to make every account in the system login automatically?

    How to make every account in the system login automatically when Mac OS X startup?
    Thanks!

    I can see one way to do it. You'll need to install a script in each user account, and have it set as a login item for each user. Let's imagine you have three user accounts. Each user in Mac OS X has a UID number. Normally your first user has the UID of 501, the second one will be 502 and so on...
    You can determine the UID by running the following AppleScript while logged in on each user:
    do shell script ("ID")
    This'll return a long block of text, but right at the start you'll see the UID number. Let's assume your three users have the UIDs 501, 502 and 503. We begin with 501.
    Create the following script and save it as an application while logged in as 501. Note that the password you're entering is the password for UID 502. Also note that the forum system is creating line breaks where there shouldn't be any. The long "do shell script" line should be one line.
    delay 5 --This delay allows time for login to complete, but it may not be necessary.
    try
    do shell script "/System/Library/CoreServices/Menu\\ Extras/User.menu/Contents/Resources/CGSession -switchToUserID 502"
    delay 5 --This delay could be shorter or longer, depending on how fast your machine is.
    tell application "System Events"
    keystroke "password for 502" --the password for UID 502
    keystroke return
    delay 1
    end tell
    on error
    display dialog "Unable to switch user."
    end try
    Open System Preferences, go to Accounts, click "login items" and drag your script (saved as an application) to the login items window.
    You basically repeat this process for each user account, modifying the script so it switches to the next user.
    This isn't ideal, because your passwords will be stored in the scripts, and each user could open the scripts and learn the passwords of the other users on that machine.
    I picked some of this up from a discussion over at the Macworld forums:
    http://hints.macworld.com/article.php?story=20031102031045417
    Message was edited by: The Preacher
    Message was edited by: The Preacher
    Message was edited by: The Preacher

  • How to make an account in Country Such As Iraq While It's Not Listed In The Menu Of Country?

    how to make an account in Country Such As Iraq While It's Not Listed In The Menu Of Country?

    You cannot. Sorry.

  • How to make an account in iChat with Apple ID but no .mac?

    Hi everyone,
    my Apple ID is my email adress but not ending with @mac.com or @me.com. How can I make an account in iChat with my Apple ID without making an extra ID with an @mac.com name?
    Thanks

    Hi,
    An Apple ID that you may use for Logging in to Discussions to Post and may also link to your iTunes account and the Apple Store purchases is not the same as an Account/Screen Name for iChat.
    @mac.com names were at one time given out when you purchased the .mac service (predecessor to MobileMe).
    However trial versions on .mac allowed the name to work in iChat after the trial was up (As well as Lapsed Paid for ones)
    The Email services stopped at the end of the trial or if you stopped paying for the service.
    However when MobileMe started and replaced .Mac people could elect to keep their @Mac.com names
    Therefore @mac.com name may or may not be valid email addresses.
    Since then Apple have allowed new @mac.com names to be created to use as free iChat names (not valid Email Addresses)
    Apple names ending @mac.com and @Me.com (MobileMe) are valid AIM screen Names in iChat. (Agreement between Apple an AIM)
    (MobileMe is free during the trial period but requires Credit Card up front and Active discontinuation before the Trial is up and also does not work after the Trial is cancelled)
    You can also Use AIM names Register here
    These tend to not have any @something.com suffixes.
    You can also use any GoogleMail ID if you enable Talk on your Google account.
    Using a third Party Jabber app you can register a Jabber ID (Also looks like a email address) as most Jabber servers doe not have Web Browser accessible registration pages.
    Summary.
    An Apple ID created to Login into Discussions is unlikely to be linked to iChat.
    (it can be done as you say with @Mac.com or @Me.com names)
    An Apple ID can be linked to iTunes and for making On-line Store purchases.
    There are options to creating an iChat ID.
    AIM would most likely suit you needs of not having an @mac.com or @me.com suffix
    Jabber names look like Email Addresses but rarely work as such with the exception of GoogleTlak/GoogleMail IDs
    NOTES:-
    A GoogleTalk or Jabber ID can add Jabber or GoogleTalk Buddies but not those that Login to AIM.
    A Valid AIM Screen Name can not have Jabber/GoogleTalk Buddies added to it.
    An AIM valid Screen name could be from AIM or Apple (@mac.com or @me.com) or from any other ISP AIM has an Agreement with for using their Email Address.
    This last part means you may see Buddy's screen Names that have other @ type suffixes
    In fact the AIM Registration page allows you to use any Email as the Screen Name (I have seen a Hotmail one used)
    This means as both AIM and Jabber use names that end @server(mail or otherwise).com/net/whatever as there can be some confusion when adding Buddies to a Buddy List.
    I hope I have been clear enough.
    10:31 PM Sunday; September 12, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • How to make itunes account for free

    how to make itunes account for free?

    Since you're posting here, you already have an Apple ID. Click here and follow the rest of the instructions.
    (93518)

  • How to remove an account balance of itunes, but my mind is Mexican American was before, and I want to change the country to see my purchases in the store hise U.S.

    how to remove an account balance of itunes, but my mind is Mexican American was before, and I want to change the country to see my purchases in the store hise U.S.

    Buy something for more than the balance and charge the remainder to a credit card, or write Apple and ask them to keep the balance.
    iTunes Customer Service Contact - http://www.apple.com/support/itunes/contact.html > Get iTunes support via Express Lane > iTunes > iTunes Store

  • How can I make a fade out effect at the end of the song in garageband for iPad?

    I want to made this effect but honestly I have no idea about what I have to do. u.u Please help.

    ClaudioWalrus wrote:
    How can I make a fade out effect at the end of the song in garageband for iPad?
    GB for iPad doesn't have volume automation, you'd need to import the project into GB on a Mac to create the fade with a volume curve.
    as an alt, finish your song and export the audio file, then import the audio file in an audio editor and create a volume fade with that:
    http://www.bulletsandbones.com/GB/GBFAQ.html#audioeditors
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • How to make comnapy code defalut got 100 and 1001 in the PNP screen

    Hi Expart ,
    can u tell me my que how to make comnapy code defalut got 100 and 1001 in the PNP screen in HR reporting?
    Regards
    Razz

    Use the below code in the   INITIALIZATION   
                     INITIALIZATION                                      *
    initialization .
    " Make Default values for Company Code 2100 & 2200
      PNPBUKRS-LOW  = '2100'.
      PNPBUKRS-HIGH = '2200'.
      append PNPBUKRS.
    regards
    .....lakhan

  • How to make it so my iphone 5 doesn't keep the location of were I took a picture

    how to make it so my iphone 5 doesn't keep the location of were I took a picture?

    Turn the feature off as described in the User's Guide.

  • Help!!! How to make quicktime plugin do not display on top of the web page?

    Any one knows how to make quicktime plugin do not display on top of the web page??? I've tried to change the zIndex property using javascript, but it doesn't work.
    Because we have some widgets which are required to be moved to anywhere on the page, we use iframe to implement that, so it can display on top of quicktime plugin, but the plugin flickers sometimes when we do some operation on the widget which is on top of it.
    Anyone can helps me? Thanks in advance!!!
      Windows XP Pro  

    > Can you tell me how to set the script so that the
    lightbox image is
    > displayed
    > on mouseover instead of mouse click.
    Check the docs. Trent is usually very thorough in his
    instructions.
    Hint: I haven't studied it but it probably involves modifying
    one of DW's
    built-in Behaviors.
    Walt
    "ducati1" <[email protected]> wrote in
    message
    news:gkb906$qrd$[email protected]..
    > Wow that DW extension is just what I needed.
    > Thanks..
    > Can you tell me how to set the script so that the
    lightbox image is
    > displayed
    > on mouseover instead of mouse click.
    > I currently have the thumbnails set to insert the ALT
    text into a text box
    > on
    > mouse click.
    >

Maybe you are looking for

  • Skype Latest version (as far as I know) does not h...

    Hi, I have a NEXUS 7 (2013) with Android 5.0.2 and the latest upgrated version of skype for android 5.2.0.62296. When someone calls me to me with skype and if I do not have PC on, I am unable to answer calls (unless I'll make skype to answer automati

  • Hiding a column Attribute in the Grid Control in a DAC form.

    Hi, My RowsetInfo has a Image AttributeInfo and other kinds of AttributeInfo.I wanted to display the image in a seperate area in the form.The remaining Attributes would come in form as a detail grid. However, since I bind the Grid control to my rowse

  • How do I get a PDF document signed?

    What do I have to do to create a contract in PDF, send it so it can be signed and returned to me?

  • IPhone Videos TV Show sort display issue

    Uploaded new ios upgrade. Now when I synch multiple TV shows, under videos they all get lumped under "TV Shows", and if you look carefully the episodes are listed not seperated by shows, but alphabetic, and will show season number, but has a zero for

  • Export AddressBook card data to Thumbdrive

    I occasionally need to update my iBook's AddressBook cards from my iMac (main computer, where I collect addresses). How can I export/copy current cards to a thumbdrive, to then copy onto (offsite) iBook? I do not want to copy the complete AB app ever