Hi all gurus,
I'm quite new to NWBC for HTML and I'm trying accessing to an SRM system via transaction NWBC.
Notice I'm just a guest on that system so I cannot go for note applications directly; I could eventually direct tech staff in order to approach any problem but I'm trying anyway to figure out what could be the issue.
Shortly; launching the NWBC transaction, the usual IE window with role selection pops up. I can then select a "node" (say, the root one, /nwbc). Then the splash screen appears but when the progress bar reaches more or less half of the lenght, it freezes and remain stuck'd.
I can see from ST22 that after a while, a dump for TIME_OUT appears due to (I guess) an infinite loop in method GET_BREAD_CRUMB_HTML:
23 if user_info-accessibility is not initial.
24 concatenate text delimiter canvas_control_name delimiter skip_message delimiter_dot ente
25 CONCATENATE `<a id='content-area' href='#masthead' title='` text `'>` html `</a>` INTO h
26 else.
27 READ TABLE nodes ASSIGNING <node> WITH KEY object_id = id.
28 if sy-subrc is initial.
>>>>> WHILE <node>-is_top_level <> abap_true.
30 READ TABLE nodes ASSIGNING <node> WITH KEY object_id = <node>-parent_id.
31 if sy-subrc is initial.
32 CONCATENATE `<a href='?sap-nwbc-node=js_req' onclick='pro54_submit("` <node>-objec
33 INTO html. "#EC NOTEXT
34 endif.
35 ENDWHILE.
36 endif.
37 endif.
I guess there's something that should be fixed in terms of configuration; I checked in SICF transaction and /sap/bc/nwbc node is active (and all the subnodes); however, testing nwbc_test, an empty IE page pops up.
Could someone help me addressing what could be the problem, so that I can provide extra info to the techies?
Thanks,