‎2010 Mar 19 7:00 AM
Everything WORKS FINE, I am not getting the F4 help in the interface.
CALL FUNCTION 'SE16N_INTERFACE'
EXPORTING
I_TAB = 'ZHRAPAUTHPERNR'
I_EDIT = 'X'
I_SAPEDIT = 'X'
I_CLNT_DEP = 'X'
TABLES
IT_SELFIELDS = GIT_LOAD_DATA[]
EXCEPTIONS
NO_VALUES = 1
OTHERS = 2.
IF SY-SUBRC <> 0.
ENDIF.
‎2010 Mar 19 7:52 AM
‎2010 Mar 19 7:53 AM
Everything WORKS FINE, I am not getting the F4 help for the fields which have been created in the interface.
‎2010 Mar 19 7:58 AM
I suppose you would like a search help (F4) in your interface to get data for one field .
in transaction se11. On your table zz...
Have you link our table field with and search help or with a control table or define a value range/Value tab in your domain ?
Rgds
‎2010 Mar 19 8:04 AM
YES, have linked everything. But doesnt even turn up in the standard se11, leave alone se16n.
‎2010 Mar 19 8:15 AM
‎2010 Mar 19 8:17 AM
Can you provide me a sample code for table maintenance using an ALV editable grid?
‎2010 Mar 19 8:21 AM
HI,
See in transaction se38 reports
BCALV_EDIT_*
BCALV_GRID_EDIT*
Rgds