‎2007 Mar 19 8:29 AM
Hi All,
I have a requirement where i should delete the purchase requisition, this deletion is needs to be done in a function exit, but this exit called in UPDATE . Problem is for FM 'BAPI_REQUISITION_DELETE' there is no need for explicit commit.
As the function exit called in update mode, we cant do commit in the function exit, when i used this function module i am getting an error in my work place as "Update was terminated" . Can anybody have ideas how to deal with this type of situations.
‎2007 Mar 19 8:37 AM
what is the need of calling this BAPI in useer Exit ? u cannt do 2 thing @ the same time.
<b>then y u are using BAPI ? u can also use commands like</b> <b>Delete ztable where pr = migo-pr</b>
Regards
Prabhu
Message was edited by:
Prabhu Peram
‎2007 Mar 19 8:40 AM
Hi Prabhu,
When the goods issue happens(through MIGO transaction) based on some conditions
1. i have to create PR & create an entry in Z table
2. I need to delete the PR which was saved in the Z table
‎2007 Apr 23 12:40 PM