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

regarding matchcodes

Former Member
0 Likes
808

Hi Experts,

Can you tell me how does the below statement works.

When i checked in se11 for this match code i am finding only fields. but how to add values in to it. i mean new entires when i press F4 in screen .

SELECT-OPTIONS: s_sicc FOR i_sicc-sicc MATCHCODE OBJECT zcmasicccode.

Regards,

Kali Pramod

8 REPLIES 8
Read only

Former Member
0 Likes
780

Hi,

PARAMETERS <p> ... MATCHCODE OBJECT <search_help>.

The search help <search_help> must be defined in the ABAP Dictionary.

The system now automatically displays the input help button for the field on the screen and activates the F4 key for it. When the user requests input help, the hit list of the search help appears, and when he or she selects an entry, the corresponding export parameter is placed in the input field.

U will create search help in se11.

there u give your search help parameter .

Regards,

Sruthi

Read only

0 Likes
780

Hi Shruti,

I gave search help parameters but i how to fill values.. means already i am getting 4 values when i press F4 but i wanna to add 2 more to tht list ..how can we do this.

Plz help me

Regards,

Kali Pramod

Read only

0 Likes
780

Hi,

U said u want to add2 more to the list.

u can view those two new entries when u click f4 only if u add them to the table.

Hope u got me.

Regards,

Sruthi

Read only

0 Likes
780

THANKS Shruti can i get ur email id i have some quries ..or mail to kali.pramod@gmail.com

Read only

Former Member
0 Likes
780

Hi Pramod,

The search help which u'r checking in SE11 does not contain any data. It contains only the mapping and it will display the contents of the field in the particular table when 'F4' is pressed in the field. So you need to have values in the table for that field to be displayed in search-help. You cant enter values in search help.

Regards,

Paul.

Read only

Former Member
0 Likes
780

update those particular field values from the select-options to the table in the Database.then u will be able to see these new values in the F4 help.

Read only

Former Member
0 Likes
780

Pramod,

Once you add 2 records(in the table for whose field you created the search help) with the values u want to see in search help, they will appear when you press 'F4'.

Hope u got it.

Regards,

Paul.