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

BADI Implementation lock

Former Member
0 Likes
889

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?

3 REPLIES 3
Read only

Former Member
0 Likes
584

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>

Read only

Former Member
0 Likes
584

Hi,

write the logic in your code as

sy-ucomm = your user id or

sy-ucomm = other developer id.

Regards

Read only

0 Likes
584

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?