2024 Jul 08 8:38 AM - edited 2024 Sep 18 7:14 AM
Hi,
I am trying to create a query for PO Approval alert in SAP Hana. Upon creation of PO it should alert the Approver.
I am trying this query but it has an error:
SELECT T0."DocDate", T0."Remarks", T1."U_NAME" FROM "<Dbase Name>"."OWDD" T0 INNER JOIN OUSR T1 ON T0."OwnerID" = T1."USERID" WHERE T0."ObjType" ='22' AND T0."Status" ='W' AND DateDiff(dd, T0.docdate,getdate()) = 0
Thanks.
Request clarification before answering.
Hi,
The approval notification is out of the box, why you want to customize an alert?
Beside that, you can use approval status report and approval decision report for approver who can query/filter related to approval process.
Hope this helps,
Son Tran
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
100 | |
13 | |
11 | |
5 | |
5 | |
5 | |
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.