Hi Jimmy
Please help confirm this is the correct Query to execute before upgrading the patch level?
We can execute this in MSSQL Server Query Analyzer and not within the Query Generator in SAP?
delete cprf where formid='365' -- for this form
and itemid='12' -- and this document
and usersign =
(
select internal_k from ousr where
user_code = 'manager'
)
--end
Kedalene Chong