Skip to Content
0
Former Member
Oct 12, 2006 at 07:49 PM

Function modules to edit table's record

452 Views

Hi, thanks in advance. I have two questions:

1. I call function 'STC1_FULLSCREEN_TABLE_CONTROL' to edit a table, the problem is fieldnames are not displayed, all emptys. Please check below calling.

CALL FUNCTION 'STC1_FULLSCREEN_TABLE_CONTROL'

EXPORTING

HEADER = p_table

tabname = p_table

endless = 'X'

no_button = space

IMPORTING

okcode = w_okcode

TABLES

nametab = it_dfies

TABLE = <itab>

fielddif = it_fdiff

modif_table = <ntab>

EXCEPTIONS

OTHERS = 1.

2. The second question is above function module is to edit a table in full screen style, multiple record lines are displayed. Could you please tell me which function module can be called to only edit one record in the screen?

Thanks.

Tom