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

Modifying table control in standard program

Former Member
0 Likes
1,765

Hi ,

Can any one tell me how to add a column in table control? My requirement is to add two columns ( custom fields ) into table control ( It is a standard program). I have added the column in the table and also in the table control. But when I am running the standard program, The newly added column is not there. But I have added in the perticular screen. Change is not reflected.

Actually in the standard screen totally 94 columns are there but where as when you run the program it is showing only 15 columns. can you tell me the reason?

I am working on Invoice payments F-28 screen 6102.

Can anyone help me on this please.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,358

Some transactions have the display of table fields configurable. What transaction is this?

Rob

9 REPLIES 9
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,358

In the standard program, did you add the fields to the internal table definition or the table control in the screen? You must add the new fields directly to the table control in the screen via screen painter.

Regards,

Rich HEilman

Read only

0 Likes
1,358

Hi Rich HEilman,

Thanks for the quick response. I have added colimn to the table control.But it is not showing while running the transaction.

Regards,

Lakshmi.

Read only

Former Member
0 Likes
1,359

Some transactions have the display of table fields configurable. What transaction is this?

Rob

Read only

0 Likes
1,358

Transaction code F-28.

Read only

0 Likes
1,358

OK - for a start, look at note 25586.

Rob

Read only

0 Likes
1,358

In the IMG (transaction SPRO), look at the path:


Financial Accounting
  Accounts receivable and accounts payable
    Business transactions
      Incoming Invoices/Credit Memos
        Carry out and Check document settings.

There may be something there that will help.

Rob

Read only

0 Likes
1,358

Thank you so much Rob Burbank

Read only

0 Likes
1,358

You are quite welcome. If you question is answered, please close the post.

Rob

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,358

There also could be a table control variant being applied. Double click on the icon in the upper right hand corner of the table control. Is the setting the "Basic Setting" or something else?

Regards,

Rich Heilman