Hello SAP gurus.
I'm facing a short dump when I try to check some database info (on MYSQL: DB12->Database->Overview), that short dump is an already known issue:
Category ABAP Programming Error
Runtime Errors MESSAGE_TYPE_X
ABAP Program SAPLOLEA
Application Component BC-FES-CTL
According to note 1603032, automation trace was activated and it showed "wdttree" error :Exception info:Can not use a node of type leaf as parent. So I followed note 1169424 (as recommended by note 2114177). That note says:
"Activate an Advanced Tree Control Trace (detailed)
This shows the content of the table, transfered to the frontend
and a detailed error like:
Relative node for insert not found LastError node key : 5
That means the node table for the tree is inconsistent, please take care of it from application side"
How can I take care of the node table for the tree from application side? I'm a basis guy (and a fresh one) and I really don't know how to work with trees and stuff.
P.S I have already upgraded SAPGUI to the last patch (7.40 SP5)
Thank you in advance.