cancel
Showing results for 
Search instead for 
Did you mean: 

Column order in design time and in runtime are different.

0 Kudos

Hello

We have strange situation with tables in WebDynpro

Column order are different, not as i see it in the studio (in outline view) - column order in design time and in runtime are different.

For example, if I have table with 4 fields, where

1_first column is Text;

2_second column is InputField;

3_third column is Text ;

4_fourth column is InputField;

so, when i deploy it and see in CE72 - they are displayed like this

2_second column is InputField;

4_fourth column is InputField;

1_first column is Text;

3_third column is Text;

All Fields with InputFiled elements are shown at the left.

What can i do to solve this problem?

We use SAP NetWeaver Composite Environment 7.2.

Accepted Solutions (1)

Accepted Solutions (1)

Qualiture
Active Contributor
0 Kudos

Hi,

Are you using table definitions defined in the Java Dictionary?

If so, according to http://help.sap.com/saphelp_nwce10/helpdata/en/fe/53fb40f17af66fe10000000a1550b0/frameset.htm

When adding columns to a table, the column order may change. Therefore, we recommend that you do not rely on field sequence when accessing a table.

0 Kudos

No, I don't use Dictionary

I use usual standart table.

Qualiture
Active Contributor
0 Kudos

Are you referring to a Web Dynpro ABAP application, or Java?

I don't think WDJ has the same functionality, but if your app is WDA, you may have changed the column order using drag-drop at runtime.

In that case, simply right click on all columns, select 'user settings' and click 'restore the original column'

junwu
Active Contributor
0 Kudos

in ce 7.2, you can change the table column order by drap&drop

0 Kudos

Are you referring to a Web Dynpro ABAP application, or Java?

> I don't think WDJ has the same functionality, but if your app is WDA, you may have changed the column order using drag-drop at runtime.

>

> In that case, simply right click on all columns, select 'user settings' and click 'restore the original column'

Thanks, you!

We use Web Dynpro Java.

"right click on all columns, select 'user settings' and click 'restore the original colum" helped!

Edited by: Pavel Korgenevskiy on Feb 2, 2012 1:55 PM

Answers (0)