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 Master Idoc

Former Member
0 Likes
534

Hi

1) Iam trying to post multiple materials in one idoc .Once an error occurs in one material the idoc has status of 51(error) and none of the materials are committed in the database tables but application log says other materials except errored one are created. but i cant find them in the database.

Can anyone pls tell me how to do this. Is there any way i can post multiple idocs like batch.But the question 1 is about one idoc with multiple materials.

4 REPLIES 4
Read only

Former Member
0 Likes
505

hi,

Its all about the commit work not happening between updates. Option is you can explicity write commit in between updates.

regards

Read only

0 Likes
505

Thanks for your reply. But iam using standard Function Module Idoc_input_matmas01 to do it. Where do i need to commit it to store each material in the idoc to database and proceed to next material, is there any way i can process multiple idocs as a batch, if so pls explain

Read only

0 Likes
505

Try that after the function module Idoc_input_matmas01.

Anurag

Read only

0 Likes
505

By the time it comes of std FM all the materials are processed ,commiting at the end is not making any difference , i already tried it