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

reading large files through dataset

Former Member
0 Likes
729

Hi

we have a requirement of reading file from application server and post data into database tables. Here file comes from BW system and volume is quite higher ( around 500MB). Can any help me how to read this file and post message into ztables.

Till now I can see two options

1. using dataset

2. BDC

but not sure what extent internal table hold data at runtime.

Kindly suggest

Hi

we have a requirement of reading file from application server and post data into database tables. Here file comes from BW system and volume is quite higher ( around 500MB). Can any help me how to read this file and post message into ztables.

Till now I can see two options

1. using dataset

2. BDC

but not sure what extent internal table hold data at runtime.

Kindly suggest

2 REPLIES 2
Read only

Former Member
0 Likes
558

Hi

I not sure,but maybe LSMW will answer your needs better.

Best Regards

Yossi

Read only

andreas_mann3
Active Contributor
0 Likes
558

1) try to find out the structure of data in the file

2) create an input-structure in your program or with se11

3) process file with open/read dataset

A.