cancel
Showing results for 
Search instead for 
Did you mean: 

Tables mixing data

Kinsbrunner
Active Contributor
0 Kudos

Hi All!

I'm new at Web Dynrpo with ABAP.

I'm trying to make a table combining information from two tables.

I've already done it with data from only one table.

The thing is I don't know how to do it because on the node I have to make reference to a dictionary structure. Is there any way of doing what I want without defining a new structure?

Best regards,

Alejandro.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ale,

You can do it this way.

Create the node without defining any structure for it. Now right click->create using wizard->attributes from components of structure. Give in your structure name, then select the attributes. Now, for the second structure, follow the same process. Just remember not fill in anything the 'dictionary structure' property of the node itself. This way you can add attributes from any number of structures into your node.

Regards,

Neha

<i><b>PS:Reward if helpful</b></i>

former_member182372
Active Contributor
0 Kudos

> The thing is I don't know how to do it because on the

> node I have to make reference to a dictionary

> structure. Is there any way of doing what I want

> without defining a new structure?

You can just define node WITHOUT binding to dictionary structure. Appropriate structure will be generated implicitely.

Kinsbrunner
Active Contributor
0 Kudos

How can I do that?

former_member182372
Active Contributor
0 Kudos

Right click on root, create->node, set name, click on node, right click, create->attribute.