cancel
Showing results for 
Search instead for 
Did you mean: 

EM BAPI

former_member193027
Participant
0 Kudos

Hi.,

Is there any way by which we can calculate processing time for an event which is reported by BAPI posted thru interface. This time is required to gage the performance of an event reported by an interface perspective.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Dipak,

Yes, we can set up duration calculation to gauge the performance of each event.  Check this link which has explained step by step.

Check this discussion as well

Regards

GGOPII

former_member193027
Participant
0 Kudos

Hi,

I do not want to use BI for the same.Within EM BAPI or using some other parameters is it possible?

former_member193027
Participant
0 Kudos

Also there is manual work around/Std report which gives processing time information for message coming from external world

Former Member
0 Kudos

Hi Dipak,

I tried to search any table or report which can provide us a report on duration in SAP EM side, but I couldn't find anything to display in SAP EM WebUI.

The EM system has configured field EVT_DURATION - Dur. Delay (DDDDHHMMSS) which you can use it for duration calculation.

1. Assign this field in your display profile or event message profile under IMG -> Event Management -> Event Management -> Web Interface -> Define User Profiles

2. Create a new activity function to compare Expected Event date vs Actual event date (you need to write a custom code to get duration when actual date event is reported) under IMG -> Event Management -> Event Management -> Event Handlers and Event Handler Data -> Reactions to Event Messages -> Define Rule Sets -> Activity Functions.

3. Assign new activity function in your existing ruleset activities or create new rules set & multitask activity and assign new activity function to populate the duration in configured field EVT_DURATION, once actual event date and time are reported.

We can wait for other members who may give a suggestion on this.

Regards

GGOPII