Skip to Content
0
Former Member
Feb 10, 2008 at 10:01 AM

Question about https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/7143

20 Views

Hello!

This blog explains a method how to start an application in external window.

/people/community.user/blog/2007/08/20/open-views-in-non-modal-external-windows--the-patch-version

The problem what I am having is I dont understand the part with

//let's say the value node Table needs to be mapped

ContextMapper.newInstance().setSupplier(wdContext.nodeTable());

//any time after this the external window can be oopened

and

//This view has also has a value node called Table which contains identically named attributes

ContextMapper.newInstance().map(wdContext.nodeTable());

Suppose I have the applications view what I want to start an secondly the extrnalview.

Where have these above shown coding parts be implemented exactly in my

view and external window. I have already added the ContextMapper class into "src/packages"

path.

Thanks

sas