cancel
Showing results for 
Search instead for 
Did you mean: 

DFM between Bucket and Initiative/Item

Former Member
0 Kudos

Hello

We would like to DFM certain field values (attributes) from Bucket to the Item. In standard this option is not available where source grouping for Bucket and target group as Initiative/Item is available. Is it possible to add this and how do I do this?

Thanks

Chatsworth

Accepted Solutions (1)

Accepted Solutions (1)

former_member209919
Active Contributor
0 Kudos

Hello,

DFM is not standard for Buckets and I think it is not easy to extend this. You would need to enhace this interface IF_INM_OF_OBJECT_SYNC to include buckets and you would need to develop the logic.

I think it is easier develop the logic not related to DFM :

- When an item is created some fields are transferred from the bucket

- When a bucket is edited the fields are updated in all the items.

Not sure if this can help you,

Regards,

Answers (1)

Answers (1)

anuradha_majumdar
Active Participant
0 Kudos

During item creation it does default many values from the bucket like financial period, capacity period, currency etc. You can check out enhancement spots which will allow you to default more values from bucket.

Do you also want to synchronise the values whenever bucket values change?

Then you may try DFM. DFM is extendible but not sure to what extent.

Regards,

Anuradha