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

BDC input

Former Member
0 Likes
641

Hi all,

I need to input data in table HRP1001 from excel list, how to this 2000 records.

4 REPLIES 4
Read only

agnihotro_sinha2
Active Contributor
0 Likes
611

hi,

use BDC or LSMW...

Read only

Former Member
0 Likes
611

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.

Read only

Former Member
0 Likes
611

hi nick,

1> use GUI_upload to load all data in internal tabel.

2> from this table insert into your table

Read only

Former Member
0 Likes
611

Use the FM

RH_INSERT_INFTY_1001_EXT

With luck,

Pritam.