Application Development and Automation 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: 
Read only

Table Control

Former Member
0 Likes
502

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
Read only

Former Member
0 Likes
485

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
Read only

Former Member
0 Likes
486

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

Read only

0 Likes
485

Hi Anji,

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

Read only

Former Member
0 Likes
485

Answered