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: 

UPLOAD DATA IN SAP WITHOUT USING FLAT FILE

Former Member
0 Kudos

HI ALL ,,

CAN SOME BODY TELL ME how to upload and download AUTO DATA from / to SAP

with out using of any flat file

4 REPLIES 4

rainer_hbenthal
Active Contributor
0 Kudos

Upload und Download is always associated with flat files.

You can use IDOCs for inbound/outbound processes, use proxies or http requests.

vinod_vemuru2
Active Contributor
0 Kudos

Hi,

Most important thing where ur data resides??? Is it in data base?

One way i know is via RFC function modules.

If u r updating SAP data base then call FM of other system and update data in SAP tables.

If u r sending data then develop RFC and get data from tables and send it to other system.

Another way could be develop a report with NATIVE SQL statements which queries directly the external data base.

EXEC SQL.

SELECt data from external data base and update SAP/Update external database from SAP.

ENDEXEC.

Hope it clarified ur doubt.

Thanks,

Vinod.

former_member181995
Active Contributor
0 Kudos

>

> HI ALL ,,

> CAN SOME BODY TELL ME how to upload and download AUTO DATA from / to SAP

> with out using of any flat file

i want to take shower but without getting wet how can i?

Former Member
0 Kudos

Hi Atanu,

Where from you want to upload & download your data if not from flat file thats presentation server, do you want to upload & down load from application server then we have OPEN DATASET....

if you are talking regarding application server go to the link below:

http://help.sap.com/saphelp_nw04/Helpdata/EN/fc/eb3ca6358411d1829f0000e829fbfe/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/79/c554dcb3dc11d5993800508b6b8b11/content.htm

With luck,

Pritam.