2015 Aug 27 6:09 AM
Hi Experts,
We have a requirement where we need to read the data of Shopping cart in SRM and created a PR in ECC. We copied the standard BAPI BAPI_REQUISITION_CREATE to a Z BAPI. the requirement is when we create the PR we should not trigger the release strategy. How do we do it? Or is there a way that we can PARK/HOLD the PR, like we do with SRM SC.
thanks,
sankar.
2015 Aug 27 6:35 AM
Hi,
You can implement BADI - ME_PROCESS_REQ_CUST and Method CHECK.
Check the BADI Documentation for further details about each methods.
Hope this helps.
2015 Aug 27 7:35 AM
Not really what I am looking for. what exactly I can do here. BADI docuemntattion is not helpfil either.
2015 Aug 27 8:10 AM
We copied the standard BAPI BAPI_REQUISITION_CREATE to a Z BAPI.
Better use the standard BAPI, BAPI_REQUISITION_CREATE and not a copy. And adapt its behavior with BAdI ME_PROCESS_REQ_CUST if truly required.
Are you working in a version greater or equal to Ehp5 to allow park/hold of PR ?
(business function LOG_MM_CI_3)
Regards,
Raymond
2015 Aug 27 9:13 AM
ho Raymond,
thanks for ther reply. How do we use badi to stop triggering of release strategy? can you give some code sample?
2015 Aug 28 12:15 PM
hi,
I would like to somehow stop users making changes to the PR I create. is it possible to do that inthe BAPI while creating. may be setting some field at item level?