Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Bulk update of change link to configurable material (CS41)

former_member1312574
Participant

Hi Gurus,

I have a requirement to bulk update of change link to configurable material. But CS41 transaction is allowing changing of link to configurable material for 1 material at a time.


How to make similar change in bulk? Please guide.

Thanks,

Pavan

1 REPLY 1

paul_bakker2
Active Contributor

Hi,

Find out (through trace or debug) which function module / BAPI is being used to make the change, and see if the parameters allow for multiple Materials (eg with a table type parameter).

If yes, you can use that BAPI. If not, you could build your own 'wrapper' function which takes a table as input and calls that BAPI repeatedly.

cheers

Paul