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 a free form entry

Former Member
0 Kudos

Hi Team,

I need a way to restrict the entry for standard field QMEL-QMNAM. Right now in IW51 this field allows any entry and we wants to restrict the entry, for example the values only from search help for that field.

Any pointers on how to acheive this.

Thanks

Jey

2 REPLIES 2

arindam_m
Active Contributor
0 Kudos

Hi,

Check for available field exit that should help you to check the values against a value table that you maintain for this field. Check link below for pointers on how to proceed.

http://help.sap.com/saphelp_40b/helpdata/en/c8/19765b43b111d1896f0000e8322d00/content.htm

Cheers,

Arindam

former_member209119
Active Participant
0 Kudos

Hi,

You can achieve thi through 'Field Exits'. Check all possible field exits for QMEL-QMNAM.

In suitable exit, you can write up your code to restrict the field values.