2007 Sep 14 12:00 PM
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
2007 Sep 17 8:10 AM
2007 Sep 17 10:46 AM
Hi Roopesh,
Pls refer SAP Note 584797 for more details.
Bye,
Muralidhara
2007 Sep 17 3:17 PM
Hi Roopesh,
You can find the EMMA cookbook at service.sap.com, I think that will help.
Regards,
Hans