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: 

search help issue

Former Member
0 Kudos

Dear All,

I am working on zprogram for smartform in which i am using select option for range of material Document ( MSEG-MBLNR ) .

when i can press F4 key in field of material doc. don't show search help.

i did also check MSEG table in which i find , MBLNR field without seach help in MSEG table.

i also know that when we create a program with select opton then Automatic create seach help

i want know that how can apply search help in my zprogram.

guide me........

Moderator Message: Basic Question. Please search for available information before posting.

Edited by: kishan P on May 25, 2011 11:19 AM

2 REPLIES 2

Former Member
0 Kudos

Hi saurabhmca2006 ,

Please find the below code search help in selection screen.

DATA:gv_vbeln     TYPE vbak-vbeln,

SELECT-OPTIONS   : so_vbeln  FOR  gv_vbeln.

this will help you to overcome your problem.

if you declaare like below it will not give F4 help.

DATA:GV_VBELN type VBELN_VA.

Thanks

Surendra

Former Member
0 Kudos

Hi,

Use FM : F4IF_INT_TABLE_VALUE_REQUEST , to know more please check for where used list on this FM.

Regards,

Srini.