cancel
Showing results for 
Search instead for 
Did you mean: 

Data transfer during multiple material assignments for ECTR

nkara
Participant
0 Kudos

Hello everyone,

More than one material can be assigned to a data.

"Mark material link" matches the data with only one material and we can attribute it.

However, we want this attribute process to flow to all connected materials.

Is this possible?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

GerhardHimmelsb
Advisor
Advisor
0 Kudos

Hello Nazif,

you can implement a Badi to transfer attributes to multiple materials during checkin.

You first have to set the preference plm.attributes.send.onCheckin = true

# Pass attributes to checkin process BAdI /DSCSAG/ENH_DOC method doc_checkin_multi_after
# true: Part attributes are delivered to the check-in component. There is the option to implement a BAdI there that further processes all attributes
# false: Part attributes are not delivered to the check-in component.

Then you can implement the Badi /DSCSAG/ENH_DOC method doc_checkin_multi_after.

Hope this helps.

Regards,

Gerhard

nkara
Participant
0 Kudos

Hello Gerhard,

Thank you for feedback.

I think there is no source regarding the feasibility of this BADI.

I will need to meet with ABAP consultants.

Kind regards

Answers (0)