cancel
Showing results for 
Search instead for 
Did you mean: 

another lock problem ...... but slidely different !

Former Member
0 Kudos

Hi experts,

let me present you my problem:

i made a program for SRM portal: when the user push a selected push-button, the program creates a project on cproject via remote function call ( BAPI_BUS2172_CREATE ). This program gives back to the user a web-link to open the project via cproject portal. The problem is that when the user tries to open this project clicking on the link, he cannot modify the project because it is still locked ( the system error is like"cannot edit the project: user xxx is still editing this" where xxx is the user that call the remote function BAPI_BUS2172_CREATE).

Any idea ?

thanks,

best regards,

Fabrizio Gemma

Accepted Solutions (0)

Answers (2)

Answers (2)

thomas_berndt
Active Participant
0 Kudos

Hi Fabrizio,

does you logic save the just created project? This is something that you should do (for one) and then it's likely that you'll have to "free" (BAPI_BUS2172_FREE) the project in order to be able to access it in the following.

I hope this provides the pointer you need.

Best regards,

Thomas

Former Member
0 Kudos

thans!

i don't know why the function you suggested me seems to be the right one but doesn't work on my cproject.

i solved with another (bare) function:

CALL FUNCTION 'ENQUE_DELETE' .

regards,

F.Gemma

Former Member
0 Kudos

hi

check in SAP OSS any notes to be applied to correct this.