cancel
Showing results for 
Search instead for 
Did you mean: 

How to avoid hiting to genil when doing a server event in Get_P

Former Member
0 Kudos
68

Hello Experts ,

  I want to avoid the server round trip to GENIL when i am doing a server event on any particular field , but only want to do when certain particular value is selected ? How to achive this ?

Thanks and Regards,

Nikhil Kulkarni

Accepted Solutions (0)

Answers (2)

Answers (2)

durga_prasad25
Participant
0 Kudos

Hi Nikhil,

This is not a standard code we need to do coding for this.

Best Regards,

Durga Prasad

Former Member
0 Kudos

Hello Durga Prasad ,

There are some standard methods , like activate_sending   ,  Deactivate_sending .   I guess we can achieve with these. I am exploring on these where they are used. May be the solution which you provided will also work . I asked sample code where you have implemented the approach which you mentioned.

Thanks and Best Regards,

Nikhil Kulkanri

durga_prasad25
Participant
0 Kudos

Hi Nikhil,

You can achieve this with the help of this.

1. Create an internal table

2. add those entries to internal table for which you need to trigger server event

3. check the internal table if it has your values then trigger event else skip this trigger.

May be this will help you we are doing this when required to trigger an event for specific values.

Best Regards,

Durga Prasad

Former Member
0 Kudos

Hello Durga prasad ,

  Could you give any reference of stadard components ? It would be helpfull. Thanks in advacne.

Nikhil Kulkarni