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: 

EMMA cases for custom developments

Former Member
0 Kudos
874

Hi all,

We have requirement where we need to create BPEM cases whenever there is some error in the custom developments. For this I have done the necessary customising like;

1. Define the BP area

2. Define Case type

3. Define the case category

4. Define customer transaction for message management

In the custom program, I have tried to raise the error in the following way...

  • create a log

CALL FUNCTION 'BAL_LOG_CREATE'

CALL FUNCTION 'EMMA_LOG_PROCESS_START'

CALL FUNCTION 'APPL_LOG_WRITE_SINGLE_MESSAGE'

*4. Save Log

CALL FUNCTION 'BAL_DB_SAVE'

CALL FUNCTION 'EMMA_LOG_PROCESS_END'

After doing this, I am able to see application logs in SLG1 but not able to generate EMMA cases from EMMA transaction.

Is there something I am missing out?

Regards,

Roopesh singh

3 REPLIES 3

Former Member
0 Kudos
285

Has anyone worked on EMMA cases creation?

0 Kudos
285

Hi Roopesh,

Pls refer SAP Note 584797 for more details.

Bye,

Muralidhara

Regards - Muralidhara

0 Kudos
285

Hi Roopesh,

You can find the EMMA cookbook at service.sap.com, I think that will help.

Regards,

Hans