Show TOC Start of Content Area

Background documentation Including Another Component's Content  Locate the document in its SAP Library structure

During content creation, a component can include in its response the content from another component, as shown below:

INode childNode = request.getNode().getFirstChild();

response.include(request,childNode);

The component must be represented by a node in the POM tree.

 

 

End of Content Area