cancel
Showing results for 
Search instead for 
Did you mean: 

IsInputElement in DC

former_member199223
Participant
0 Kudos

Hai,

What is the use of IsInputElement in DC.if set as true what will be happen and if set as false what will be happen.. <b>if set it as true which component is source?</b>which one going to use? please give me good example..and use.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

External context mapping always occurs in two steps. In the first step, elements are selected in the component interface context as “can be mapped externally later” using the isInputElement = true property. In the second step, the actual context mapping between the component interface context and the external original context is defined for a concrete use of a component

The Internal Web Dynpro component is used by the Embedder Web Dynpro component. The original data is stored in the component controller context of Embedder. To be able to access this data from within a Web Dynpro component of type Internal, the corresponding context elements must first be declared as “mappable” in the context of the component interface controller. To do this, the element property isInputElement is set to true.

http://help.sap.com/saphelp_nw04/helpdata/en/d7/e551cf896c3a49bb87bb4ce38c99c8/frameset.htm