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: 

Standard SAP function to upload data to a std table

former_member184551
Contributor
0 Kudos

Now I know I can always write a code to pick up a .xls or a .txt convert it into an itab and upload a z database table (or a std for that matter). But since this operation sounds so basic, is there a standard program that sap provides which can do this job?

The idea is to automate the upload instead of user's punching in data.

Probably I would have developed the program myself by the time I get some good answers but I was just curious.

Thanks for reading .

1 REPLY 1

Former Member
0 Kudos

Hello Sameer Ahmed ,

We don't have any standard SAP Function Module for thsi functionality. If you wnat you can create yourself by having the Table name passed from the import parmeter.

Thanks,

Greetson