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: 

Creating an excel file uploader for EORD table

former_member797394
Participant
0 Kudos
261

Hello everyone.

I need to create an excel uploader which will store data to some fields of the EORD table. So, users will just upload an excel file with data and the program should read and store each data to relevant field.

I have no idea of how to do this. Is there any example? Can someone help?

These are the fields: eord-matnr, eord-werks, eord-vdatu, eord-bdat, eord-lifnr, eord-reswk, eord-ekorg, eord-autet.

If my information is not enough, I will try to give more info.

Thank you in advance.

3 REPLIES 3

FredericGirod
Active Contributor
0 Kudos
202

This is a really common program, you just have to search a little bit.

To create a CSV file it is easy

To create an XLSX file, you have to search the ABAP2xlsx tool

abo
Active Contributor
0 Kudos
202
frdric.girod

I think the difficult part here is figuring out how to load data into EORD.... if I am not mistaken, we're talking about source lists.

FredericGirod
Active Contributor
0 Kudos
202

c5e08e0478aa4727abc4482f5be390b2 I don't understand he would like to load data INTO EORD. But I have a doubt about my english level 🙂