Book area 01 and Group area 03

Hi,
I understand that area 01 and 03 are normally identical and any posting done to an asset will be posted in both areas.
Hiowever, I have a situation where values in area 01 and 03 are different. This is an AUC asset and I will be transferring the valuise from AUC to fixed asset. But since both areas are different, I will not be able to zerolized both areas 01 and 03. And will not be able to close the AUC asset.
How do I rectify this ? Can I change a settings or new TTY to post only to 1 area to make both values in 01 and 03 the same ? After which i will transfer the AUC to FA.
And how do i close the AUC if there is still a small balance in one of the areas ?
Example :
Area 01

Example
Area 01     amount 10,300
Area 03     amount 10,500
I will have a balance of 200 in area 01 if I only transfer 10,300 from AUC to FA. Anf I will not be able to transfer the full ampunt 10,500 as system will throw an error.
This issues arises from different currency in GR and IR.
Please advise how to correct this problem. And also advise me how to prevent this type of error in future.
Thanks.
Angel

Similar Messages

  • Address Book names and groups are gone - forever?

    Hmmm.
    After I added two names to Address Book from a message header in Mail, I noticed a duplicate name and selected the menu item to merge the two "cards."
    Boom, as teh steve would say, several groups and over a hundred names are gone, now.
    Only two names remain—the name I was adding and the duplicate name I was merging
    (the one with the wrong spelling, ironically).
    No undo was available. Nothing appeared in the trash. No, "Are you sure?" No warning messages about the change having no recourse, etc.
    I've already had 2 very stiff drinks (I'm over 21 and do not intend to drive and feel otherwise socially responsible and do not condone irresponsible behaviour, etc., etc., etc.)
    Any ideas about recovering any data would be REALLY helpful. Thank you.
    I notice there's a way to back up the Address Book data. Gee, that's really nice to know, now.
    Edit: OS is 10.4.11 with this problem
    Message was edited by: stan

    Sorry Stan... have you rebooted yet?
    Look & see if you have a file like this...
    Address Book - 7:31:08.abbu
    Date will be different.
    In finder go to /Users/YourUserName/Library/Application Support/AddressBook
    see if there are any files like this in it...
    AddressBook.data
    Images
    AddressBook.data.previous
    ABPerson.skIndexInverted
    .import.lockN
    .skIndex.ABPerson.lockN
    .database.lockN
    AddressBook.data.beforesave
    ABPerson.skIndex
    LastImport.plist
    If it's really gone, quit using the computer if you wish a chance to recover it.

  • My older mac book pro and iMac are both running 10.6.8 and both have started running safari and email VERY slowly.  My new mac book pro running 10.9 is having no issues.  Is anyone else experiencing these issues?

    My older mac book pro and iMac are both running 10.6.8 and both have started running safari and email VERY slowly.  My new mac book pro running 10.9 is having no issues.  Is anyone else experiencing these issues?

    No noticeable speed differences running the four latest OSs on my machine.

  • HT204150 My contacts and groups are not duplicated in iCloud but my groups are duplicated on iPhone and iPad. Any ideas on how to remove duplicate groups or why they are duplicating?

    My contacts and groups are not duplicated in iCloud but my groups are duplicated on iPhone and iPad. Any ideas on how to remove duplicate groups or why they are duplicating?

    Welcome to the Apple Community.
    Check that you don't have more than one account in your contacts, such as 'iCloud' and 'On My Phone'.

  • Def of dunning area and valuation area

    hi,
    pls tell me the exact defintions of dunning area and valuation area,

    Dunning areas are used if several organizational units are responsible for carrying out dunning within one company code. These organizational units are referred to as dunning areas. The dunning area can correspond, for example, to a profit center, a distribution channel, a sales organization or a business area.
    This is a combination betwwen SD and FI
    Organizational level at which the material is valuated. A valuation area can be one of the following:
    Plant
    All plants belonging to a company code, in which case the valuation area is the company code
    This is used in MM and can be used to assign in MM G/L accounts to a valuation area.
    It possible that valuation area is used on other places to with a compleet differenrt functionality
    Paul

  • Local roll area and Roll area

    Please refer to following contents from TADM12_2:
    1. Virtual Memory includes local memory and shared memory.
    2. Local memory is associated with individual work processes.
    3. Local work processes memory is for: ABAP load; Data, stack; Buffer for database transfer; Local roll area; Local paging area.
    4. The roll file and its associated buffer(also called Roll area).
    5. The page file and its associated buffer(also called (SAP) Paging area).
    In t-code ST02,
    1. the first part is Buffer, all of them belong to shared memory.
    2. the second part is SAP Memory, there are four sub-items:
        a)Roll area
        b)Page area
        c)Extended memory  --> in shared memory
        d)Heap memory  --> in local memory
    I am confused whether Roll Area and Page Area here means local Roll/Paging Area in local memory, or Roll/Paging Buffer in shared memory?
    Please advise. Thanks
    James

    Hi James,
    Roll Area and page area allocated on local memory, and their buffer areas are allocated on local memory, also. This is because roll and page area are first two block on memory diagram. Those memory areas are dedicated to a work process and start to use when extented memory is filled up. Take a look at "http://help.sap.com/saphelp_nw70/helpdata/EN/28/d1d3f6bcb411d188b30000e83539c3/frameset.htm" for the memory diagram on SAP
    Best regards,
    Orkun Gedik

  • In Firefox 4 how can I cause the date on downloaded files to be the current date? (Some are and some are not. In FF3 the dates were ALWAYS the current ones.)

    In Firefox 4 how can I cause the date on downloaded files to be the current date? (Some are and some are not. In FF3 the dates were ALWAYS the current ones.)
    == This happened ==
    Every time Firefox opened
    == I upgraded to Firefox 4 (beta)

    Firefox 3.6.* and earlier set the downloaded file's modification time to the current time. In Firefox 4.0 the behavior has been changed, if a server returns a timestamp telling when the file was last modified (Last-Modified header), it is used instead.
    You can revert to the previous behaviour by using the [https://addons.mozilla.org/en-US/firefox/addon/93121/ Download Timestamp] add-on.

  • Staging area and target area

    hi..friends.
    should staging area and target area be same or different???
    if same what are the advantages and dis-advantages???
    and if not same what are the advantages and dis-advantages????
    I want your help..
    Thanks.

    Staging area is the place where transformation takes place.
    Basically c$,I$ tables gets created at this place and once processing is done , the same gets dropped .
    By defalut staging area and traget area are the same . But most of the DBA does not like to have the temp tables created at the target as this cause dbms performance, maintance issue in long term.
    Instead you can have a dedicated schema created just for staging and use the same in your interface.
    Plus when your target is non dbms then you need to go for a dedicated staging area which can be a separate schema in your database or it could be in memory schema. You will find performance issue if you are using in memory schema as your staging area in case the data volume increase.
    Thanks,
    Sutirtha

  • Difference between business area and sales area

    Hi
    I am swetha i have one doubt
    1) what is the buisiness area and what purpose we use the business area
    2)  what is sales area and what purpose we use the sales area
    3)what is the main Difference between business area and sales area.
    Regards
    Swetha

    Hii..
    Business Areas in SAP are used to differentiate transactions originating from different points/lines/locations in business. Let me give some examples to elucidiate:-
    A company (say, ABC) is a huge company and has a variety of businesses under it. Let us say that it typically operates in 3 different domains like machinery manufacturing, trading and assembling of machine parts.
    There are 2 options here now -
    1. Either create different company codes for the 3 business operations (which would be the easiest and require no creativity)
    or
    2.) Create each of these business lines into business areas (the better option).
    The advantages of using the second option is:
    1. You can use these business areas if other company codes require the same areas
    2. The configuration is simpler as in case of company code, you would require to go through the entire configuration of creating Chart of Accounts, Fiscal Year variants, posting periods variants and so on. In the business area option, you just need to attach it to the company code and the rest of the details in Business area is attached by default from the company code you are using it in.
    3. Using the options in controlling (EC-PCA, Enterprise Controlling, Profit Centre Accounting), you can even draw up Balance Sheets and PL statements for your business areas and hence this is used for management accounting in some companies (like HP, Dell, etc) when it wants to know the operating profits for different business areas/lines.
    The above was an example when the company wanted to separate entries according to the lines it operates in... the other case could be when it wants to find out profitability during its operations in cities and differentiates these cities into Business
    Areas...
    Business Areas are not much relevant in FI but are much more relevant in CO.
    Hope this clears.
    What is mySAP SD?
    The SAP sales and distribution is part of the logistics module that support your customers, starting from quotations, sales order and all the way towards billing the customer.  It is tightly integrated with the MM and PP functional modules.  It allows companies to input their customer sales price, check for open orders and forecast etc.
    The most important basic functional features in the sd module are:
    - Pricing                                           - Availability Check
    - Credit Management                       - Material Determination
    - Output Determination                     - Text Processing
    - Tax Determination                          - Account Determination
    Regards,
    Aakash

  • Developer 6i,Item type "User Area" and "Bean Area"

    kindly I want to know how to use item type "user area" and "Bean Area",i never used them and i didnt find good help about them,and i appreciate any help with examples.

    Hello,
    I have forgotten what is the user area because it has disapear with the 9i version.
    The bean area allows you to put some java bean component inside your Forms module.
    Check out the demos available on the Forms OTN page
    http://www.oracle.com/technology/sample_code/products/forms/index.html
    Francois

  • E51 is lack of "OK" button and groups are missing ...

    Greetings all!
    Couple of days ago I've noticed that my phone E51 is lack of "OK" button - to be more precise: when I'm creating new SMS/ MMS message and I'm going to add contact, the cell phone displays all my contacts, I can select one or more persons but can not confirm by OK button (normally placed at left lower corner of the screen) because there is not “OK” letters and linked button doesn’t respond.
    See picture below - there is OK button, mine E51 doesn't have that one... ://
    Additionally my contact groups are missing and I can not display them - they are gone.
    I've reset my phone with the code *#7???# but notching changed. Afterwards I've tried to upload my contacts' backup to my cell phone - and PC suite said there is synchronization problem - but nothing more... “Contact’s can not be synchronized”…
    Does anyone get similar problem?
    Solved!
    Go to Solution.

    That's strange. But then again it seems you may have entered the wrong code if you say nothing happened. Back up your phone except for settings. You may lose data if you do not. The final two methods below would delete user data.
    Try these:
    *#7780# - this will restore factory settings. See if the Ok buttons return
    *#7370# - do this only if the above code does not work. This wipes the phone memory of settings and all installations, a quick format. 
    Hold *, green and 3 keys simultaneously while powering up - last ditch effort. If nothing else works. This will return your phone to factory state
    If you find my post helpful please click the green star on the left under the avatar. Thanks.

  • Runtime area and work area in PGA

    In 10g concept (http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/memory.htm#sthref1418) it is written that
    "a big portion of the runtime area is dedicated to work areas"
    From the above statement we can conclude that runtime area contains work areas.
    However in 11g concept (http://download.oracle.com/docs/cd/E11882_01/server.112/e16508/memory.htm#i14490) figure 14-4
    it looks like runtime area do not contains work areas.
    My question is do runtime area include work areas?
    If work areas are not included in the runtime area then where is it located in shared server configuration?

    My question is do runtime area include work areas?I guess not. The work areas are the areas which contain the information about the workarea profiles of the operators like group by , sort and so on. These areas are created as and when required. Whereas, the runtime area is a part of the UGA which is going to keep the information about the query's execution status as well as, about the bind variables and so on. So IMO, the answer would be no but given that PGA is a very complex thing, I think you should wait for others also to get included in the thread.
    HTH
    Aman....

  • Staging area and Target area in ODI

    Hii...experts.
    How Staging area is different from target area and same as target area?? what are their benefits and drawbacks in both??
    Please suggest me with some pictorial representation..
    Thanks

    Hi SRK
    I think you'll find your answer in this old white paper from oracle. The new version of the best practices are much smaller :/.
    http://www.oracle.com/technetwork/middleware/data-integrator/overview/odi-bestpractices-datawarehouse-whi-129686.pdf
    Page 87-95.
    Hope it helps.
    Regards,
    Jerome
    ps : p79-84 are interesting too

  • Confusion b/w term.Roll area and Work area

    Hi,
    Can someone explain me these Two Term in simple english.
    1)Roll Area
    2)Work Area
    How aou distinguish b/w them.
    Thanks.
    Samir.

    Hi Samir,
    Welcome to SDN.
    1. The first & main difference is
       WORK AREA : Refers when we talk about ABAP Programming
       ROLL AREA : Refers when we talk about R/3 Instance
                   (on server)
    2. Work Area :
       We can call it nothing but a VARIABLE.
       But this variables/ terminology is used for the purpose
       of internal table.
       for eg.
       Loop at ITAB.
       (When itab is defined with header line,
        the header line becomes the work area,
       ie temporary storage)
       Loop at ITAB into wa.
       (here it is used when itab is not defined
        with header line, instead, a field-string WA
       is defined , same as itab structure)
    3. ROLL AREA :
       SAP Gui <----
    > R/3 Server
       There is a constant interaction between
       the above two.
       In a program, many variables are used,
       there are many screens each having
       their own logic.
       Many users are running the same program.
       To keep track of all these, the
       r/3 instance on the server,
       keeps information about EACH and EVERYTHING
       in its memory RAM.
       This BUNCH of INFORMATION
       about EACH SESSION and the PROGRAM
       is called work area.
    I hope it helps.
    Regards,
    Amit M.
    Message was edited by: Amit Mittal

  • After installing the safari 5.1.7 update when Im on aol and I go to ebay or certain web sites the sign in area and password area is blacked out? Has any one else had this issue and how to you correct it.

    On May 12th 2012 I updated Safari to 5.1.7 on my imac desktop. I also have snow leopard installed.After doing this update when I am on aol and I go to ebay, amazon and a few other sites the sign in area and the password area are blackened out. You could type in the area but not see what you are doing. Has any one else had this problem? Is there a fix?? I spoke to apple support last week and they dont have a clue on how to fix the issue nor does aol.Please help? Thanks.

    Hi..
    From your Safari menu bar click Safari > Preferences then select the Privacy tab.
    Click:  Remove All Website Data
    Now back to the menu bar, click Safari > Empty Cache
    Quit then relaunch Safari.
    Try one of the sites you had trouble accessing...

