Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Table Control

Former Member
0 Kudos

Hi Experts,

I've a prob with table control.

We have inserted a customized screen in MM02&MM03.

This screen has table control and right now it has around 8 fields.But now we have inserted two new fields in between exiting fields.

When we test the screen the table cntl fields sequence are proper but when we look the screen using transaction MM02 or MM03 the fields are shuffled and not in proper sequence.This table control is referring to an internal table which referred to a custom transparent table.

But when we try to add the two new fields at the end of table control, the field sequence are proper in MM02&MM03.

We dont know what s the exact problem and how to fix the issue.

Could anybody help?

Thanks in Advance,

Ponraj.s.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Check the sequence of the fields in the internal Table and the Custom Db table, which you are using to populate this table control.

You might have added those fields in the wrong sequence.

regards,

Anji

3 REPLIES 3

Former Member
0 Kudos

Hi,

Check the sequence of the fields in the internal Table and the Custom Db table, which you are using to populate this table control.

You might have added those fields in the wrong sequence.

regards,

Anji

0 Kudos

Hi Anji,

Thanks for your reply, it was in the same order as of internal table.

Former Member
0 Kudos

Answered