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

BAPI or Function Module available to change the material type

Former Member
0 Likes
2,030

Hi all,

Is there any BAPI or Function Module available to change the material type i.e T -code MMAM -I am on 4.6 C

Thanks

8 REPLIES 8
Read only

Former Member
0 Likes
1,400

I guess no BAPI ,need to have bdc program

Read only

Former Member
0 Likes
1,400

Check this : BAPI_MATERIAL_EDIT

Reward points if useful.

Shweta

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,400

There are BAPIs to change a material such as BAPI_MATERIAL_SAVEDATA, but I doubt very much that it will allow you to change the materail type, because the material type drives the actual number range that the materail was created in. Also, you may notice that it is not possible to change material type of a material via MM02.

Regards,

RIch HEilman

Read only

0 Likes
1,400

Hi Rich,

You mean to say there is no BAPI or FM available to change to material type.

So the only option is to go fro BDC

Let me know if i am wrong

Thanks

Preeti

Read only

0 Likes
1,400

I tried to use BAPI Function module in one of my req ,but no luck

then I used BDC

Read only

ferry_lianto
Active Contributor
0 Likes
1,400

Hi,

Please use BDC to update material type as Seshu suggested earlier.

The transaction MMAM is not only updating material type but also other such document changes (CDHDR and CDPOS).

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
1,400

Hi all,

I'm using BDC to perform mass change to MMAM.

Is there a way to capture the output log in MMAM?

Please advice...

Thanks.

SM

Read only

0 Likes
1,400

If you have solution of it please send us. We are also facing similar problem.