2024 Aug 07 2:26 PM - edited 2024 Aug 07 2:27 PM
hi,
in SAP B1 we need to capture a goods return with multiple line, sap is giving the following error
"[Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression. 'Company Info' (CINF) (CINF)"
when we capture 1 line is OK, but the issue is for multiple lines
I have tried filling every field in the screen with the same result
hope you can help
thanks
Hi,
Along with the additional code in stored procedure, you can also check for any Formatted Search (FMS) on the window.
Kr,
Jitin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does this happen when you click on Add button? If so, I would say the problem is somewhere in stored procedures TRANSACTIONNOTIFICATION or POSTTRANSACTIONNOTICE.
There is a code somewhere that contains a subquery whick returns more that 1 result per row (probably selecting document lines somehow). So it's working fine when you have a single line, but starts giving errors when you have more that one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
11 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.