‎2010 May 14 7:44 AM
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.
‎2010 May 14 8:09 AM
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
‎2010 May 20 8:16 AM
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