Hi Team,
I am looking for a FMS where we can update the series based on the user. I know we can create a group.. the user group will be primarily be using One series and occasionally other series.
I wrote this and its not working
SELECT '83' FR...
Hi Community,
I have 3 BP groups(suppose 01,02,03), I created a UDT with type OCRD.
Currently, when I click on the UDT, the dropdown gives me the complete list of BPs with all 3 Groups
Is it possible if we can filter the list based on BP Groups...
Hi Community,
I need to place a control on AR reserve Invoice. They should be based on a Sales Order.
Regular AR Invoice should not get affected. I wrote below code but there is an error
if @object_type = '13' and @transaction_type in ('A','U')...
SELECT DISTINCT 83
FROM ORDR t0
INNER JOIN OUSR t1 ON t0."UserSign" =t1."INTERNAL_K"
WHERE $[USER] IN ('82','80','150','75','156')I was able to solve this. Note: This is a HANA query