cancel
Showing results for 
Search instead for 
Did you mean: 

SAP NetWeaver Developer Studio 7.0.06

Former Member
0 Kudos

Hi Guru's

I'm trying to set-up an interface inside XI where i have to pick up an excel-file , import it in XI and send it to SAP R/3.

I've installed SAP NetWeaver Developer Studio 7.0.06, but xi server is on SP11; where can i found the patch for SAP NetWeaver Developer Studio to level it to SP 11, and how can i configure a real good module (ex demo, or documentation) of such a module

Has anyone experience with this.

I've read the blog from Felix : "Read Excel instead of XML through Fileadapter.

Can i find somewhere extra information on modules and setting up the cnfiguration side in XI, how to test it and real good test material?

Regards

Points will be rewarded for helpful answers

Gwen

Accepted Solutions (0)

Answers (3)

Answers (3)

ravi_raman2
Active Contributor
0 Kudos

Gwen,

An easier solution is to write some basic java code to read the excel file and to convert it to xml. but then again you can read the excel file as is and map it to idoc`s and send it to r/3

If you still want to write the java code, let me know, i can help with that.

Regards

Ravi Raman

henrique_pinto
Active Contributor
0 Kudos

Download newer version of NWDS from sap marketplace.

There is no patch level for NWDS (not that I'm aware off).

As for the .xls files handling, you have two choices:

- use Content Agent to make the xls <-> xml conversions;

- use an adapter module which reads the .xls file and creates xml from it.

As for the adapter module, basically you have to use a java excel api (like http://jexcelapi.sourceforge.net/) in order to read the .xls file and put its data into a xml file.

This blog has some sample codes on how to read the excel file into a xml with a java excel api: /people/sap.user72/blog/2005/07/04/read-excel-instead-of-xml-through-fileadapter

For further info, refer to this thread:

Regards,

Henrique.

Former Member
0 Kudos

I have just downloaded the latest version 7.0.12 in SP12.

JIDE12_0-10003480.SAR

Former Member
0 Kudos

https://websmp107.sap-ag.de/sp-stacks

Choose Development Infrastructure

Enter source/dest sp level

Enter settings etc

Choose JIDE12_0-10003480.SAR / SAP Netweaver Developer Studio 7.00 SP

Download as normal.

It's a complete install, not a patch. There is no patch version I'm aware of.

Cheers

James.