somebody has used this function?
my problem is that i cannot display header names when i use the function.
tx
a
CALL FUNCTION 'STC1_FULLSCREEN_TABLE_CONTROL'
EXPORTING
HEADER = p_table
tabname = p_table
display_only = p_displ
endless = 'X'
no_button = space
IMPORTING
okcode = w_okcode
TABLES
nametab = it_dfies
TABLE = <itab>
fielddif = it_fdiff
modif_table = <ntab>
EXCEPTIONS
OTHERS = 1.
all parameters are filled when i call the function
a