3 weeks ago
Hi Experts,
We have created a Formula Manager System (FMS) in the SO_Item Line, where the data is supposed to be captured from the Item Master Data (UDF). The query works perfectly in another database, but when we tried it in a database that is in CCC, it did not function as expected. Both database is in Hana.
Here’s the query we are using:
SELECT "U_Contract" FROM OITM WHERE "ItemCode" = $[RDR1.ItemCode]
Could you please advise on why this might be happening and what adjustments might be needed for it to work in the CCC database?
Thank you for your help!
Hi,
Try to add " for $[RDR1.ItemCode]
$[RDR1."ItemCode"]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
111 | |
8 | |
8 | |
6 | |
6 | |
5 | |
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.