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

data upload advice needed

Former Member
0 Likes
521

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
Read only

Former Member
0 Likes
495

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.

Read only

0 Likes
495

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

Read only

Former Member
0 Likes
495

Hi..

Basically you need to use

Open Dataset

Read Dataset

Close Dataset

Just search in SDN you get lot of info

Thanks,

chaithanya.