SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

what is 'FQEVENTS'? - How to use FICA and IS event technique to customize

Former Member
0 Kudos

Hi all,

what do u mean by 'FQEVENTS'? What is the purpose of this Tcode? Is there any table linked to this transaction? How do we attach a new Function Module to a Standard Event in it?

Thanks and Regards.

Edited by: William Eastman on Dec 3, 2009 3:48 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Table Names :

Standard function modules TFKFBS & TFKFBM.

Function module to determine your event : FKK_FUNC_MODULE_DETERMINE.

Regards,

Siva

View solution in original post

6 REPLIES 6

Former Member
0 Kudos

In IS-U user exits are there in FQEVENTS.

Copy the standard function module into Z function module and attach in the 'Install-Specific function modules'. "It will be activated.

Then when you running the t-code your Z function module will be triggered and you can write your own business logic over there.

Regards,

Siva

Former Member
0 Kudos

Table Names :

Standard function modules TFKFBS & TFKFBM.

Function module to determine your event : FKK_FUNC_MODULE_DETERMINE.

Regards,

Siva

Former Member
0 Kudos

Here is a short video about how to find FICA events that are trigger from any transaction:

[http://www.sap-isu.net/video/fica-events|http://www.sap-isu.net/video/fica-events]

Daniel Toba

www.sap-isu.net

sap is-u community

0 Kudos

I am trying to copy the standard function module.

While copying it takes the standard Function group and asks for the Access key.

Please let me know if I need to create a new Function group while copying the standard SAP Function modules or copy the standard group and create a Z function module.

friedrich_keller
Contributor
0 Kudos

Hi Baskar,

copy the standard function module to an own z function group and change the name of the function module to z... while copying.

Btw, the transaction FQEVENTS is meant to maintain FI-CA events and some specific events which are used by the mass activities. IS-U does not have an event concept but user-exits and badis.

Kind regards,

Fritz

Former Member
0 Kudos

Events are to Intgrate Customer-Specific requirements in to SAP system without modifying SAP program. These are enhancements provided by SAP.

In the Events there are Function Modules. Function Modules are run when event is reached in the program.

Function Module runs for each event. It determines the event module stored for processing in customizing from following tables:

TFKFBM - Sample FM for FICA

TFKFBS - Application from std. FM

TFKFBC - Installation - specific FM