Skip to Content
0
Former Member
Sep 14, 2007 at 11:00 AM

EMMA cases for custom developments

589 Views

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