Skip to Content
0
Dec 27, 2021 at 03:22 PM

Example of using an Iinterface Component in Webdynpro with filling a Context Node

102 Views

Hi,

searched the hole Internet and no answer has pleased me well.

Your are my last hope :D

I created a Webdynpro Component Interface called "ANTRAG_INTERFACE" with one Node called "AUFK".
This node should be an "Interface-Knoten" and "Intput-Element(Ext.) (Sorry German System)

image.png

So i can fill some data in it.

Then i created a normal Webdynpro Component called "ANTRAG_KONTEN" where i Implemented the Interface

"ANTRAG_INTERFACE". The Implementation Status is green

image.png

In the Component Controller apears the new node from The Interface "AUFK".

image.png

So far so good.

Now i want to fill some Data in it.

o_node = wd_context->get_child_node( wd_this->wdctx_aufk ).

o_node->bind_table( lt_auftrag ).

And every time i do this i get this error Message

The Mapping to Node AUFK Has Not Been Completed

So what to do to complete the mapping?

Kind Regards

Tobi

Attachments

image.png (2.6 kB)
image.png (9.3 kB)
image.png (2.6 kB)