Sie sind auf Seite 1von 10

Finding Events that are Triggered while Executing a Transaction in FICA

Applies to:
This article would be useful for Companies / Implementations using FICA Module. For more information, visit the Enterprise Resource Planning homepage

Summary
The article describes the necessary steps that can be used to find out necessary events that get triggered during execution of a transaction in FICA. This article focuses on the Event technology used in FICA. Author: Dewang Trivedi
nd

Company: Torrent Power Created on: 2 May 2011

Author Bio
Dewang is currently working with Torrent Power Ltd. , as an SAP functional consultant . His area of expertise include FICO, FICA (Utilities) and FM ( BCS ) . He is strong on integration areas of FICO, FICA and FM with other modules.

SAP COMMUNITY NETWORK 2011 SAP AG

SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com 1

Finding Events that are Triggered while Executing a Transaction in FICA

Table of Contents
Introduction: ........................................................................................................................................................ 3 Objective: ............................................................................................................................................................ 3 Requirement: ...................................................................................................................................................... 3 Steps involved: ................................................................................................................................................... 4 1. 2. 3. 4. Execute the Transaction FPE1: ............................................................................................................. 4 Enter the necessary details and press Enter: ........................................................................................ 4 Enter /h in the command menu to start the debugger : ......................................................................... 5 Press enter and following message will be displayed at the bottom of the screen : ............................. 5

5. Press Enter to start the Debugger and Place a BREAK-POINT at Function Module FKK_FUCN_MODULE_DETERMINE: ........................................................................................................... 5 6. 7. 8. Double Click on the variable ( I_FBEVE ) to view the contents :........................................................... 6 In the Variables screen the values can be viewed as under : ............................................................... 6 The Value of the variable I_FBEVE is the Event Number that is triggered : ......................................... 6

9. Press F8 or Click on the button shown and you will see that the value of I_FBEVE changes and those are the events that are getting triggered : ............................................................................................ 7 10. The Transaction FQEVENTS can be used to view the details of the EVENT , execute the transaction FQEVENTS : ................................................................................................................................................... 7 11. Navigate to the relevant event number to find more details of the event : ............................................ 8 Related Content .................................................................................................................................................. 9 Disclaimer and Liability Notice .......................................................................................................................... 10

SAP COMMUNITY NETWORK 2011 SAP AG

SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com 2

Finding Events that are Triggered while Executing a Transaction in FICA

Introduction:
It is generally being observed that in FICA, for fulfilling custom requirements Events are very handy. It also becomes very important to find out which are the relevant events that get fired while executing a transaction .The article explains steps that are to be performed for finding Events that get triggered during execution of a transaction in FICA.

Objective:
The objective of this article is to explain the user, how to find out the events that are triggered at the time of executing a transaction in FICA , so that the user can make use to the event for fulfilling custom requirements. We will take the Example of T code FPE1 to find the way out for the same.

Requirement:
To find out which are the events getting triggered during execution of T code FPE1:

SAP COMMUNITY NETWORK 2011 SAP AG

SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com 3

Finding Events that are Triggered while Executing a Transaction in FICA

Steps involved:
1. Execute the Transaction FPE1:

2. Enter the necessary details and press Enter:

SAP COMMUNITY NETWORK 2011 SAP AG

SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com 4

Finding Events that are Triggered while Executing a Transaction in FICA

3. Enter /h in the command menu to start the debugger :

4. Press enter and following message will be displayed at the bottom of the screen :

5. Press Enter to start the Debugger and Place a BREAK-POINT at Function Module FKK_FUCN_MODULE_DETERMINE:

SAP COMMUNITY NETWORK 2011 SAP AG

SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com 5

Finding Events that are Triggered while Executing a Transaction in FICA

6. Double Click on the variable ( I_FBEVE ) to view the contents :

7. In the Variables screen the values can be viewed as under :

8. The Value of the variable I_FBEVE is the Event Number that is triggered :

SAP COMMUNITY NETWORK 2011 SAP AG

SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com 6

Finding Events that are Triggered while Executing a Transaction in FICA

9. Press F8 or Click on the button shown and you will see that the value of I_FBEVE changes and those are the events that are getting triggered : Keep On Pressing this button or F8 to find various events getting triggered.

10. The Transaction FQEVENTS can be used to view the details of the EVENT , execute the transaction FQEVENTS :

SAP COMMUNITY NETWORK 2011 SAP AG

SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com 7

Finding Events that are Triggered while Executing a Transaction in FICA

11. Navigate to the relevant event number to find more details of the event :

In this way user can very easily find out , what all are the events that are getting triggered at the time of execution of a transaction in FICA and can accordingly fulfill the custom requirements .

SAP COMMUNITY NETWORK 2011 SAP AG

SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com 8

Finding Events that are Triggered while Executing a Transaction in FICA

Related Content
For more information, visit the Enterprise Resource Planning homepage

SAP COMMUNITY NETWORK 2011 SAP AG

SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com 9

Finding Events that are Triggered while Executing a Transaction in FICA

Disclaimer and Liability Notice


This document may discuss sample coding or other information that does not include SAP official interfaces and therefore is not supported by SAP. Changes made based on this information are not supported and can be overwritten during an upgrade. SAP will not be held liable for any damages caused by using or misusing the information, code or methods suggested in this document, and anyone using these methods does so at his/her own risk. SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of this technical article or code sample, including any liability resulting from incompatibility between the content within this document and the materials and services offered by SAP. You agree that you will not hold, or seek to hold, SAP responsible or liable with respect to the content of this document.

SAP COMMUNITY NETWORK 2011 SAP AG

SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com 10

Das könnte Ihnen auch gefallen