Dear all,
I have a ZTable to map Material Group 3 - MVGR3 with custom info.
MANDT
MVGR3
VOLUME
The main goal is to create a table maintenance with MVGR3 DESCRIPTION in it which automatically fill when selecting the search help.
To display the description is not a problem for me,
1st I can use table maintenance generator for the table itself, change the screen to display description, and add an event to fill the description
2nd I can create a view to join it with the text table, which is TVM3T and create table maintenance from that view, then I change the screen to put H_TVM3 as the search help.
With the 1st and 2nd, the description will not automatically be filled when selecting the search help.
The user must press ENTER first to fill the description.
Can the description be automatically filled? And how can I do it?
Because I tried in SE11 for the original search help H_TVM3, it can automatically fill the description.
Thanks