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 columns to table control

Former Member
0 Likes
458

hi,

I need to enhance standard transaction for displaying rate data (tcode EG43, GOTO -> Rate Data) so as to add two new Z-fields in the table control.

Can anyone suggest how this could be made possible if at all.

Thanks in advance for views/help.

Arindam.

hi,

I need to enhance standard transaction for displaying rate data (tcode EG43, GOTO -> Rate Data) so as to add two new Z-fields in the table control.

Can anyone suggest how this could be made possible if at all.

Thanks in advance for views/help.

Arindam.

1 REPLY 1
Read only

Former Member
0 Likes
392

Sorry folks, forgot to close this thread.

The solution is simpler than i had imagined. The internal table structure needs to be modified to include the desired fields, work areas too, and then these fields need to be manually attached to the table control in the layout.

That's it.

Thanks,

Arindam.