‎2009 Jul 09 5:31 PM
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!!
‎2009 Jul 09 6:21 PM
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
‎2009 Jul 09 6:58 PM
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