cancel
Showing results for 
Search instead for 
Did you mean: 

JCO Function Module Listener

Former Member
0 Kudos

I have created a JCO Function Module Listener to be triggered after a BAPI in R/3 is called.

I have made the following modifications to the modification-config.xml:

<function-module-listener>

<param name="fmevent:ZBAPISDORDER_GETDETAILEDLIST" value="com.xxx.listeners.ZBAPISDORDER_GETDETAILEDLIST_Listener" />

</function-module-listener>

The default BAPI implementation has been changed with a new BAPI. I have made the configuration changes to refer to the new BAPI and the new BAPI also is getting called. Should I register for Function Module listener to the Original one or to the modified BAPI name..

When I execute this BAPI, the Function Module listener class is not getting called. I have a debug statement to write to the logs at the start of the "connectionEvent" method and seems this itself is not getting called.

Should I register this class to be notified for events..

Please letme know if there are any configuration to be made from the SAP side or from SAP J2EE Engine to get this done.

Thanks & Regards,

D.Vinodh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Vinodh

<b>Should I register for Function Module listener to the Original one or to the modified BAPI name..</b>

--> I hope it should registered for Modified One !!!

Thanks

Jack

Allot points if it helps !!!