2011 May 19 7:54 AM
Hi Experts,
can any one tell how to trigger the FQEVENTS Manually for testing,
it is ISU ABAp.
thanks in advance
Santhosh G
Hi Experts,
can any one tell how to trigger the FQEVENTS Manually for testing,
it is ISU ABAp.
thanks in advance
Santhosh G
2011 May 19 8:09 AM
2013 Mar 07 12:40 PM
Events are to Integrate Customer-Specific requirements in to SAP system without modifying SAP program. These are enhancements provided by SAP.
Its specifically for FICA events and some other events used for Mass run activities.
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.
How to find out which events are triggered while your transaction executes:
Enter the transaction in Debugging mode (/h), and put a breakpoint in the function module FKK_FUNC_MODULE_DETERMINE. In the FM, check for the value of the Variable I_FBEVE to find out which event number of the event Triggered. The go to FQEVENTS and search for the event number, and do the custom coding.
Function module to determine your event : FKK_FUNC_MODULE_DETERMINE.
When u double clicks an event, u can find the documentation of specific event and what it does. It’s important to read it.
In the function modules section, there are 3 sections of Function modules
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |