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

Adding search functionality for non key fields in sm30

tarangini_katta
Active Contributor
0 Likes
1,275

Hi All,

I have q Requirement like.I have create the table maintenance for my custom table.

I have 1 key field and 3 Non key fields in my table

but my requirement by clicking on position i am able to search only for the key fields but i want to search the values for non key fields by using either position button or using new button to the SM30

can anybody please tell me is it doable or not.

Swapna.

2 REPLIES 2
Read only

Former Member
0 Likes
727

Hello Swapna,

If I have got your question right !! Are you referring to the Input values for all the 3 Non key fields as well.

Does the non-key field has a value table or check table attached to it. If not you can use the events in the table maintenance.

Goto SE11

In the Menubar Utilities-->Table Maintenance Generator

In the Menubar Environment > Modification>Events. There you can write your part of code to satisfy your requirements.

Check the below link for further help

[Sap Help|http://help.sap.com/saphelp_nw04/helpdata/en/91/ca9f0ea9d111d1a5690000e82deaaa/frameset.htm]

Read only

Former Member
0 Likes
727

Hi.

If you create a maintenance view, you will find in the "View fields" tab a column called Maintenance attribute for view field ( it has the tag "P" ). To have a pop-up with restrictions, try putting the value 'S' in this column for the fields u need. each time u run the vew a pop-up will come up with the fields..

Hope this helps.

delia

Edited by: delia ghejan on May 16, 2011 12:24 PM