cancel
Showing results for 
Search instead for 
Did you mean: 

Problem related to the columns in a table

Former Member
0 Kudos

Hi all,

I have a table. I bind the required fields for the table from the BAPI.

I need another field or column for the table which i am not binding to the BAPI.Instead I am doing it by ad column option.

But this column in the runtime is appearing as the last column.

Can u suggest me how to make it as the first. Moreover,in create binding, it is not appearing at all. Only thw attributes which i am getting from the BAPI are coming. So in that case I can'nt set it there as the first column.

Kindly suggest me some thing else. And this column is of LinkToAction type.

Regards

DK

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

DIPENDRA,

If neither of advices above helps, then check my quess:

It seems that use are using recent NW04 or NW04s version, and Wizard had created GroupedColumns automatically for you. However, when you were adding additional column, you had selected obsolete type Column (rather then GroupedColumn). These obsolete columns always positioned at tail regardless of order.

So just delete them and re-create as GroupedColumn.

Valery Silaev

EPAM Systems

http://www.NetWeaverTeam.com

vijayakhanna_raman
Active Contributor
0 Kudos

Hi,

Go to outline inset coloum and move up by right click option.

Then right click the coloum and Select table cell editor , choose link to action.

Go to the properties of link to action and bind the model attribute .

Regards,

Vijayakhanna Raman

Former Member
0 Kudos

Hi

To have your added column as the first column, in outline view select the added column and drag it and drop at the first column.This way it will be your first column.Else in the outline view right click the added column and from the context menu choose Move up.

Regards,

Ajay

Former Member
0 Kudos

Hi,

if you want to add one column to your table as first then use the following method.

<tablename>.addColumn(IWDColumn columnname,int index)

you can give the index as '0' then it will set as first column.

Hope it will help you.

regards

karthik