Creating a right alert without duplicated lines SELECT T2.WhsCode, T1.AcctCode, T1.CurrTotal, SUM(T2.OnHand) AS 'On Hand' FROM dbo.OWHS T0 INNER JOIN dbo.OACT T1 ON T0.BalInvntAc = T1.A…
For getting a username or User code who is login into the system we can take help from the below queries Hana : SELECT T0.”USER_CODE” FROM “OUSR” T0 WHERE T0.”USERID” = $[USER] SQL : SELECT T0.USER_C…
Following are the query which is use to get some standard report data from SAP Business ------------------------------------------ ------------------------------------------ /* Sales Invoice A…
Social Plugin