cancel
Showing results for 
Search instead for 
Did you mean: 

More than one routine getting triggered for output

Former Member
0 Kudos

Hello,

This thread might be applicable to both ABAP and functional.

- We have create 2 new output types (ZOT1, ZOT2)

- We have create 2 routines for the output types (920,921)

920 assigned to ZOT1 and 921 assigned to ZOT2

but when ZOT1 is getting triggered both 920 and 921 routines getting triggered. We are not able to figure out why.its happening. Does any one has idea how to solve.

(Technically, we can check add condition --> output type = ZOT1 or ZOT2)

I am looking for permanent solution. Let me know your views.

Thanks in advance,

Nag

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182609
Active Contributor
0 Kudos

Is there any reason to create two Routines for your output condition records ?.Use One routine for both the condition records and add the requirement when to trigger this condition records.

It seems   your requirement is  you don't want to see  ZOT2 condition record record when ZOT1 triggered is it right ?.In this case use one Routine only for the condition records add the suppression logic to suppress ZOT2.

former_member223981
Active Contributor
0 Kudos

Hi Nag,

Is there a mistake in customising where you have assigned both routines to ZOT1? Transaction V/34: Highlight ZOT1, then double click on "Processing Routines".

Can you verify that there is only one routine maintained here?