cancel
Showing results for 
Search instead for 
Did you mean: 

ods selective deletion

Former Member
0 Kudos

hi

iam trying to delete a record from ods using the RSDRD_SEL_DELETION function module but iam little bit confused with the parameter I_THX_SEL. can any one tellme what type of parameter i had to pass.

ramkumar

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member93896
Active Contributor
0 Kudos

Ramkumar,

you are trying to execute the function in SE37. The test framework does not support hashed tables. You have to write an ABAP that populates I_THX_SEL and then calls the function.

Marc

SAP NetWeaver RIG, US BI

Former Member
0 Kudos

hi,

i got the solution from bwexpert site .which tells us how to use the rsdrd_sel_deletion function module.

Former Member
0 Kudos

Hi.

Would it be possible for you to post the solution from BW Experts please? I have been tasked to write an ABAP to use this function and would like to see examples of valid values passed to the two required parameters I_THX_SEL and I_DATATARGET.

Thanks,

Steve

former_member93896
Active Contributor
0 Kudos

Hello Ramkumar,

I_THX_SEL is a hashed table of type RSDRD_THX_SEL (see SE11) which contains the selection criteria for the deletion.

Marc

Former Member
0 Kudos

> Hello Ramkumar,

>

> I_THX_SEL is a hashed table of type RSDRD_THX_SEL

> (see SE11) which contains the selection criteria for

> the deletion.

>

> Marc

Hi Marc,

Good Info... But how can we enter selection criteria in this I_THX_SEL as it is not allowing to enter any values. When I click this, it gives an error "Unable to edit the object".

Appreciate your help in advance..

thanks

Sravan