cancel
Showing results for 
Search instead for 
Did you mean: 

How to show an ABAP table in an Web Dynpro application?

Former Member
0 Kudos

Hi All,

usaing an adaptive RFC model, I was able to call a remote FM which returns something that in ABAP was a table.

I would like to show this table in Web Dynpro.

How can I do that? Are there tutorials pointing on this out there?

Thanks, Johannes

Accepted Solutions (1)

Accepted Solutions (1)

former_member197348
Active Contributor
0 Kudos

Hi Johannes,

Just create UI element table,.

Right click on the table -> select create binding

wizard opens-> select the node that you want

Click finish. that's all

check this [tutorial|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a00f7103-6790-2a10-ac9c-fcac7c5b18a3]

Probably in 17 page you have details about creating and binding table UI element.

You can get help in NWDS also; if you select UI lement and right click on it then you can choos ShowHelp

Regards,

Siva

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Johannes,

Create a view .

Right click on it . Select Template .-->

Click On Apply-->select Table -


> Select the table retuned by BAPI.

The table will be displayed.

Also have a look at this link , you will find examples also.

https://www.sdn.sap.com/irj/sdn/nw-wdjava?rid=/webcontent/uuid/00b64d9f-fea2-2910-c988-ee2544047f8c.

Regards,

Kirshna.