cancel
Showing results for 
Search instead for 
Did you mean: 

DELETE tx_vbrk WHERE fkart NOT IN r_fkart.

Former Member
0 Kudos
85

Could you pls let me know what is the exact meaning for the below code.

DELETE tx_vbrk WHERE fkart NOT IN r_fkart.

Akshtha.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

Here r_fkart might be Ranges. So here he has specified a Range of Fkart values. Here the statement says to Delete the records whose Fkart values are not equal to the Values entered. Means there are 1,2,3,4,5 Fkart values in the r_fkart field If u give 2,3 then it will delete 1,4,5 and records.

Rewards if useful.

Thanks,

Murthy

Answers (2)

Answers (2)

former_member386202
Active Contributor
0 Kudos

Hi,

Definately r_fkart has multiple values

It will delete the record from inetrnal table where value of fkart is not present in r_fkart.

Regrds,

Prashant

Former Member
0 Kudos

Hi,

Delete records from internal table other than the values in r_Fkart.

regards,

Santosh Thorat