Purpose
The event concept enables the integration of industry-specific and customer-specific function modules at specific points in the existing system architecture. Using installation-specific and industry-specific function modules you can enhance the standard business processes by predefined program events without modifications. Depending on the event, they can either realize alternative program logic or additional functions.
Overview
Execute transaction code FQEVENTS and you will get the following overview screen:
Transactions
Transaction | DescriptionDescription |
---|---|
FQEVENTS | Management of Events |
SE37 | Function Module Builder |
Customizing
FICAIMG
>Contract Accounts Receivable and Payable
>Program Enhancements
>Define Customer-Specific Function Modules
Further technical information
Function Modules
The function module FKK_FUNC_MODULE_DETERMINE is processed for each event.
Function Module | Short Desctiption |
---|---|
FKK_FUNC_MODULE_DETERMINE | Determines the event modules defined in Customizing |
Tables
From the following tables, the function module FKK_FUNC_MODULE_DETERMINE sequentially determines the event modules defined in Customizing that are to be processed:
Table | Short Description |
---|---|
TFKFBM | Sample function modules |
TFKFBS | Standard function modules for Industry solutions |
TFKFBC | Installation-Specific Function Modules (Customer Function Modules) |
Flags
Flag | Description |
---|---|
Additional Functions TFKFBM-MEHR | Specifies whether several function modules can be processed in this event or a maximum of one. |
No Customer Module TFKFBS-NOCUS | If this indicator is set, customer function modules are not taken into account for this event in the application area in question. |
Programming Restrictions
You must not use the following language elements in events, unless they were explicitly declared to be allowed for the given event:
- COMMIT WORK
- ROLLBACK WORK
- CALL FUNCTION 'DEQUEUE ALL'
- Deletion of locks that you have not set yourself
- Implicit database commits triggered by RFC calls or by a WAIT statement
Related Content
Notes
SAP Note | Description |
---|---|
2218415 | Documentation for events T960 and T965 misleading |
2278475 | Documentation events 10, 20, and 30 misleading: Assignment of the document number |
2283243 | FQEVENTS: aktiver Kundenbaustein wird mit Status inaktiv angezeigt |
Wiki
SAP ISU EVENTS: How to FIND EVENTS: How to IMPLEMENT EVENTS: Detailed step by step guide