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

Add fields to subscreen

Former Member
0 Likes
894

Hi all,

I would like to add columns to the subscreen which contains a result table when executing transaction C223. I've added a custom sturct to mkal_expand to include my fields...but how do I display the custom fields in the result table of the subscreen?

regards,

Mat

2 REPLIES 2
Read only

Former Member
0 Likes
660

Hi

You have to change that subscreen: insert the new fields in the table control and update the abap code to display the values of new fields in tc.

It should be better you create a copy of that std program and modify that copy, no the original one.

Max

Read only

0 Likes
660

Hi Max,

That is my problem...I can't figure out how to edit the table control to add the fields...can you give me some direction?