Maintain Multiple Shift Depreciation
The following steps are needed to maintain multiple shift depreciation:
- The variable depreciation portion as a percentage rate is to be maintained in the detail screen of the depreciation area.
- The multiple shift factor is to be maintained in the time dependent data in the asset master record. This shift factor is multiplied by the variable portion of ordinary depreciation.
Once you have done the above the SAP system calculates the total depreciation amount as follows:
Depreciation amount = Fixed depreciation + (variable depreciation * shift factor)
If you like this post, you may as well like these too:
- Maintain Material Type To Configure the material master material type, use the Transaction OMS2 which will allow you to Create, change or display. Here are some of the material types used in SAP:...
- What is Vendor Evaluation and how do you maintain it? Vendor Evaluation helps you select the Source of Supply by a score assigned to a particular vendor. The scores are on a scale of 1 to 100 and are based...
- Maintain Customizing directly in Production Often you require maintaining certain transactions which calls customizing table in the live production system. For example: Maintain exchange rates Opening and closing the period Maintain overhead rates Maintain assessment...
- Disable Multiple Logins in Same Client To Disable multiple logins in the same client, implement the parameter in the instance profile. login/disable_multiple_gui_login = 1 If you do not use this parameter in your system, users have...
- Assing Multiple G/L Accounts in Purchase Order We can assign multiple G/L accounts in the Purchase order for the same line item. The costs can be allocated on a percentage or quantity basis. If the partial goods...
- Installation of Multiple SAP Systems in MSCS: Oracle How to Install multiple SAP Systems. Download from Rapidshare or Mediafire. Contents Chapter 1 Introduction Chapter 2 System Configuration in MSCS 2.1 SAP System Components in an MSCS Configuration 2.2...
- ABAP Programs: Appending multiple lines REPORT ZSOURCE1205.* Work area for a database tableTABLES CUSTOMERS.* Defining internal tablesDATA: ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100 WITH HEADER LINE, OLD_CUSTOMERS LIKE CUSTOMERS OCCURS 10 WITH HEADER LINE.* Filling both...
- ABAP Programs: Deleting multiple entries from a database table REPORT ZSOURCE1308.* Work areaTABLES CUSTOMERS.* Internal table for deleted entriesDATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 50 WITH HEADER LINE.* Filling the internal tableSELECT * FROM CUSTOMERS INTO TABLE ALL_CUSTOMERS WHERE CITY...
- ABAP Programs: Modifying multiple entries in a database table REPORT ZSOURCE1306.* Work areaTABLES CUSTOMERS.* Internal table for changed entriesDATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 50 WITH HEADER LINE.* Filling the internal tableSELECT * FROM CUSTOMERS INTO TABLE ALL_CUSTOMERS WHERE CITY...
- ABAP Programs: Updating multiple entries in a database table REPORT ZSOURCE1304.* Work areaTABLES CUSTOMERS.* Internal table for changed entriesDATA CHANGED_CUSTOMERS LIKE CUSTOMERS OCCURS 50 WITH HEADER LINE.* Filling the internal tableSELECT * FROM CUSTOMERS INTO TABLE CHANGED_CUSTOMERS WHERE CITY...
- ABAP Programs : Inserting multiple entries in a database table REPORT ZSOURCE1302.* Work areaTABLES CUSTOMERS.* Internal table for new entriesDATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100 WITH HEADER LINE.* Filling the internal tableALL_CUSTOMERS-ID = ’12345678′.ALL_CUSTOMERS-NAME = ‘Brown’.APPEND ALL_CUSTOMERS.ALL_CUSTOMERS-ID = ’11111111′.ALL_CUSTOMERS-NAME =...



















Leave a Reply