cancel
Showing results for 
Search instead for 
Did you mean: 

B1if Event Sender filter out UDO and UDT

former_member217514
Active Contributor
0 Kudos

How do I filter out UDOs and UDTs? 

I have been monitoring the SEVT table and noticed a large amount of UDOs that seam to cause our B1if scenario for Pick Lists to take some time.  I want to filter out the large amount of UDOs and UDTs that are filling up the SEVT table.  The only problem is the ObjectType field in SEVT table all have -3 followed by the ObjectType.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jeff

Take a look at this note:

http://service.sap.com/sap/support/notes/1781163

I don't know if you have had a chance to use UDT in SBO_SP_TransactionNotification - you can use '-3<tab>@nameofudt' to specify the object, i.e.: if @object_type = '-3     @SOME_UDT'

Maybe the same naming convention can be used to filter out SEVT content.

Kind regards,

Radek

bastian_schaefer
Active Contributor
0 Kudos

Hi,

in addition to Tushar's and Radek's responses you can generate the B1 filters depending on the activated integration scenarios via TOOLS -> B1 Event Filter Generator (see screenshot below).

Just copy the generated Event Sender Filter values and paste them into the Event sender setup, step 4/5 Choose the Company Databases, click the Filter button, Include List B1 Object(s) field.

As result unnecessary B1 events will not be generated in SEVT and do not need to be handed over towards B1if.

Best regards

Bastian

former_member203816
Active Contributor
0 Kudos

Hi Jeff,

Please try with filter on Event sender setup in last stage i.e 5th stage.

Where you can filter a object type that which object type you want to go forward.

May be it will help you.

Thanks,

Tushar