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: 

Default value in search help parameter

Former Member
0 Kudos

Hi All,

I had table control. In table control ,I had three parameters in the screen. Based on two parameters I need to call material serach help S_MAT1. I extended standard material serach help S_MAT1 so i have desird resuit.

Problem is I want those two variables in default search screen.

I thought I can set set get parameters to get desired result but in table control we can not get this work.

Is there any function module to call search help?

Thanks

Abhishek Purwar

2 REPLIES 2

Former Member
0 Kudos

HI,

you can display your own drop down list using the funciton module -

"call function 'VRM_SET_VALUES'

exporting

id = 'ZSV_SAVE_CC-PARVW_NO' " Field name

values = gi_list. "Dropdown values

This has to be in the PBO module.

0 Kudos

I want to extend internal search help with default value in search parameters.