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

Locking Issue in BOPF root node

former_member260021
Discoverer
0 Likes
1,440

Hi,

I am changing the custom field of BO /IAM/ACTIVITY in custom report.

When Webdynpro UI screen is in edit mode, The lock is happening at the root node. I am unable to change the custom field using BOPF MODIFY method in report when Screen is in edit.

We found the root cause. The root cause is ENQUEUE happened at root node when screen is in edit. When using modify method explicitly, enqueue function module ENQUEUE_/BOBF/E_LIB_1 is called again and failed to update BO custom field in report.

How can we remove the lock on root node in custom report when lock is occurred in screen.

Thanks in advance!

1 REPLY 1
Read only

cdprasanna
Active Participant
0 Likes
948

hi,

Try using FM 'DEQUEUE_/BOBF/E_LIB_1'.

Thanks.