2024 Jun 11 12:52 PM - edited 2024 Jun 11 12:53 PM
SAP b1 SP_TransactionNotification ChapterID Mandatory Item master 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 on T1.AbsEntry=T0.ChapterID where 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
Request clarification before answering.
User | Count |
---|---|
102 | |
16 | |
9 | |
7 | |
5 | |
4 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.