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

ME32K - Table Control

Former Member
0 Likes
571

Hello,

I have use the exit MM06E005 to add more item fields. But I can´t see them in the table item at screen 220. Only when I double click an item, the new fields appear. Does any one know to put them in the item table?

Thank you

Pedro

Hello,

I have use the exit MM06E005 to add more item fields. But I can´t see them in the table item at screen 220. Only when I double click an item, the new fields appear. Does any one know to put them in the item table?

Thank you

Pedro

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
484

It appears to me, that the user exit does not allow this type of enhancement. You can add your fields to the detail screens, but not to the table control.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
484

In ME21/2/3 the field will only appear if you select -> Item Details .

In ME21N/2N/3N it will appear as a tab on the Item Details .

This enhancement creates a subscreen which is called from one of main screens and has a predeifned position in the main screen. You cannot change this setting through this exit.

Cheers