cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Sap business one hana query approval

Alagasan
Explorer
0 Likes
820

In purchase order based on the UDF filed needed approval query for sap business hana and SQL

Accepted Solutions (1)

Accepted Solutions (1)

kothandaraman_nagarajan
Active Contributor
0 Likes

SELECT DISTINCT 'TRUE' FROM OPCH T0 WHERE $[OPCH.U_CHECKED] = 'S'

Answers (1)

Answers (1)

kothandaraman_nagarajan
Active Contributor
0 Likes

Hi,

Share your approval condition with UDF details. For example, if your UDF is value set to Y, then need approval etc..

Regards,

Nagarajan

Alagasan
Explorer
0 Likes

SELECT DocNum,CardName,NumAtCard,DocTotal FROM OPCH WHERE U_CHECKED='S'

user2001
Explorer
0 Likes

I want to activate approval template only if drop down value is "PO".If it is "Good issue", I want to bypass approval.How can I do it