cancel
Showing results for 
Search instead for 
Did you mean: 

Error in rendering root for dialog

dcmvdoord
Explorer
0 Kudos

Hello experts,

After netweaver 2004 s - SPS 15, we have a

issue with our planning application (BI-

integrated planning) / variables. For all our

planningsfunctions with a VARV command in it, the

java.lang.NullPointerException occurs.

SAP Note 1134947 concerns a similar problem, but that

note is already in SPS 15. Before sps 15 we have'n got a any problems with the planningsfunctions.

The error occurs in the planningsfunction with VARV in it. For example.

DATA ZFTE_NEW TYPE F.

DATA ZMAAND TYPE 0CALMONTH.

DATA ZMUT TYPE ZMUTATIE.

DATA ZDATUM TYPE 0CALMONTH.

DATA KEYFIG TYPE KEYFIGURE_NAME.

ZFTE_NEW = VARV (ZVARFTE).

ZDATUM = VARV (ZCALMNTHFR).

etc...

Result is the java error and not the variable sceen

If we change / hard coded the variables

ZFTE_NEW = 1.

ZDATUM = '200801'.

The function results then with no errors, but this is not an option.

After executing the planningsfunction in the wad the error in rendering root for dialog DLG_VARIABLE occurs.

Anyone has this problem as well?

With regards,

Dennis

java.lang.NullPointerException

at

com.sap.ip.bi.webapplications.ui.dialogs.variab

lescreen.control.AcVariableScreenControl.getCur

rentVariantName

(AcVariableScreenControl.java:641)

at

com.sap.ip.bi.webapplications.ui.dialogs.variab

lescreen.control.AcVariableScreenControl.buildU

rTree(AcVariableScreenControl.java:206)

at

com.sap.ip.bi.webapplications.ui.framework.base

.impl.CompositeBuildUrTreeTrigger.process

(CompositeBuildUrTreeTrigger.java:33)

at

com.sap.ip.bi.webapplications.ui.unifiedrenderi

ng.controls.MatrixLayoutCell.iterateOverChildre

n(MatrixLayoutCell.java:82)

at

com.sap.ip.bi.webapplications.ui.framework.base

.impl.CompositeBuildUrTreeTrigger.process

(CompositeBuildUrTreeTrigger.java:36)

[...]

Long description of the error:

com.sap.ip.bi.webapplications.runtime.DialogExc

eption: Error in rendering root for

dialog "DLG_VARIABLE"

at

com.sap.ip.bi.webapplications.ui.dialogs.framew

ork.UiDialog.render(UiDialog.java:270)

at

com.sap.ip.bi.webapplications.ui.dialogs.framew

ork.rendering.DialogRenderingRootNode.processRe

ndering(DialogRenderingRootNode.java:50)

...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear D.C.M,

please make shure that the variables are set .e.g by displaying the variables values in a message or by debugging it.

ZFTE_NEW = VARV (ZVARFTE).

ZDATUM = VARV (ZCALMNTHFR).

break-point.

  • if zfte_new is initial.

message .. with zfte_new.

  • endif.

*if ZDATUM is initial.

message ... with ZDATUM.

*endif.

Regards

Matthias Nutt

SAP Consulting Switzerland

dcmvdoord
Explorer
0 Kudos

Hello Matthias,

Thanks for your answer. We will look futher in the trace as well.

Some patches are planned to be released soon (on the java site per note 1033245.), so we will wait.....

Answers (3)

Answers (3)

dcmvdoord
Explorer
0 Kudos

hello Kristian,

You can find them in service market place - Support Packages and Patches -

Support Packages and Patches" -> SAP NetWeaver" SAP NETWEAVER" -> SAP NETWEAVER 7.0" > Entry by Component" > BI Java

concerns BIBASES, BIWEBAPP

With regards,

Dennis

Former Member
0 Kudos

Hi, we have the exact same problem, but after SAP told us to patch with SPS 15 Patch 1, it still gave the same error, so if anyone else knows, please update this message.

dcmvdoord
Explorer
0 Kudos

The problem is solved, after the patches on the java side

Former Member
0 Kudos

We have the same problem. Could you tell, with patches on the java side was installed and solved your problem? Because SPS 16 will planned and SPS 15 is already installed in our system.

dcmvdoord
Explorer
0 Kudos

Hello EPANOV ,

We have Patch #1, this patch was released on 2008/04/09. See note 1033245 - NetWeaver 2004s BI Java SPS 15 Patch Delivery Schedule for details.

SP15 is in patch level 0. In patch 1 the issue is solved for our case.

With regards

Dennis

Former Member
0 Kudos

Hello friends,

Where can we find and download SP15 Patch 1. Our basis consultant can't find it in his "Available downloads"-list...

Kind regards,

Kristian

Former Member
0 Kudos

Hi D.C.M. van den Oord,

Plz find the below search, where u will find many similar threads and SAP Notes...

https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=java.lang.nullpointerexception&adv=...

Hope this helps u...

Regards,

KK.