Transaction type to dispose the asset only for the depn areas 01 and 02

One of the Company codes XXXX plant XXXX has an isuue for asset # XXXXXXXXXX-0 this asset was partially retired in Nov.2008 and now its acquisition value is JPY312,428
which should not be an asset under US GAAP but qualify for asset under Tax book . So it needs be removed from US and JCC book(01 and 02 area) but keep the record on the Tax book(area 15).
Is there any transaction type to dispose this asset only for the 01 and 02 area but keep the historical data for 15 area?
Thanks for helping in advance

Can I suggest you a way to handle this? Just give a try and see whether  it works for you or not.
Post a Credit entry to the Asset only to the area 01 and 02. Please follow the below steps before you do this.
1. Go to main SAP screen => System => User profile => Own data => Parameters
     Add parameter ID FAA_FB01_AREA_SWITCH (Turn On Value Entry at Area Level for FB01) and mark "x" against it in Parameter value. Save this changes.
2. Go to F-02, Enter the Asset number (posting key 75 and transaction type 105, which ever you feel like) and then in the next screen, enter the amount. Here in this screen, you will find a tab named area values. Click that tab and change the values Area 01 & 02 to $0.01 and leave the Area 15 as it is. Enter the appropriate dr line item and save the document.
3.Go to AW01N and see tha values against each of the areas.
please revert in case you have any questions.

