Skip to Content
Author's profile photo Luís Pérez Grau

SE80 Local class INVISIBLE NODE issue

Component Suuport Pachage
BBPCRM SAPKU70204
SAP_ABA SAPKA73105
SAP_BASIS SAPKB73105
WEBCUIF SAPK-73105INWEBCUIF

Issue:

When you are using SE80 with a Report which have a local class and you aren’t logged in English. In this scenario you will see a new node which has the label “INVISIBLE NODE” in your languae, in my case, spanish.

Error SE80.JPG

This is not a critical error, but pissed me off for a long time, until I decided to solve it myself (I couldn’t find Notes, KBAs or any SCN content related to it)

Solution:

After some time analyzing I found the problem was located in the FM WB_TREE_RETURN_OBJECT_LIST, there’s a filter to discar root nodes which applies if the node text is “INVISIBLE NODE”

Error SE80 2.JPG

The problem here is the value located in g_nodetab-name is language dependant so will vary depending in which language are you logged on, if you logon allways in English, lucky you 😉

The solution was quite easy to perform, I searched where was stored the text in order to modify the translation using the enlgish text “INVISIBLE NODE” despite the spanish translation “NODO INVISIBLE”.  The text is located in the Function Group SEWB, under the symbol CPP, the text CFP also has “INVISIBLE NODE”, but this doesn’t apply to the tree, I wonder where applies…. 😕 Once you replace the text the extra node will disapear 🙂

Error SE80 3.JPG

Error SE80 4.JPG

I will leave a surprise for your, check the transalation between English and German for the text symbols CPP and CFP 😈

Cheers!

Luis

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.