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

Problem with function RSDRD_SEL_DELETION

Former Member
0 Likes
743

Hi all.

I made update rutine in BW 4.50, this rutine make deleting data selective before insert data in cube, in rutine call function RSDRD_SEL_DELETION, but send message "LOCK NOT SET FOR DELETING TRANSACTION DATA SELECTEVELY". Any idea

Thanks!!

2 REPLIES 2
Read only

Kanagaraja_L
Active Contributor
0 Likes
487

May be you dont have a Authorization to Delete.Put a Break point the below coding part and check if the authorization passed or not

  • check authorization

 if i_authority_check = rs_c_true.
    perform authority_check
      using    i_datatarget
               rssb_c_auth_actvt-delete
      changing c_t_msg.
  endif. 

Kanagaraja L

Read only

0 Likes
487

Hi.

yes i have Sap all, im deguging the function (RSDRD_SEL_DELETION) and see the function RSENQ_ENQUEUE return sy-subrc = 1 (locked), I have 3 data pakage when i make load and the first data pakage is ok, but next data pakage send error message and stop load.

Regards

Edited by: Juan_Fco_Rosas_Perez on Jul 10, 2009 12:59 AM