cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Database calculation on SMW3_BDOC Table

former_member776985
Discoverer
0 Likes
788

I am performing select operation on SMW3_BDOC table to fetch the BDOC's and I see huge number of records in it. However to restrict the number of entries I need to select only records for which the UPD_TIME and SND_TIME difference is greater than 60 minutes.

I wanted to write the condition on the select statement itself instead of fetching all the records and later deleting the entries which does not match the criteria to avoid the performance issues.

How can I achieve this?

Accepted Solutions (0)

Answers (0)