Similar Messages

  • Differentiating the asset class for group assets

    Hi,
    I want to create group assets in AS21. For creating group assets I want to create a seperate asset class. I could not find any option of differentiating the asset class for group assets in transaction OAOA (i.e., Define Asset Class)
    How we can identify that an asset class can be used only for group assets and not for individual assets.

    <<Plagiarised from http://help.sap.com/saphelp_45b/helpdata/en/4f/71dfff448011d189f00000e81ddfac/content.htm>>
    HI
    A group asset is represented in the system by a separate master record. The structure of this master record corresponds to the structure of the normal asset master record. You can determine the structure of this master record using screen layout control, just as you do for normal master records. Just the same as a normal asset, a group asset can have any number of sub-numbers. In this way it is possible, for example, to collect all the acquisitions for one year in a single sub-number master record at the level of the group asset.
    There is a separate master data transaction for creating group assets (Asset ® Create ® Group asset). This transaction corresponds to the transaction for creating normal assets. However, there are certain special considerations to keep in mind for master data maintenance of group assets:
    Group assets can only be deleted when all the assets belonging to them have been marked for deletion.
    Group assets can only manage depreciation areas that have been specially marked. You mark them using an indicator in the company code specific specifications for the depreciation area (FI-AA Customizing: Specify depreciation areas for group assets).
    Group assets have to be assigned to an asset class, just as normal assets do. You use an indicator in the asset class to specify that the class can be used only for group assets.
    Assignment of an Asset to a Group Asset
    You can assign an asset to a group asset by specific depreciation areas. For this purpose, there is a special field in the asset master record (in the detail display of each depreciation area). You enter the number of the group asset in this field. Once this entry is made, the system calculates and posts the depreciation for this depreciation area only at the level of the group asset. In this way, you can also assign one asset to different group assets in different depreciation areas.
    Regards,
    Amit SHinde
    Acknowledge If satisfied
    Edited by: Matt on Feb 17, 2012 9:34 AM

  • Field to make uneditable only for the current/selected row

    I have a web dynpro application and I  wanted to make some fields uneditable and for this I have done the following:
    I bound a context attribute to the readOnly property of all the fields you want to control. Then in the onEnter event of the main field, I set the value of this bound context attribute to ABAP_TRUE to change the state of the corresponding UI elements.
    I have written the following in the onenter event of the main field:
    DATA lo_el_context TYPE REF TO if_wd_context_element.
       DATA ls_context TYPE wd_this->element_context.
       DATA lv_editable TYPE wd_this->element_context-editable.
    *  get element via lead selection
       lo_el_context = wd_context->get_element( ).
    *  @TODO handle not set lead selection
       IF lo_el_context IS INITIAL.
       ENDIF.
    *  @TODO fill attribute
    *  lv_editable = 1.
    *  set single attribute
       lo_el_context->set_attribute(
         name =  `EDITABLE`
         value = 'ABAP_TRUE' ).
    Now the issue is that when I hit enter on the main field all other fields gray out/uneditable for all the rows, what I want is the other fields should be greyed out only for the row where I am entering the main field and hit enter.
    Can you please tell me how can I do that?
    Thanks,
    Rajat

    Hi Raj,
    You are not getting it. When you have only one context attribute and bind that to all the rows/columns of the table then everything will be enabled or disabled.
    In your case, create a local node with cardinality 1:1 inside the node you already have.
    Write a supply a function for this node.
    Add a attribute read_only of type wdy_boolean.
    bind this attribute to the read_only property of the table columns.
    in the supply function based on the element conditions you might have enable this attribute of disable.
    supply function method already has the necessary code , you only need to enable the commented lines and put your if ..end if  code around it.
    See a example.
    * General Notes
    * =============
    * A common scenario for a supply method is to aquire key
    * informations from the parameter <parent_element> and then
    * to invoke a data provider.
    * A free navigation thru the context, especially to nodes on
    * the same or deeper hierachical level is strongly discouraged,
    * because such a strategy may easily lead to unresolvable
    * situations!!
    *  if necessary, get static attributes of parent element
      DATA ls_parent_attributes TYPE wd_this->element_sflight.
      parent_element->get_static_attributes(
        IMPORTING
          static_attributes = ls_parent_attributes ).
    ** data declaration
      DATA ls_prop TYPE wd_this->element_prop.
    ** @TODO compute values
    ** e.g. call a data providing FuBa
      IF ls_parent_attributes-carrid <> 'LH'  .
        ls_prop-read_only = abap_true.
      ELSE.
        ls_prop-read_only = abap_false.
      ENDIF.
    ** bind a single element
      node->bind_structure(
        new_item             =  ls_prop
        set_initial_elements = abap_true ).

  • The meta data for the IDoc type "MATMAS05" is unavailable

    Dear Gurus:
    I need  help in completing small test that I am doing to send MATMAS IDOC to xMII.
    I have done:
    1.     RFC connection SM69 and tested ok
    2.             xMII IDOC Listner config with my SAP client
    3.     Connection appears in –smgw ok (in logon client screen)
    4.     Completed Distribution channel and we20,we21
    All above looks in place when I send one IDOC (BD10) it remains in 03 even after I run RBDMOIND. Besides IDOC is not appearing in C:\Lighthammer\JCO\Output.
    On tRFC I see error “The meta data for the IDoc type "MATMAS05" is unavailable.”
    Note that
    a) I am NOT using transaction on routing tab
    b) xMII version 11.5
    c) I used "How to send IDOC ...." Version 2 PDF that is available on web (thanks to Bimal)
    d) I looked at other two posts which has to do with LOIPRO message type and with JCO issue
    Please help.
    Thanks
    Jay

    Jay,
    What version of ERP are you using, perhaps this note will help: 770239
    Also the SAP Help has some suggestions as well...<a href="http://help.sap.com/saphelp_nw04/helpdata/en/8a/b8b13bb3ace769e10000000a11402f/content.htm">Click Here</a>
    -Sam
    null

  • What's all this about? [Question only for the Super Elite]

    Tue Apr 28 13:41:59 2009
    panic(cpu 1 caller 0x001A9C68): Kernel trap at 0x00000000, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x00000000, CR3: 0x00d05000, CR4: 0x00000660
    EAX: 0x0714af00, EBX: 0x5bb17ef0, ECX: 0x0714afcc, EDX: 0x0f8a3b00
    CR2: 0x00000000, EBP: 0x5bb17ed8, ESI: 0x07b6e600, EDI: 0x0714af00
    EFL: 0x00010206, EIP: 0x00000000, CS: 0x00000008, DS: 0x5bb10010
    Error code: 0x00000010
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
    0x5bb17cd8 : 0x12b4f3 (0x45b13c 0x5bb17d0c 0x1335e4 0x0)
    0x5bb17d28 : 0x1a9c68 (0x464700 0x0 0xe 0x463eb0)
    0x5bb17e08 : 0x1a038d (0x5bb17e20 0x0 0x5bb17ed8 0x0)
    0x5bb17e18 : 0x0 (0xe 0xbc40048 0x10 0x10)
    0x5bb17ed8 : 0x5ba7c4b9 (0x714af00 0x0 0x0 0x0)
    0x5bb17f48 : 0x5ba7c547 (0x714af00 0x7b6e600 0xe548380 0x5b86dcd3)
    0x5bb17f68 : 0x5b86dd5a (0x7b6e600 0x4 0x1 0xfa60800)
    0x5bb17f88 : 0x5b86dd82 (0xfa60800 0x7b6e600 0x1367f3 0xfa60800)
    0x5bb17fa8 : 0x5c0beda6 (0xfa60800 0xe0004004 0x0 0x0)
    0x5bb17fc8 : 0x1a017c (0xfa60800 0x0 0x1a30b5 0x8173f20)
    Backtrace terminated-invalid frame pointer 0
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.iokit.IOUSBMassStorageClass(2.0.4)@0x5c0bc000->0x5c0c5fff
    dependency: com.apple.iokit.IOSCSIArchitectureModelFamily(2.0.5)@0x5b868000
    dependency: com.apple.iokit.IOUSBFamily(3.2.7)@0x5b1eb000
    dependency: com.apple.iokit.IOStorageFamily(1.5.5)@0x5b404000
    com.apple.iokit.SCSITaskUserClient(2.0.5)@0x5ba7a000->0x5ba7ffff
    dependency: com.apple.iokit.IOStorageFamily(1.5.5)@0x5b404000
    dependency: com.apple.iokit.IOSCSIArchitectureModelFamily(2.0.5)@0x5b868000
    com.apple.iokit.IOSCSIArchitectureModelFamily(2.0.5)@0x5b868000->0x5b880fff
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    9G55
    Kernel version:
    Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386
    System model name: MacBookPro3,1 (Mac-F4238BC8)
    If I'm not mistaken, all the IO stuff is related to USB and FireWire devices, right? I had my iPod plugged in when I got he Kernal panic as well as running Disk Warrior on an external FW HDD.

    "Question only for the Super Elite"
    That is presumptuous on your part. Questions posted on a forum should be directed to ALL.
    And your thread title is really bad. You should put some hint as to what your question is in the title.
    Now that that is out of the way, I would suggest disconnecting all external devices except for your mouse and keyboard, running for a while and then reconnecting external devices one at a time in an attempt to isolate the offending device. I'm inclined to suspect external HDD.

  • I want to give sales discounts only for the first five sales order

    The scenario is that I have to limit the sales discount to first five sales order that is executed, from the 6th the system should not allow any sales discounts

    Hi,
    If I understand your requirement correclty you want to pass discount for a particular item for a customer only for the first five sales orders irrespective of the quantity you sell on this order. As I understand this way of limiting discount by way of the count of sales orders is not possible.
    What is though possible is to limit the discount per customer or per article or per customer and article combination to either a certain fixed value of discount or limit the discount to certain fixed quantity sold for that article.
    The config required is
    Condition type  : Scale basis -Either value scale or quantity scale. Scale type -leave this blank.
    Condition record  :Chose the scale type as "B- To Scale" and at the time of condition record creation you can define your own Calculation type -either fixed amount,percentage,quantity etc.
    All the best.
    Kartik Shah

  • 7.1 Error: transaction type SMIN has already been included in the categoriz

    Hello Experts,
    I'm getting the following error while running a program AI_CRM_CREATE_CAT_SCHEMA:
    Error: transaction type SMIN has already been included in the categorization schema - SAP_SOLUTION_MANAGER_TEMPLATE.
    Please remove SMIN from application area of SAP_SOLUTION_MANAGER_TEMPLATE and then run this report again.
    Can you please advice how to resolve this?
    Thank you,
    123

    I invite the colleagues that if they do not have a solid answer to a question, please do not bother on answering it.   Even the guide does not say how to get rid of that error.  The guide on page 17 says "Please ensure that there is no active categorization schema for the transaction types listed above before you run the report".   Well, how do you do that?   Also the guide says to create a version of the schema, and release that new schema, but that still does not work.  You go into the new schema version to delete all entries related to SMIN, but even after that you still get the same error trying to run the report AI_CRM_CREATE_CAT_SCHEMA.
    I am writting all this because from the answers above:
    Answer 1, the SAP Note:  They do not mention anything about schema.
    Aswer 2 and 3.                 Already answered.  The implementation guide does not help as mentioned above.
    Answer 4.                        This error has nothing to do with copying SMIN into ZMIN.
    Please accept my complaint and do not get offended.  We all know we are trying to help one another, although it is nicer to save time getting to the correct answer faster.
    Thanks,
    Juan

  • I have a game but it only for one apple id and one divece but someone i dont know id play that game and using my apple id and i want to know if u can block them from using ur apple id and also erase all the games they downlode with the apple id

    I have a game but it only for one apple id and one divece but someone i dont know id play that game and using my apple id and i want to know if u can block them from using ur apple id and also erase all the games they downlode with the apple id

    There probably is, but it requires that you be able to use punctuation and write in sentences so that we can understand exactly what you want.
    You can block others from using your Apple ID by changing your password.  There is no way to erase what was already downloaded on to someone else's device, for obvious reasons,

  • My iPhone was stolen a few days ago. It appears to be offline on the Find My iPhone app. If the person who has it turns it on only for a brief moment and then turns it off immediately, will the location still be found? Once it returns to be

    My iPhone was stolen a few days ago. It appears to be offline on the Find My iPhone app. If the person who has it turns it on only for a brief moment and then turns it off immediately, will the location still be found? Once it returns to being offline will the location still be sent to me? And also, how can I retrieve my pictures from my iCloud?

    Anything is possible.

  • Header Details to be Printed only for the line item details.

    Hi All,
    I have the following requirement.
    I have Page1 with the Logo, Header Window, Vendor Window, Send Invoice To, Delivere Invoice To and Main Window. Main Window Starts from the middle of the page. In the Page2 i have Logo, Header window and Main Window. In the Page3 i have only Main Window.
    In the Footer of the Main Window i have Placed the Terms and conditions which should always be Printed in the New Page. So in the footer i have given a command "Go to New Page " and given the page as Page3.
    The requirement is Logo,and Header Window should appear only for the Line items and not for the Terms and conditions.
    For the Page1 i have given the Next Page as Page2. Suppose if there is only one line item then it Prints in the first Page itslef and the control flows to the Page2 and since in the page2 i have given the condition for the Logo and header window to print only if line item is more than 1 and since Main Window is starting from the middle there is a blank Space appearing in the start of the page.
    The command i have given in the footer to trigger new page that is page3 is not getting triggered. If there are more than one line item then its printing the logo and header window and so there is no blank space appearing and it is working fine.
    Please let me know how to avoid this blank space and move my main window to the start of the Page if there is only one line item.
    Thank you.

    Dear Vasudha,
    I am a little bit confused regarding your query,
    "In the Footer of the Main Window i have Placed the Terms and conditions which should always be Printed in the New Page. So in the footer i have given a command "Go to New Page " and given the page as Page3. "
    When you say footer of main window does it mean , that you are using a table inside your main window and the command node your have inserted is in the footer of the table ?.I hope it is, because my suggestion is based on this assumption.
    Well my suggestion for your issue is,
    1.I  hope you are aware we can trigger a next page in two ways, one by setting the next page static attribute & second using  the command node which you have used.In your case you will have to use a combination of both.
    2.I feel your First page design is ok. Set its static next page attribute to PAGE2. Similarly set the static next page attribute for PAGE2 as PAGE2 itself. This should take care of your table which you have placed in the main window. If the table contains only one lineitem it will get over in the first page itself. If the lineitems are more in the table, it will automatically triggerPAGE2 (since static next page attribute for PAGE1 is PAGE2)  and the remaining line items will be displayed. Now no matter how many lineitems you have ,PAGE2 will be triggered repeatedly(since static next page for PAGE2 is PAGE2 itself) until the entire data in your table is displayed.
    In this way your requirement of printing the logo and header windows for the data lineitems only will be fulfilled.
    3.Now the last catch in your case is the printing of PAGE3(The terms and condition page) on an entirely new blank page.
       In the footer section of the table which you have used,  use a command node set to PAGE3.  After the command node and under the same  footer section now insert your terms and condition lineitem.
    Also Check the "at End of table" checkbox and uncheck " AT PAGE BREAK" under OUTPUT OPTIONS tab for the footer section.
    So now this footer section will be triggered only once after all the data in the table is displayed
    4. So now if there is only one lineitem, before the default second page is triggered the command node will trigger the PAGE3 and the terms and condition will be displayed.Else if there are more lineitems the page2 will be triggered again and again and finally when all the lineitems are over, the footer of the table will get triggered. So the command node will take you to the PAGE3 wherin the terms and condition will only be displayed.
    Hope this helps.
    Regards,
    Riju

  • Is there a way to create a fade only for the first loop?

    I have a loop (Modern Guitar Rock 04), which I've extended out so it repeats four times. I select the Fade Tool and X-Fade for drag. I then drag just in front of the loop and onto it, which creates a fade. However, this also creates fades at the beginning of the repeating loops. Is there a way to create a fade only for the first loop?

    The loop function always repeats the same region so of course the fade is also copied. So option+drag the original region to make a (non clone) copy, fade the first region and loop the second one (which you just copied).

  • How to make a photo STAY in the assets panel for future use for In browser editing?

    How to make a photo STAY in the assets panel for future use for In browser editing?
    When I delete a photo from a page, it does not stay in the assets panel. My client uses in browser editing daily. Once a week he changes a photo just for a day, then needs the previous photo to replace it. The original photo is not in the asset panel (or folder) for him to choose.
    When you upload a photo, it has an arrow in the asset panel. How do you use this as an asset?

    Sure ... right mouse click on  your page and choose 'Exclude Page from Menus' :-)

  • Using the value "Image/*" for the accept attribute of the HTML input Element, how can I add .pdf to the array of preconfigured file types (.jpe, .jpg, .jpeg, .?

    On a form, using the value "image/*" for the accept attribute of the HTML input Element, how can I add .pdf to the array of pre-configured file types (.jpe, .jpg, .jpeg, .gif, .png, .bmp, .ico, .svg, .svgz, .tif, .tiff, .ai, .drw, .pct, .psp, .xcf, .psd, .raw)?
    Say I wanted to add .gif, .jfif or .ico. I find this array limited, how can I add types to image?
    <input type="file" name="file" accept="image/*" id="file" />
    mimeTypes.rdf does not seem to allow this.

    ''mimeTypes.rdf'' has nothing to do with web development. It's a file that stores your file handling preferences (e.g. if you want ZIP files automatically saved or opened).
    You can't change the file types of the pre-defined content specifiers (audio/*, video/*, image/*), but you can specify additional MIME types. To add PDF to your above example,
    <pre><nowiki><input type="file" name="file" accept="image/*,application/pdf" id="file" /></nowiki></pre>
    For details, see
    * [https://developer.mozilla.org/En/HTML/Element/Input developer.mozilla.org/En/HTML/Element/Input]

  • Driver only for the HD 4110 webcam...do not install suite in Win 8.1

    Dear Readers:
    I mistakenly installed the software suite for the 4110 webcam on a win 8.1 pc and the camera cannot deliver a good image. (I think this is due to the fact that the win 8 platform is not supported for this camera, unless in compatibility mode.) The rest of the software programs seem okay, it's just the camera is a mess.
    Anyway I plan to install it on a HP win7 desktop but only want the camera working not the suite. I plan to use the cam with Handy AVI and maybe Blue Iris.
    Any pointers on finding just the drivers? Should I have windows do a search for them?
    Hope you can help.
    Thanks,
    Bill

    @wildbill999 
    ‎Thank you for using HP Support Forum. I have brought your issue to the appropriate team within HP. They will likely request information from you in order to look up your case details or product serial number. Please look for a private message from an identified HP contact. Additionally, keep in mind not to publicly post ( serial numbers and case details).
    If you are unfamiliar with the Forum's private messaging please click here to learn more.
    Thank you,
    Omar
    I Work for HP

  • Getting error while Year end closing in asset accounting for the year ...

    Hi,
        i am getting error while doing Year end closing in asset accounting for the year 2004. It is giving few assets and saying that "Depreciation not posted completely"
    Can any body help in this reagards.
    With regards,

    Dear Shree,
    Do u have the list of all such assets for which no depreciation has been posted. If yes, then go to AFAB, upload the list all these assets & then select the radio button as 'repeat'.
    This will post you depreciation for all the assets. then close the year.
    regards,
    Ajay

Maybe you are looking for