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

SE16N_INTERFACE

Former Member
0 Likes
2,293

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.

7 REPLIES 7
Read only

StMou
Active Participant
0 Likes
1,634

Hi,

What is the problem ?

rgds

Read only

Former Member
0 Likes
1,634

Everything WORKS FINE, I am not getting the F4 help for the fields which have been created in the interface.

Read only

StMou
Active Participant
0 Likes
1,634

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

Read only

Former Member
0 Likes
1,634

YES, have linked everything. But doesnt even turn up in the standard se11, leave alone se16n.

Read only

StMou
Active Participant
0 Likes
1,634

But does not even turn up in standard se11

Can you explain ?

Read only

Former Member
0 Likes
1,634

Can you provide me a sample code for table maintenance using an ALV editable grid?

Read only

StMou
Active Participant
0 Likes
1,634

HI,

See in transaction se38 reports

BCALV_EDIT_*

BCALV_GRID_EDIT*

Rgds