on 2024 Dec 17 11:03 AM
Hi
I have below query and i want to do it through SDK for Hana version. Can anyone guide.
Thanks
Request clarification before answering.
Hi,
HANA is Case Sensitive, so your query should take that into account:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ramco1917,
It can be done something as below:
Query = @"SELECT IFNULL(SUM(""U_PKGWGHT"") + SUM(""U_BAGWGHT""), 0) AS ""BAGWGHT"" FROM " + TEST.HanaDBName + @".""@PACKINGTABLE"" WHERE ""U_BAGNUM"" = '" + MYBAGNUM + "'";
SAPbobsCOM.Recordset oRs = ((SAPbobsCOM.Recordset)(oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)));
oRs.DoQuery(Query);
Kind regards,
ANKIT CHAUHAN
SAP Business One Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 18 | |
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.