Hi All,
When I am creating the Material Requirements Plan using BAPI_REQUIREMENTS_CREATE then everything works fine but at random intervals for a bunch of materials it is giving System Lock Error message.
so I did like this
loop at..
BAPI_REQUIREMENTS_CREATE
BAPI_TRANSACTION_COMMIT
dequeue_all. (function module)
endloop.
Still didnt help.
Please suggest me any other reasons..