Application Development and Automation 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: 
Read only

Material Extension Tool

PrasannaGunji
Participant
0 Likes
501

Is there any standard SAP tool to extend an existing Material to multiple plants?

Thanks in anticipation for your help.

Regards,

Prasanna

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
443

check this:

3 REPLIES 3
Read only

Former Member
0 Likes
444

check this:

Read only

former_member191735
Active Contributor
0 Likes
443

There is no standard tool. You have to write your own code. May be BDC. or use BAPIs

You first need to get the material from available plant using BAPI: BAPI_MATERIAL_GETALL

To create it - use BAPI: BAPI_MATERIAL_SAVEDATA

You need to fill out all the data and do you validations. Read documentation for material savedata

Read only

PrasannaGunji
Participant
0 Likes
443

Thank you.