Solution : https://service.sap.com/sap/support/notes/683960 (SAP Service marketplace login required)
Summary :
When encountering an error in the Java GUI for SAP, tracing provides essential diagnostic information. Access the "Trace Options" dialog through the SAP logon by selecting "File -> Trace". Here, activate the necessary trace components by removing the comment characters and specify a trace file name, or leave it unspecified to have outputs in the console. Default traces for GUI kernel functions are usually sufficient. For detailed analysis, additional traces like Control Enabling Technology or Bootstrap can be enabled by deleting comment markers. Profiling can also be performed through the "Profiling" option in the trace dialog to pinpoint performance issues.
Key words :
// chart chart control// ctm context menu control// grd grid control// html html control// pict image control// tbcl toolbar control// tec text editor control// tree tree control gmux, // cet control enabling technology// dmgr data manager// dp data provider// dptab data provider table// drv data provider driver// ole ole automation, // boo bootstrap// logon logon functionality// rfc startup, // c_cet control enabling technology, rfc id control components, // gmux graphics multiplexer performance trace, control enabling, call automation calls, menu option, // applet browser applet integration
Related Notes :
1617725 | SAP GUI for Java FAQ and problem solving |
326558 | Description of an error in the SAP GUI for Java |
146505 | SAP GUI for the Java environment (Platform Independent GUI) |