‎2007 Jun 25 11:40 AM
Hello,
I have created an implementation for a BADI. Everithing works fine, but now, another developer needs to change this implementation, but it is locked by my user. What can I do to allow others developers to modify this implementation?
‎2007 Jun 25 11:43 AM
hi
just refer to the link below
http://www.sapmaterial.com/?gclid=CN322K28t4sCFQ-WbgodSGbK2g (SAP link- helpful material )
regards
ravish
<b>plz dont forget to reward points if helpful</b>
‎2007 Jun 25 11:50 AM
Hi,
write the logic in your code as
sy-ucomm = your user id or
sy-ucomm = other developer id.
Regards
‎2007 Jun 25 11:55 AM
The problem is that, if another developer tries in Tcode se19 to change my implementation he receives an error that the implementation is locked by me. So, the problem is not the conding inside the badi, but the locking mechanism of the badi .
So, what can I do?