Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8122

Re: I have to block all SAP transaction from 2014-07-14 using SP

$
0
0

Hi,

 

You can not block all transaction in single transaction notification. I have created for Sale order and just change object code and table for all other transactions.

 

IF (@object_type = '17') and (@transaction_type IN (N'A'))

BEGIN

IF EXISTS (

SELECT A.DOCENTRY FROM ORDR A WHERE A.[DocDate] >='20140710'and a.DOCENTRY = @list_of_cols_val_tab_del)

BEGIN

Select @error = 10, @error_message = N'You are not authorize to add this Sales order'

END

END

 

Thanks & Regards,

Nagarajan


Viewing all articles
Browse latest Browse all 8122

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>