cancel
Showing results for 
Search instead for 
Did you mean: 

Purchase Order Approval Alerts

Former Member
0 Kudos

Forum,

Is it possible for the approval procedure alerts within SAP to be configured to only alert users when an order is a service type order. I have looked but don't think this is possible. Would anyone be able to advise otherwise?

Thanks,

Sarah

Accepted Solutions (1)

Accepted Solutions (1)

KennedyT21
Active Contributor
0 Kudos

Hi Sarah...

Try This

SELECT DISTINCT 'True'

FROM   OPOR T0

WHERE  T0.[DocType] = 'S'

Regards

Kennedy

Former Member
0 Kudos

Hi Sarah,

you can achive through by using terms tab and then write the query for the condition then you can achive .

Regards,

Shanmugam V.

Answers (2)

Answers (2)

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi Sarah Jackson,

Did you found any difference in Kennedy FMS and  my FMS?

If incorrect, let me know.

Thanks & Regards,

Nagarajan

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi Sarah Jackson,

Yes. Possible.

SELECT  distinct 'true' FROM OPOR T0 WHERE T0.[DocType] = 'S'

Thanks & Regards,

Nagarajan