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

Search help problem

Former Member
0 Likes
516

Hi all,

I made a Z table and assing Z serach help to its fields but problem is that when i give the reference in program then in selection screen it is not showing the F4 help. can anyone plz tell me the reason? i assigned the MATCHCODE OBJECT but it giving the error.

selection-SCREEN : BEGIN OF BLOCK b1 WITH FRAME title text-001.

SELECT-OPTIONS : s_ZZCCOD for ZEMP_BOOK-zzccod no INTERVALS no-EXTENSION.

SELECT-OPTIONS : s_swenr for vibdro-swenr no INTERVALS no-EXTENSION.

SELECT-OPTIONS : s_ZZBUI for zemp_book-ZZBUILD no INTERVALS no-EXTENSION . "Matchcode object.

SELECT-OPTIONS : s_ZZROB for zemp_book-ZZROBJ no INTERVALS no-EXTENSION.

SELECTION-SCREEN : END OF BLOCK b1.

regards.

2 REPLIES 2
Read only

former_member233090
Active Contributor
0 Likes
487

Hi,

With which Search help you are trying to do?

Is it Elementray search help or collective search help?

if you want to check an example for search help

go to Saptechnical site then select Tutorials and then select ABAP and then SEARCH HELP,

you will really feel helpful

Read only

0 Likes
487

Hi Saurabh,

Look for Selection Method you have properly assigned with your ZTable name or not..

Do check with the import / export parameters & LPos / SPos parametsr in search help..

Regards,

Varun