cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP WEBDYNPRO

Former Member
0 Kudos

Hi,

In ABAP Webdynpro, I am displaying a standard table.

In addition to the columns, I have to create an another column in the same table. This column should contain a link.

When the user clicks this link, the control should go to some other table.

Can you help me to create the additional column with the link?

Thanks in advance.

Regards,

Balaji.R

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

first step in the webdynpro comp

select lay out

2) use wizard to create table

3) select context ( from the context u have to select one node )

4) after selecting a node from context u will get 4 columns

i) context attribute

ii) cell editor of table column

iii) binding

iiii) name of property to be bound

change cell editor of table column to link to url or link to action ( it is a dropdown box ) depends upon u r reqirement

and

change name of property to be bound to enabled

5) in the lay out u have reference , to do that do th following

select the buttton adjcent to the reference, then u will get context nodes , select one attribute which having correct data for that column.

for text also do the same

reward if uit is use ful

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi balaji rengarajan ,

IN the layout Create a column by right clicking the table you created then right click the column and insert a link to action UI.

Now you can map an attribute to this link to action.

On the action of this link to action you can write code based on your requirement to move to another table.

Regards

Sarath