‎2008 Nov 27 1:34 PM
Hi all,
I need to input data in table HRP1001 from excel list, how to this 2000 records.
‎2008 Nov 27 1:36 PM
‎2008 Nov 27 1:38 PM
HI
try using this Fm
CALL FUNCTION 'RH_INSERT_INFTY'
EXPORTING
fcode = 'INSE'
vtask = 'D'
TABLES
innnn = p_innnn
EXCEPTIONS
no_authorization = 1
error_during_insert = 2
repid_form_initial = 3
corr_exit = 4
begda_greater_endda = 5
OTHERS = 6.
‎2008 Nov 27 1:40 PM
hi nick,
1> use GUI_upload to load all data in internal tabel.
2> from this table insert into your table
‎2008 Nov 27 2:28 PM