Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

An internal error occurred during: "Updating element info...". Cannot invoke "com.sap.adt.tools.a...

schmelto
Active Participant
0 Kudos
1,129

When using the ABAP Element Info I get following error message:

An internal error occurred during: "Updating element info...". Cannot invoke "com.sap.adt.tools.abapsource.internal.sources.codeelementinformation.ICodeElement$ICodeElementDocumentation.getRel()" because "docu" is null<br>

It is coming up when I want to jump into "finaa"

Maybe someone has a solution for this.

java.lang.NullPointerException: Cannot invoke "com.sap.adt.tools.abapsource.internal.sources.codeelementinformation.ICodeElement$ICodeElementDocumentation.getRel()" because "docu" is null
	at com.sap.adt.tools.abapsource.internal.sources.codeelementinformation.ICodeElement$CodeElement.getDocumentationString(ICodeElement.java:375)
	at com.sap.adt.tools.abapsource.ui.elementinfo.AbstractAdtElementInfoTemplate.createSectionForExtendedWith(AbstractAdtElementInfoTemplate.java:778)
	at com.sap.adt.ddic.ui.internal.elementinfo.render.DdicCodeElementInfoTemplate.handleAppends(DdicCodeElementInfoTemplate.java:74)
	at com.sap.adt.ddic.ui.internal.elementinfo.render.DdicCodeElementInfoTemplate.createBody(DdicCodeElementInfoTemplate.java:57)
	at com.sap.adt.tools.abapsource.ui.elementinfo.AbstractAdtElementInfoTemplate.internalRender(AbstractAdtElementInfoTemplate.java:116)
	at com.sap.adt.tools.abapsource.ui.elementinfo.AbstractAdtElementInfoTemplate.renderFullHtml(AbstractAdtElementInfoTemplate.java:98)
	at com.sap.adt.ddic.ui.internal.elementinfo.DdicElementInfoHtmlRenderer.render(DdicElementInfoHtmlRenderer.java:34)
	at com.sap.adt.tools.abapsource.ui.sources.codeelementinformation.AbapSourceCodeElementInformationProvider.renderCodeElement(AbapSourceCodeElementInformationProvider.java:513)
	at com.sap.adt.tools.abapsource.ui.sources.codeelementinformation.AbapSourceCodeElementInformationProvider.doGetHtmlWithNavigationInfo(AbapSourceCodeElementInformationProvider.java:368)
	at com.sap.adt.tools.abapsource.ui.internal.abapdoc.AbapDocView2$ElementInfoJobForAbapSource.run(AbapDocView2.java:811)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
1 ACCEPTED SOLUTION

arminfarmani
Product and Topic Expert
Product and Topic Expert
973

Hi Tom,

there has recently been a similar question that has been answered in Elipse 2023-03 doesn't show table structures on F2 key anymore. The issue will be fixed in the next ADT release version 3.34 which is planned for early May.

Kind regards,
Armin

2 REPLIES 2

arminfarmani
Product and Topic Expert
Product and Topic Expert
974

Hi Tom,

there has recently been a similar question that has been answered in Elipse 2023-03 doesn't show table structures on F2 key anymore. The issue will be fixed in the next ADT release version 3.34 which is planned for early May.

Kind regards,
Armin

973

Thanks for the quick response!