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

How to Down load Data in Application server into the Internal Table

Former Member
0 Likes
456

hi freinds,

iam having a file in the application server.

now i need to send the data in the file to the internal table.

is there any Function Module?

i need with out using the OPEN DATA SET and CLOSE DATA SET Keywords.

is there any possible?

Regard's,

Ranjith.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
429

Check this FM RSPO_READ_DATASET

Cheers !

hi freinds,

iam having a file in the application server.

now i need to send the data in the file to the internal table.

is there any Function Module?

i need with out using the OPEN DATA SET and CLOSE DATA SET Keywords.

is there any possible?

Regard's,

Ranjith.

2 REPLIES 2
Read only

Former Member
0 Likes
430

Check this FM RSPO_READ_DATASET

Cheers !

Read only

Former Member
0 Likes
429

Hi,

There is no other option for uploading the data from the application server to the internal table without using OPEN DATASET and CLOSE DATASET. Even if you find the FM internal logic in FM uses these keywords to read the data from Application server.