Maybe you are looking for

  • Atribuição de número de lotes em artigo existente.

    Tenho um artigo que é gerido por lotes. Acontece que existem 39.000 unidades no armazém que não consigo movimentar em documentos de vendas. Quando verifico os lotes autorizados a sair ( Inventário -> Lotes -> Gestão de Lotes) não consigo executar as

  • How to send data in ASCII (instead of Unicode) from XI using JMS adapter

    Hi The scenario is R/3 > XI >MQ > Third party SW. Inside XI, we have an ABAP mapping as well. The receiving third party software needs data in ASCII. Currently we are achieving this in MQ, but would like to move this conversion to XI. Any thoughts on

  • Photo's Stuck In iPad Complex Situation HELP!

    Okay...here's my problem i have a first gen ipad running ios 5 and a while back the hard drive on my Mac busted so i lost everything but my family photos and important memories are still on that ipad but i don't know how to get it out i don't care mu

  • Audio problem in Encore 2.0

    Hello, I have a problem with my sound card (Conexant AC-97) and Adobe Encore DVD 2.0. I use Encore from the version 1.0, so I know all the application features, and the version 1.5 works fine on my PC. I've upgraded to the 2.0 version, but with this

  • How to make changes in the .itmsp file?

    I get the message that delivering is not possible because changes are not made in .itmsp But how can I do that? It is an update.