cancel
Showing results for 
Search instead for 
Did you mean: 

SAPMEINT Code Debugging Issue

Sunitkroy
Participant
0 Kudos
151

Hello Experts,

I have changed a java class for a client requirement in SAPMEINT code but its not working as per my expectation. At run time what is happening within that class (CustomBOMTemplateHandler.java) I am unable to debug as all the logs that I put in there using standard java logger is not printing in the NWA Log. Here is the what I am doing for logging -

private static Logger log = Logger.getLogger(CustomBOMTemplateHandler.class
.getName());

log.severe("INSIDE Else IF for WORKCENTER : " +workCenter);

Is there any other way to debug the SAPMEINT code ? How can I make sure SAPMEINT logs are available in NWA Log. FYI- I can view any other system logs or SAP MII transaction logs.

SAP ME/MII Version - 15.1.3.17

Thanks for your suggestion..

Regards,

Sunit

Accepted Solutions (0)

Answers (0)