SAP b1 SP_TransactionNotification ChapterID Mandatory Item maestro Data Item Master
IF @transaction_type IN ('A', 'U') AND @object_type = '4'
BEGIN
If (SELECT T0.ChapterID FROM OITM T0 Inner Join OCHP t1 connected T1.AbsEntry=T0.ChapterID wherever T0.ItemCode=@list_of_cols_val_tab_del) IS NULL
begin
SET @error = 10
SET @error_message = N'Please Add ChapterID In Item Master'
end
END