cancel
Showing results for 
Search instead for 
Did you mean: 

Custom(user friendly) dump in portal from ECC

Former Member
0 Kudos

Hi All,

Our client wants us to avoid showing dump messages from ECC (For example: the dump messages which occur when a user is locked in the back end ECC system) and display a friendly message instead in Portal.

We have identified some scenarios where we are getting the dump messages. But I am not able to figure out how to handle these dump messages from ECC in portal.

The system landscape is something like this:

SAP ERP 2004, SAP EP 7.0 SP 11

Please give me some guidance on how to handle this issue.

Thanks In Advance

Vinoth.M

Message was edited by:

Vinoth.Murugaiyan

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member246893
Active Participant
0 Kudos

Hi,

May be you can try this :

Disable Java stacktrace in XSS (ESS/MSS) Web Dynpro applications

how to disable the Java stacktrace in XSS (ESS/MSS) Web Dynpro applications

(environment: ERP2004 with Web Dynpro employee self services; WAS 6.40 < SP13; correctly configured NWDI to perform customer modifications)

There is a parameter DetailedErrorResponse in the ConfigTool, but is it only available with WAS 6.40 SP13 or higher.

If you use WAS 6.40 < SP12 perform the following changes to disable the Java stacktrace: There is a central component to display the messages in Development Component sap.com/pcui_gp/xssutils - component: VcDebugInfo - View: DebugInfo: UI elements labelStackTrace and exceptionStack: set visibility=NONE, then the Java stacktrace won't be displayed in any XSS Web Dynpros.

Only the error message will by displayed after changes.

  • Reward points if useful.

Best Regards, Abdul

former_member201257
Active Contributor
0 Kudos

To avoid showing the dump messages, please see SAP Note 962319.

We tried to customize in a similar way but could not do that.

Shanti