Follow-up question of BAPI_GOODSMVT_CREATE in parallel mode causes "plant data of the material XXX is locked" error.
As I wrote in above question - I'm currently improving program by using parallelism to split one job to multiple job, which are reducing whole work time.
Problem
It works great when I do Movement 261 posting, which are reduced working time by half.
The real problem is, It's not working for Movement 531 posting, which cause standard lock error - Material A is locked by user Material A, which are seems to be odd to me(I think correct one would be Material A is locked by user USERNAME).
Question
Is there a workflow of 531 posting, whenever i post these documents? like, changing MARDH, MCHB, AUFM tables, which can be investigated so i can find root cause of locked error.
Currently, whenever I try parallel job - I have to do multiple times because locked entry does not processed(fortunately it's just locked error, so how many times i retry this process, it doesn't affect data consistancy), which are annyoing because i have to monitor this CBO program whole time.