Application Development 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: 

update infotypes from excel files

Former Member
0 Kudos

Hi All,

i've with me some excel files, each file contains data pertaining to a particular infotype ( <b>may not contain each & every field from infotype</b>). my requirement is to develop a <b>unique</b> program which can accept 1 particular file and insert all the data present in the file into that particular infotype. i'm using the FM ALSM_EXCEL_TO_INTERNAL_TABLE to upload data and the FM HR_INFOTYPE_OPERATION to insert data into infotype.

how can i use the concepts of field-symbols & dynamic internal tables w.r.t my requirement??

3 REPLIES 3

Former Member
0 Kudos

Will HR_INFOTYPE_OPERATION be part of the excel name ?

I mean how will you identify which file corresponds to which Infotype ?

Ankur Bhandari.

0 Kudos

Hi Amit,

that is not a problem, i've another variable with stores the corresponding infotype of the file.

0 Kudos

So u basically require a program which uses field symbols right to write data to infotypes ?