cancel
Showing results for 
Search instead for 
Did you mean: 

Data transfer during multiple material assignments for ECTR

nkara
Participant

Accepted Solutions (1)

Accepted Solutions (1)

GerhardHimmelsb
Product and Topic Expert
Product and Topic Expert
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)