cancel
Showing results for 
Search instead for 
Did you mean: 

Equipment Status to INAC

preethialevarthi
Participant
0 Kudos
216

Hi Team,

If we update equipment status to INAC will the corresponding asset in FI be also updated with deletion flag or do we need to go for an enhancement.

Regards,

Preethi

View Entire Topic
Ritesh_PR
Explorer
0 Kudos

Hi Preethialevarthi,

Equipment-Asset synchronization (by standard) can be done only for a predefined set of fields. In the IMG route: Financial Accounting -> Asset Accounting -> Master Data -> Automatic creation of equipment master records -> Assign Master Data fields of Assets and Equipment, you can find the fields that can be mapped.

Before this you have to map asset class with equipment category and give conditions in "Specify conditions for synchronization of Master Date" node.

Ritesh_PR_0-1730794621492.png

If you want to synchronize more fields, you have to go with "Develop Enhancement for Field and Class Assignment" IMG node (Customer Enhancement: AAPM0001). It is recommended to only create a synchronization between data fields for which the following is true:

    • The fields are defined syntactically the same. (Not same in the case of INAC eqp. status and deletion of asset)
    • The fields are not primary or foreign keys.

Refer note : 370884 - PM-AA 4.6C: Consulting on sync activation + corrections - SAP for Me

Alternatively:
You can use the BADI: EQUI_UPDATE or User Exit: IEQM0003 to detect equipment status change to INAC (Status type code = 'I0320').

For updating the asset master record, you can use the functional module ASSET_MASTERRECORD_MAINTENANCE. Field for deletion flag: I_ANLA - XSPEB

Hope this answer gave you a brief overview to help your case.

Regards,
Ritesh PR