Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Cross System Lock

Former Member
0 Likes
431

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.

2 REPLIES 2
Read only

Former Member
0 Likes
407

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.

Read only

Former Member
0 Likes
407

Hi,

Create a lock object for ur contract and call that ENQUEUE LOCK FM in ur R/3 .

SE11-->Lock Objects