‎2006 Aug 09 9:38 PM
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.
‎2006 Aug 09 9:46 PM
hi,
Its all about the commit work not happening between updates. Option is you can explicity write commit in between updates.
regards
‎2006 Aug 09 9:54 PM
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
‎2006 Aug 09 10:07 PM
‎2006 Aug 09 10:28 PM
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