on 2023 Dec 28 1:12 PM
"Dear Experts,
I am seeking assistance with an issue in SAP HANA. The FMS Query is working fine, but when I open the sales order form, it shows an error. Can you please help me resolve this issue?"
1). [SAP AG][LIBODBCHDB DLL][HDBODBC] General error;1299 no data found: "ZIL_TEST"."(DO statement)": line 7 col 2 (at pos 98): FMS execution failed on field 'U_JT' with query name 'Job type in Sales Order v2'
the query is:
Declare item varchar(70);
Declare itemcat varchar(16);
Declare yds NUMERIC(19,6);
SELECT T1."ItemName",
T1."U_Main_Category",
$[$38.87.Number]
INTO
item,
itemcat,
yds
FROM "OITM" T1
where T1."ItemCode"= $[$38.1];
IF item LIKE '%Printed%' THEN
Select 'Slitting' AS ResultCredit from dummy;
ELSE
IF yds >= 230 or itemcat = 'Stationary' THEN
SELECT 'Slitting' AS ResultCredit from dummy;
ELSE
SELECT 'Rewinding' AS ResultCredit from dummy;
END IF;
END IF;
Request clarification before answering.
Hi arsalkhan909,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.