‎2007 May 09 12:21 PM
Hi everybody,
I want to create several goods movements, but only all together. Thats why I try to call up BAPI_GOODSMVT_CREATE several times and only want to commit at the end. In a test program, it works fine, but in my transaction, I get the error 'MB_GOODS_MOVEMENT... can't be called twice(something like that)'.
Has anybody an idea?
Thanks in advance for yr reactions
Volker
‎2007 May 09 12:28 PM
Hi
Keep the BAPI_GOODSMVT_CREATE in loop and process required no.of times.
Use commit statement after Endloop.
Regards,
Sreeram
‎2007 May 09 12:44 PM
Hi sree ram,
thanks for yr answer, but this is what I'm doing. What I would like to know is, why does this error appear, is this normal or what have I to look for.
Bibi Volker
‎2007 May 09 12:56 PM
‎2007 May 09 1:30 PM
Hello Ravinder,
thanks for yr answer, but I just created another test program and it obviously is not possible to call the bapi several times without commit. I don't know why in the other case it was possible but unfortunately I have no time to verify.
Thanks to all
BiBi
Volker
‎2008 May 26 3:42 PM
Hi,
I have the same problem. Did you find any other solution ?
Regrads,
Marcin
‎2008 Aug 18 11:00 AM
Hi
I've the same problem also!
Did you find a way to do several calls with only one commit at the end?
Thanks in advance.