cancel
Showing results for 
Search instead for 
Did you mean: 

event propagation

former_member193027
Participant
0 Kudos

Hi,

SAP has standard functionality of event propagation from FU to FB and vice versa.Now if I want to stop event propagation or event cascading functionality from FB to FU do I need to remove any code logic check in the extractor? Can you elaborate in details here.

Secondly how does preprocessing functionality help in ENM functionality. What specific checks can eb brought about if w ewant to implement this functionality


Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Dipak,

2. Have you checked this config IMG -> Event Management -> Event Messages, Status Queries, and Web Interface -> Define Criteria for Event Message Processing

The preprocessing use to manipulate data  before it updates in SAP EM system.  You can play with different criteria for extend preprocessing, creating event handlers, saving attachments, forward event message, saving event message etc.  You can see IMG activity detail documentation available and that would give you full information about this preprocessing functionality.

Regards

GGOPII

former_member193027
Participant
0 Kudos

but then does sap uses the sap logic and BADI when propagation works and when pre processing functionality is used.

Former Member
0 Kudos

Hi Dipak,

Yes, it should be based on your preprocessing function and where you called and assigned like on creating event handlers or on saving event message etc.

Take a dummy data and check in these FM /SAPTRX/BAPI_EH_POST and /SAPTRX/BAPI_EH_ADDEVENTMSG_02 what you want to achieve it along with ABAPer.

Regards

GGOPII

sukumar_perumalsamy
Participant
0 Kudos

Hi Dipak,

Extract the FU number as TOR_TEC tracking id from TM shown below

FU EH TRacking ID table

Tr.Code.SetTracking id
FU123456
TRQ987563
TO458796
TOR_TEC123456

Define the Tracking id Code Set(TOR_TEC) in Event reporting items under event message profile , configure only to particular internal event code which does not requires event propagation to FB.

Above configuration supported only when the event posted via EM WebUI,

you have to apply the same logic in BADI for interface event posting.

Regards

Sukumar

former_member193027
Participant
0 Kudos

whats the functionality event preprocessing brings about.