2009 Apr 24 11:49 AM
HI EXPRETS,
i am working on the Alv grid OOPs where i have afield to disply from ztable. i need to disply f4 help for the field 'GL felid' from GL mater table SKB1. in feld catelog for f4 help i m passing as below:
ls_fcat-col_pos = 1.
ls_fcat-coltext = 'G/L'.
ls_fcat-fieldname = 'GLACC'.
ls_fcat-TABNAME = 'Ztabel.
ls_fcat-f4availabl = 'X'.
ls_fcat-REF_FIELD = 'SAKNR'. (mastretable field)
ls_fcat-ref_table = 'SKB1'.(mater table)
.i am getting the f4 help but when i input any value ex 1000 in Gl field it gives me message that 1000 not included in table SKB1 master table where if i check in Skb1 the entry 1000 exist.
Plz help me to avoid this error and how to make f4 help for specified field in alv where f4 help need to be displyed from other table.
2009 Sep 08 12:40 PM