Application Development 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: 

restrict the user entries in the TMG - how to do

Former Member
0 Kudos

I have created table and table maintenance generator with the following fields:

MANDT MANDT

REC_INCREMENT CMS_DTE_SEQNO

WERKS WERKS_D

MTART MTART

MATKL MATKL

CREATED_BY SYUNAME

CHANGED_BY SYUNAME

My requirement is :

I need to restrict the user not to allow values in mtart and matkl fields with wild cards(*).

How to achieve this ?

YOUR HELP IS HIGHLY APPRECIATED.

Thanks in advance.

1 ACCEPTED SOLUTION
4 REPLIES 4

Former Member
0 Kudos

TMG is nothing but a module pool program...........I am not sure but you can try this in that module pool program ........

Former Member
0 Kudos

Hi

set the attributes as display for that fields.

Former Member
0 Kudos

Through TMG i dont think you can achieve this, i hope you might be used 'MTART' as data element since you need F4 functionality for that field. So you need to develop dialog program and need to filter them through coding in your program / you need to assign check table / value table (so that it can be compared with main table),