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: 

data upload advice needed

Former Member
0 Kudos

Hi,

Pease let me how to upload the data in SAP infotype from text file.The text file will be kept at application server on a daily basis, and the program has to upload the data from text file to SAP master table every day.

As the input text file has to be kept on application server and not on the presentation server, in such a scenario how to take the data from text file into internal table for upload purpose?

Please provide me the code for this.

Please suggest,

Regards,

3 REPLIES 3

Former Member
0 Kudos

Hi Ramesh,

give me your mail id, I will send you a complete working program for uploading data for infotype 0015.

Lokesh

pls. reward if the mail helps.

0 Kudos

HI

you can use

open dataset and read dataset commands to read file from app server into internal table.use this itab for your upload purpsose

Former Member
0 Kudos

Hi..

Basically you need to use

Open Dataset

Read Dataset

Close Dataset

Just search in SDN you get lot of info

Thanks,

chaithanya.