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.