‎2008 Mar 26 7:28 AM
Hi
I have an requirement, when a contract edited in CRM system the same contract should not be available for edidting in R/3 system.
can any one guide me how to implement this functionality in R/3
thanks & regards.
‎2008 Mar 26 7:44 AM
hi,
write a BAPI while creating a Contract in CRM pass the contract number as import Parameter check for the contract in R/3 output the Flag if present eq 'X'.
Regards,
Balakumar.G
Reward Points if helpful.
‎2008 Mar 26 7:54 AM
Hi,
Create a lock object for ur contract and call that ENQUEUE LOCK FM in ur R/3 .
SE11-->Lock Objects