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 in screen exit

Former Member
0 Likes
434

Hi,

I have a development like creating a custom screen with table control for tcode ME21n, ME22n and ME23n at item level. A tab will be displayed at item level and it contains a table control in display mode only. i have the exit MM06E005 for this. But i don't know how to add table control in screen exit. Please anybody help me in this regard.

Any help will be appreciated.

Regards,

Naveen

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
363

If you never use table control, create a dummy z-program with an internal table, activate and then create a dynpro for this program, there use the Assistant to create a table control on the internal table. Then look at the generated code and paste what you need into your exit.

Regards