‎2011 Nov 22 9:10 AM
Hi Guys,
i need a solution for UPDATE 2 custom fields in EBAN.
I have used a BAPI with EXTENSIONIN that work fine, but the problem is when the Purchase Requisition is Released and unmodifiable.
My requirement is to update this two field at SAVE of RFQ referred to Purchase Requisition (ME41)
Now the BAPI BAPI_PR_CHANGE is into EXIT_SAPMM06E_013, but at SAVE an error message occur (See Thread Title)
I do not want to use direct update or Reset Strategy, there is a way to bypass this problem?
Regards,
Angelo.
‎2011 Nov 22 9:36 AM
Well to be honest, this is not a technical problem but a problem in your process.
Released requisitions are unmodifiable for a reason and you shouldt try to work around that in my eyes.
When its released a PO is beeing made. So changing the requisition afterwards is senseless as the PO stays the same.
‎2011 Nov 22 10:16 AM
Unfortunately the request of the customer is particular.
The purchase requisition is a competive tender.
When I create an RFQ related to the purchase requisition (competitive tender), at save i need to update the 2 custom fields of Requisition(Trough a Popup): Type and Data of Competitive Tender.
‎2011 Nov 22 11:07 AM
Hi ,
i think you shuld check this BADI : ME_PURCHDOC_POSTED =>posted
parameter : IM_BATU .
regards
Deepak.
‎2011 Nov 22 12:21 PM
I've tried the BADI ME_PURCHDOC_POSTED, but it doesn't stop with BAPI_PR_CHANGE.
However i've found BADI ME_BAPI_PR_CUST that stop with the BAPI, after i try it.
Thanks,
Angelo.