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

Changing material

Former Member
0 Likes
918

Hi everyone,

Can you please help me in how to change an existing material using BDC program knowing that material is already been created.

Thank you.

1 ACCEPTED SOLUTION
Read only

gopi_narendra
Active Contributor
0 Likes
886

Make use of the BAPI: BAPI_MATERIAL_EDIT

Regards

Gopi

8 REPLIES 8
Read only

Former Member
0 Likes
886

u have to change through MM02

Goto SHDB and give recording...then give Tcode as MM02 and do process.

after completion sve...

then come back.to shdb.. select the name of the recording and click the program...it will save the sourecode in a program...u can use that.

Read only

0 Likes
886

thanks very much ..... when I'm in shdb how can I give the tcode MM02

Read only

0 Likes
886

In SHDB ..click on new recording ..ther you can give mm02 tcode..

regards,

Omkar.

Read only

gopi_narendra
Active Contributor
0 Likes
887

Make use of the BAPI: BAPI_MATERIAL_EDIT

Regards

Gopi

Read only

Former Member
0 Likes
886

you can use BAPI instaed of BDC to changer material.

try BAPI_MATERIAL_EDIT.

Read only

Former Member
0 Likes
886

Hi,

try this:

BAPI_MATERIAL_MAINTAINDATA_RT

BAPI_MATERIAL_EDIT

BAPI_MATERIAL_SAVEDATA

Regards

Nicole

Read only

santhosh_patil
Contributor
0 Likes
886

Hi,

instead of BDC use the BAPI

<b>BAPI_MATERIAL_SAVEDATA</b>

---Patil

Read only

Former Member
0 Likes
886

How about the file? what should we do there? and what's about the program can you please help.