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 lotsize(disls) mass update

Former Member
0 Likes
1,229

Hi ,

Please let me know a bapi , FM or a program reference , which changes material lot sizes(disls) in mass. the fm bapi_material_Savedata will update only one record at a time. I need to update many records at once.

Jaffer VAli shaik

Hi ,

Please let me know a bapi , FM or a program reference , which changes material lot sizes(disls) in mass. the fm bapi_material_Savedata will update only one record at a time. I need to update many records at once.

Jaffer VAli shaik

5 REPLIES 5
Read only

Former Member
0 Likes
884

then use MODIFY of database table.

MODIFY MARC FROM TABLE IT_MARC.

or

UPDATE MARC from table it_MARC.

This will do the MASS update.

Read only

Former Member
0 Likes
884

Hi Jaffer,

use TCODE MASS with Objecttyp BUS1001. Select MARC

and the special Fields.

Select your material and update it.

Regards, Dieter

Read only

Former Member
0 Likes
884

Hi Srikanth,

with this, Change log won't be updated. and it is not right way to update the table directly.

jaffer

Read only

Former Member
0 Likes
884

Hi Jaffer,

does your problem still exist.

regards, Dieter

Read only

0 Likes
884

Hi,

I found the solution .The FM is 'bapi_material_savereplica'. But i have one small issue with this . I am not able to find the way to display a log belonging to a perticular material and plant , when updte fails.

Please let me know if you have any inputs

jaffer