Hi,
I have a table which contains the following fields:
id
object type
category
class type
name
reference measuring points
measurement positions
There can be multiple equipments for one id.
Equipment_1 has for example id as obj_id1 which is of object type TRANSMITTER.
This Equipment_1 has a measuring point example 11841.
Now when I create another equipment_2 of the same object type, I will be doing a read on the object table, from obj_id1
I will get this reference measuring point 11841 for equipment_2.
Requirement :
When I create and equipment_2 in transaction IE01 of the object type TRANSMITTER, I want the measuring point of that equipment_2
to be the same as that of the measuring point of equipment_1 i.e. 11841.
I need to update the measuring point in the equipment in IE01.
So I am looking for a BADI where I can write the logic.
Any suggestions would be helpful.
Thanks and Regards,
Gopa