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: 

Extension of Material to other Plant

raja_thangamani
Active Contributor
0 Kudos

Hi All,

Can you tell me how can i extend the materials to other Plant thro BAPI or Function module..Anybody can help me..

Thanks in advance..

Wiht Regards,

Raja T

Message was edited by: Raja T

3 REPLIES 3

Former Member
0 Kudos

Hi Raja,

You can make use of BAPI_STANDARDMATERIAL_CREATE for creating as well as extending of materials.

Hope this solves your problem.

regards,

Satyadev Dutta

0 Kudos

Hi,

Thanks for you Input. But this BAPI_STANDARDMATERIAL_CREATE taking me to MM01 and making me to create manually.

But the requirement is, i need to pass the Material No. and Plant as a parameter so that it material can be extended wihtout user knowledge.

Basically this has to be done programatically.

is there any ways?

Wiht Regards,

Raja T

Former Member
0 Kudos

You can use the standard SAP program RMDATIND to extend materials. Only thing is you have have a program that creates the input file in the format that RMDATIND expects.

Alternatively you can try MATERIAL_MAINTAIN_DARK function module.

Srinivas