on 2007 Mar 16 9:35 AM
I am fairly new to Bsp's.
I am developing BSP Objects in CRM through WEB requests. I have a scenario in which i have to Branch from one BSP1 to Another BSP2 and then After Completion of BSP2 the Control goes back to BSP1.
I am able to Naviagte Between BSP's Statelessly without any hassle but once i make the BSP1 page Stateful from where I am branching i get an error
"Object requested is currently locked by user ANONYMOUS ".
I even Want to Save the Data that has been already been entered by the APPLICANT on the BSP1 when i am comin Back from Second BSP2.
Any relevant Feedback would be helpful.
Why do you want to make the application as stateful..You can store all the data in server side cookies.
Due to stateful mode, you are facing the locking issue..Either unlock the data in stateful mode once your process is done or use server side cookies with stateless mode...
Raja T
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Apparently, you are locking objects in BSP1 and require access to the same object(s) in BSP2. You have either to release it in BSP1 or find a way not to lock the object in BSP2 (is it necessary ?).
You can see objects involved in transaction SM12.
Best regards,
Guillaume
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
82 | |
12 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.