SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BPEM with custom development

Former Member
0 Kudos
600

Hi all,

We try to implement BPEM and want to use it to manage errors occuring in our custom developments.

Does anybody know how to generate application logs in custom developement that can be taken into account by BPEM ?

The cookbook doesn't give any hint about that.

Thank,

Alexandre

4 REPLIES 4
Read only

Muralidhara
Active Contributor
0 Kudos
282

Hi,

BPEM Stands for Business Process Exception Management (BPEM aka Enhanced Message Management Analysis EMMA)

Let me know the for which area of custom development and which type of errors you want to manage.

Bye,

Muralidhara

Regards - Muralidhara
Read only

Former Member
0 Kudos
282

Our interfaces are performing several functionnal controls on the incoming records.

If one control fails, we want to generate an application log that can be used to create a BPEM case. The case will be forwarded to the hotline who will fix the problem and reprocess the record.

Regards,

Alexandre

Read only

0 Kudos
282

Hi Alexandra,

I'll give you the details of attaching an application log to BPEM which are (Let say) gnerated by a Transaction.

Step 1: Define Business Process Area

Step 2: Define Business process code

step 3: Define Transaction attached to this Business Process Code

Step 4: Run transaction EMMA to view it.

I can write all the customizing for this here also however i would recommond a link which contains the cookbook of implementing BPEM.

Go to :

SAP service market place->sap for utilities->product information->Business Process Exception Management->cookbook & Guidelines->BPEM Cookook

<https://websmp101.sap-ag.de/solutions>

In this document go to the Section 4 (Customizing) here you can see all the steps in detail with example to set up the system for attaching an Application log with BPEM.

In case if you face some problem, revert.

Please assign the point.

Amit

Read only

Former Member
0 Kudos
282

Hi,

Thanks for the help but it still does not tell me how the application logs should be written.

I guess I have found this solution which seems to work (+customizing mentionned above) :

- Function module ‘EMMA_LOG_PROCESS_START’

This function module needs to be called for each processing business object in any

executed business process/transaction.

- Function module ‘EMMA_LOG_PROCESS_END’

This function module can be called either for every processing business object